#header {
    background-image: linear-gradient(to bottom,#bf0000,#a20707);
}

#img_logo {
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.fondo-campos {
    background-color: #015aa7;
    color: white;
    padding-top: 4%;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 3%;
}

/* </-login->*/
/* EX Layout*/
html, body, form {
    margin: 0;
    max-width: 100%;
    background-color: #fff;
}

.clear {
    clear: both;
}

input[type="button"], input[type="submit"] {
    font-family: FontAwesome, Arial;
}

/* </------------- EX Layout -----------------> */
/*Estilos*/
.fondo {
    font-family: Arial;
    background-position: top center;
}

.textos {
    font-size: 75%;
    color: #000000;
    text-decoration: none;
}

.titulos {
    font-size: 90%;
    color: #18641C;
    text-decoration: none;
}

/* DATAGRID */
.dtg {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .dtg .col-fecha {
        width: 160px;
    }

    .dtg .col-small {
        width: 200px;
    }

    .dtg .col-medium {
        width: 300px;
    }

.dtgheader {
    font-size: 14px;
    font-weight: 600;
    color: white;
    height: 50px;
}

.dtgalternate {
    background-color: #fff;
    /*border: $primary-color;*/
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

    .dtgalternate:hover {
        background-color: #e3e3e3;
        color: #000;
    }

.dtgheader td {
    padding: 10px;
    border: #015aa7;
}

.dtgfooter {
    background-color: #f6f6f6;
    border-top: solid 1px #ddd;
}

.dtgitem {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    border-color: #000;
}

.dtgitemlinea {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-size: 12px;
    border-color: #015aa7;
    border-bottom: solid 1px #428bca;
}

.dtgitem:hover {
    background-color: #F1F1F3;
    color: #000;
}

    .dtgitem:hover a {
        color: #000 !important;
        border-color: #fff !important;
    }

.dtgitem td {
    padding: 5px;
    text-align: left;
}

.dtgfooter td {
    padding: 5px;
    text-align: left;
}

.dtgitem:hover input[type="checkbox"] + label {
    opacity: 1 !important;
}

.dtgitem td input[type="checkbox"].nohide + label, .dtgitem td span.nohide input[type="checkbox"] + label {
    opacity: 1 !important;
}

.dtgitem:hover input[type="text"] {
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.login {
    width: 400px;
    height: 75%;
    margin: auto;
}

    .login img {
        height: 50%;
    }

.baja {
    background-color: #fbcc85;
}

/*#btnBorrar{background-color:#fbcc85;}
#borrar{background-color:#fbcc85;}*/
.anchorNivelUno {
    margin-left: 1em;
}

.anchorNivelDos {
    margin-left: 2em;
}

.anchorNivelTres {
    margin-left: 3em;
}

/*=========== ESTILOS PARA PAGINA PRINCIPAL DONDE VA CADA MODULO =================*/
.no-visible {
    display: none !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline-block !important;
}

.cerrarImagen {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    border-radius: 50% 50% 50% 50%;
    width: 16px;
    height: 16px;
    color: White;
    background-color: red;
    font-weight: bold;
    text-align: center;
}

/*  Collapsible */
ul {
    list-style-type: none;
}

.collapsible {
    -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.16), 0 0px 0px 0 rgba(0, 0, 0, 0.12);
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem 0;
}

    .collapsible .collection {
        margin: 0;
        border: none;
    }

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

    .collapsible-header i {
        width: 2rem;
        font-size: 1.6rem;
        line-height: 3rem;
        display: block;
        float: left;
        text-align: center;
        margin-right: 1rem;
    }

.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .collapsible-body p {
        margin: 0;
        padding: 2rem;
    }

.side-nav .collapsible {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .side-nav .collapsible li {
        padding: 0;
    }

.side-nav .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    margin: 0 1rem;
}

    .side-nav .collapsible-header i {
        line-height: inherit;
    }

.side-nav .collapsible-body {
    border: 0;
    background-color: #fff;
}

    .side-nav .collapsible-body li a {
        margin: 0 1rem 0 2rem;
    }

.collapsible.popout {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .collapsible.popout > li {
        margin: 0 24px;
        -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

        .collapsible.popout > li.active {
            -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
            margin: 16px 0;
        }

.side-nav .collapsible {
    margin: 0;
}

.side-nav .collapsible-body li.active, .side-nav.fixed .collapsible-body li.active {
    background-color: #ee6e73;
}

    .side-nav .collapsible-body li.active a, .side-nav.fixed .collapsible-body li.active a {
        color: #fff;
    }

/*fin collapsible*/
.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.fullScreen, .full {
    width: 100%;
    height: 100%;
}

.separador_boton {
    text-align: center;
    width: 41px;
    float: right;
    min-height: 20px;
}

.pagActiva {
    background-color: #EfEfEf;
}

#fondoLoading {
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1000000;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    display: none;
}

#loading {
    position: fixed;
    opacity: 0;
    height: 400px;
    width: 550px;
    z-index: 2000001;
    background: white;
    height: 58%;
    width: 42%;
    left: 27.5%;
    top: 21%;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    display: none;
    text-align: center;
}

    #loading img {
        height: 70%;
        width: auto;
    }

.opa08 {
    opacity: 0.8 !important;
    display: block !important;
}

.opa03 {
    opacity: .3 !important;
    display: block !important;
}

.minWidth600 {
    min-width: 600px !important;
}

.numero {
    text-align: right;
}

/*****************************************************************/
/* BS-CALLOUT*/
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #888;
    background-color: #efefef;
    border-radius: 4px;
}

