/*region estilos comunes*/
html, body {
    font-size: 100%;
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 100%;
    font-family: Calibri, Trebuchet MS, Arial, sans-serif;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6, h7 {
    color: #6c1c3f;
    margin: 7px 0;
    text-align: left;
}

.border_radius {
    border-radius: 10px;
}

.clearfix:after,
.contenedor-graficos:after {
    content: " ";
    float: none;
    clear: both;
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a img {
    border: none;
    outline: none;
}

#LogoPrincipal {
    top: 5px;
    position: relative;
    z-index: 9999;
}
/*endregion estilos comunes*/

/*region tablas/botones/filtros*/
/*tablas comunes (no filtros)*/
#contenido > table, .tabla-css {
    border: 1px solid #cbb1b1;
}

.tabla-Letra {
    font-size: 11.5px;
}

#contenido > table th, .tabla-css th {
    color: white;
    font-weight: normal;
    background-color: #6c1c3f;
    padding: 0.8em 0.5em;
}

    #contenido > table th a, .tabla-css th a {
        color: white;
    }

#contenido > table td, .tabla-css td {
    padding: 0.5em;
    color: black;
    background-color: #e7e3e3;
}

    #contenido > table td a, .tabla-css td a {
        color: #6c1c3f;
    }

        #contenido > table td a.boton, .tabla-css td a.boton {
            color: white;
        }

#contenido > table tr:nth-of-type(odd) td, .tabla-css tr:nth-of-type(odd) td {
    background-color: #f4eded;
}

#contenido > table td, #contenido > table th, .tabla-css td, .tabla-css > table th {
    border-right: 1px solid white;
}

    #contenido > table td:last-child, #contenido > table th:last-child, .tabla-css td:last-child, .tabla-css th:last-child {
        border-right: none;
    }


#Nota td {
    text-align: left;
    padding: 4px 10px;
}

input[type=search], input[type=text], input[type=number], input[type=password], select {
    border-radius: 6px;
    border: 1px solid #ddd;
}

button, .boton, input[type=submit], input[type=button] {
    background: #8aa739;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-weight: bold;
    color: white;
    line-height: normal;
}

    button:hover, .boton:hover, input[type=submit]:hover, input[type=button]:hover {
        background: #799628;
    }

.nav.nav-tabs button:hover, .nav.nav-tabs .boton:hover, .nav.nav-tabs input[type=submit]:hover, .nav.nav-tabs input[type=button]:hover {
    background: #799628;
}


/*adjuntar */
.adjuntarEstilizable {
    width: 250px;
    height: 2em;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    border: none;
}

    .adjuntarEstilizable:after {
        content: "Adjuntar";
        display: inline-block;
        padding: 2px 10px;
        background-color: #8aa739;
        color: white;
        float: left;
        text-align: center;
        width: auto;
        cursor: pointer;
    }

    .adjuntarEstilizable:hover:after {
        background-color: #6d8823;
    }

    .adjuntarEstilizable:before {
        content: attr(data-content);
        width: calc(98% - 5.5em);
        border: transparent;
        background: transparent;
        float: right;
        padding-left: 0.3em;
        border-radius: 3px;
        height: 100%;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .adjuntarEstilizable input[type=file] {
        width: 400%;
        height: 2em;
        position: absolute;
        box-sizing: border-box;
        opacity: 0;
        filter: alpha(opacity=0);
        cursor: pointer !important;
    }

        .adjuntarEstilizable input[type=file]::-webkit-file-upload-button {
            visibility: hidden;
            cursor: pointer;
        }

/*adjuntar fileupload*/
.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}


