body{
    width: 100%;
    margin: auto;
    font-family: sans-serif;
/*     background-image: url(../img/BarraColor_overlogo.jpg);
     background-size: 70%;
    background-repeat: no-repeat;
    background-position: center top;*/
    background-color: #feffff;
}

.tpl{
    padding: 0 0 0 1em;
    margin: 0;
    background-color: #feffff !important;
    font-family: sans-serif;
}

.title-header{
    height: 20px;
    padding: 4px 0 0 4px;
    width: auto;
}

.title-header span{
    color: #2779AA;
    font-size: 110%;
    font-family: sans-serif, verdana;
}

.fieldset-normal{
    border: 1px solid #DDDDDD;
    -moz-border-radius: 5px; -webkit-border-radius: 5px;
    height: auto;
}

.legend-normal{
    color: #2779AA;
}

.field-full{
    width: 98.5%;
}

.field-medium{
    width: 50%;
}

.field-medium-txt{
    width: 100px;
}

.button-min{
    height: 17px;
}

.button-min span{
    margin: -7px 0 0 0;
}

.field-max-width{
    width: 300px;
    max-width: 300px;
}

/* Pagina principal */
#header-app{
    width:100%;
    height:30px;
    background: transparent url('../img/bg_header.png') repeat-x;
    display: block;
    float: left;
    clear: both;
    vertical-align: middle;
}
#header-app span{
    font-size: 400%;
    color: #21375f;
}

#page{
     background-color: #bbddf0;
     display: block;
     height: auto;
     min-height: 70px;
     padding: 0 0 20px 0;
}

#left-menu{
    font-size: 100%;
    width: 24% !important;
    float: left;
    overflow: auto;
}

#main-content{
    vertical-align: top;
    float: left;
    display: block;
    clear: right;
    /*height: 768px;*/
    background-color: #BBDDF0;
    overflow: auto;
}

.main-content-normal {
    width:74%;
}

.main-content-full {
    width:98%;
    margin-left: 10px;
}

/* Menu de navegacion */
#menu-app{
    height: auto;
    font-size: 110%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 5px;
}

#accordion-menu div a{
    text-decoration: none;
    border-bottom: 1px solid #dfeaf0;
    line-height: 17px;
    display: inline-block;
    width: 100%;
    padding: 2px;
}
#accordion-menu div a:hover{
    background-color: #dfeaf0;
}

.selected{
    background: url('images/bullet.png') no-repeat #d2e5f0;
    display: inline-block;
    padding-left: 16px !important;
    width: 95.6% !important;
}

.formStyle{
    font-size: 12px !important;
    display: none;
}

#loading{
    position: fixed;
    background: #eeeeee url('images/ui-bg_diagonals-thick_90_eeeeee_40x40.png') repeat;
    filter:alpha(opacity=40);/*IE*/
    opacity:0.4;/*FF*/
    display: none;
    z-index: 1002;
    outline: 0px none;
    height: auto;
    width: auto;
}

#loading img{
    top: 45%;
    left: 45%;
    position: absolute;
}

#frmNuevoAjuste table tr td input{
    width: 90%;
}
#tableLoguin {
    height: 10px;
    padding: 0;
    margin: 0px;
}

.field-con{
  height:550px;
}

.obligatorio{
    font-size: 150%;
    color: #d30b0b;
    margin-top: -5px;
    display: inline-block;
}

.no-display{
    display: none;
}

clear{
    clear: both;
}

#footer{
    clear: both;
    height: 50px;
    text-align: right;
    font-size: 110%;
}

#message{
    padding: 5px 0 5px 0;
    font-size: 12px;
}

.message-inf{
    float: left;
    margin:0 0.3em 0 0.5em;
}

.filtertable{
    margin-left: -20px;
}

#loadingTPL{
    padding-top:200px;
}

.message{
   background: transparent url('../img/underline.gif') repeat;
   line-height: 16px;
}

.table-information th,.table-information td{
    border: 1px solid #E7E6E5;
    padding: 0.3em 6px 0.3em 6px;
    text-align: center;
}
.tablaResultados th,.tablaResultados td{
    border: 1px solid ;
    padding: 0.3em 6px 0.3em 6px;
    text-align: center;
}

.table-information {
    border-collapse: collapse;
    margin: 1em 0;
    width: auto;
}

.table-header{
    color:#2779AA;
    font-size:95%;
}

.table-data-content{}
.table-data-content:hover{
    background: url("images/ui-bg_highlight-soft_100_deedf7_1x100.png") repeat-x scroll 50% 50% #DEEDF7;
    cursor: pointer;
}

.block-ui{
    color: gray;
    background-color: grey;
}
.bold{
    font-weight: bold;
}

.span-icon{
    float:left;
    margin-top: -3px;
}

