﻿/* CSS Document PC */

/*GENERAL STYLES*/

* {
    padding: 0px;
    margin: 0px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.9em;
    color: #000000;
    background-color: #eee;
    margin: 0px !important;
}

#contentgeneral {
    height: auto;
    width: 100%;
    background-color: #fff;
    margin: auto;
}

.wrap {
    width: 100%;
    margin: auto;
}

.alignRight {
    text-align: right;
}

.alignCenter {
    text-align: center;
}

.alignLeft {
    text-align: left;
}

.table a:link, .table a:visited, .table a:active, .divBackground a:link, .divBackground a:visited, .divBackground a:active {
    color: #fff;
    font-weight: 600;
    background-color: transparent;
    outline: none;
}


.table a:hover, .divBackground a:hover {
    color: #ffcb05; /* #336633;*/
    text-decoration: none;
    outline: none;
}

/*.loader {
}*/

div.loader div {
    text-align: center;
    text-shadow: 2px;
    padding-top: 20px;
    color: #999;
    font-size: 18px;
}

    div.loader div img {
        margin-right: 10px;
        vertical-align: middle;
    }


/*END GENERAL STYLES*/

/*VALIDATION STYLES*/

.field-validation-valid {
    display: none;
}

.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: red;
    font-weight: bold;
}


div.errorLogin .validation-summary-errors ul li {
    color: red;
    list-style: none;
    font-size: 0.9em;
    margin: 5px 0 5px 0;
}

div.errorDialog .validation-summary-errors ul li {
    color: red;
    list-style: none;
    font-size: 0.85em;
    margin: 5px 0 5px 0;
}


div.messageDialog {
    color: #336633;
    list-style: none;
    font-size: 0.85em;
    margin: 5px 0 5px 0;
}

/*END VALIDATION STYLES*/

/*HEADER STYLES*/
.header {
    width: 96%;
    margin: 0;
    padding: 0 2%;
    height: auto;
    background: #333;
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    align-items: center;
}

#header {
    width: 984px;
    height: 72px;
    background-image: url(../images/header-984x72.jpg);
}

.menu {
    width: 960px;
    clear: both;
    float: none;
    height: 57px;
}

.logo {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.tituloSite {
    width: 30%;
    float: left;
    /*clear:both;
    float:none;
    height:27px;
	float:left;*/
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #666;
}

.dateData {
    width: 50%;
    float: left;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-indent: 15px;
}

.userData {
    width: auto;
    display: inline-block;
    text-align: right;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
    position: relative;
    margin-left: auto;
}
.userData ul{
    display:flex;
    gap:0.5rem;
}
.userData ul li {
    list-style: none;
    color: white;
    display:flex;
    align-items:center;
}
.userData ul li a {
    color:white;
}
    .userData ul li a:hover {
        cursor: pointer;
        color: #FFCE00;
        text-decoration: none;
    }



.path {
    color: #333;
    margin-bottom: 15px;
    background-color: #f8f9fa;
    padding: 10px 2% 12px;
    width: 96%;
}

    .path b {
        color: #fcaf17;
    }

#navegacion {
    width: 984px;
    background-image: url(../images/up-grey.jpg);
    background-repeat: repeat-x;
    margin-top: 30px;
    height: 27px;
}
/*END HEADER STYLES*/

/*LAYOUT STYLES*/


.divBackground {
    width: 96%;
    max-width: 1140px;
    padding: 10px 0 !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
}



    .divBackground > div {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }



.oneColSmallCentered /*Se usa en el login por ejemplo*/ {
    max-width: 450px;
}

    .oneColSmallCentered div {
        width: 100%;
        min-height: 32px;
        display: inline-block;
    }

        .oneColSmallCentered div[class="col"] {
            width: 49%;
            display: inline-block;
        }


            .oneColSmallCentered div[class="col"] a:link, .oneColSmallCentered div[class="col"] a:active, .oneColSmallCentered div[class="col"] a:visited {
                font-size: 14px;
                margin-left: 20px;
            }

            .oneColSmallCentered div[class="col"] a:hover {
                text-decoration: underline;
            }