a.boton[title="Nueva Solicitud"], input[type=button][value="Nueva Nota"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

a.boton[title="Nueva Solicitud"], input[type=button][value="Nueva Liquidación"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

input[type=button][value="Actualizar Contrato"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

input[type=button][value="Guardar Contrato"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

input[type=button][value="Actualizar Factura"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

input[type=button][value="Actualiza Cobranza"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

input[type=button][value="Guardar Factura"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
}

.ventana_modal #Guardar, .ventana_modal #CloseModal {
    width: auto !important;
    height: auto !important;
}

input[disabled][disabled-css], select[disabled][disabled-css] {
    color: inherit;
    background: transparent;
    border-color: transparent;
    -moz-appearance: none;
    /*-webkit-appearance: none;*/
}

button:hover, .boton:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #7b982a;
    color: #d8e3dc;
}

button:focus, .boton:focus, input[type=submit]:focus {
    outline: none;
}

button:first-child, .boton:first-child, input[type=submit]:first-child, input[type=button]:first-child {
    margin-right: 5px;
}

.auto + .ms-parent {
    width: auto;
    min-width: 228px;
}

    .auto + .ms-parent .ms-choice {
        border-color: #ddd !important;
    }


.ms-parent button {
    background: #fff;
    font-weight: normal;
    color: black;
}

img[src*="modifica.png"] {
    width: 25px;
    float: right;
}


.bElimina {
    height: 25px;
    width: 25px;
    background-size: contain;
}

/*Tabla dentro de formulario*/
form > table {
    border: 1px solid #cbb1b1;
    margin: 0.5em 0;
    width: 100%;
}

    form > table h4 {
        background-color: #e2dcdc;
        width: 100%;
        width: calc(100% + 10px);
        height: 100%;
        height: calc(100% + 4px);
        margin: -4px 0 -4px -10px;
        padding: 0.3em;
    }

        form > table h4 + b {
            display: inline-block;
            padding: 0.6em 0;
            margin: 0;
        }

form table td {
    background: #f1eeee;
    padding: 4px;
}

form > table > tr:first-child > td {
    background: none;
}

/*form table td:nth-of-type(even){
    background: #f6f4f4;
}*/

form table td input[type=text], form table td select {
    box-sizing: border-box;
    padding: 3px;
}

form > table table {
    width: 100%;
}

    form > table table input[type=text], form > table table select {
        /*width: 85%;*/
        width: 100%;
        /*width: 85%;*/
    }

form > table textarea {
    width: 99.5%;
    display: block;
    margin: 0.7em auto;
}

.padre-tabla-xl {
    padding-right: 0.8em;
    overflow-x: auto;
    position: relative;
}

    .padre-tabla-xl > table {
        min-width: 1280px;
        font-size: 0.88em;
    }

    .padre-tabla-xl #GridTableP tr td:last-child a,
    .padre-tabla-xl #GridTableP tr td:last-child a img,
    .padre-tabla-xl #GridTableP tr td:nth-last-child(2) input[type=checkbox],
    .padre-tabla-xl #GridTableP tr td:nth-last-child(3) input[type=checkbox],
    .padre-tabla-xl #GridTableP tr td:nth-last-child(4) input[type=checkbox] {
        display: block;
        margin: auto;
    }

    .padre-tabla-xl input, .padre-tabla-xl select {
        border-radius: 1px;
        padding-left: 0;
        padding-right: 0;
    }

    .padre-tabla-xl + div th:nth-last-child(1),
    .padre-tabla-xl td:nth-last-child(1),
    .padre-tabla-xl + div th:nth-last-child(2),
    .padre-tabla-xl td:nth-last-child(2),
    .padre-tabla-xl + div th:nth-last-child(3),
    .padre-tabla-xl td:nth-last-child(3),
    .padre-tabla-xl + div th:nth-last-child(4),
    .padre-tabla-xl td:nth-last-child(4) {
        font-size: 11px;
        text-align: center;
    }

.alinear-botones-derecha {
    text-align: right;
}

    .alinear-botones-derecha * {
        display: inline-block;
    }

#grillaMuestrasE tr td:nth-child(7), #grillaMuestrasE tr th:nth-child(7) {
    max-width: 75px;
}

.tabla-css.tabla-acordeon {
}

    .tabla-css.tabla-acordeon th:nth-child(1),
    .tabla-css.tabla-acordeon td:nth-child(1) {
        width: 2%;
    }

    .tabla-css.tabla-acordeon th:nth-child(2),
    .tabla-css.tabla-acordeon td:nth-child(2) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(3),
    .tabla-css.tabla-acordeon td:nth-child(3) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(4),
    .tabla-css.tabla-acordeon td:nth-child(4) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(5),
    .tabla-css.tabla-acordeon td:nth-child(5) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(6),
    .tabla-css.tabla-acordeon td:nth-child(6) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(7),
    .tabla-css.tabla-acordeon td:nth-child(7) {
        width: 15%;
    }

    .tabla-css.tabla-acordeon th:nth-child(8),
    .tabla-css.tabla-acordeon td:nth-child(8) {
        width: 12%;
    }

    .tabla-css.tabla-acordeon th:nth-child(9),
    .tabla-css.tabla-acordeon td:nth-child(9) {
        width: 7%;
    }

    .tabla-css.tabla-acordeon th:nth-child(10),
    .tabla-css.tabla-acordeon td:nth-child(10),
    .tabla-css.tabla-acordeon th:last-child {
        width: 2%;
    }

    .tabla-css.tabla-acordeon td:last-child input[type=checkbox] {
        margin: auto;
        display: block;
    }

    .tabla-css.tabla-acordeon td:nth-child(1) img {
        cursor: pointer;
    }

        .tabla-css.tabla-acordeon td:nth-child(1) img:hover {
            -webkit-filter: saturate(2);
            opacity: 0.8;
        }

    .tabla-css.tabla-acordeon tr[class*="Hijo"] td:nth-child(1),
    .tabla-css.tabla-acordeon tr[class*="Hijo"] td:nth-child(2) {
        background: #f8f4f4 !important;
        border: none !important;
    }

.tabla-css.tabla-css-sin-nth td {
    background-color: #f4eded !important;
}

/*impares*/
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(1),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(2),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(6),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(7),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(9) {
    background: #e4dddd !important;
}

.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(3),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(4),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(5),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-3) td:nth-child(8),
.tabla-css.tabla-css-sin-nth tbody tr:nth-child(4n-2) td {
    background: #e4dddd !important;
}

.correo {
    padding: 0.2em 0.5em;
}

    .correo h3 {
        float: left;
        margin: 0;
    }

    .correo .botones {
        margin-bottom: 0.5em;
    }

        .correo .botones:after {
            content: " ";
            clear: both;
            float: none;
            display: block;
            width: 100%;
            visibility: hidden;
            font-size: 0;
        }

        .correo .botones input {
            width: auto !important;
            float: right;
            margin-left: 0.5em;
        }

    .correo .meta {
        background: #f5f5f5;
        border-radius: 6px;
        padding: 0.5em;
        margin-bottom: 1em;
    }

    .correo .para {
        width: 100%;
        margin-bottom: 0.5em;
        display: inline-block;
    }

        .correo .para .ms-parent {
            position: relative;
            width: 400px !important;
        }

        .correo .para button, .correo .para span {
            height: 1.6em;
            margin-top: -0.15em !important;
        }

        .correo .para button, .correo .para span {
            height: 1.6em;
            margin-top: -0.15em !important;
        }

    .correo .asunto {
        width: 100%;
    }

        .correo .asunto input[type=text] {
            position: relative;
            width: 388px !important;
            left: 185px;
            border-radius: 3px;
            border: 1px solid #aaa;
        }

    .correo .cuerpo {
        width: 100%;
    }

        .correo .cuerpo span:first-of-type {
            margin-bottom: 0.5em;
        }

        .correo .cuerpo table {
            border: 1px solid grey;
            background: none !important;
            border-collapse: collapse;
        }

            .correo .cuerpo table td {
                border: 1px solid grey;
                background: none !important;
                border-collapse: collapse;
            }

            .correo .cuerpo table th {
                border: 1px solid grey;
                background: none !important;
                border-collapse: collapse;
            }

/*Cargando envio correo*/
#loading {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #f5f5f5;
}

    #loading > div:after, #loading > div:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 3%;
        left: 1%;
        width: 85%;
        height: 20%;
        box-sizing: border-box;
        z-index: -1;
        -webkit-box-shadow: 0 10px 9px #333;
        -moz-box-shadow: 0 10px 9px #333;
        -o-box-shadow: 0 10px 9px #333;
        -ms-box-shadow: 0 10px 9px #333;
        box-shadow: 0 10px 9px #333;
        -webkit-transform: rotate(-2.5deg);
        -moz-transform: rotate(-2.5deg);
        -o-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        background: #333;
        opacity: 0.35;
        filter: alpha(opacity=35);
    }

    #loading > div:before {
        -webkit-transform: rotate(2.5deg);
        -moz-transform: rotate(2.5deg);
        -o-transform: rotate(2.5deg);
        -ms-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
        right: 1%;
        left: auto;
    }

    #loading > div {
        position: absolute;
        display: block;
        width: 32%;
        height: auto;
        top: 30%;
        left: 35%;
        border: 2px solid #cbb1b1;
        background: #fdfdfd;
        box-sizing: border-box;
        padding: 2.8em 2em;
        text-align: center;
    }

    #loading img:first-of-type {
        display: block;
        margin: 0 auto 0.5em auto;
        width: 80%;
        max-width: 300px;
    }

    #loading label {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        #loading label:first-of-type {
            font-size: 1.3em;
            font-weight: bold;
            color: #6c1c3f;
        }

        #loading label:last-of-type {
            font-weight: normal;
            font-size: 1em;
            width: 80%;
            display: block;
            margin: auto;
        }

    #loading img:last-of-type {
        position: relative;
        margin: 0.5em auto 0 auto;
        width: 38%;
        height: auto;
        max-width: 100px;
        display: block;
    }

h3.exito {
    display: block;
    float: none !important;
    width: 100%;
    text-align: center;
    font-size: 2.3em;
    margin-bottom: 2em;
}
/*endregion tablas/botones/filtros*/