code2 {
    padding: 2px 4px;
    font-size: 110%;
    color: #888;
    background-color: #efefef;
    border-radius: 4px;
    cursor: pointer;
}

.code-lblue {
    color: #5BC0DE !important;
    background-color: #eef8fb !important;
}

.code-red {
    color: #c7254e !important;
    background-color: #f9f2f4 !important;
}

.code-green {
    color: #5cb85c !important;
    background-color: #eef8fb !important;
}

.code-blue {
    color: #428bca !important;
    background-color: #ecf3f9 !important;
}

.code-orange {
    color: #f0ad4e !important;
    background-color: #fdf6ed !important;
}

/*****************/
@media (max-width: 768px) {
    .form-group {
        text-align: center;
    }

    .sm-align-left {
        text-align: left;
    }

    .col-sm-1.aleft, .col-sm-2.aleft, .col-sm-3.aleft, .col-sm-4.aleft, .col-sm-5.aleft, .col-sm-6.aleft, .col-sm-7.aleft, .col-sm-8.aleft, .col-sm-9.aleft, .col-sm-10.aleft, .col-sm-11.aleft, .col-sm-12.aleft {
        text-align: center !important;
    }

    .lo-content {
        width: 98%;
    }
}

table tr td .btn {
    padding: 4px 8px;
}

.cursor_pointer {
    cursor: pointer;
}

/*CENTRAR CAMPOS DTG*/
.table > thead > tr > th:not(.aright), .table > tbody > tr > th:not(.aright), .table > tfoot > tr > th:not(.aright), .table > thead > tr > td:not(.aright), .table > tbody > tr > td:not(.aright), .table > tfoot > tr > td:not(.aright) {
    text-align: center !important;
}

.aright {
    text-align: right !important;
}

.azul {
    color: #337ab7;
}

.blanco {
    background-color: white !important;
}

.fRight {
    float: right;
}

.container {
    width: 81%;
    display: inline-block;
    vertical-align: top;
    /*margin-top: 20px;*/
}

.container100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 750px) {
    .container {
        width: 100%;
    }
}

.mTop20 {
    margin-top: 20px;
}

.fLeft {
    float: left;
}

.no-margin {
    margin: 0;
}

.con-boton {
    width: calc(100% - 50px);
    display: inline-block;
}

.min-padding {
    padding: 1px 1px;
}

.no-padding {
    padding: 0px 0px;
}