.twoColLargeCentered /*Se usa en la búsqueda y en el agregar*/ {
    max-width: 898px;
    justify-content: space-between;
}

    .twoColLargeCentered div {
        width: 48%;
        display: flex;
        align-items: center;
        margin: 10px 0;
    }

.threeColCheckBox {
    width: 30% !important;
    display: inline-block;
}

    .threeColCheckBox label {
        width: 205px !important;
    }

.threeColLargeCentered /*Se usa en la búsqueda y en el agregar*/ {
    width: 400px;
    height: auto;
    margin: 0px 0px 10px 0px;
}

    .threeColLargeCentered div {
        width: 49%;
        min-height: 32px;
        display: inline-block;
    }

        .threeColLargeCentered div label {
            width: 100px !important;
        }

    .threeColLargeCentered .colDate label {
        width: 60px !important;
    }

    .threeColLargeCentered .colDate input {
        width: 80px !important;
    }

threeColLargeSimpleCentered /*Se usa en la búsqueda y en el agregar*/ {
    width: 898px;
    height: auto;
    margin: 0px 0px 10px 0px;
}

.threeColLargeSimpleCentered div {
    width: 30%;
    min-height: 35px;
    display: inline-block;
}

    .threeColLargeSimpleCentered div label {
        width: 350px !important;
        float: none !important;
    }

/*.zonasCheckBoxList
{

}*/

.zonasCheckBoxList div div {
    float: left;
    width: 30%;
}

    .zonasCheckBoxList div div label {
        width: 205px !important;
    }