/*region tablas contenido*/
.tabledata {
    width: 95%;
    margin: 2.5%;
}

    .tabledata th {
        text-align: center;
        padding: 6px 12px;
        color: #333;
        background-color: #d6cdcd;
    }

    .tabledata td {
        text-align: left !important;
        padding: 3px 0 !important;
        margin: 0 !important;
        color: #333;
        background-color: #d6cdcd !important;
        border-top: none !important;
    }



/*filtros*/
.filtros {
    width: 100%;
    margin: 15px auto;
    border: 1px solid #cbb1b1;
    min-height: 100px;
    position: relative;
    background: #f1eeee;
}

    .filtros:after {
        content: " ";
        float: none;
        clear: both;
        display: block;
        visibility: hidden;
        font-size: 0;
    }

    .filtros h2 {
        display: block;
        width: 98.6%;
        width: calc(100% - 14px);
        height: 20px;
        margin-bottom: 0;
        margin-top: 0;
        font-size: 18px;
        padding: 7px;
        background: #e2dcdc;
    }

    .filtros div table {
        width: 97%;
        margin: 5px auto;
    }

    .filtros div:first-of-type table {
        border-right: 1px solid #ccc;
    }

    .filtros.unacolumna div:first-of-type table {
        border-right: none;
    }

    .filtros div table tr:first-child {
        border-top: none;
    }

    .filtros div table tr:last-child {
        border-bottom: none;
    }


    .filtros div table td:nth-child(odd) {
        text-align: left;
        text-indent: 3px;
    }

    .filtros div table td input[type=text], .filtros div table td select, .filtros div table td textarea {
        width: 90%;
        height: 26px;
        /*max-width:400px;*/
        padding: 2px;
        border: 1px solid #aaa;
        box-sizing: border-box;
    }

.Zebra_DatePicker_Icon_Wrapper input {
    box-sizing: content-box !important;
}

.filtros div table td input[type=radio] {
    margin: 0 3px;
}

.filtros button, .filtros .boton, .filtros input[type=submit], .filtros input[type=button] {
    float: right;
    margin: 5px 15px 5px 0;
}

.botones {
    /*margin: 20px 0px 20px 0;*/
    text-align: right;
}

textarea {
    border-radius: 7px;
    resize: vertical;
}

.filtros section {
    width: 100%;
    display: block;
    clear: both;
    background: #e2dcdc;
}

.filtros form {
    border-left: 3px solid #e2dcdc;
    border-right: 3px solid #e2dcdc;
}

.filtros section:after {
    content: " ";
    display: block;
    float: none;
    clear: both;
    visibility: hidden;
    font-size: 0;
    width: 100%;
}


/*a tres columnas*/
.trescolumnas div {
    box-sizing: border-box;
    width: 33.333333%;
    float: left;
    min-height: 100px;
    position: relative;
}

/*a dos columnas*/
.doscolumnas div:first-of-type {
    box-sizing: border-box;
    width: 50%;
    min-height: 100px;
    position: relative;
    float: left;
}

.doscolumnas div:last-of-type {
    box-sizing: border-box;
    width: 50%;
    min-height: 100px;
    position: relative;
    float: right;
}

/*a una columna*/
.unacolumna div {
    box-sizing: border-box;
    width: 100%;
    min-height: 100px;
    position: relative;
    float: left;
}

    .unacolumna div table td input[type=text], .unacolumna div table td select, .unacolumna div table td textarea {
        width: 95%;
        margin: 2px auto;
        max-width: 700px;
        padding: 2px;
    }




label.error, .field-validation-error {
    display: block;
    margin: 0;
    font-size: 11px;
    color: red;
    position: absolute;
    margin-top: -3px;
}

select.error, input.error {
    border: 1px solid red;
    color: red;
}

#valida-error {
    width: 70%;
    margin: 0 auto;
    font-style: italic;
}

/*endregion tablas contenido*/

/*region ventana modal*/
.ventana_modal {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-size: 1em;
    font-size: 100%;
    padding: 5px 5px;
}

    .ventana_modal h2 {
        text-align: center;
        display: block;
        width: 98%;
        font-size: 24px;
        padding: 12px 0;
        background: #e2dcdc;
        margin: 0 auto;
        border: 1px solid #cbb1b1;
        border-bottom: none;
        box-sizing: border-box;
    }

    .ventana_modal input {
        padding: 0 5px;
    }

        .ventana_modal input[type=submit], .ventana_modal input[type=button], .ventana_modal button {
            padding: 2px 10px;
            width: 100%;
        }

    .ventana_modal table {
        width: 98%;
        margin: 0 auto 5px auto;
        border-top: none;
    }

        .ventana_modal table td, .ventana_modal table th {
            padding: 6px;
        }

    .ventana_modal .ms-parent {
        position: absolute;
        left: 200px;
    }

    .ventana_modal .filtros-solicitud-uva .ms-parent {
        position: relative !important;
        left: 0px !important;
    }

    .ventana_modal .filtros-solicitud-uva .auto.ms-parent {
        min-width: 150px
    }

    .ventana_modal form table td:nth-of-type(even) {
        background: #f1eeee;
    }

    .ventana_modal table table {
        width: 100%;
    }

        .ventana_modal table table td {
            background: #f6f4f4 !important;
        }

        .ventana_modal table table th {
            background: #d9d6d6 !important;
            padding: 8px;
        }

    .ventana_modal > form > table > tbody > tr:last-child td {
        padding: 0.5em;
        text-align: right;
    }

/*.ventana_modal table td{
    text-align:left;
    padding:7px 4px;
    padding-bottom:12px;
}

.ventana_modal table td input[type=checkbox]{
    margin-left:10px;
}

.ventana_modal table td:nth-child(odd){
    background-color:#ddd;
}

.ventana_modal table td:nth-child(even){
    background-color:#ccc;
}

.ventana_modal table tr:first-child td:first-child{border-top-left-radius:8px;}
.ventana_modal table tr:first-child td:last-child{border-top-right-radius:8px;}

.ventana_modal table tr:last-child td{
    border-top:1px solid #bbb;
    background:#eee;
    text-align:center;
}

.ventana_modal .modal_mas_ancha td, .ventana_modal .modal_mas_ancha th{
    padding-left:15px;
    padding-right:15px;
   
}
/*endregion ventana modal*/

/*region estructura basica*/
/*header*/
header {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #6c1c3f;
}

    header .logo {
        max-height: 95%;
        width: 230px;
    }

/*sider izquierda*/
#sider_i {
    position: absolute;
    top: 165px;
    left: 0;
    width: 200px;
    height: 500px;
}

/*sider derecha*/
#sider_d {
    position: absolute;
    top: 165px;
    right: 0;
    width: 200px;
    height: 500px;
}

