/***FONTS**/
@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
}
@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.ttf");
    font-weight: 300;
}
@font-face{
    font-family: Roboto;
    src: url("../fonts/Roboto-Light.ttf");
    font-weight: 200;
}

/*-----------------------------*/
/*Scroll bar*/
.phnhdLine::-webkit-scrollbar,
.stdList::-webkit-scrollbar,
.cntCngrs::-webkit-scrollbar,
.listmultioptsCnt::-webkit-scrollbar,
.leftMenuCnt::-webkit-scrollbar{
    width: 6px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    cursor:pointer;
}
.phnhdLine::-webkit-scrollbar-thumb,
.stdList::-webkit-scrollbar-thumb,
.cntCngrs::-webkit-scrollbar-thumb,
.listmultioptsCnt::-webkit-scrollbar-thumb,
.leftMenuCnt::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 4px;
    
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.phnhdLine::-webkit-scrollbar-thumb:hover,
.stdList::-webkit-scrollbar-thumb:hover,
.cntCngrs::-webkit-scrollbar-thumb:hover,
.listmultioptsCnt::-webkit-scrollbar-thumb:hover,
.leftMenuCnt::-webkit-scrollbar-thumb:hover{
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    
}

/* Cambiamos el fondo cuando esté en active */
.phnhdLine::-webkit-scrollbar-thumb:active,
.stdList::-webkit-scrollbar-thumb:active,
.cntCngrs::-webkit-scrollbar-thumb:active,
.listmultioptsCnt::-webkit-scrollbar-thumb:active,
.leftMenuCnt::-webkit-scrollbar-thumb:active{
    background-color: #999999;
}
.phnhdLine::-webkit-scrollbar-track,
.stdList::-webkit-scrollbar-track,
.cntCngrs::-webkit-scrollbar-track,
.listmultioptsCnt::-webkit-scrollbar-track,
.leftMenuCnt::-webkit-scrollbar-track{
    background: #efefef;
    border-radius: 4px;
    border-color:#e1e1e1;
}
/*****CAMPO TAGS****/
.tagCnt {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    max-width: 98%;
}
.tagInptEle {
    background-color: #fefefe;
    max-width: 98%;
    width: 98%;
    min-width: 180px;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    height: auto;
    min-height: 35px;
    font-size: 78%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 0;
    text-align: left;
    box-shadow: none;
    font-family: Roboto;
    font-weight: 300;
}
.tags-input input {
    background-color: #fefefe;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    height: 30px;
    margin-top: 2px;
    text-indent: 5px;
    font-family: Roboto;
    font-weight: 300;
    border: 0;
    font-size: 100%;
    min-width:70px !important;
}
.stdList{
    position: absolute;
    background-color: #ffffff;
    min-height: 45px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
    max-height: 250px;
    overflow-y: auto;
    z-index: 9;
}
.listTbl{
    display: table;
    width: 95%;
    margin-left:auto;
    margin-right:auto;
}
.listRow{
    display: table-row;
}
.listCell{
    display: table-cell;
    color: #19315c;
    font-family: Roboto;
    font-size: 88%;
    font-weight: 300;
    text-align: left;
    height: 30px;
    vertical-align: middle;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 10px;
}
.listCell:hover{
    cursor: context-menu;
    background-color: #19315c;
    color: #ffffff;
}
.listCellLastLine{
    background-color: #7c8c95;
    color: white;
    text-align: center;
}



/*WAIT*/
.waitScreen{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.41);
    z-index: 99;
    font-size: 200%;
    text-align: center;
    z-index: 200;
    transition: all .5s;
}

.spinChar{
    position: relative;
    top: 45%;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
}
/*****/

html{
    width:100%;
    height:100%;
}
body{
    margin:0;
    padding:0;
    height:100%;
    font-size: 16px;
}

/*HEADER*/
.headCellUsr {
    width: max-content;
    display: table-cell;
    vertical-align: middle;
}

.headInfCell {
    width: 100%;
    display: table-cell;
    height: auto;
}

.tblHeadUsr {
    width: 100%;
    display: table;
    border-right: 2px solid #8b9ab2;
    height: 55px;
}