div.oneColLarge {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.labelMediumLarge {
    Width: 73px;
}

div.twoColSmall div /*Se usa una cuando en una columna deben incluirse en vez de una label y un input, una label y dos inputs chicos*/ {
    width: /*140px;*/ 136px;
    /*float:left;*/ /*LE SAQUÉ EL FLOAT Y LE EN VEZ DE 140 LE PUSE 136*/
    height: 21px;
}

div.twoColHours div /*Se usa una cuando en una columna deben incluirse en vez de una label y un input, una label y dos inputs chicos, y dos puntos en el medio*/ {
    width: 124px;
    height: 21px;
}

div.twoColHours span /*Se usa una cuando en una columna deben incluirse en vez de una label y un input, una label y dos inputs chicos*/ {
    height: 21px;
    padding: 0 12px 0 0;
    font-weight: bold;
}
/*END LAYOUT STYLES*/

/*PAGING STYLES*/
div.divPaging div {
    display: inline-block;
    margin-bottom: 5px;
}

div.divPaging a:link, div.divPaging a:hover, div.divPaging a:visited {
    background-color: black; /*#7aad51;
	border:1px solid #6e9a4a;
	border-radius: 3px;
	box-shadow: 1px 1px 0px #ccc;*/
    color: #ffcb05; /*#FFF;*/
    padding: 0px 3px 0px 3px;
    text-decoration: none;
}

div.divPaging a:active {
    border: solid 1px #336633;
    text-decoration: none;
}

div.divPaging input[type="text"] {
    width: 35px;
    padding: 0px 3px 0px 3px;
}
/*END PAGING STYLES*/

/*IMAGE STYLES*/
.twoColLargeCentered div img {
    vertical-align: middle;
    cursor: pointer;
}

div.path img {
    vertical-align: baseline;
    cursor: pointer;
}
/*END IMAGE STYLES*/

/*FORM ELEMENTS STYLES*/



input[type="text"] {
    width: 238px;
    padding: 8px 0;
    margin: 0;
    height: auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 5px;
    font-size: 0.9em;
}

    input[type="text"].readOnly {
        width: 238px;
        background-color: #e7ebe4;
    }

    input[type="text"].selectSmall {
        width: 165px;
    }

    input[type="text"]:disabled {
        width: 238px;
        background-color: #e7ebe4;
        color: #000;
    }

input[type="password"] {
    width: 238px;
}

input[type="text"].inputMedium /*Se usa para los input del calendario de JQuery*/ {
    width: 218px;
}

input[type="text"].inputMediumSmall {
    width: 195px;
}



input[type="text"].inputSmall {
    width: 50px;
}

div[class="twoColSmall"] input.inputSmall {
    width: 98px;
    position: relative;
    left: 0px;
}

div[class="twoColHours"] input {
    width: 88px;
    position: relative;
    left: 0px;
}

input[type="text"].inputExtraSmall {
    width: 50px;
}

select {
    width: 240px;
    padding: 8px 0;
    margin: 0;
    height: auto;
    border: solid 1px #ccc;
    border-radius: 5px;
    text-indent: 5px;
    font-size: 0.9em;
}

.selectMedium {
    width: 233px;
}

.selectSmall {
    width: 174px;
}

select[multiple] {
    width: 250px;
}

input[type="radio"], input[type="checkbox"] {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    vertical-align: middle;
    outline: none;
}

.checkBoxCuentas {
    margin-right: 4px !important;
    float: left;
}

textarea {
    width: 682px;
    height: 100px;
    border: solid 1px #ccc;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px 5px 2px 5px;
}

.textareaMedium {
    width: 665px;
}

.textareaSmall {
    width: 250px;
    height: 100px;
    border: solid 1px #ccc;
    overflow: hidden;
}




textarea.readOnly {
    border: solid 1px #ccc;
    background-color: #e7ebe4;
    color: #000;
}



textarea:disabled {
    border: solid 1px #ccc;
    background-color: #e7ebe4;
    color: #000;
}



/*END FORM ELEMENT STYLES*/
/*LABEL STYLES*/
label {
    width: auto;
    float: none;
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 1em;
}

/*.labelSmall {
    width: 25px;
}*/

/*.labelMedium {
    width: 50px;
}*/

/*.labelLarge {
    width: 226px;
}*/

/*END LABEL STYLES*/

/*BUTTON AND BUTTON CONTAINERS STYLES*/
input[type="button"], input[type="submit"], .ui-dialog-buttonset .ui-button {
    height: auto;
    width: auto;
    background-color: transparent;
    color: #333;
    padding: 5px 8px 4px;
    border: 2px solid #333;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 2px;
}


    input[type="button"]:hover, input[type="submit"]:hover, .ui-dialog-buttonset .ui-button:hover {
        background-color: #333;
        color: #fff;
    }

fileImport {
    height: 25px;
    line-height: 20px;
    width: auto;
    background-color: black; /*#7aad51;
	border:2px solid #6e9a4a;
	border-radius: 3px;
	box-shadow: 1px 1px 0px #ccc;*/
    color: #ffcb05; /*#FFF;*/
    padding: 0px 10px 0px 10px;
    border: 0px;
    cursor: pointer;
}

formImport {
    height: 25px;
    line-height: 20px;
    width: auto;
    background-color: black; /*#7aad51;
	border:2px solid #6e9a4a;
	border-radius: 3px;
	box-shadow: 1px 1px 0px #ccc;*/
    color: #ffcb05; /*#FFF;*/
    padding: 0px 10px 0px 10px;
    border: 0px;
    cursor: pointer;
}

.divList {
    height: 25px;
    line-height: 20px;
    width: auto;
    background-color: black; /*#7aad51;
	border:2px solid #6e9a4a;
	border-radius: 3px;
	box-shadow: 1px 1px 0px #ccc;*/
    color: #ffcb05; /*#FFF;*/
    padding: 0px 10px 0px 10px;
    border: 0px;
    cursor: pointer;
}

input[type="fileImport"]:focus {
    background-color: black; /*#7aad51;
}

input[type="button"]:focus, input[type="submit"]:focus, .ui-dialog-buttonset .ui-button:focus {
    /*border:2px solid #336633 ;
	border-radius: 3px;*/
    padding: 0px 10px 0px 10px;
    outline: none;
    background-color: black;
    color: #ffcb05;
    border: 0px;
}

.ui-dialog-buttonset .ui-button, .ui-dialog-buttonset .ui-button:focus {
    font-size: 0.85em;
    padding: 0px;
    background-color: black;
    color: #ffcb05;
    border: 0px;
}



div.buttonsLargeRight /*Se usa en el buscador*/ {
    width: 100%;
    justify-content: flex-end;
    margin: 40px 0 10px;
}

div.buttonsLargeCentered /*Se usa en el agregar*/ {
    width: 100%;
    text-align: center;
    margin: 10px 0 10px 0;
}

.fileButton /*Se usa en el input type file de buscar archivo en Dell Shares*/ {
    line-height: 20px;
    width: auto;
    background-color: #7aad51;
    border: 2px solid #6e9a4a;
    border-radius: 3px;
    box-shadow: 1px 1px 0px #ccc;
    color: #FFF;
    padding: 0px 10px 0px 10px;
}

.fileinput-button /*Se usa en el input type file de buscar archivo en Dell Shares*/ {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 4px;
}

    .fileinput-button input /*Se usa en el input type file de buscar archivo en Dell Shares*/ {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        transform: translate(-300px, 0) scale(4);
        font-size: 23px;
        direction: ltr;
        cursor: pointer;
    }
/*END BUTTON AND BUTTON CONTAINERS STYLES*/



#divList {
    width: 96%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    overflow-y: auto;
}