/*cuerpo*/
#cuerpo {
    position: relative;
    top: 12px;
    left: 212px;
    width: 600px;
    height: 700px;
    margin-bottom: 40px;
}

/*footer*/
footer {
    position: fixed;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1em;
    z-index: 999;
    background: #602c43;
}

    footer p {
        box-sizing: border-box;
        font-size: 10px;
        color: #ccc;
        text-align: center;
    }

/*usuario*/
header h1 {
    position: absolute;
    top: 17px;
    width: 20%;
    left: 40%;
    font-size: 40px;
    text-align: center;
    margin: 0;
}

#usuario {
    position: absolute;
    top: 19px;
    right: 10px;
    width: 260px;
    height: 35px;
    z-index: 99;
}

    #usuario img {
        position: absolute;
        top: 5px;
        left: 5px;
        width: 40px;
        height: auto;
    }

    #usuario p {
        position: absolute;
        top: 10px;
        left: 55px;
        width: auto;
        height: auto;
        margin: 0;
        color: #fff;
    }

    #usuario span {
        display: block;
        width: 30px;
        position: absolute;
        top: 9px;
        right: 4px;
    }

        #usuario span a {
            color: white;
            text-decoration: underline;
        }


.jqte_editor table {
    margin: 0;
}

    .jqte_editor table th {
        background: transparent;
        text-align: left;
    }


    .jqte_editor table td {
        text-align: left;
        padding: 0;
    }

        .jqte_editor table td input[type=checkbox] {
            margin-left: 0;
        }

        .jqte_editor table td:nth-child(odd) {
            background-color: transparent;
        }

        .jqte_editor table td:nth-child(even) {
            background-color: transparent;
        }

    .jqte_editor table tr:first-child td:first-child {
        border-top-left-radius: 0;
    }

    .jqte_editor table tr:first-child td:last-child {
        border-top-right-radius: 0;
    }

    .jqte_editor table tr:last-child td {
        border-top: none;
        background: transparent;
        text-align: left;
    }

.jqte_editor .modal_mas_ancha td, .jqte_editor .modal_mas_ancha th {
    padding: 0;
}
/*endregion estructura basica*/

/*region login*/
#wrapper_login {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    color: #fff;
    background: url(img/bg_principal.jpg) top center no-repeat #301a0f;
    background-size: 100%;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: auto;
}

#cuerpo_login {
    width: 100%;
    height: 700px;
    position: relative;
}

#login {
    width: 400px;
    height: 400px;
    margin: 80px auto 20px auto;
    background: url(img/login_circulo.png) center center no-repeat;
    background-size: 100% 100%;
    background-size: cover;
}

    #login div {
        margin: 40px auto 0 auto;
        width: 250px;
    }

        #login div img {
            width: 95%;
            margin: 20px auto 20px auto;
            opacity: .5;
            filter: alpha(opacity=50);
        }

    #login p {
        height: 25px;
        width: 130%;
        text-align: center;
        margin: 0 0 0 -15%;
        padding: 0;
    }

    #login table {
        border-collapse: collapse;
        color: #000;
        width: 90%;
        margin: auto;
    }

        #login table td, #login table th {
            background: none;
        }

        #login table input[type=submit], .boton_login {
            margin: 5px auto;
            display: block;
            background: #6c1c3f;
            color: #fff;
            padding: 4px 19px;
            cursor: pointer;
            border-radius: 3px;
            border: none;
        }

        #login table input[type=text], #login table input[type=password] {
            display: block;
            width: 85%;
            margin: 2px auto;
            height: 20px;
            border-radius: 4px;
            font-size: 14px;
        }

        #login table td {
            font-size: 17px;
            text-align: right;
        }

#logo_abajo {
    width: 400px;
    height: 100px;
    margin: 5px auto 20px auto;
    overflow: visible;
}
/*endregion login*/

/*region administracion*/
#wrapper_administracion {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: 0;
    color: #fff;
    background: url(img/bg_principal.jpg) top center no-repeat #301a0f;
    background-size: 100% auto;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
    overflow-y: auto;
}

#cuerpo_administracion {
    width: 100%;
    height: 575px;
    position: relative;
    top: 1%;
    top: calc(50% - 335px);
}

#fila1 {
    width: 1024px;
    height: 250px;
    margin: 0 auto 75px auto;
    position: relative;
}

#fila2 {
    width: 1024px;
    height: 250px;
    margin: 75px auto 0 auto;
    position: relative;
}

    #fila1 .boton_menu, #fila2 .boton_menu {
        background: url(img/admin_circulo.png) center center no-repeat;
        width: 250px;
        height: 250px;
        float: left;
        margin-right: 137px;
        position: relative;
    }

#fila1 .boton_menu {
    background: url(img/admin_circulo.png) center center no-repeat;
    width: 250px;
    height: 250px;
    float: left;
    margin-left: 193px;
    margin-right: 0;
    position: relative;
}

    #fila1 .boton_menu:last-child {
        margin-right: 0;
        margin-left: 137px;
    }

#fila2 .boton_menu:last-child {
    margin-right: 0;
    margin-left: 0;
}

.boton_menu a {
    color: #666;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

    .boton_menu a:hover {
        color: #a6cc4d;
    }

.boton_menu img {
    width: 120px;
    height: 120px;
    margin: 30px auto 10px auto;
    display: block;
}

.unalinea p {
    position: absolute;
    top: 65%;
    width: 100%;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
}

.doslineas p {
    position: absolute;
    top: 58%;
    width: 100%;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
}
/*endregion administracion*/

/*region paginas internas*/
#wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*menu horizontal*/
#contenedor_menu {
    display: block;
    margin: auto;
    width: 500px;
    height: 100%;
}

#menu_horizontal {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

    #menu_horizontal li {
        float: left;
        display: block;
        position: relative;
        width: 16.6666%;
        height: 100%;
        color: white;
        box-sizing: border-box;
        margin: 0;
    }

        #menu_horizontal li:first-child {
            margin-left: 0;
        }

        #menu_horizontal li p {
            position: absolute;
            width: 90%;
            left: 5%;
            bottom: 3%;
            text-align: center;
            margin: 0;
            font-size: 12px;
        }

        #menu_horizontal li a {
            display: block;
            width: 100%;
            height: 100%;
            color: white;
            font-weight: bold;
        }

        #menu_horizontal li:nth-last-child(2) p {
            font-size: 12px;
            letter-spacing: -0.75px;
        }

        #menu_horizontal li img {
            width: 40%;
            max-height: 45%;
            margin: 3px auto 0 auto;
            height: auto;
            display: block;
        }

        #menu_horizontal li:hover {
            background: url(img/bg_black.png) repeat;
        }

            #menu_horizontal li:hover a {
                color: #fff;
                font-weight: bold;
            }

#cuerpo_interno {
    position: absolute;
    top: 75px;
    width: 100%;
    height: 90.5%;
    height: calc(100% - 75px);
}