.hijos-sin-margin-lat .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.no-bold {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.no-bold label {
    font-weight: normal;
}

.f-small {
    font-size: small;
}

.red {
    color: red;
}

.no-border {
    border: none !important;
}

.vertical-top {
    vertical-align: top;
}

.vertical-mid {
    vertical-align: middle;
}

.vertical-bot {
    vertical-align: bottom;
}

.separacion-titulo {
    margin-bottom: 20px;
}

a {
    color: #015aa7;
    text-decoration: none;
}

    a:focus, a:hover {
        color: #2c4e6f;
        text-decoration: underline;
    }

.white {
    color: white;
}

.form-horizontal .control-label {
    text-align: left;
}

.imagen-red-social {
    width: 32px;
    height: 32px;
    float: left;
}

.imagen-usuario-thumbnails {
    width: 32px;
    height: 32px;
    float: left;
    cursor: pointer;
}

.color-sistema {
    color: #015aa7 !important;
}

.no-overflow {
    overflow: hidden;
}

.center {
    text-align: center;
}

.pointer {
    cursor: pointer;
}

.zoom-in {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.obligatorio {
    color: #bb1c1c;
    font-weight: bold;
    font-size: 20px;
}

.estructura {
    background-image: url(/main/Imagenes/companeros_down.png);
    width: 30px;
    height: 30px;
}

.editar {
    background-image: url(/main/Imagenes/datos_down.png);
    width: 30px;
    height: 30px;
}

.agregar {
    background-image: url(/main/Imagenes/datos_add.png);
    width: 30px;
    height: 30px;
}

.btn-dtg {
    background-color: #fff;
    border: solid 1px #015aa7;
    border-radius: 3px;
}

.white {
    color: white;
}

.color-verde {
    color: green;
}

.color-rojo {
    color: red;
}

.time {
    width: 90px;
}

.fa-search {
    cursor: pointer;
}

.divestado {
    padding: 2px 5px 0px 2px;
    border: solid 1px #ccc;
    border-radius: 5px;
    margin: 3px;
    width: auto;
    min-width: 115px;
}

.verde {
    color: #449D44;
}

.large {
    font-size: large;
}

.gris {
    color: #CBCBCB;
}

.menos-4px {
    margin-left: -4px;
}

.separador-1 {
    background: #F5F5F5;
    height: 1px;
    width: 100%;
    display: block;
}

.separador-2 {
    border-bottom: solid 1px #F5F5F5;
}

.contenedor-foto-info {
    height: 48px;
    margin-top: 10px;
}

.contenedor-info {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: top;
    padding-left: 10px;
}

.align-right {
    text-align: right;
}

.foto-mensaje {
    display: inline-block;
    vertical-align: super;
}

.panel-body-mensajes {
    padding-left: 10px;
    padding-right: 4px;
}

.vertical-align {
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    text-align: center;
    text-align: -webkit-center;
    height: 100%;
}

.negro {
    color: black;
}

.contenedor-headers .titulo-mensaje {
    font-size: 1.3em;
    margin-bottom: 10px;
}

.contenedor-headers .contenedor-remitente {
    display: inline-block;
    width: calc(50% - 32px);
    padding-left: 10px;
    height: 38px;
}

.contenedor-headers .contenedor-fecha {
    display: inline-block;
    width: 50%;
    margin-left: -4px;
    height: 38px;
    text-align: right;
    padding-right: 10px;
}

.lbl-completo {
    display: initial;
}

.lbl-simplificado {
    display: none;
}

@media (max-width: 600px) {
    .lbl-completo {
        display: none;
    }

    .lbl-simplificado {
        display: initial;
    }
}

.alto-fijo-item {
    overflow: hidden;
    max-height: 20px;
}

.ver-archivo {
    text-align: right;
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 8px;
    text-decoration: underline;
}

.fecha-archivo {
    font-size: smaller;
    margin-right: 5px;
    margin-top: 3px;
}

.highslide-body {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

    .highslide-body::-webkit-scrollbar {
        width: 12px;
    }

    .highslide-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px transparent;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .highslide-body::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: transparent;
        -webkit-box-shadow: inset 0 0 6px transparent;
    }

.subrayado {
    text-decoration: underline;
}

.hash_tag {
    color: #00AFEF;
    cursor: pointer;
}

.hipervinculo {
    color: #00AFEF !important;
    text-decoration: underline !important;
    cursor: pointer;
}

.contenedor-logo {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
}

.con-scroll {
    overflow-y: scroll;
}

    .con-scroll::-webkit-scrollbar {
        width: 12px;
    }

    .con-scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    .con-scroll::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: transparent;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    }

.renderloading {
    -ms-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .renderloading img {
        width: 50px;
        height: 50px;
        margin-left: calc(50% - 25px);
    }

    .renderloading .err {
        width: 100%;
        text-align: center;
    }

/********/
.actions {
    z-index: 99999;
    display: block;
    position: absolute;
    min-height: 20px;
    height: auto;
    width: 140px;
    background: #fff;
    color: #333;
    text-align: center;
    overflow: hidden;
    padding: 5px 0px 5px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.action {
    font-family: 'Roboto', sans-serif;
    padding: 3px;
    text-align: left;
    width: 100%;
    height: 25px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: smaller;
    cursor: pointer;
    -ms-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .action:hover {
        background-color: #edf1f2;
    }

/* </------Estilos----> */
/* Ex Menu*/

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

    .navbar-top-links li {
        display: inline-block;
    }

        .navbar-top-links li:last-child {
            margin-right: 15px;
        }

        .navbar-top-links li a {
            padding: 15px;
            min-height: 50px;
        }

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

    .sidebar ul li a.active {
        /*background-color: #eee;*/
        cursor: pointer;
        /*Agregado por Torri*/
    }

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: 0 !important;
}

    .sidebar .nav-second-level li a {
        padding-left: 37px;
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }

@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

    .btn-primary.btn-outline:hover, .btn-success.btn-outline:hover, .btn-info.btn-outline:hover, .btn-warning.btn-outline:hover, .btn-danger.btn-outline:hover {
        color: #fff;
    }

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #999;
    }

        .chat li.left .chat-body {
            margin-left: 60px;
        }

        .chat li.right .chat-body {
            margin-right: 60px;
        }

        .chat li .chat-body p {
            margin: 0;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: right;
        font-family: fontawesome;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: right;
        font-family: fontawesome;
        color: rgba(50, 50, 50, 0.5);
    }

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid {
    margin: 15px 0;
}

    .show-grid [class^=col-] {
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #ddd;
        background-color: #eee !important;
    }

.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;
        }

#menuLateral {
    position: relative;
    width: 17.5%;
    min-height: calc(100% - 50px);
    height: auto;
    background-color: #fff;
    padding: 5px;
    padding-right: 0;
    border-right: solid 1px #E7E7E7;
    display: inline-block;
    margin-top: 0 !important;
    background-color: #F7F7F9;
    vertical-align: top;
}