/*TABLE STYLES*/
.table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .table th {
        height: auto;
        background-color: #111;
        border: 0;
        padding: 5px;
        color: #fff;
        font-weight: normal;
        text-align: right;
    }


        .table th:first-of-type {
            text-align: left;
        }
        /*.table th:last-child */ .table th.last {
            border-right: none;
            width: 10%;
        }


        .table th.lastWide {
            border-right: none;
            width: 17%;
        }

        .table th.lastMediumWide {
            border-right: none;
            width: 12%;
        }

    .table tr:last-child td {
        border-bottom: none;
    }

    .table tr:nth-child(even) {
        background: #f6f6f6;
    }

    .table td {
        padding: 5px;
        border-bottom: solid 1px #CCC;
        text-align: right;
    }


        .table td:first-of-type {
            text-align: left;
        }



        /*.table td:last-child {
	width:10%;
}*/

        .table td img {
            width: 23px;
            height: 18px;
            border: none;
        }

/*tbody {
    display: table;
}*/

img.btnView {
    background: url(/images/img-botones-desktop.jpg) 0 0;
}

img.btnEdit {
    background: url(/images/img-botones-desktop.jpg) 69px 0;
}

img.btnDelete {
    background: url(/images/img-botones-desktop.jpg) 46px 0;
}

img.btnAddFromCopy {
    background: url(/images/img-botones-desktop.jpg) 23px 0;
}

img.btnViewD {
    background: url(/images/img-botones-desktop-gris.jpg) 0 0;
}

img.btnEditD {
    background: url(/images/img-botones-desktop-gris.jpg) 69px 0;
}

img.btnDeleteD {
    background: url(/images/img-botones-desktop-gris.jpg) 46px 0;
}

img.btnAddFromCopyD {
    background: url(/images/img-botones-desktop-gris.jpg) 23px 0;
}

.tableMedium {
    width: 94%;
}

    .tableMedium th:last-child {
        border-right: none;
        width: 3%;
    }

.tableList tbody {
    display: table-row-group !important;
}
/*END TABLE STYLES*/



/*HEADING STYLES*/
h4:first-child { /*Título separador de secciones, es el más usado*/
    color: #626262;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0;
}