#menu_horizontal li.activo {
    background: linear-gradient(#aa456e, transparent 60%);
    border-top: 3px solid #a6c44f;
}

    #menu_horizontal li.activo a {
        color: #a6c44f;
    }
/*menu vertical*/
#menu_vertical {
    position: fixed;
    top: 75px;
    left: 0;
    width: 200px;
    height: 90.5%;
    height: calc(100% - 75px);
    background: url(img/bg_vertical.jpg) top left no-repeat;
    background-size: cover;
    overflow-x: hidden;
    overflow-y: auto;
}

    #menu_vertical ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        #menu_vertical ul li {
            display: block;
            border-left: 10px solid #6c1c3f;
            position: relative;
            width: 90%;
            margin: 10px auto;
            background: #ccc;
            padding: 4px 0;
            font-size: 0.9em;
        }

    #menu_vertical .seccion {
        background: #6c1c3f;
        color: #fff;
        font-size: 20px;
    }

        #menu_vertical .seccion span {
            font-size: 25px;
        }

    #menu_vertical ul li a {
        display: block;
        width: 95%;
        margin-left: 5%;
        color: #444;
    }

        #menu_vertical ul li a:hover {
            color: #428bca;
        }

        #menu_vertical ul li a p {
            margin: 0;
            font-size: 17px;
        }

            #menu_vertical ul li a p:first-child {
                margin: 0;
            }

#contenido {
    position: absolute;
    top: 0;
    left: 200px;
    width: 89.5%;
    width: calc(100% - 200px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 10px 2em 10px;
    box-sizing: border-box;
}

#desplegar {
    display: none;
}

.contenedor {
    margin: 10px auto;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
/*endregion paginas internas*/


/*region cargando*/
#Cargando {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #f5f5f5;
}

    #Cargando > div:after, #Cargando > div:before {
        content: "";
        display: block;
        position: absolute;
        bottom: 3%;
        left: 1%;
        width: 85%;
        height: 20%;
        box-sizing: border-box;
        z-index: -1;
        -webkit-box-shadow: 0 10px 9px #333;
        -moz-box-shadow: 0 10px 9px #333;
        -o-box-shadow: 0 10px 9px #333;
        -ms-box-shadow: 0 10px 9px #333;
        box-shadow: 0 10px 9px #333;
        -webkit-transform: rotate(-2.5deg);
        -moz-transform: rotate(-2.5deg);
        -o-transform: rotate(-2.5deg);
        -ms-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
        background: #333;
        opacity: 0.35;
        filter: alpha(opacity=35);
    }

    #Cargando > div:before {
        -webkit-transform: rotate(2.5deg);
        -moz-transform: rotate(2.5deg);
        -o-transform: rotate(2.5deg);
        -ms-transform: rotate(2.5deg);
        transform: rotate(2.5deg);
        right: 1%;
        left: auto;
    }

    #Cargando > div {
        position: absolute;
        display: block;
        width: 32%;
        height: auto;
        top: 30%;
        left: 35%;
        border: 2px solid #cbb1b1;
        background: #fdfdfd;
        box-sizing: border-box;
        padding: 2.8em 2em;
        text-align: center;
    }

    #Cargando img:first-of-type {
        display: block;
        margin: 0 auto 0.5em auto;
        width: 80%;
        max-width: 300px;
    }

    #Cargando label {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

        #Cargando label:first-of-type {
            font-size: 1.3em;
            font-weight: bold;
            color: #6c1c3f;
        }

        #Cargando label:last-of-type {
            font-weight: normal;
            font-size: 1em;
            width: 80%;
            display: block;
            margin: auto;
        }

    #Cargando img:last-of-type {
        position: relative;
        margin: 0.5em auto 0 auto;
        width: 38%;
        height: auto;
        max-width: 100px;
        display: block;
    }

/*endregion cargando*/

/*region mediaqueries*/
@media all and (max-width:1280px) {
    body {
        font-size: 0.95em;
    }

    #menu_vertical {
        position: fixed;
        top: 75px;
        left: 0;
        width: 130px;
        height: 90.5%;
        height: calc(100% - 75px);
        background: url(img/bg_vertical.jpg) top left no-repeat;
        background-size: cover;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #menu_vertical * {
            font-size: 0.98em !important;
        }

        #menu_vertical ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #menu_vertical ul li {
                display: block;
                border-left: 4px solid #6c1c3f;
                position: relative;
                width: 90%;
                margin: 10px auto;
                background: #ccc;
                padding: 3px 0;
            }

        #menu_vertical .seccion {
            font-size: 20px;
        }

            #menu_vertical .seccion span {
                font-size: 20px;
            }

        #menu_vertical ul li a p {
            font-size: 20px;
        }

            #menu_vertical ul li a p:first-child {
                font-size: 20px;
            }

    #contenido {
        position: absolute;
        top: 0;
        left: 130px;
        width: 88%;
        width: calc(100% - 130px);
        height: 100%;
        height: calc(100% - 1em);
        overflow-x: auto;
        overflow-y: auto;
    }

    #contenedor_menu {
        width: 450px;
    }
}


@media all and (max-width:1024px) {
    body {
        font-size: 0.9em;
    }

    #menu_vertical {
        display: none;
        opacity: 0;
        position: absolute;
        z-index: 100;
        top: 0;
        left: -180px;
        width: 180px;
        height: 100%;
        background-size: cover;
        box-shadow: 7px 0 5px rgba(0,0,0,.3);
    }

        #menu_vertical ul li {
            border-left: 7px solid #6c1c3f;
            width: 95%;
            margin: 5px auto;
            padding: 4px 0;
        }

            #menu_vertical ul li a {
                width: 97%;
                margin-left: 3%;
            }

        #menu_vertical .seccion {
            font-size: 20px;
        }

            #menu_vertical .seccion span {
                font-size: 20px;
            }

        #menu_vertical ul li a p {
            font-size: 20px;
        }

            #menu_vertical ul li a p:first-child {
                font-size: 20px;
            }

    #contenido {
        top: 0;
        left: 0;
        width: 100%;
    }

    #desplegar {
        display: block;
        position: absolute;
        top: -65px;
        left: 5px;
        width: 50px;
        height: 50px;
        z-index: 999999999999999;
        cursor: pointer;
    }

        #desplegar:hover {
            opacity: 0.9;
            -webkit-filter: brightness(0.85);
        }

        #desplegar:after {
            content: "Menú";
            text-align: center;
            display: block;
            color: white;
            position: absolute;
            top: 85%;
            width: 100%;
            padding: 0;
        }

        #desplegar span {
            display: block;
            position: absolute;
            width: 50px;
            color: #fff;
            top: 10px;
            left: 3px;
        }

        #desplegar img {
            position: absolute;
            right: 5px;
            top: 2px;
            height: 40px;
            width: auto;
        }

    #contenedor_menu {
        width: 408px;
    }

    header .logo {
        max-height: 95%;
        width: 18%;
        margin-left: 50px;
        margin-top: 8px;
    }

    #usuario {
        width: 130px;
    }

    a#Perfil {
        display: block;
    }

        a#Perfil:after {
            content: "";
            display: block;
            float: none;
            clear: both;
            visibility: hidden;
            font-size: 0;
        }

    #usuario img {
        position: relative;
        top: auto;
        left: auto;
    }

    #usuario p {
        position: static;
        float: left;
        line-height: 105%;
        font-size: 12px;
        margin: 5px 0 0 0;
    }

    #Cargando {
        font-size: 0.85em;
    }

    #loading {
        font-size: 0.85em;
    }

    .padre-tabla-xl > table {
        font-size: 0.8em;
    }

        .padre-tabla-xl > table td, .padre-tabla-xl > table th {
            padding-left: 2px;
            padding-right: 2px;
            overflow: hidden;
        }
}