.pointer{
    cursor: pointer;
}

.logout{
    text-decoration: none;
    font-size: 120%;
    color: #1D70A3;
    font-weight: bold;
}

.loadMouse{
    display:block;
    z-index:1005;
    width:auto;
    position:absolute;
    padding:6px 6px 6px 26px;
    text-align:center;
    font-weight:bold;
    background: #62BFF0 url('../img/loader-mouse.gif') center left no-repeat;
}

.ui-state-highlight-recibo-pago{
    background:#fcffe1;
    color:#a04848;
}

.ui-state-highlight-recibo-no-pago{
    background:#ffeaf2;
    color:#ff1616
}

.ui-state-highlight-recibo-dominical{
    background:#d9e8f9;
    color:#6060ff;
}

.error{
    color: #CD0A0A;
    background-color: #FEF8F6;
    border: 1px solid #CD0A0A;
    vertical-align: middle;
    padding: 0.4em;
    text-align: left;
}

.inline-button{
    padding: 0.2em;
}

.simple-button{
    border: 1px solid #AED0EA;
    background-color: #E3F1FA;
    padding: 2px;
    margin: 2px;
    cursor: pointer;
}
.simple-button:hover{
    background-color: #2791DA;
    color: #fff;
}

.ui-state-notification{
    background:transparent url(images/alert.png) no-repeat scroll;
    display:block;
    float:left;
    width:16px;
    cursor: pointer;
}
#footer{
    height: 40px;
}
#logos-footer{

    background-image: url(../img/logos_footer.png);
    background-repeat: no-repeat;
    background-position: center top;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;

}
#texto-footer{
    clear: both;
    height: 30px;
    text-align: center;
    font-size: 110%;
    margin-right: 100px;
    color: #424242;
    padding: 10px;

}

.title{
font-size:30px;
    font-family:Verdana,Helvetica;
    color: #03a4ac;
    text-align: left;
    margin-left: 20px;
}

.title-password {
font-size:30px;
    font-family:Verdana,Helvetica;
    color: #03a4ac;
    text-align: left;
}

.buton {
    font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    background:#893084; /*Color Botones*/
    border:0px;
    width:80px;
    height:19px;
    border-radius: 2px;
}

.buton-aux {
    font-size:10px;
    font-family:Verdana,Helvetica;
    font-weight:bold;
    color:white;
    background:#893084; /*Color Botones*/
    border:0px;
    width:35px;
    height:30px;
    border-radius: 5px;
}

/* Estilos para consultaPerfil */
.consultaPerfil {
    max-width: 400px;
    width: 100%;
}

.consultaPerfil,
.consultaPerfil ul {
    list-style: none !important;
}

.consultaPerfil li {
    margin: 0 !important;
}

.consultaPerfil li h2,
.consultaPerfil li h3 {
    margin: 0 !important;
}

.consultaPerfil .titleOpciones,
.consultaPerfil .subTitleOpciones {
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    border: 1px solid #d9d9d9;
}

.consultaPerfil .titleOpciones {
    font-weight: 700;
    color: #03a4ac;
}

.consultaPerfil .subTitleOpciones {
    font-weight: 600;
}

.consultaPerfil input[type="checkbox"] {
    margin-right: 10px;
}

.lsitItemOpciones {
    width: 100%;
    padding: 10px 15px;
    padding-top: 25px;
    border: 1px solid #d9d9d9;
}

#txtChkTodo {
    margin-bottom: 10px !important;
}

#txtCheckTipo {
    font-weight: 600;
    margin: 5px 0px !important;
    cursor: pointer;
}

/* Estilos para accordion_header */
.accordion_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#iconAccordionItem {
    cursor: pointer;
}

/*Spinner */

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03a4ac;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

.cont-clave-dia {
    width: 200px !important;
    text-align: center !important;
    padding: 0 20px !important;
}

.cont-clave-dia p {
    width: auto !important;
    padding: 5px 0px !important;
    font-size: 20px !important;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    color: #03a4ac;
}

.row-anular{
    display: flex;
    margin:30px 0px 0px 20px
}

.pr-anular{
    padding-right:10%
}

.subtitle{
    font-weight: 500;
}

.inputs-anular{
    height:30px;
    width:200px;
    border-radius:5px;
    border:0.5px solid gray !important;
    padding-left: 10px;
}

.btn-anular{
    height:30px;
    margin: 40px 20px 0px 0px;
    font-size: 12px;
}

#pgPlanLiquidacion #btnLimpiar, 
#btnReducir,
.btnReducir{
    border: 1px solid #893084;
    color: #893084;
    background: transparent !important;
}

#pgPlanLiquidacion #btnGuardar, #pgPlanLiquidacion #btnLimpiar, #pgInformeVentaRecargasVendedor .buton {
    width: auto;
    height: auto;
    font-size: 1rem;
    padding: 0.5em 1.5em;
    border-radius: 5px;
}

