.jpager .jpager-ul{
	list-style: none;
    padding: 0px;
    margin-bottom: -2px;
}

.jpager .jpager-ul li{
	display: inline-block;
    min-width: 100px;
    min-height: 30px;
   
    text-align: center;
    line-height: 27px;
    border-bottom: 0px;
    background-color: transparent !important;
    color: rgba(0,0,0,0.4);
    cursor: pointer;
    padding-left: 8px;
    padding-right: 8px;
}
.jpager .jpager-ul li:hover{
	background-color: #f2f2f2 !important;
}
.jpager .jpager-ul  li.jactive{
	background-color: #fff !important;
    
    color:#2993AC;
    font-weight: bold;
    z-index: 1000;
    position: relative;
    border: 1px solid #ddd;
    border-top-color: #2993AC;
    border-top-width: 2px;
    border-radius: 5px 0px 0px;
    margin-bottom: -1px;
    border-bottom: 0px;
}
.jpager .jpager-ul  li.jactive:hover{
	background-color: #fff !important;
}
.jpager .jpager-div{
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 99;
    position: relative;
    padding: 5px;
    height: calc(100% - 35px);
    overflow-y: auto;

}

.validError{
    border-bottom:2px solid #C91F16 !important;
    position: relative;
    overflow-y: inherit !important;
    /* padding-bottom: 5px; */
}
.validErrorMessage{
    /* color: #f00 !important;
    bottom: 20px !important;
    font-size:1.1rem;
        margin-bottom: 8px; */

    bottom: 20px !important;
    font-size: 1.1rem;
    margin-bottom: 8px;
    position: absolute;
    bottom: -27px !important;
    width: 210px;
    z-index: 1000;
    background-color: #C91F16;
    color: #fff !important;
    padding: 3px;
    border-radius: 0px 3px 3px 3px;
}
.validErrorMessage span{
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #C91F16;
    position: absolute;
    top: -9px;
    left: 1px;
}

.jupload#dDisplay {
    padding: 10px;
    border: 2px solid #8AA422;
    background-color: #f2f2f2;
    border-radius: 5px;
}

#dMensajeX{
    
    position: fixed;
    right: -200px;
   /*  right: 0px; */
    /* left: 100px; */
    min-width: 200px;
    height: 50px;
    top: 50px;
    border-radius: 5px 0px 0px 5px;
   
    line-height: 30px;
    transition: 0.3s;
    text-align: center;
    padding: 10px;
    z-index: 100000000000;
    box-shadow: white -2px 2px 20px;
}
.dMensajeXError{
    background-color: rgba(200,0,0,0.9);
    color: #fff;
    border: 2px solid #f00;
}
.dMensajeXOK{
    background-color: rgba(185,215,101,0.9);
    border:1px solid #6FBF82;
    color: #fff;
    text-shadow: 0px 0px 8px #000;
}


/* jSelectDate */
.xnumero{
    width:27px;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    margin-right: 1px;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;

}

.xnumero.xseleccionado{
    background-color: #7CAD32 !important;
    color: #fff !important;
}