h4 { /*Título separador de secciones, es el más usado*/
    color: #626262;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}

h5 { /*Subtítulo separador de secciones */
    color: #626262;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 20px 0px 20px 0px;
}

h6 { /*Subtítulo separador de secciones */
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 10px 0px 10px 0px;
    font-weight: bold;
}

.titleOne { /*Se usan como titulos de columnas de inputs, en Stock, en Resumen Diario, por ejemplo*/
    margin: 0px 0px 0px 150px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.titleTwo {
    margin: 0px 0px 0px 95px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.titleThree {
    margin: 0px 0px 0px 203px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.titleFour {
    margin: 0px 0px 0px 96px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.titleFive {
    margin: 0px 0px 0px 263px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.titleSix {
    margin: 0px 0px 0px 94px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/*END HEADING STYLES*/

/* FILTER REPORTE CLIENTE-OPERADOR STYLES*/
.filterReporteCliente div {
    margin: 5px 0;
}

.filterReporteCliente .colTipoReporte {
    width: 135px;
}

.filterReporteCliente .columnaCentro {
    width: 210px;
}

.filterReporteCliente .filterGuias {
    margin: 15px 0;
}

.filtrosDesdeHasta {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

    .filtrosDesdeHasta input[type="text"] {
        width: 112px !important;
        margin: 0 10px 0 auto;
    }

.filterReporteCliente .colMesAnio {
    display: block;
    width: 262px;
}

    .filterReporteCliente .colMesAnio div,
    .filterReporteCliente .colTipoReporte div {
        float: none;
        margin: 10px 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }



.filterReporteCliente .divAgrupacion {
    justify-content: flex-start;
}



.filterReporteCliente .colDesdeHasta div {
    float: left;
    height: 31px;
    margin: 0;
}

.filterReporteCliente .colMesAnio label {
    /*width: 90px !important;*/
}

.filterReporteCliente .colMesAnio select {
    width: 140px !important;
}

.filterReporteCliente .colMesAnio input[type="text"] {
    width: 130px !important;
}



    .filterReporteCliente .colMesAnio input[type="text"].hasDatepicker {
        width: 112px !important;
        margin: 0 10px 0 auto;
    }



.filterReporteCliente .colDesdeHasta input[type="text"] {
    width: 110px !important;
}

.filterTableroControl .colMesAnio label {
    width: 49px !important;
}

.filterReporteCliente .colMesAnio .meses {
    width: 150px;
    margin-bottom: 5px;
}

    .filterReporteCliente .colMesAnio .meses div div {
        display: block;
    }

    .filterReporteCliente .colMesAnio .meses input[type="checkbox"] {
        margin: 3px 4px 0 0 !important;
        float: left;
    }

    .filterReporteCliente .colMesAnio .meses label {
        width: 20px !important;
        float: left;
    }

/*.filterReporteCliente .filterCliente,
.filterReporteCliente .filterOperador {
    width: 535px;
}*/

.filterReportePerformanceEtapa,
.filterReportePerformanceTotal {
    font-size: 0.9em;
    min-height: 340px;
}

    .filterReportePerformanceEtapa .divMeses,
    .filterReportePerformanceTotal .divMeses {
        margin-top: 10px;
    }

    .filterReportePerformanceEtapa .divAgrupacion > div,
    .filterReportePerformanceTotal .divAgrupacion > div {
        margin: 0;
    }

    .filterReportePerformanceEtapa .filterCliente,
    .filterReportePerformanceTotal .filterCliente {
        width: 540px;
    }


        .filterReportePerformanceEtapa .filterCliente .clienteAutocomplete label,
        .filterReportePerformanceTotal .filterCliente .clienteAutocomplete label {
            width: 100px !important;
        }

        .filterReportePerformanceEtapa .filterCliente .clienteAutocomplete .token-input-list,
        .filterReportePerformanceTotal .filterCliente .clienteAutocomplete .token-input-list {
            width: 430px !important;
        }

.filterReporteCliente .filterOperador input[type="text"] {
    width: 200px;
}

.filterReportePerformanceEtapa .filterLocalidad,
.filterReportePerformanceTotal .filterLocalidad {
    width: 100%;
    /*min-height: 40px;*/
}

    /*.filterReportePerformanceEtapa .filterLocalidad .localidadesCheckBoxList,
    .filterReportePerformanceTotal .filterLocalidad .localidadesCheckBoxList {
        margin-bottom: 25px;
    }*/

    /*.filterReportePerformanceEtapa .filterLocalidad .localidadesCheckBoxList div,
        .filterReportePerformanceTotal .filterLocalidad .localidadesCheckBoxList div {
            min-height: 32px;
        }*/

    .filterReportePerformanceEtapa .filterLocalidad .localidadesCheckBoxList input[type="checkbox"],
    .filterReportePerformanceTotal .filterLocalidad .localidadesCheckBoxList input[type="checkbox"] {
        margin: 3px 4px 0 0 !important;
        float: left;
    }

    .filterReportePerformanceEtapa .filterLocalidad .localidadesCheckBoxList label,
    .filterReportePerformanceTotal .filterLocalidad .localidadesCheckBoxList label {
        width: 200px;
    }

    .filterReportePerformanceEtapa .filterLocalidad input[type="text"],
    .filterReportePerformanceTotal .filterLocalidad input[type="text"] {
        width: 200px;
    }

.filterTableroControl .filterCliente {
    width: 650px !important;
}

#dvCheckBoxListControl {
    width: 30% !important;
}

#dvCheckBoxListSubCuenta {
    width: 70% !important;
}

.cuentasCheckBoxList {
    margin-bottom: 20px;
}

    .cuentasCheckBoxList > div {
        height: 100px;
        overflow-y: auto;
    }

    .cuentasCheckBoxList input[type="checkbox"] {
        margin: 3px 4px 0 0 !important;
        float: left;
    }

    .cuentasCheckBoxList label {
        margin-bottom: 10px;
    }

    .cuentasCheckBoxList div label {
        width: 47px !important;
    }

    .cuentasCheckBoxList div div {
        margin-bottom: 5px;
    }

.listLocalidadOperador div {
    min-height: 25px;
}

.listLocalidadOperador input[type="checkbox"] {
    margin: 3px 4px 0 0 !important;
    float: left;
}

.listLocalidadOperador label {
    width: 200px;
}
/* END FILTER REPORTE CLIENTE-OPERADOR STYLES*/

/* FILTER REPORTE CARGA RETENIDA STYLES*/
.filterCargaRetenida .rbResponsable {
    float: left;
}

    .filterCargaRetenida .rbResponsable label {
        width: auto !important;
    }

    .filterCargaRetenida .rbResponsable input {
        margin-left: 3px;
        margin-right: 25px;
    }

.filterCargaRetenida #dvCheckBoxListMotivosCargaRetenida {
    clear: both;
    margin: 20px 0 10px;
}

    .filterCargaRetenida #dvCheckBoxListMotivosCargaRetenida > div {
        display: flex;
        max-height: 200px;
        overflow-y: auto;
        width: 100%;
        flex-wrap: wrap;
    }


    .filterCargaRetenida #dvCheckBoxListMotivosCargaRetenida div div {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
        width: 33.33%;
        margin: 0 0 5px;
    }



    .filterCargaRetenida #dvCheckBoxListMotivosCargaRetenida input {
        width: 10%;
        margin: 0;
        display: inline-block;
    }

    .filterCargaRetenida #dvCheckBoxListMotivosCargaRetenida label {
        clear: both;
        width: 85%;
        display: inline-block;
        margin: 0;
    }

.reporteCargaRetenida .colCodigo {
    min-width: 45px;
}

.reporteCargaRetenida .colMotivo {
    min-width: 200px;
}

.reporteCargaRetenida .colTipo {
    min-width: 27px;
}

.reporteCargaRetenida .colMeses {
    min-width: 53px;
}

.reporteCargaRetenida .trTotal {
    font-weight: bold;
}

    .reporteCargaRetenida .trTotal .colMotivo,
    .reporteCargaRetenida .trTotal .colTipo,
    .reporteCargaRetenida .trTotal .colMeses {
        border-left: 1px solid #fff;
    }

.hint {
    vertical-align: top !important;
}


.buttonDisable {
    background-color: #999 !important;
    border: 2px solid #666 !important;
}

/* LISTA REPORTES */
.reporteClienteOperador {
    width: 100%;
}

.reportePerformanceTotal {
    width: 1500px;
}

    .reportePerformanceTotal tr:last-child {
        font-weight: bold;
    }

#listaClientesGrupo {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

    #listaClientesGrupo label {
        width: 250px !important;
    }