#logoMenu {
    width: auto;
    height: 75px;
    border-bottom: solid 1px #eaeaea;
    background: url("http://www.48hourslogo.com/48hourslogo_data/20121203/201212032229452591.png") no-repeat #fff;
    background-size: contain;
    cursor: pointer;
}

#close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    background: transparent;
    z-index: 1002;
}

.barsEstilos {
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
}

.inlineblock {
    display: inline-block !important;
    width: auto;
    height: auto;
    margin-left: 20px;
}

.separador {
    border-right: solid 1px #E7E7E7;
    width: 1px;
    height: 26px;
    display: inline-block;
}

#nav_principal {
    /*max-height:55px;
    min-width:1024px;*/
    background-color: #015aa7;
}

.mensajeCorteSistema {
    margin-left: 10px;
    display: inline-block;
    width: auto;
    height: 16px;
    color: #337AB7;
    font-weight: 600;
}

.logo-menu {
    height: inherit;
    padding-left: 5px;
    content: url("/main/imagenes/logo-header.png");
}

#side-menu li {
    overflow: hidden;
    width: 100%;
}

    #side-menu li a {
        width: 100%;
        position: relative;
        display: block;
        padding: 5px 7.5px;
    }

        #side-menu li a:hover {
            background-color: #eee;
            text-decoration: none;
        }

        #side-menu li a:focus {
            text-decoration: none;
        }

.btn:hover {
    cursor: pointer;
}

.separacion-tititulo {
    margin-bottom: 16px;
    margin-top: 8px;
}

.input-group .date {
    max-width: 110px;
}

.hora {
    width: 110px;
}

.colapse .in {
    height: 100%;
}

@media (max-width: 767px) {
    #menuLateral {
        width: 100%;
        padding: 0px;
        min-height: 0px;
        height: auto;
        border: none;
        background: #F7F7F9;
    }
}

@media (min-width: 767px) {
    .navbar-toggle {
        display: none !important;
    }
}

@media (max-width: 300px) {
    .navbar-default {
        overflow-x: hidden;
    }
}

/* </--------------EX menu----------------->*/
.nav-second-level {
    -webkit-transition: height 0.12s ease !important;
    -o-transition: height 0.12s ease !important;
    transition: height 0.12s ease !important;
}

