@charset "UTF-8";
/* CSS Document */

.cke_chrome{margin: 0px 0px 30px 0px !important;}
.titContReview p strong{
    color: white;
    margin: 10px 0px;
}
.resumeSmall{
    font-size: .85em;
    margin-bottom: 10px;
}

.changeData{
    margin: 10px 0px;
    padding: 0px 10px;
    font-size: .8em;
    color: white;
}
.btIntList{
    color: white;
    text-decoration: none;
    background-color: #2c63aa;
    padding: 1px 6px;
    display: block;
    border-radius: 2px;
    margin: 2px 0px;
    text-align: center;
}

.changeMak{
    font-size: .8em;
    text-decoration: none;
    background-color: #e6e6e6;
    display: block;
    margin: 0;
    color: black;
    padding: 7px 10px;
    margin-bottom: 1px;
}
.makActive{background-color: #223c5e;color: white;}
.statusPendienteAP{color: orange;}
.statusAceptadoAP{color: green;}
.statusDenegadoAP{color: red;}
.statusVencidoAP{color: black;}

input[type="submit"]{
    -webkit-appearance: none;
    border: none;
    background-color: #2c63aa;
    color: white;
    padding: 8px 22px;
    border-radius: 100px;
}
.positionFixTable{
    font-size: .8em;
}
.trcolorHeader{
    font-weight: bold;
}

.txAuxInfWDD{
    margin: 10px 0px;
    padding: 10px 0px;
    /* text-align: center; */
}
    .txAuxInfWDD p{
    font-size: .8em;
}
    .txAuxInfWDD p strong{}

.symbolsWDD{
    font-size: .7em;
    text-align: center;
    padding: 10px;
}
    .symbolsWDD ul{}
    .symbolsWDD ul li{
    display: inline-block;
    margin-right: 10px;
}
    .symbolsWDD ul li i{}
    .symbolsWDD ul li span{
    margin-left: 3px;
    color: silver;
}
    
.onePListP{
    border-bottom: 1px solid silver;
}

.formTablesWDD{
    width: 100%;
    display: block;
}
.colum2WDD{
    display: inline-block;
    width: 45%;
    padding: 10px;
}
.colum1WDD{
    display: block;
    width: 90%;
    padding: 10px;
}
.colum1WDD img, .colum2WDD img{
    width: 200px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0,0,0,.3);
}
.bottonWDDYesNo{
    text-align: center;
    margin: 10px 0px 0px;
}
    .bottonWDDYesNo > ul > input{
    -webkit-appearance: none;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    color: white;
}
    .btNormalWDD{
    background-color: #224696;
}
    .btCancelWDD{
    background-color: red;
}
    
.botWDDNot{
    text-align: center;
    margin: 0px 0px 20px;
}
    .botWDDNot > .margin-top-md{
    display: inline-block;
}
.botWDDNot > .margin-top-md:first-child > button{background-color: #ffa502;}

.grapLineWDD{
    padding: 10px;
    border: 1px solid;
    margin: 10px;
    border-color: silver;
    border-radius: 8px;
    background-color: #fbf9f9;
    min-height: 44px;
}

#resultado{
    padding: 15px;
    text-align: center;
    border: 1px solid #2c63aa;
    margin: 10px;
    border-radius: 10px;
    color: red;
}
.menu > li > div:last-child{
    font-size: .8em;
    padding: 10px;
    text-align: center;
}
.menu > li > div:last-child > input[type="button"]{
   display: block;
   width: 100%;
   margin: 1px;
}

.tablaWDD{
    font-size: .9em;
    border-collapse: collapse;
}
    .tablaWDD tr:first-child{font-weight: bold;}
    .tablaWDD td{
    padding: 5px 10px;
    border: 1px solid silver;
}