.tblHeadCnt {
    display: table;
    width: 100%;
    height: 100%;
}
.headCnt {
    height: 14%;
    display: table;
    background-color: #19315c;
    width: 100%;
    position: fixed;
    z-index: 10;
}
.headSession {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    transition:all .5s;
}
.headSessionHd{
    width:1%;
}
.sessioncnt{
    overflow: hidden;
    width: 100%;
    margin-top: 10px;
    padding-left: 20px;
    transition: all .6s;
}
.sessionCtnHd{
    padding:0;
    width:0;
    
}
.sessionName {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 80%;
    word-break: normal;
    font-weight: bold;
    white-space: nowrap;
    padding-top: 5px;
}
.sessionClose {
    color: #8b9ab2;
    font-family: Roboto;
    font-size: 71%;
    font-weight: 300;
    cursor: pointer;
    margin-top: 2px;
    display:table;
    white-space: nowrap;
}

.headMenu{
    display:table-cell;
    vertical-align:middle;
    height:100%;
    width:50px;
}
.barsMenu {
    width: 50px;
    text-align: center;
    color: #ffffff;
    padding-top: 10px;
    cursor:pointer;
}
.headLogo{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 30%;
}
.smallLogo {
    width: 100%;
    text-align: center;
    color: #ffffff;
    background-image: url(../img/headlogo.png);
    height: 85%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
.headCngrs{
    display:table-cell;
    vertical-align:middle;
    height:100%;
}
/*Orden*/
.colOrder {
    cursor: pointer;
    display: table;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}
.orderDsc {
    color: #FFFFFF;
    width: auto;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    word-break: normal;
}
.orderIc {
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
    text-align: left;
    width: auto;
    padding-left: 5px;
    display: table-cell;
}
.colOrder{
    cursor:pointer;
}
.headCgrsTbl {
    width: 100%;
    display: table;
    height: 43px;
    background-color: #1A3867;
    border-radius:6px;
}
.cntCngrs{
    border: 1px solid #e7e7e7;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.hdRegCell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: 'OpenSans', sans-serif;
    font-weight: bold;
    font-size: 70%;
    border-right: 1px solid #ECECEC;
}
.rowBg2 {
    background-color: rgb(249, 249, 249);
}
.rowRegTbl {
    display: table;
    width: 100%;
    height: 35px;
    
}
.bdRegCell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    font-size: 70%;
    text-align: left;
    border-right: 1px solid #ECECEC;
}
.bdRegCnt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    font-weight: 300;
    font-family: Roboto;
}

.cngrsSelCnt {
    width: 30%;
    min-width:235px;
    text-align: center;
    height: 36px;
    margin-left: auto;
    margin-right: 15px;
    background-color: #304B76;
    border-radius: 5px;
    max-width: 260px;
}
.cngrsSel {
    width: 98%;
    height: 98%;
    background-color: #304b76;
    border: 0;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    font-size: 83%;
    padding-left: 5px;
    outline: none;
}
/***head inferior****/
.backtitCnt {
    right: 0;
    height: 8%;
    display: table;
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    z-index: 10;
    top: 14%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    transition: all .5s;
}
.backbtnCell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 60px;
    color: #1A3867;
}

