/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body {
    margin-top: 100px;
    /*background-color: #222;*/
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        /*padding-left: 140px;*/
        padding-left: 0px;
    }

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */


.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.top-nav {
    padding: 0 5px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            /*color: #E3FEEF;*/
            /*color: #018cee;*/
            color: #fff;
        }

            .top-nav > li > a:hover,
            .top-nav > li > a:focus,
            .top-nav > .open > a,
            .top-nav > .open > a:hover,
            .top-nav > .open > a:focus {
                /*
    color: #fff;
    background-color: #000;
    */
                /*
    color: #000;
    background-color: #E3FEEF;
    */
                color: #FFF;
                background-color: #337ab7;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #337ab7;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

    .top-nav > .open > .dropdown-menu2 > li > a {
        white-space: normal;
    }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 140px;
        width: 140px;
        margin-left: -140px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        /*background-color: #222;*/
        /*background-color: #004577;*/
        /*background-color: #004F86;*/
        background-color: #F0F0F0;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

        .side-nav > li > a {
            width: 140px;
        }

        .side-nav li a:hover,
        .side-nav li a:focus {
            outline: none;
            background-color: #000 !important;
        }
}

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }

/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.dataTable thead {
    border-bottom: 4px solid #D2D0D0;
}

/*
.datepicker{z-index:1151 !important;}

.bootstrap-datetimepicker-widget {
   z-index:99999 !important;
}
*/

blockquote footer, blockquote small, blockquote .small {
    font-size: 65%;
}

.container blockquote, h1 {
    font: 32px 'GraublauSans-Semibold',Tahoma,Helvetica,Arial,sans-serif;
    font-size: 32px;
}

@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}