/*cambio de alto*/
@media all and (max-height:768px) {
    #menu_vertical ul li {
        margin: 5px auto;
        padding: 3px 0;
    }

        #menu_vertical ul li a p {
            font-size: 14px;
        }

            #menu_vertical ul li a p:first-child {
                font-size: 13px;
            }

    .padre-tabla-xl > table {
        font-size: 0.7em;
    }
}

@media all and (min-width:1280px) {
    #contenedor_menu {
        width: 50%;
    }

    #menu_horizontal li img {
        max-width: 30px;
    }
}

@media all and (min-width:1440px) {
    #contenedor_menu {
        width: 45%;
    }
}
/*endregion mediaqueries*/

/*region estructura divs floats*/
.floatl10 {
    float: left;
    width: 10%;
    padding: 5px 10px;
}

.floatl20 {
    float: left;
    width: 20%;
    padding: 5px 10px;
}

.floatl25 {
    float: left;
    width: 23%;
    padding: 10px 1%;
}

.floatl30 {
    float: left;
    width: 30%;
    padding: 5px 10px;
}

.floatl40 {
    float: left;
    width: 40%;
    padding: 5px 10px;
}

.floatl50 {
    float: left;
    width: 48%;
    padding: 10px 1%;
}

.floatl60 {
    float: left;
    width: 60%;
    padding: 5px 10px;
}

.floatl70 {
    float: left;
    width: 70%;
    padding: 5px 10px;
}

.floatl80 {
    float: left;
    width: 80%;
    padding: 5px 10px;
}

.floatl90 {
    float: left;
    width: 90%;
    padding: 5px 10px;
}

floatr10 {
    float: right;
    width: 10%;
    padding: 5px 10px;
}

floatr20 {
    float: right;
    width: 20%;
    padding: 15px 10px;
}

floatr30 {
    float: right;
    width: 30%;
    padding: 5px 10px;
}

floatr40 {
    float: right;
    width: 40%;
    padding: 5px 10px;
}

floatr50 {
    float: right;
    width: 50%;
    padding: 10px 10px;
}

floatr60 {
    float: right;
    width: 60%;
    padding: 5px 10px;
}

floatr70 {
    float: right;
    width: 70%;
    padding: 5px 10px;
}

floatr80 {
    float: right;
    width: 80%;
    padding: 5px 10px;
}

floatr90 {
    float: right;
    width: 90%;
    padding: 5px 10px;
}

.clear {
    clear: both;
}

.floatmargin {
    padding: 5px 10px;
}

.h310 {
    height: 280px;
}
/*endregion estructura divs*/

/*region formularios*/
.divbutton {
    text-align: center;
    padding: 10px 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #EEE;
    border-top: 1px solid #bbb;
}

.odddiv {
    background-color: #CCC;
}

.evendiv {
    background-color: #DDD;
}

.form {
    margin: 0 15px;
}

#divMuestra {
    overflow-y: scroll;
    overflow-x: hidden;
}

.fix_data_picker_01 .Zebra_DatePicker_Icon.Zebra_DatePicker_Icon_Inside {
    top: 4px !important;
    right: 3px;
    left: auto !important;
}

.con_text_area textarea {
    width: 98%;
    margin: 0.6em auto;
    resize: vertical;
    max-height: 400px;
    display: block;
}
/*endregion formularios*/

/*region reset tablas*/
.tabla_reset {
    display: block;
    margin: 0 auto !important;
}

    .tabla_reset td {
        font-size: 12.5px;
    }

        .tabla_reset td, .tabla_reset th, .tabla_reset td:nth-child(odd), .tabla_reset td:nth-child(even), .tabla_reset tr td:nth-child(even), .tabla_reset tr td:nth-child(odd) {
            border-radius: 0 !important;
            background-color: white !important;
            background: white !important;
            padding: 0 !important;
            text-align: initial !important;
            border: none !important;
        }

    .tabla_reset textarea {
        resize: none;
    }
/*endregion reset tablas*/

/*region fixes*/
.inputs-login input[type=text], .inputs-login input[type=password] {
    font-size: 13px !important;
    padding: 0.4em 0.2em !important;
    width: 85% !important;
    height: 20px !important;
    box-sizing: border-box !important;
}

#grillaFiltroProductos .tabla-css td:nth-last-child(2) {
    border-right: none !important;
}

.fix-msselect .ms-parent {
    position: relative !important;
    left: 0 !important;
}
/*endregion fixes*/

/*region fixes IE general*/
.doscolumnas div:last-of-type.ms-parent {
    min-height: 0;
}

.doscolumnas .ms-parent .ms-choice {
    margin: 0;
}

a[title='Ver Detalle'].boton.btnAcciones {
    display: inline-block;
    text-align: center;
}

#FormValida {
    padding-bottom: 0.5em;
}

/*endregion fixes IE general*/

#contenido.limpiar-contenido {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

    #contenido.limpiar-contenido .progress {
        height: 31px;
    }

    #contenido.limpiar-contenido .boton.fileinput-button {
        float: left;
        padding-top: 4.5px;
        padding-bottom: 4.5px;
    }

.data-picker-fix2 button.Zebra_DatePicker_Icon_Inside,
.padre-tabla-xl button.Zebra_DatePicker_Icon_Inside {
    margin: 0 3px 0 0;
    left: auto !important;
    right: -3px;
    top: 5px !important;
}

div:not(".filtros") table td select {
    width: auto !important;
}


#TotalProductoUva, #TotalProductoVino {
    font-family: Calibri, 'Trebuchet MS', Arial, sans-serif;
    font-size: 16px;
    color: black;
    font-weight: bold;
    background: #e2dcdc;
    color: #6c1c3f;
    padding: 0.15em 0.5em;
    clear: both;
    border-radius: 1px;
    margin-bottom: 0.5em;
    text-align: right;
    border: 1px solid #cbb1b1;
}

    #TotalProductoUva span, #TotalProductoVino span {
        font-weight: normal;
        padding-left: 0.5em;
    }