.icback{
    width:auto;
    height:auto;
    padding:2px;
    cursor:pointer;
}
.titcntCell {
    display: table-cell;
    vertical-align: middle;
}
.titTbl {
    font-family: Roboto;
    font-weight: bold;
    color: #1A3867;
    font-size: 120%;
    padding-left: 20px;
    border-left: 1px solid #0000004d;
    padding-top: 5px;
    padding-bottom: 5px;
}
/*filt cnt*/
.filtSect {
    width: 100%;
    height: auto;
    padding-bottom:10px;
}
.filtTblCnt {
    display: table;
    width: 100%;
}
/**Cell de inpts, lbl y contenedo**/
.lngBtnCnt {
    display: table;
    width: 40%;
}
.lngBtnCell {
    display: table-cell;
    width: 33%;
    text-align: center;
    vertical-align: middle;
}
.lngBtn {
    color: #032D46;
    width: max-content;
    font-size: 100%;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.6;
    cursor:pointer;
}
.lngBtnSel{
    opacity: 1;
}
.cellCnt {
    display: table-cell;
    padding-right: 5px;
    width: auto;
    vertical-align: middle;
    width: 25%;
    position: relative;
}
.cellCnt50{
    width: 50%;
}
.cellCnt5{
    width: 5%;
}
.cellCnt15{
    width: 15%;
}
.cellCnt20{
    width: 20%;
}
.cellCnt25{
    width: 25%;
}
.lngoverflow {
    overflow-x: hidden;
    position: relative;
}
.multiLngBox {
    display: table;
    width: 300%;
    height: 100%;
    margin-left: 0;
    transition: all .6s;
}
.lngBox {
    display: table-cell;
    width: 33.33333%;
    position: relative;
}
.inptLbl{
    width: 100%;
    height: auto;
    font-family: Roboto;
    color: #1A3867;
    font-size: 74%;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: left;
    margin-top: 0;
}
.inptEle{
    background-color: #fefefe;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    height: 35px;
    font-size: 78%;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 0;
    text-indent: 5px;
    font-family:Roboto;
    font-weight:300;
}
.fileEle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
}
.inptCntDet {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    font-size: 85%;
    margin-bottom: 8px;
    overflow:hidden;
}
.fileStyleInpt {
    width: 100%;
    height: 100%;
    display: table;
}
.labelFile {
    display: table-cell;
    vertical-align: middle;
    max-width: 100px;
    overflow: hidden;
    font-family: Roboto;
    font-weight: 300;
    text-align: left;
    padding-left: 5px;
    white-space: nowrap;
}
.fileBtn {
        border-radius: 0 8px 8px 0;
    width: 50px;
    display: table-cell;
    color: #ffffff;
    font-family: Roboto;
    font-weight: bold;
    background-color: #1a3867;
    vertical-align: middle;
    text-align: center;
    padding-right: 3px;
}
.indentInpt{
    text-indent: 45px;
}
.icInptBox {
    position: absolute;
    left:3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    bottom: 2px;
    height: 33px;
    width: 35px;
    color: #97A5BA;
    font-size: 90%;
    line-height: 33px;
    background-color: #edf0f4;
}
.cellCnt select{
    height:37px;
}
.editBtnCnt{
    background-color: #ffffff;
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    border: 1px solid #1A3867;
    color: #1A3867;
    min-width: 80px;
    font-size: 80%;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    height: 35px;
    width: 99%;
    line-height: 35px;
    cursor: pointer;
}

.disabledBtn{
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    min-width: 80px;
    font-size: 80%;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    height: 35px;
    width: 99%;
    line-height: 35px;
    cursor: pointer;
    background-color: #edf0f4;
    color: #97a5ba;
    border-color: #97a5ba;
}
.editBtnCnt:hover{
    background-color:#1A3867;
    color:#FFFFFF;
}
.disabledBtn:hover{
    background-color: #edf0f4;
    color: #97a5ba;
}
/**menu lateral******/
.leftMenuCnt {
    transition: all .5s;
    position: absolute;
    top: 14%;
    height: 86%;
    width: 190px;
    background-color: #2c4772;
    box-shadow: 6px 0 15px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    overflow-y:auto;
    left: -190px;
}
.rowOptMenu {
    display: table;
    width: 90%;
    padding-left: 5%;
    height: 60px;
    padding-right: 5%;
    padding-bottom: 10px;
    border-bottom: 1px solid #19315ce0;
}
.cellMnOpt{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align:middle;
}
.optMnName{
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 80%;
    word-break: normal;
    font-weight: bold;
    padding-top: 5px;
    cursor:pointer;
}
.optMnDsc{
    color: #8b9ab2;
    font-family: Roboto;
    font-size: 71%;
    font-weight: 300;
    cursor: pointer;
    margin-top: 2px;
}


/*****HASTA AQUI HEADER****/
/*switch*/
.switchOfCont{
    max-width: none;
    width: 28px;
    height: 15px;
    margin-left: auto;
    margin-right:auto;
}
.switch {
    width: 100%;
    height: 100%;
    background-color: #AAAAAA;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    transition: all .3s ;
}
.switchBal {
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 11px;
    height: 11px;
    position: absolute;
    transition: all .3s;
    left: 2px;
    top: 2px;
}
.balActive{
    left: 15px;
}
.active{
    background-color: #1a3867;
}
/******/


/**PAG**/
.pagCont {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    max-width: 900px;
}
.sectPag{
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadfe6;
}
.subtitPag{
    color: #032D46;
    font-size: 100%;
    font-family: Roboto;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}
