html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}



.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    text-align: center;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.fontlabelcontrato {
    font-size: 18px;
}

form div.required label.control-label:after {
    content: " * ";
    color: red;
}

.help-block {
    display: none;
}

.tituloBox {
    display: table-row;
    background: #333;
    position: absolute;
    right: 0;
    left: 0;
    height: 52px;
    padding: 3px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: 201;
}

.position-absolute {
    position: absolute;
}

.tituloTexto {
    padding: 10px;
    float: left;
}

.tituloTextoBlanco {
    font-size: 20px;
    color: #FFF;
}

.tituloTextoVerde {
    font-weight: bold;
    font-size: 20px;
    color: #009999;
}

.btnTitulo {
    padding: 5px;
    float: right;
    padding-right: 8%;
}

.tablaAdvancedSearch {
    margin-top: 10px;
    padding: 10px;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
}

.btn-grid {
    border: none;
    padding: 5px;
    color: #337ab7;
    text-decoration: none;
    background-color: transparent;
}

.noentero {
    font-weight: bold !important;
    color: red;
}

.sub-menu-a {
    padding: 6px 15px !important;
}

.sub-menu-div {
    display: flex;
    padding: 0px;
    background-color: #5a5a5a;
    width: 100%;
    justify-content: center;
    position: sticky;
}

.navbar {
    display: table-row;
    background: #333;
    position: fixed;
    right: 0;
    left: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #5a5a5a;
}

.navbar-inverse {
    border-color: #5a5a5a;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #009999;
}

.nav-pills > li > a {
    color: white;
    text-decoration: none;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    margin-bottom: 0;
}

.container {
    width: 100%;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: #9f9a9a;
}

.min-width-custom {
    min-width: 90px;
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 10px;
    color: white;

    padding: 1px 3px;
    font-size: 10px;

    position: absolute; /* Position the badge within the relatively positioned button */
    top: -8px;
    right: 32px;
    width: 16px;
    height: 16px;
}

.btn-observaciones {
    display: inline-block;
}

.grid-view td {
    text-align: center;
    vertical-align: middle !important;
    min-width: 60px;
}

.grid-view th {
    text-align: center;
    vertical-align: top !important;
}

th, td {
    padding: 3px !important;
}

.input-group-addon {
    padding: 0px 2px !important;
}

.background_orange {
    background-color: #ffa50087 !important;
}

.background_blue {
    background-color: rgba(69, 95, 241, 0.53) !important;
}

.align-right {
    text-align: right !important;
}

.checkbox {
    box-shadow: none;
    margin: auto;
    height: 18px;
    border: 0;
}

.alerta_rojo {
    background-color: red;
}

.alerta_naranja {
    background-color: orange;
}

.alerta_amarilla {
    background-color: yellow;
}