#pgCambioPasswordUsuarios #btnLimpiar,
#pgCambioPassword #btnLimpiar,
#pgUsuarioAuxiliar #btnLimpiar,
#pgSubDistribuidor #btnLimpiar,
#pgPromotor #btnLimpiar,
#pgVendedor #btnLimpiar,
#pgCabeceraTicket #btnLimpiar,
#pgProveedores #btnLimpiar,
#pgLiquidacion #btnLimpiar{
    border: 1px solid #893084;
    color: #893084;
    background: transparent !important;
}

#pgCambioPasswordUsuarios #btnGuardar, 
#pgCambioPasswordUsuarios #btnLimpiar, 
#pgCambioPassword #btnGuardar, 
#pgCambioPassword #btnLimpiar,
#pgUsuarioAuxiliar #btnGuardar,
#pgUsuarioAuxiliar #btnLimpiar,
#pgAnulacion #btnBuscar,
#pgSubDistribuidor #btnGuardar,
#pgSubDistribuidor #btnLimpiar,
#pgPromotor #btnGuardar,
#pgPromotor #btnLimpiar,
#pgVendedor #btnGuardar,
#pgVendedor #btnLimpiar,
#pgCabeceraTicket #btnGuardar,
#pgCabeceraTicket #btnLimpiar,
#pgProveedores #btnActualizar,
#pgProveedores #btnLimpiar {
    width: auto;
    height: auto;
    font-size: 1rem;
    padding: 0.5em 1.5em;
    border-radius: 5px;
}

#pgPlanLiquidacion #btnConsultMyPlan {
    width: auto;
    height: auto;
    font-size: 1rem;
    padding: 0.5em 1.5em;
    border-radius: 5px;
    float: right;
    margin-right: 100px;
}

#pgDashboard{
    background-color: #feffff;
}

#pgDashboard section article header{
    background-color: #03a4ac;
}

#pgDashboard section article header, 
#pgDashboard section article .card-border, 
#pgDashboard section article .card-border #infoCard{
    border: 1px solid #893084;
}

#pgDashboard section article .card-border #infoCard,
#pgDashboard section article .card-border .custom-table th{
    color: #03a4ac;
}

#pgDashboard section article .card-border table thead{
    background-color: #d9d9d9;
}

#pgDashboard section article .card-border .table-bordered,
#pgDashboard section article .card-border .table-bordered th,
#pgDashboard section article .card-border .table-bordered td{
    border: 1px solid #03a4ac;
}

#pgDashboard section article .card-border .table-bordered-seguros,
#pgDashboard section article .card-border .table-bordered-seguros th,
#pgDashboard section article .card-border .table-bordered-seguros td{
    border: 1px solid #03a4ac;
}

#pgLiquidacion .table thead tr th,
#pgUsuarioAuxiliar .table thead tr th,
#pgCabeceraTicket .table thead tr th,
#pgSubDistribuidor .table thead tr th, 
#pgPromotor .table thead tr th,
#pgVendedor .table thead tr th,
#pgAmpliarCupoSubDistribuidor .table thead tr th,
#pgAmpliarCupoPromotor .table thead tr th,
#pgAmpliarCupoVendedor .table thead tr th,
#pgAnulacion .table thead tr th,
#pgProveedores .table thead tr th,
#pgPlanLiquidacion .table thead tr th {
    color: #03a4ac;
}

#pgLiquidacion .table thead tr th,
#pgUsuarioAuxiliar .table thead tr th,
#pgCabeceraTicket .table thead tr th,
#pgSubDistribuidor .table thead tr th,
#pgPromotor .table thead tr th,
#pgVendedor .table thead tr th,
#pgAnulacion .table thead tr th,
#pgAmpliarCupoSubDistribuidor .table thead tr th,
#pgAmpliarCupoPromotor .table thead tr th,
#pgAmpliarCupoVendedor .table thead tr th,
#pgProveedores .table thead tr th,
#pgPlanLiquidacion .table thead tr th {
    border-bottom: 1px solid #893084 !important;
}

#pgAmpliarCupoSubDistribuidor .table tbody > tr > td,
#pgAmpliarCupoPromotor .table tbody > tr > td,
#pgAmpliarCupoVendedor .table tbody > tr > td {
    border-bottom: 1px solid #dee2e6 !important;
}

#pgAmpliarCupoSubDistribuidor .table tbody > tr:last-child > td,
#pgAmpliarCupoPromotor .table tbody > tr:last-child > td,
#pgAmpliarCupoVendedor .table tbody > tr:last-child > td {
    border-bottom: none !important;
}

#confirmarLiquidacion,
#observacionLiquidacion{
    border: 1px solid #893084;
}