#listaCuentasGrupo {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
}

    #listaCuentasGrupo label {
        width: 100px !important;
    }


/* GRAFICO DE PERFORMANCE POR ETAPAS */
.chartGraph {
    width: 100%;
    height: 400px;
}

.chartEtapa {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 30px;
    width: 300px;
    min-height: 530px;
    height: auto;
    font-size: 10px;
}

.cargandoChart {
    width: 100%;
    min-height: 530px;
    background: url(../Images/ajax-loader.gif) no-repeat center center;
    /*display: none;*/
}



/* ESTILOS PARA EXPLICACION DE CALCULOS*/
.wrapper {
    width: 670px;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
}


div.wrapper h2 {
    margin-bottom: 15px;
}

.wrapper h3 {
    margin: 20px 0;
}

.wrapper > ul {
    margin: 20px 0px 10px 20px;
}

    .wrapper > ul li {
        margin: 6px 0;
    }

.vertgraph * {
    margin: 0;
    padding: 0;
}

.vertgraph {
    width: 96%;
    padding: 2%;
    background: #F7F7F7;
    text-align: left;
}

    .vertgraph ul {
        width: 90%;
        margin: 0 5%;
        border-bottom: 3px solid #ffdd00;
        float: left;
    }

        .vertgraph ul li {
            width: 25px;
            height: 50px;
            list-style: none;
            background-color: #ffdd00;
            float: left;
            border: solid 1px #FFC500;
            box-sizing: border-box;
        }

            .vertgraph ul li:first-of-type {
                margin-left: 0;
            }

    .vertgraph table {
        width: 100%;
        font-size: 14px;
    }

    .vertgraph table {
        display: run-in !important;
    }

        .vertgraph table tbody {
            display: contents;
        }

    .vertgraph th, .vertgraph td {
        float: left;
        padding: 0 0.25%;
        text-align: center;
    }