.sidenav__link > .fas{margin:0 8px 0 0;}
.color-1{color: #2aca30;font-size: 1.5em;}
input[type="file"]{font-size: .8em;}
.menu__content i{color: #2d2833;margin-right: 8px;}
.datarow{} 
.dataW2col p{margin: 0 0 8px;font-size: .9em;}
    .dataW2col p label{width: 18%;}
.tableDataG{}
    .tableDataG input{width: 100%;}
input[type="file"]{border: 1px solid #aaa;display: inline-block;padding: 6px 12px;cursor: pointer;width: 100%;border-radius: 5px;}
.colStatus1{color: green;}
.colStatus2{color: orange;}
.colStatus3{color: red;}

.cd-signin-modal__form h1{
    font-size: 1.2em;
    color: black;
}
.contListPagos h2{
    font-size: 1em;
    margin: 20px 0px;
    color: black;
}
.totalP{
    padding: 10px 20px;
}
.totalP p{padding: 7px 0px;text-align: left;}
.reportData{background-color: #223c5e;border-radius: 10px;padding: 10px 20px;margin: 1px 0px;}
.contData{}
.data1{
    color: white;
    display: table-cell;
    padding: 0px 10px 0px;
    font-size: .8em;
}
.text-lg span{color:white;}
p strong{font-weight: bold;color:black;}
.filter-Op{
    border: 1px solid silver;
    padding: 10px 20px;
    margin: 10px 0px;
    border-radius: 8px;
}
    .opRep{
    background-color: #0e1f35;
    border-color: #1c4d8c;
}
     .opRep span{
    color: #36e3ff;
    font-weight: bold;
}
     .opRep strong, .opRep a{color:white;}
        .oneOp-FilterD{
    color: silver;
    font-size: .85em;
    margin: 10px 0px;
}
    .filter-Op ul{}
    .filter-Op ul li{
    display: inline-block;
}
.oneOp-Filter{
    color: silver;
    font-size: .85em;
}

.bg-color-urgent{background-color:red;}
.bg-color-alert{background-color:orange;}
.bg-color-normal{background-color:silver;}
.contDataGer{
    margin-top: 10px;
}
.conDatG{
    position: relative;
    border-bottom: 1px solid silver;
    padding: 5px 0px;
    font-size: .85em;
}
.conDatG span{font-weight: bold;float: right;}
.wrapMap{
    margin: 5px 0px;
}
    .wrapMap iframe{
    width: 100%;
}
.titleCSSWDD{
    text-align: center;
    display: block;
    padding: 10px 0 0 0;
}
    .titleCSSWDD h1{}
.tableDataWDD{}
    .tableDataWDD tr{
    color: white;
}
    .tableDataWDD td{
    font-size: .8em;
    border-bottom: 1px solid #406ca7;
    padding: 5px;
    text-align: center;
}
.btn span{
    margin-left: 10px;
}
.photoThumb{
    width: 60px;
    height: auto;
    border-radius: 5px;
    margin: 10px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.2);
    vertical-align: middle;
}
.dataEspecial{
    padding: 10px;
}
    .dataEspecial p{}
        .dataEspecial p input{
    width: 190px;
}
.dataEspecial p label{display: block;font-size: .8em;}
.inputSmall{
    width: 200px !important;
}
.tbl__cell > input[type="number"]{
    width: 82px;
}
.tbl__cell > input[type="text"]{
    width: 100px;
}

input:required{
    border: 1px solid #2c63aa !important;
}

input[type="number"], input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 5px;
    box-shadow: none;
    box-sizing: border-box;
    height: 38px;
    /* line-height: 30px; */
    padding: 1px 15px 0 30px;
    -webkit-appearance: none;
    border: 1px solid #aaaaaa;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    vertical-align: middle;
    width: 100%;
    margin: 0px 0px;
}

@media only screen and (max-width: 470px) {
   .data1{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 8px;
    }
    .totalP{
    padding: 0px;
}
    .totalP p{
    text-align: center;
    padding: 5px 0;
}
}