.modalLiquidacion, 
.msgExitoLiquidacion,
#valorAmpliacionInput,
.modalTraslados,
.modalAsignacion {
    color: #03a4ac !important;
    
}#valorAmpliacionInput{
    color: #03a4ac !important;
    text-decoration: underline #03a4ac;
}

.modalLiquidacion hr,
.modalTraslados hr, 
.modalAsignacion hr {
    background-color: #893084;
}

#pgLiquidacion .arrowColor, 
#pgUsuarioAuxiliar .arrowColor,
#pgAnulacion .arrowColor,
#pgSubDistribuidor .arrowColor,
#pgPromotor .arrowColor,
#pgVendedor .arrowColor,
#pgAnulacion .arrowColor {
    fill: #893084;
}

#pgAmpliarCupoSubDistribuidor .table tbody button,
#pgAmpliarCupoPromotor table tbody button,
#pgAmpliarCupoVendedor table tbody button {
     height: 25px;
     border-radius:10px;
}

#pgAmpliarCupoSubDistribuidor .table tbody td input,
#pgAmpliarCupoPromotor .table tbody td input,
#pgAmpliarCupoVendedor table tbody td input {
     height: 25px;
     border: none;
     border: 1px solid gray !important;
     border-radius:3px;
     margin: 5 0 5 0; 
}

#pgAmpliarCupoSubDistribuidor .inputCupo,
#pgAmpliarCupoPromotor .inputCupo,
#pgAmpliarCupoVendedor .inputCupo{
    height:30px;
    width:150px;
    border-radius:5px;
    border:0.5px solid #808080 !important;
    padding-left: 5px;
}

.btnAlert {    
    font-family:Verdana,Helvetica !important;        
    background-color: #893084 !important;
}

.btn-ml{
    margin-right: 10px
}

.btn-traslado{
    margin-top: 33px; 
    height: 30px; 
    width: 40px;
    background: #893084;
    border:0px;
    border-radius: 5px;
}

.btnTrasladar{
    margin-top: 33px; 
    height: 30px; 
    width: 150px;
    color:white;
    background: #893084;
    border:0px;
    border-radius: 5px;
}

.modalTraslados hr{
    opacity: 1;
    margin-top: -25px;
}

.modalTraslados section article,
.modalTraslados section article:nth-child(2){
    width: 45%; 
    height: 150px; 
    border: 1px solid #893084;    
    border-radius: 10px; 
    padding: 10px;
}

.btnAceptarTraslado{
    height: 30px; 
    width: 100px;
    color:white;
    background: #893084;
    border:0px;
    border-radius: 5px;
    border: 1px solid #893084;
    margin-left: 10px;
}

.btnCancelarTraslado{
    height: 30px; 
    width: 100px;
    color: #893084;
    background-color: #FFFFFF;
    border:0px;
    border-radius: 5px;
    border: 1px solid #893084;
}

 #cabecera-tabla{
color: #03a4ac;
}
#cabecera-tabla {
    border-bottom: 1px solid #893084 !important;
}
   
.modalBalanceCupos{
    color: #03a4ac !important;
}
.modalBalanceCupos hr{
    background-color: #893084;
}

.modalBalanceCupos section article,
.modalBalanceCupos section article:nth-child(2){
    width: 32%; 
    height: 115px; 
    border: 1px solid #893084;    
    border-radius: 10px; 
    padding: 10px;
    cursor: pointer;
}

.table-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
}

.table-header {    display: flex;
    background-color: white; 
    color: black; 
    font-weight: bold;
}

.table-body {
    display: flex;
    flex-direction: column;
}

.table-row {
    display: flex;
}

.table-column {
    flex: 1;
    padding: 8px;
}

.total-general {
    color: black; 
    font-weight: bold;
}

.swal2-close{
 color:#03a4ac !important;
}

#pProveedores {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold; 
    font-size: 1.2em; 
}

#pEmpresa {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
}

#pSubdistribuidor {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
    
}

#pPromotor {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
    
}

#pRed {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
}

#pResultado {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
}

#pTotal {
    text-align: center;
    color: #000000;
    margin: 0; 
    font-weight: bold;
    font-size: 1.2em; 
}

.card-balances {
    border: 2px solid #DB6E24 !important;
    border-radius: 12px !important;
}

.texto-balance {
    font-size: 1.3rem !important;
}

.valor-balance {
    font-size: 1.2rem !important;
}

.section-cards {
    margin-top: 50px;    
}

#pgProveedores .custom-button-color,
#pgSubDistribuidor .custom-button-color,
#pgPromotor .custom-button-color,
#pgVendedor .custom-button-color{
    background-color: #893084;
    color: #FFFFFF;
}

#pgCabeceraTicket .btn-cuadrado{
    background-color: #893084;
}