@media all and (max-width: 1100px) {

    table td select {
        width: 100% !important;
        min-width: 75px;
    }
}

table#Liquidacion h4, .tablah4 h4 {
    width: calc(100% - 12px);
    margin: -4px -4px -4px -4px;
    padding: 8px 10px;
}

table#Liquidacion div h4, .tablah4 div h4 {
    margin-bottom: 10px;
}

/*Alertas*/
.alerta {
    width: 1.6em;
    height: 1.6em;
    border-radius: 50%;
    box-sizing: border-box;
    box-shadow: 0 0 4px rgba(0,0,0,0.3);
    background-image: radial-gradient(rgba(255,255,255,0.6), transparent);
    margin: auto;
    cursor: help;
}

    .alerta.verde {
        background-color: #1FA11F;
    }

    .alerta.amarilla {
        background-color: #f9f903;
    }

    .alerta.roja {
        background-color: #CA1010;
    }

.tableFloatingHeaderOriginal[style*=fixed] th {
    background-color: #A3285E !important;
}


#TableCuotaPendientes td, #TableCuotaPendientes th, #TableCuota td, #TableCuota th, #TableProducto td, #TableProducto th {
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    border-color: #ddd;
    white-space: nowrap;
}

#TableCuotaPendientes th, #TableCuota th, #TableProducto th {
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    border-color: #ddd;
    padding: 0.3em;
}

    #TableCuotaPendientes th:last-child, #TableCuota th:last-child, #TableProducto th:last-child {
        border-right: none;
    }

#TableCuotaPendientes tbody:last-child tr:last-child td, #TableCuota tbody:last-child tr:last-child td, #TableProducto tbody:last-child tr:last-child td {
    border-bottom: none;
}

#TableCuotaPendientes td:last-child, #TableCuota td:last-child, #TableProducto td:last-child {
    border-right: none;
}

.modalPequena caption {
    font-size: 1.35em;
    margin-bottom: 0.5em;
}

.modalPequena thead tr:nth-child(2) th {
    background-color: #863357;
    margin-bottom: 0.5em;
}

.modalPequena thead tr th {
    padding: 0.65em 0.4em;
}

.modalPequena thead tr:nth-child(1) th:nth-child(2) {
}

.modalPequena input {
    border: none;
    background: none;
    color: white;
}

.Zebra_DatePicker.dp_visible {
    z-index: 10000;
}

.contenedor-graficos {
    margin-top: 6em;
}


.grafico-pie {
    float: left;
    width: 33.3333%;
    padding: 0.5em;
    box-sizing: border-box;
    border-radius: 3px;
}

@media screen and (max-width: 1280px) {
    .grafico-pie {
        width: 50%;
    }
}

.grafico-pie > div {
    border: 1px solid #6c1c3f;
}

.helpTootip {
    float: right;
    margin-top: -1.8em;
    position: relative;
    margin-right: 0.5em;
}

.text-R {
    text-align: right !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-1 td:nth-child(1), .columna-texto-centrado-1 th:nth-child(1), .columna-texto-centro-1 td:nth-child(1), .columna-texto-centro-1 th:nth-child(1) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-2 td:nth-child(2), .columna-texto-centrado-2 th:nth-child(2), .columna-texto-centro-2 td:nth-child(2), .columna-texto-centro-2 th:nth-child(2) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-3 td:nth-child(3), .columna-texto-centrado-3 th:nth-child(3), .columna-texto-centro-3 td:nth-child(3), .columna-texto-centro-3 th:nth-child(3) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-4 td:nth-child(4), .columna-texto-centrado-4 th:nth-child(4), .columna-texto-centro-4 td:nth-child(4), .columna-texto-centro-4 th:nth-child(4) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-5 td:nth-child(5), .columna-texto-centrado-5 th:nth-child(5), .columna-texto-centro-5 td:nth-child(5), .columna-texto-centro-5 th:nth-child(5) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-6 td:nth-child(6), .columna-texto-centrado-6 th:nth-child(6), .columna-texto-centro-6 td:nth-child(6), .columna-texto-centro-6 th:nth-child(6) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-7 td:nth-child(7), .columna-texto-centrado-7 th:nth-child(7), .columna-texto-centro-7 td:nth-child(7), .columna-texto-centro-7 th:nth-child(7) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-8 td:nth-child(8), .columna-texto-centrado-8 th:nth-child(8), .columna-texto-centro-8 td:nth-child(8), .columna-texto-centro-8 th:nth-child(8) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-9 td:nth-child(9), .columna-texto-centrado-9 th:nth-child(9), .columna-texto-centro-9 td:nth-child(9), .columna-texto-centro-9 th:nth-child(9) {
    text-align: center !important;
}

/* line 1416, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-centrado-10 td:nth-child(10), .columna-texto-centrado-10 th:nth-child(10), .columna-texto-centro-10 td:nth-child(10), .columna-texto-centro-10 th:nth-child(10) {
    text-align: center !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-1 td:nth-child(1), .columna-texto-izquierda-1 th:nth-child(1) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-2 td:nth-child(2), .columna-texto-izquierda-2 th:nth-child(2) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-3 td:nth-child(3), .columna-texto-izquierda-3 th:nth-child(3) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-4 td:nth-child(4), .columna-texto-izquierda-4 th:nth-child(4) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-5 td:nth-child(5), .columna-texto-izquierda-5 th:nth-child(5) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-6 td:nth-child(6), .columna-texto-izquierda-6 th:nth-child(6) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-7 td:nth-child(7), .columna-texto-izquierda-7 th:nth-child(7) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-8 td:nth-child(8), .columna-texto-izquierda-8 th:nth-child(8) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-9 td:nth-child(9), .columna-texto-izquierda-9 th:nth-child(9) {
    text-align: left !important;
}

/* line 1424, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-izquierda-10 td:nth-child(10), .columna-texto-izquierda-10 th:nth-child(10) {
    text-align: left !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-1 td:nth-child(1), .columna-texto-derecha-1 th:nth-child(1) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-2 td:nth-child(2), .columna-texto-derecha-2 th:nth-child(2) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-3 td:nth-child(3), .columna-texto-derecha-3 th:nth-child(3) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-4 td:nth-child(4), .columna-texto-derecha-4 th:nth-child(4) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-5 td:nth-child(5), .columna-texto-derecha-5 th:nth-child(5) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-6 td:nth-child(6), .columna-texto-derecha-6 th:nth-child(6) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-7 td:nth-child(7), .columna-texto-derecha-7 th:nth-child(7) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-8 td:nth-child(8), .columna-texto-derecha-8 th:nth-child(8) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-9 td:nth-child(9), .columna-texto-derecha-9 th:nth-child(9) {
    text-align: right !important;
}

/* line 1432, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.columna-texto-derecha-10 td:nth-child(10), .columna-texto-derecha-10 th:nth-child(10) {
    text-align: right !important;
}

/* line 1441, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.texto-alineado.derecha td, .texto-alineado.derecha th {
    text-align: right !important;
}

/* line 1446, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.texto-alineado.izquierda td, .texto-alineado.izquierda th {
    text-align: left !important;
}

/* line 1451, E:/SVN/SENCE CCL/WEB/SENCE.PUBLICO/Content/css/custom.scss */
.texto-alineado.centro td, .texto-alineado.centro th {
    text-align: center !important;
}

.correccion {
    font-size: 12.5px;
}

#Cargando, #GridTable {
    display: none;
}