.div_checkbox,
.form-control.checkbox {
    padding: 6px;
    border-radius: 20px;
    max-width: 30px;
    margin: auto !important;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.rowProducto input {
    text-align: right;
    padding-right: 5px;
}

.select2-container {
    width: 100% !important;
}

.sin_sub_menu th {
    background: white;
    position: sticky;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.con_sub_menu th {
    background-color: white;
    position: sticky;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

.table-responsive {
    overflow-x: visible;
}

.header_th {
    z-index: 100;
    min-width: 134px;
}

thead th {
    z-index: 99;
}

.mostrar_siempre_th_col1,
.mostrar_siempre_td_col1 {
    position: sticky;
    left: 0;
    width: 133px !important;
    background-color: white;
    border: 1px solid #ddd !important;
    z-index: 101;
}

tr .mostrar_siempre_th_col2,
tr .mostrar_siempre_td_col2 {
    position: sticky;
    left: 133px;
    background-color: white;
    border: 1px solid #ddd !important;
    z-index: 101;
}

tr .mostrar_siempre_th_col3,
tr .mostrar_siempre_td_col3 {
    position: sticky;
    left: 266px;
    background-color: white;
    border: 1px solid #ddd !important;
    z-index: 101;
}

tr .mostrar_siempre_th_col4,
tr .mostrar_siempre_td_col4 {
    position: sticky;
    left: 399px;
    background-color: white;
    border: 1px solid #ddd !important;
    z-index: 101;
}

tr .mostrar_siempre_th_col5,
tr .mostrar_siempre_td_col5 {
    position: sticky;
    left: 532px;
    background-color: white;
    border: 1px solid #ddd !important;
    z-index: 101;
}

.mostrar_siempre_th_col1:hover,
.mostrar_siempre_td_col1:hover,
.mostrar_siempre_th_col2:hover,
.mostrar_siempre_td_col2:hover {
    z-index: 1;
    border: 1px solid #ddd;
}

.table {
    border-collapse: separate;
}

.glyphicon {
    position: static !important;
}

.wrap {

    min-width: 1322px;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.input_gris {
    background-color: #adadad !important;
}

.input_amarillo {
    background-color: #f7ea4d96 !important
}

[title^='Update'] {
    margin: 5px;
}

[title^='Export data in selected format'] {
    display: none;
}

.email_verde {
    background-color: #88d788;
}

.grid-view table th,
.filters td {
    background-color: #BDD7EE;
}

.proyeccion-gris {
    background-color: #BFBFBF !important;
    padding: 0 10px !important;
    font-weight: bold;
}

.proyeccion-azul {
    background-color: #95B3D7 !important;
    padding: 0 10px !important;
    font-weight: bold;
}

.proyeccion-celeste {
    background-color: #B8CCE4 !important;
    padding: 0 10px !important;
    font-weight: bold;
}

.proyeccion-verde {
    background-color: #C4D79B !important;
    font-weight: bold;
    padding: 0 10px !important;
}

.proyeccion-verdeclaro {
    background-color: #D8E4BC !important;
    font-weight: bold;
    padding: 0 10px !important;
}

.proyeccion-grisclaro {
    background-color: #d3d3d3 !important;
    font-weight: bold;
    padding: 0 10px !important;
}

.proyeccion-amarillo {
    background-color: rgba(255, 229, 153, 1) !important;
    font-weight: bold;
    padding: 0 10px !important;
}
.proyeccion-amarilloclaro {
    background-color: rgba(255, 242, 204, 1) !important;
    font-weight: bold;
    padding: 0 10px !important;
}

.proyeccion-violeta {
    background-color: #B4A7D6 !important;
    font-weight: bold;
    padding: 0 10px !important;
}
.proyeccion-violetaclaro {
    background-color: #D9D2E9 !important;
    font-weight: bold;
    padding: 0 10px !important;
}

.no-coincide-proyeccion {
    background-color: #ff958c !important;
}

.btn-eliminar-nota {
    float: right;
    padding: 3px 5px !important;
}

.b-nota {
    display: contents;
}

.p-nota {
    display: flex;
    justify-content: space-between;
}

.glyphicon-duplicate {
    padding: 5px;
    margin: 7px;
    float: right;
}

.btn-index-proforma {
    margin: 1px;
    padding: 0px;
    font-size: 18px;
}

.btn-grid-proforma {
    margin: 0 2px;
}

thead select:not([multiple="multiple"]) {
    min-width: 70px;
    padding: 0;
}

.multiselect-container {
    max-height: 350px;
    overflow-y: scroll;
}

.kv-float-header .multiselect:not([title='-']) {
    background-color: #f1f19a;
}

.comision_iluminada {
    background-color: #f17c7887!important;
}

.kv-float-header select:has(option:checked:not([value])),
.kv-float-header select:has(option:checked:not([value=""])) {
    background-color: #f1f19a;
}

.padding-custom,
.resize {
    padding: 0 3px !important;
}

.btn-pfi {
    background-color: #BDD7EE;
}

.textareaDash {
    display: inline-block;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: left;
    padding: 5px;
}

@media (min-width: 1445px) {
    .textareaDash {
        width: 700px;
    }

    .widthDetalles {
        width: 400px;
    }
}

@media (max-width: 1440px) {
    .textareaDash {
        width: 300px;
    }

    .widthDetalles {
        width: 200px;
    }
}

.kv-sort-link {
    color: black;
}

.summary {
    padding-left: 10px;
}

.contrato-index {
    padding-top: 50px;
}

.tabla-index .tituloBox {
    top: 53px;
}

.form-padding {
    padding: 60px 20px;
}

.margin-con-sub {
    margin-top: 90px;
}

.margin-sin-sub {
    margin-top: 55px;
}
.margin-abm {
    margin-top: 110px;
}

.grid-view td {
    text-align: center;
    vertical-align: middle !important;
}

.proyeccion-sticky {
    top: 83px;
    position: sticky;
}

.height18 {
    height: 18px !important
}

.kv-checkbox-list label {
    white-space: nowrap!important; 
}