.re-collapsing {
    height: 35px !important;
    -webkit-transition: height 0.12s ease !important;
    -o-transition: height 0.12s ease !important;
    transition: height 0.12s ease !important;
}

.space-vertical {
    height: 20px;
}

.space-horizontal {
    width: 20px;
}

.space-horizontal-lg {
    width: 40px;
}

.w-dni {
    max-width: 110px;
}

.w-3-digits {
    max-width: 60px;
}

.siempre-visible {
    display: block !important;
}

.w10 {
    width: 10px;
    overflow: hidden;
}

.w20 {
    width: 20px;
    overflow: hidden;
}

.w30 {
    width: 30px;
    overflow: hidden;
}

.w40 {
    width: 40px;
    overflow: hidden;
}

.w50 {
    width: 50px;
    overflow: hidden;
}

.w60 {
    width: 60px;
    overflow: hidden;
}

.w70 {
    width: 70px;
    overflow: hidden;
}

.w80 {
    width: 80px;
    overflow: hidden;
}

.w90 {
    width: 90px;
    overflow: hidden;
}

.w100 {
    width: 100px;
    overflow: hidden;
}

.w110 {
    width: 110px;
    overflow: hidden;
}

.w120 {
    width: 120px;
    overflow: hidden;
}

.w130 {
    width: 130px;
    overflow: hidden;
}

.w140 {
    width: 140px;
    overflow: hidden;
}

.w150 {
    width: 150px;
    overflow: hidden;
}

.w160 {
    width: 160px;
    overflow: hidden;
}

.w170 {
    width: 170px;
    overflow: hidden;
}

.w180 {
    width: 180px;
    overflow: hidden;
}

.w190 {
    width: 190px;
    overflow: hidden;
}

.w200 {
    width: 200px;
    overflow: hidden;
}

.w210 {
    width: 210px;
    overflow: hidden;
}

.w220 {
    width: 220px;
    overflow: hidden;
}

.w230 {
    width: 230px;
    overflow: hidden;
}

.w240 {
    width: 240px;
    overflow: hidden;
}

.w250 {
    width: 250px;
    overflow: hidden;
}

.w260 {
    width: 260px;
    overflow: hidden;
}

.w270 {
    width: 270px;
    overflow: hidden;
}

.w280 {
    width: 280px;
    overflow: hidden;
}

.w290 {
    width: 290px;
    overflow: hidden;
}

.w300 {
    width: 300px;
    overflow: hidden;
}

.w310 {
    width: 310px;
    overflow: hidden;
}

.w320 {
    width: 320px;
    overflow: hidden;
}

.w330 {
    width: 330px;
    overflow: hidden;
}

.w340 {
    width: 340px;
    overflow: hidden;
}

.w350 {
    width: 350px;
    overflow: hidden;
}

.w360 {
    width: 360px;
    overflow: hidden;
}

.w370 {
    width: 370px;
    overflow: hidden;
}

.w380 {
    width: 380px;
    overflow: hidden;
}

.w390 {
    width: 390px;
    overflow: hidden;
}

.w400 {
    width: 400px;
    overflow: hidden;
}

.w410 {
    width: 410px;
    overflow: hidden;
}

.w420 {
    width: 420px;
    overflow: hidden;
}

.w430 {
    width: 430px;
    overflow: hidden;
}

.w440 {
    width: 440px;
    overflow: hidden;
}

.w450 {
    width: 450px;
    overflow: hidden;
}

.w460 {
    width: 460px;
    overflow: hidden;
}

.w470 {
    width: 470px;
    overflow: hidden;
}

.w480 {
    width: 480px;
    overflow: hidden;
}

.w490 {
    width: 490px;
    overflow: hidden;
}

.w500 {
    width: 500px;
    overflow: hidden;
}

.w510 {
    width: 500px;
    overflow: hidden;
}

.w520 {
    width: 500px;
    overflow: hidden;
}

.w530 {
    width: 500px;
    overflow: hidden;
}

.w540 {
    width: 500px;
    overflow: hidden;
}

.w550 {
    width: 500px;
    overflow: hidden;
}

.w560 {
    width: 500px;
    overflow: hidden;
}