.sectLine{
    display: table;
    width: 100%;
    margin-bottom:9px;
}
.pagCntTbl {
    display: table;
    width: 100%;
    height: 78%;
    position: absolute;
    top: 22%;
    z-index: 9;
    background-color: #ffffff;
}
.pagCell{
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    width: 100%;
    height: 100%;
}
.pagTit {
    font-family: Roboto;
    font-weight: bold;
    margin-bottom: 30px;
    color: #1A3867;
    font-size: 130%;
}
.btnPagCnt {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    margin-bottom: 50px;
}

.frmBtn{
    display: table;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background-color: #1a3867;
    color: #FFFFFF;
    min-width: 80px;
    font-size: 82%;
    font-family: Roboto;
    font-weight: bold;
    text-align: center;
    height: 37px;
    width: 99%;
    line-height: 37px;
    max-width: 295px;
    text-transform:uppercase;
    cursor:pointer;
}
.frmBtn:hover{
    color: #FFFFFF;
    background-color: rgba(26, 56, 103, 0.7);
}

.hdRegCell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    color: #FFFFFF;
    font-family: 'OpenSans', sans-serif;
    font-weight: bold;
    font-size: 70%;
    border-right: 1px solid #ECECEC;
}
.rowBg2 {
    background-color: rgb(249, 249, 249);
}
.rowRegTbl {
    display: table;
    width: 100%;
    height: 35px;
    
}
.bdRegCell {
    display: table-cell;
    width: auto;
    vertical-align: middle;
    font-family: 'OpenSans', sans-serif;
    font-weight: 300;
    font-size: 70%;
    text-align: left;
    border-right: 1px solid #ECECEC;
}
.bdRegCnt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    font-weight: 300;
    font-family: Roboto;
}

/**popupmsg cnt**/
.popmsgCnt{
    width: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(45, 45, 45, 0.8);
    opacity: 0;
    display: none;
    transition: all .7s;
    z-index:11;
}
.popcell{
    display:table-cell;
    vertical-align:middle;
}
.popupmsg {
    background-color: #FFFFFF;
    width: 60%;
    max-width: 550px;
    min-height: 30%;
    border-radius: 15px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: none;
}
.closePop{
    color: #19315c;
    font-size: 110%;
    font-weight: 900;
    width: 15px;
    text-align: left;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 10px;
}
.poptitdsc {
    padding-bottom: 10px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 140%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #1A3867;
    margin-top: 15px;
}
.poptitcnt {
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    font-size: 150%;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.popbtnCnt{
    display:table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
}
.popbtnCell{
    display:table-cell;
    vertical-align:middle;
}
.popBtn {
    width: 40%;
}
.tblActvsCnt::-webkit-scrollbar {
    width: 6px;     /* Tamaño del scroll en vertical */
    height: 8px;    /* Tamaño del scroll en horizontal */
    cursor:pointer;
}
.tblActvsCnt::-webkit-scrollbar-thumb{
    background: #ccc;
    border-radius: 4px;
    
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.tblActvsCnt::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    
}

/* Cambiamos el fondo cuando esté en active */
.tblActvsCnt::-webkit-scrollbar-thumb:active{
    background-color: #999999;
}
.tblActvsCnt::-webkit-scrollbar-track{
    background: #efefef;
    border-radius: 4px;
    border-color:#e1e1e1;
}
.tblActvsCnt{
    max-height: 300px;
    overflow-y: auto;
}

.removeBtn{
    position:absolute;
    top:5px;
    right:5px;
    width:25px;
    height:25px;
    line-height:25px;
    border-radius:100%;
}
.btnCnt{
    height: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.btnTbl{
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    line-height: 40px;
    font-size: 100%;
    background-color: #19315c;
    color: #FFFFFF;
    margin-left: auto;
    cursor: pointer;
}
.btnTbl:hover{
    color: #FFFFFF;
    background-color: rgba(26, 56, 103, 0.7);
}

/***Popup actividades**/
.activCnt {
    max-width:460px;
}
.activityFrm {
    display: table;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 58%;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf0f3;
    margin-bottom: 5px;
}
.panelImgBox {
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    background-image: url(../img/noAvatar.svg);
}
.panelInfName {
    width: 100%;
}
.panelistInf {
    text-align: left;
    font-size: 95%;
}
.panelInfActv {
    font-weight: bold;
    padding-top: 2px;
    font-size: 90%;
}