.onlyBorderRed {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.modelContainer {
    margin-top: 60px;
}

.nivel3diagnostico {
    color: #003366;
    font-weight: bold;
}

.font-13 {
    font-size: 13px;
}

table.dataTable tbody tr.selected {
    /*background-color: #B0BED9;*/
    background-color: #f6f6f6;
    filter: brightness(85%);
}

/*.modal-lg {
    width : 1240px;
}*/

/*
#DataTableRequisPacientes {
    font-size: 11px;
}

#DataTableRequisPacientes table th {
    font-size: 11px;
}
#DataTableRequisPacientes {
    font-size: 11px;
}

#DataTableRequisPacientes table th {
    font-size: 11px;
}

#tblProgramacionCirugias {
    font-size: 11px;
}

#tblProgramacionCirugias table th {
    font-size: 11px;
}

#TableGuiaPracticaClinicaVerDetalle table th {
    font-size: 11px;
}

#TableGuiaPracticaClinicaDetalle table th {
    font-size: 11px;
}

#TableHabitaciones table th {
    font-size: 11px;
}

#TableConsultaMedicos table th {
    font-size: 11px;
}

#TableCargosUnidades table th {
    font-size: 11px;
}

#TableUnidades table th {
    font-size: 11px;
}

#TableGuiaPracticaClinica table th {
    font-size: 11px;
}

#TablePartidasPreRequi {
    font-size: 11px;
}

#TablePartidasPreRequi th {
    font-size: 11px;
}

#TablePartidasPreRequiMedicamentos {
    font-size: 11px;
}

#TablePartidasPreRequiMedicamentos th {
    font-size: 11px;
}

#TableRequisDepartamentoArticulo {
    font-size: 11px;
}

#TableRequisDepartamentoArticulo th {
    font-size: 11px;
}

#tblProgramacionCirugias {
    font-size: 11px;
}

#TableConsultaMedicos {
    font-size: 11px;
}

#TableCargosUnidades {
    font-size: 11px;
}

#TableHabitaciones {
    font-size: 11px;
}

#TableGuiaPracticaClinicaVerDetalle {
    font-size: 11px;
}

#TableGuiaPracticaClinicaDetalle {
    font-size: 11px;
}

#TableUnidades {
    font-size: 11px;
}

#TableUnidades_wrapper table th {
    font-size: 11px;
}

#TableHabitaciones_wrapper table th {
    font-size: 11px;
}

#TableConsultaMedicos_wrapper table th {
    font-size: 11px;
}

#TableCargosUnidades_wrapper table th {
    font-size: 11px;
}

#TableGuiaPracticaClinicaVerDetalle_wrapper table th {
    font-size: 11px;
}

#TableGuiaPracticaClinicaDetalle_wrapper table th {
    font-size: 11px;
}

#TableGuiaPracticaClinica_wrapper table th {
    font-size: 11px;
}

#tblProgramacionCirugias_wrapper table th {
    font-size: 11px;
}

#TableUnidades_wrapper table td {
    line-height: 0;
}

#TableHabitaciones_wrapper table td {
    line-height: 0;
}

#TableConsultaMedicos_wrapper table td {
    line-height: 0;
}

#TableCargosUnidades_wrapper table td {
    line-height: 0;
}

#TableGuiaPracticaClinicaVerDetalle_wrapper table td {
    line-height: 0;
}

#TableGuiaPracticaClinicaDetalle_wrapper table td {
    line-height: 0;
}

#TableGuiaPracticaClinica_wrapper table td {
    line-height: 0;
}

#tblProgramacionCirugias_wrapper table td {
    line-height: 0;
}
#tblRequisVistasDetalle {
    font-size: 11px;
}

#tblRequisVistasDetalle_wrapper table th {
    font-size: 11px;
}

#tblRequisVistasDetalle_wrapper table td {
    line-height: 0;
}
#tblComentariosRequisVistas {
    font-size: 11px;
}

#tblComentariosRequisVistas_wrapper table th {
    font-size: 11px;
}

#tblComentariosRequisVistas table td {
    line-height: 0;
}
#TableRequisComplemento {
    font-size: 11px;
}

#TableRequisComplemento th {
    font-size: 11px;
}

#TableRequisIntegraArticulo {
    font-size: 11px;
}

#TableRequisIntegraArticulo th {
    font-size: 11px;
}

#TableCirugiaPacientes {
    font-size: 11px;
}

#TableCirugiaPacientes_wrapper table th {
    font-size: 11px;
}

#TableCirugiaPacientes_wrapper table td {
    line-height: 0;
}

#TableRequisVistas_wrapper table th {
    font-size: 11px;
}

#TableRequisVistas_wrapper table td {
    line-height: 0;
    font-size: 11px;
}

#TableCirugiaPacientesDetalle {
    font-size: 11px;
}
#TableCirugiaPacientesDetalle th {
    font-size: 11px;
}

#TableCirugiaPacientesDetalle td {
    line-height: 0;
}

#TableCirugiaPacientesDetalleEdit {
    font-size: 11px;
}
#TableCirugiaPacientesDetalleEdit th {
    font-size: 11px;
}

#TableCirugiaPacientesDetalleEdit td {
    line-height: 0;
}

#TableRemisiones {
    font-size: 11px;
}
#TableRemisiones th {
    font-size: 11px;
}

#TableRemisiones td {
    line-height: 0;
}

#TableRutinasRequis {
    font-size: 11px;
}
#TableRutinasRequis th {
    font-size: 11px;
}

#TableRutinasRequis td {
    line-height: 0;
}

#TableRutinasRequisDetalle {
    font-size: 11px;
}
#TableRutinasRequisDetalle th {
    font-size: 11px;
}

#TableRutinasRequisDetalle td {
    line-height: 0;
}

#TableRutinasRequisDetalle td:nth-child(8) {
    padding : 0;
}

#TableIngresos {
    font-size: 11px;
}
#TableIngresos th {
    font-size: 11px;
}

#TableIngresos td {
    line-height: 0;
}
*/

/*#divDatosGenerales table td {
    line-height: 1;
}*/

.hasmenu, .hasmenu2 {
    border: 1px solid #008;
    margin: 3px;
    padding: 5px;
    width: 30px;
}

/* Optionally define a fixed width for menus */
.ui-menu {
    width: 220px;
}
    /* Allow to use <kbd> elements inside the title to define shortcut hints. */
    .ui-menu kbd {
        padding-left: 1em;
        float: right;
    }

/* Define a custom icon */
.ui-icon.custom-icon-firefox {
    background-image: url(application_firefox.gif);
    background-position: 0 0;
}

.btn-orange {
    /*background-image: -khtml-gradient(linear, left top, left bottom, from(#ec8f04), to(#ec8f04));
    background-image: -moz-linear-gradient(top, #ec8f04, #ec8f04);
    background-image: -ms-linear-gradient(top, #ec8f04, #ec8f04);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec8f04), color-stop(100%, #ec8f04));
    background-image: -webkit-linear-gradient(top, #ec8f04, #ec8f04);
    background-image: -o-linear-gradient(top, #ec8f04, #ec8f04);
    background-image: linear-gradient(#ec8f04, #ec8f04);
    border-color: #ec8f04 #ec8f04;
    color: #fff !important;
    -webkit-font-smoothing: antialiased;*/
    background-color: #ec8f04 !important;
    border-color: #EC8F04 !important;
    color: #fff !important;
    background-image: none !important;
}

    .btn-orange:hover,
    .btn-orange:focus {
        background-image: -khtml-gradient(linear, left top, left bottom, from(#ff6a00), to(#ff6a00));
        background-image: -moz-linear-gradient(top, #ff6a00, #ff6a00);
        background-image: -ms-linear-gradient(top, #ff6a00, #ff6a00);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6a00), color-stop(100%, #ff6a00));
        background-image: -webkit-linear-gradient(top, #ff6a00, #ff6a00);
        background-image: -o-linear-gradient(top, #ff6a00, #ff6a00);
        background-image: linear-gradient(#ff6a00, #ff6a00);
    }

    .btn-orange:active,
    .btn-orange.active {
        background-image: -khtml-gradient(linear, left top, left bottom, from(#fe4509), to(#fe4509));
        background-image: -moz-linear-gradient(top, #fe4509, #fe4509);
        background-image: -ms-linear-gradient(top, #fe4509, #fe4509);
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe4509), color-stop(100%, #fe4509));
        background-image: -webkit-linear-gradient(top, #fe4509, #fe4509);
        background-image: -o-linear-gradient(top, #fe4509, #fe4509);
        background-image: linear-gradient(#fe4509, #fe4509);
    }

.margin-b10 {
    margin-bottom: 10px;
}

.negrita {
    font-size: 11px;
    font-weight: bold;
}

.valor {
    font-size: 11px;
    font-style: italic;
}

#divDatosGenerales .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(145, 145, 145, 0.08);
}

.font-size-10 {
    font-size: 10px;
}

.font-size-11 {
    font-size: 11px;
}

/*SummerNote with BootBox*/
.modal-backdrop, .modal-backdrop.in {
    display: none;
}

.title-module {
    font-size: 17px;
    font-weight: bold;
}


.margin-b15 {
    margin-bottom: 15px;
}

.margin-r5 {
    margin-right: 5px;
}

.margin-r15 {
    margin-right: 15px;
}

.margin-l15 {
    margin-left: 15px;
}

.margin-t5 {
    margin-top: 5px;
}

.margin-t10 {
    margin-top: 10px;
}


.margin-t25 {
    margin-top: 25px;
}

.margin-b30 {
    margin-bottom: 30px;
}

.margin-t20 {
    margin-top: 20px;
}

.margin-t30 {
    margin-top: 30px;
}

.margin-t50 {
    margin-top: 50px;
}

.margin-b50 {
    margin-bottom: 50px;
}

.bootstrap-select button {
    padding: 4px 10px !important;
}

.disable-div {
    pointer-events: none;
    opacity: 0.3;
}

.btnGuardar {
    color: #fff !important;
}

    .btnGuardar :hover {
        color: #fff !important;
    }

.btnCancelar {
    color: #fff !important;
    background-color: rgb(201, 48, 44);
}

.has-error .bootstrap-select button {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-success .bootstrap-select button {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.modal-auto-ajust > .modal-dialog {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 800px;
}

.modal-auto-ajust-requispx > .modal-dialog {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1240px;
    min-width: 800px;
}

.modal-auto-ajust-cirugiapx > .modal-dialog {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1240px;
    min-width: 760px;
}

@media (min-width:0px) {
    .bootbox.modal {
        overflow-x: scroll !important;
    }
}

.input-id-lkp {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.btn-circle.BtnIndicacionesEnfermeria {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}