.w570 {
    width: 500px;
    overflow: hidden;
}

.w580 {
    width: 500px;
    overflow: hidden;
}

.w590 {
    width: 500px;
    overflow: hidden;
}

.w600 {
    width: 500px;
    overflow: hidden;
}

.w610 {
    width: 500px;
    overflow: hidden;
}

.w620 {
    width: 500px;
    overflow: hidden;
}

.w630 {
    width: 500px;
    overflow: hidden;
}

.w640 {
    width: 500px;
    overflow: hidden;
}

.w650 {
    width: 500px;
    overflow: hidden;
}

.w660 {
    width: 500px;
    overflow: hidden;
}

.w670 {
    width: 500px;
    overflow: hidden;
}

.w680 {
    width: 500px;
    overflow: hidden;
}

.w690 {
    width: 500px;
    overflow: hidden;
}

.w700 {
    width: 500px;
    overflow: hidden;
}

.h10 {
    height: 10px;
    overflow: hidden;
}

.h15 {
    height: 15px;
    overflow: hidden;
}

.h20 {
    height: 20px;
    overflow: hidden;
}

.h25 {
    height: 25px;
    overflow: hidden;
}

.h34 {
    height: 34px;
    overflow: hidden;
}

.h30 {
    height: 30px;
    overflow: hidden;
}

.h35 {
    height: 35px;
    overflow: hidden;
}

.h40 {
    height: 40px;
    overflow: hidden;
}

.h45 {
    height: 45px;
    overflow: hidden;
}

.h50 {
    height: 50px;
    overflow: hidden;
}

.h55 {
    height: 55px;
    overflow: hidden;
}

.h60 {
    height: 60px;
    overflow: hidden;
}

.h65 {
    height: 65px;
    overflow: hidden;
}

.h70 {
    height: 70px;
    overflow: hidden;
}

.h75 {
    height: 75px;
    overflow: hidden;
}

.h80 {
    height: 80px;
    overflow: hidden;
}

.h85 {
    height: 85px;
    overflow: hidden;
}

.h90 {
    height: 90px;
    overflow: hidden;
}

.h95 {
    height: 95px;
    overflow: hidden;
}

.h100 {
    height: 100px;
    overflow: hidden;
}

.fecha {
    width: 110px !important;
    -webkit-box-flex: 0.2 !important;
    -ms-flex: 0.2 !important;
    flex: 0.2 !important;
}

.fechaChico {
    width: 80px;
}

.table-h-min {
    min-height: 300px;
}

.min-mg-bottom {
    margin-bottom: 5px;
}

.min-mg-bottom-2 {
    margin-bottom: 10px;
}