/* 
    Imprimir notas de confirmacion 
    SLM 19/12/2019
*/

.fila-1.row,
.fila-2.row,
.fila-3.row {
    width: 100%;
    margin: 5px -15px;
}

    .fila-3.row > .alert {
        padding: 6px;
        margin-bottom: 0;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #cc0000;
    }

/* Modal Agregar producto */
.container .panel.panel-default .panel-body {
    overflow: hidden;
    min-height: 46rem;
}

    .container .panel.panel-default .panel-body .row * input:focus,
    .container .panel.panel-default .panel-body .row * select,
    .container .panel.panel-default .panel-body .row * select:focus,
    .container .panel.panel-default .panel-body .row * a,
    .container .panel.panel-default .panel-body .row * a:focus {
        outline: none;
        font-size: 11pt;
        display: inline-block;
    }

    .container .panel.panel-default .panel-body .row .item-filter {
        display: inline-block;
        overflow: hidden;
        padding: 2px 6px;
    }

        .container .panel.panel-default .panel-body .row .item-filter input[type=checkbox],
        .container .panel.panel-default .panel-body .row .item-filter span {
            display: inline-block;
            overflow: hidden;
        }

        .container .panel.panel-default .panel-body .row .item-filter input[type=checkbox] {
            display: inline-flex;
            margin-right: 1rem;
            margin-top: 1rem;
            width: 2rem;
            height: 2rem;
        }

        .container .panel.panel-default .panel-body .row .item-filter span {
            display: inline-block;
            overflow: hidden;
            margin-top: -0.5rem;
        }

        .container .panel.panel-default .panel-body .row .item-filter select {
            padding: 6px 12px;
            border-radius: 4px;
            width: 280px;
            height: 34px;
        }

        .container .panel.panel-default .panel-body .row .item-filter .btn-success {
            background-color: #29862d;
            border-color: #29862d;
            color: #fff;
            padding: 6px 12px;
            border-radius: 4px;
            width: 184px;
            height: 34px;
            text-shadow: none;
        }

        .container .panel.panel-default .panel-body .row .item-filter .btn.btn-success[disabled] {
            background-color: #bbb;
            border-color: #bbb;
            color: #333;
        }

.container.add-product .container * h1,
.container.add-product .container * h2,
.container.add-product .container * h3 {
    text-align: center;
    font-size: 16pt;
    line-height: 14pt;
    color: #6c1c3f;
    text-transform: uppercase;
    padding: 12px 6px;
}

.container.add-product * h2 small {
    font-size: 11pt;
    font-weight: 100;
    color: #808080;
    text-transform: none;
}

.container.add-product * select {
}

.container.add-product .result-product-predio {
    overflow: hidden;
}

    .container.add-product .result-product-predio .table.table-responsive {
        border: 1px solid #cbb1b1;
        margin: 0.5em 0;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .container.add-product .result-product-predio .table.table-responsive tr th {
            background-color: #e2dcdc !important;
            background: #f1eeee;
            padding: 4px;
        }

            .container.add-product .result-product-predio .table.table-responsive tr th h4 {
                margin: 0;
                padding: 0.3em;
                color: #6c1c3f;
                text-align: left;
                padding-left: 0.5em;
            }

        .container.add-product .result-product-predio .table.table-responsive tr td {
            background: #f1eeee;
            padding: 4px;
        }

            .container.add-product .result-product-predio .table.table-responsive tr td span {
                font-size: 11pt;
                line-height: 11pt;
            }

            .container.add-product .result-product-predio .table.table-responsive tr td:nth-child(4) {
                text-align: right;
            }

.container.add-product .form-control.list-predio, .btn {
}

.container.add-product .result-product-predio {
    margin-top: 3rem;
}

#Nota .anp {
    background: #8aa739;
    cursor: pointer;
    border: 1px solid #ccc;
    padding: 2px 10px;
    font-weight: bold;
    color: white;
    line-height: normal;
    margin-top: 1em;
    display: inline-block;
}

#TableEstadoCuotas td, #TableEstadoCuotas th, #TableCuota td, #TableCuota th, #TableProducto td, #TableProducto th {
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    border-color: #ddd;
    white-space: nowrap;
}

#TableEstadoCuotas th, #TableCuota th, #TableProducto th {
    border-right: 1px solid red;
    border-bottom: 1px solid red;
    border-color: #ddd;
    padding: 0.3em;
}

    #TableEstadoCuotas th:last-child, #TableCuota th:last-child, #TableProducto th:last-child {
        border-right: none;
    }

#TableEstadoCuotas tbody:last-child tr:last-child td, #TableCuota tbody:last-child tr:last-child td, #TableProducto tbody:last-child tr:last-child td {
    border-bottom: none;
}

#TableEstadoCuotas td:last-child, #TableCuota td:last-child, #TableProducto td:last-child {
    border-right: none;
}

.checkmark {
    display: inline-block;
    width: 22px;
    height: 22px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    vertical-align: middle;
}

.checkmark-verde {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: green;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark-rojo {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: red;
    border-radius: 11px;
    left: 0;
    top: 0;
}

.checkmark-stem {
    position: absolute;
    width: 3px;
    height: 9px;
    background-color: #fff;
    left: 11px;
    top: 6px;
}

.checkmark-kick {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    left: 8px;
    top: 12px;
}

td[class="columna-fecha-contrato"] > span > button[class="Zebra_DatePicker_Icon Zebra_DatePicker_Icon_Inside"] {
    top: 0.25em !important;
}

.correo .para-ofrecimiento {
    width: 80%;
    margin-bottom: 0.5em;
    float:inline-start;
}

    .correo .para-ofrecimiento .ms-parent {
        position: relative;
        width: 400px !important;
    }

    .correo .para-ofrecimiento button, .correo .para span {
        height: 1.6em;
        margin-top: -0.15em !important;
    }

    .correo .para-ofrecimiento button, .correo .para span {
        height: 1.6em;
        margin-top: -0.15em !important;
    }

.correo .enviar-productores-ofrecimiento {
    width: 20%;
    float: inline-end;
    text-align: end;
}

    .correo .enviar-productores-ofrecimiento input {
        vertical-align: middle;
        margin-left: 0.3em;
    }

input[type=button][id="btnExportarExcelContratosUp"] {
    float: right;
    margin-right: 0.5em;
    padding: 3px 11px;
    margin-bottom:0.5rem;
}