/*Bordes Redondeados*/

.panel {
    border-radius: 10px !important;
}

.panel-heading {
    border-radius: 10px !important;
}

.form-control {
    border-radius: 4px !important;
    background-color: #e6ffff !important;
}

    .form-control:focus {
        background-color: #ffeb99 !important;
    }

.table > tbody > tr > th, .table > tfoot > tr > th {
    padding: 0px !important;
    text-align: center !important;
}

.table {
    white-space: nowrap;
}

    .table > thead > tr > th {
        padding: 2px 18px !important;
        text-align: center;
    }

    .table > tbody > tr > td, .table > tfoot > tr > td, .table > tbody > tr > th, .table > tfoot > tr > th {
        padding: 6px 18px !important;
    }

.ci {
    font-size: 20px;
}

td a {
    margin-left: 2px;
    margin-right: 2px;
}

.lb_icon {
    width: 20px;
    height: 20px;
    max-width: 20px;
    max-height: 20px;
}

.colorfull {
    border-radius: 4px !important;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    height: 26px;
    line-height: 1.42857;
    padding: 1px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .colorfull:focus {
        background-color: #ffeb99 !important;
    }

.noInput {
    border-radius: 4px !important;
    background-color: #ffffff !important;
    background-image: none;
    border: 1px solid #ffffff;
    color: #555;
    display: block;
    height: 34px;
    line-height: 1.42857;
    padding: 1px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.blueL{
    color: blue;
    font-weight:bold;
}
.redL{
    color: red;
    font-weight:bold;
}
.greenL{
    color:green;
    font-weight:bold;
}

#visor > thead > tr > th {
    font-size: 11px;
} 

#visor > tbody > tr > td {
    background-color: #ffffff;
}


.rojo {
    color: red;
    font-weight: bold;
}

.verde {
    color: green;
    font-weight: bold;
}

.azul {
    color: blue;
    font-weight: bold;
}

.black {
    color: black;
    font-weight: bold;
}