/****CLIENTE MOBILE****/
.c-logo {
    width: 100%;
    height: 150px;
}

    .c-logo .logo {
        margin-left: 5%;
        height: 90%;
        width: 90%;
        background-image: url("/main/imagenes/logo-login.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -webkit-transition: 0.25s all ease-in-out;
        -o-transition: 0.25s all ease-in-out;
        transition: 0.25s all ease-in-out;
    }

.c-control {
    min-height: 280px;
    max-width: 500px;
}

    .c-control .form-group {
        text-align: left;
        padding: 0px 10px;
    }

.c-opcion {
    min-height: 200px;
    height: 35%;
}

    .c-opcion a {
        cursor: pointer;
    }

.hack-password {
    width: 0px;
    height: 0px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    position: absolute;
}

@media (min-width: 768px) {
    .c-control {
        width: 500px;
    }
}

.g-recaptcha {
    display: none !important;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-2 {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.flex-3 {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.flex-4 {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

.flex-5 {
    -webkit-box-flex: 5;
    -ms-flex: 5;
    flex: 5;
}

.flex-6 {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.flex-7 {
    -webkit-box-flex: 7;
    -ms-flex: 7;
    flex: 7;
}

.flex-8 {
    -webkit-box-flex: 8;
    -ms-flex: 8;
    flex: 8;
}

.flex-9 {
    -webkit-box-flex: 9;
    -ms-flex: 9;
    flex: 9;
}

.flex-10 {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    flex: 10;
}

.flex-11 {
    -webkit-box-flex: 11;
    -ms-flex: 11;
    flex: 11;
}

.flex-12 {
    -webkit-box-flex: 12;
    -ms-flex: 12;
    flex: 12;
}

.cont-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    min-height: 100px;
    height: auto;
    width: 100%;
    font-size: 1.25rem;
    color: #555;
}

    .cont-box div {
        height: 100%;
    }

    .cont-box .lat {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .cont-box .cen {
        -webkit-box-flex: 7;
        -ms-flex: 7;
        flex: 7;
    }

    .cont-box .titulo {
        font-weight: 600;
        height: 30px;
        padding: 2px 10px 2px 10px;
    }

    .cont-box .texto {
        height: 20px;
        font-size: .90rem;
        padding: 2px 10px 2px 10px;
    }

    .cont-box .boton {
        height: 50px;
        padding: 7px 10px 7px 10px;
        margin-top: 10px;
        text-align: center;
    }

        .cont-box .boton input {
            display: inline-block;
        }

    .cont-box .disp {
        text-align: center;
        height: 50px;
        font-size: 2.5rem;
    }

    .cont-box .separador {
        width: 90%;
        height: 1px;
        border-top: solid 1px #e9e9e9;
        margin-left: 5%;
        height: 4px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

.box {
    -webkit-box-shadow: 0 3px 3px -3px #777;
    box-shadow: 0 3px 3px -3px #777;
    border: solid 1px #e9e9e9;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.encendido {
    background-color: #009624;
    color: #fff !important;
}

    .encendido #texto_info_estado {
        color: #fff;
    }

.truncar {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.f-size-0 {
    font-size: 3em !important;
}

.f-size-1 {
    font-size: 2.25em !important;
}

.f-size-2 {
    font-size: 1.5em !important;
}

.f-size-3 {
    font-size: 0.75em !important;
}

.f-size-4 {
    font-size: 0.6em !important;
}

.f-size-5 {
    font-size: 0.45em !important;
}

.ff-row-wrap {
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}

.ff-col-wrap {
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column wrap;
}

.color.red {
    color: #F34236;
}

.color.blue {
    color: #2195F2;
}

.color.green {
    color: #4BAE4F;
}

.color.yellow {
    color: #FEEA3B;
}

.color.black {
    color: #444444;
}

.color.gray {
    color: #9D9D9D;
}

.color.white {
    color: #FFFFFF;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
}

.color.orange {
    color: #FE9700;
}

.color.blue-l {
    color: #03A8F3;
}

.color.purple {
    color: #663AB6;
}

.color.select {
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #2856B6;
}

.checkbox-ios label {
    display: block;
    width: 54px;
    height: 32px;
    margin: 0px auto;
    border-radius: 100px;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background-color: #E6E9EC;
    line-height: 0 !important;
}

.checkbox-ios input {
    display: none;
}

.checkbox-ios i {
    height: 28px;
    width: 28px;
    background: #ffffff;
    display: inline-block;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 2px;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    pointer-events: none;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}

.checkbox-ios label:hover > i {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.checkbox-ios input:checked + label > i {
    margin-left: 24px;
}

.checkbox-ios label:active {
    background-color: #4BAE4F;
}

    .checkbox-ios label:active > i {
        width: 34px;
        -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    }

.checkbox-ios input:checked + label:active > i {
    margin-left: 18px;
}

.checkbox-ios input:checked + label {
    background-color: #4BAE4F;
}

.dom-select {
    background-color: #6e89a3;
    color: #ffffff;
}

.yellow-w-border {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #494949;
    color: #FEEA3B;
}

.no-btn {
    color: inherit;
    background: none;
    border: 0;
    font-size: inherit;
    margin: 0;
    padding: 0;
}

    .no-btn:active {
        color: inherit;
        background: none;
        border: 0;
        font-size: inherit;
        margin: 0;
        padding: 0;
    }

.padding {
    padding: 10px;
}

.padding30 {
    padding: 30px;
}

.pointer {
    cursor: pointer;
}

.color-estado {
    width: 20px;
    float: left;
    height: 20px;
    border: solid 1px grey;
    margin-right: 5px;
    border-radius: 5px;
}

.mLeft10 {
    margin-left: 10px;
}

@media only screen and (max-width: 1200px) {
    /*#left-panel {
        left: -250px;
    }*/

    #hide-menu {
        display: block;
    }
    #fullscreen {
        display: none;
    }
    #main {
        margin-left: 0;
    }
}