.vertgraph8 ul li {
    margin-left: 54px;
}

.vertgraph8 th {
    width: 12%;
    font-size: 13px;
}

.vertgraph8 td {
    width: 12%;
    font-size: 10px;
}

.vertgraph4 ul li {
    margin-left: 159px;
}

.vertgraph4 th {
    width: 24%;
    font-size: 13px;
}

.vertgraph4 td {
    width: 24%;
    font-size: 10px;
}

.vertgraph5 ul li {
    margin-left: 113px;
}

.vertgraph5 th {
    width: 18%;
    font-size: 13px;
}

.vertgraph5 td {
    width: 18%;
    font-size: 10px;
}

.vertgraph6 ul li {
    margin-left: 85px;
}

.vertgraph6 th {
    width: 16%;
    font-size: 13px;
}

.vertgraph6 td {
    width: 16%;
    font-size: 10px;
}


.vertgraph3 ul {
    width: 80%;
    margin: 0 10%;
}

    .vertgraph3 ul li {
        margin-left: 219.5px;
    }

.vertgraph3 th, .vertgraph3 td {
    width: 32.5%;
}




.vertgraph2 ul {
    width: 50%;
    margin: 0 25%;
}

    .vertgraph2 ul li {
        margin-left: 271px;
    }

.vertgraph2 th, .vertgraph2 td {
    width: 49%;
}

.ui-datepicker table thead {
    display: table;
    width: 100%;
}

.ui-datepicker table tbody {
    display: table;
    width: 100%;
}

ul ul {
    margin-left: 18px;
}



.pagination {
    width: 100%;
    display: table;
    margin: 0 0 15px;
}

    .pagination > div {
        width: 100%;
        display: table;
    }


        .pagination > div div {
            float: left;
            margin: 0 10px;
        }

    .pagination input[type="text"] {
        width: 40px;
        text-align: center;
    }

    .pagination a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        margin: 0 5px;
        color: #000;
    }






body .sf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    background: none;
    height: auto;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

    body .sf-menu li {
        float: none;
        position: relative;
        display: inline-block;
    }

    body .sf-menu a.sf-with-ul {
        padding-right: 1.25em;
        min-width: 1px;
        background-color: transparent;
        color: #fff;
        padding: 10px 15px;
    }

        body .sf-menu a.sf-with-ul:hover {
            color: #FFCE00;
        }

    body .sf-menu li:hover ul {
        background: #000;
    }



body ul.token-input-list {
    border: 1px solid #ccc;
    min-height: 30px;
    font-size: 14px;
    border-radius: 5px;
}


body li.token-input-token {
    margin: 0;
    padding: 5px 0;
    min-height: 20px;
    text-indent: 5px;
}


body .token-input-input-token input[type="text"] {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100% !important;
    min-height: 30px;
    border-radius: 0;
}


#chartdiv {
    margin: auto;
}
