@font-face {
    font-family: 'Avenir';
    src: url("/dyalogocbx/javax.faces.resource/fonts/avenir_roman_12.otf.jsf?ln=dyalogo");
}

html,
body {
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    font-family: 'Avenir';
    font-style: normal;

}

.colorGrisFondoAzul{
    color: #70D4FF !important;
}


.colorGris{
    color: #A9A9A9 !important;
}

.colorAzul{
    /*color: #68C6FA !important;*/
    color: #009FE3 !important;
}


.fondoGris{
    background-color: #DCDCDC !important;
}

.contenedorDivsAlLado {
    vertical-align: top;
    background: transparent;
    height: 46px !important;
}
.divLeft, .divRight {
    display: inline-block;
    *display: inline;
    height: 50px;

}

.divLeft{
    width: 70px;
    max-width: 70px;
    min-width: 70px;
    margin-right: 5px;
}

.divRight {
    font-size: 1.6em !important;
    text-align: right;
    float: right;
    color: white;

}

.divRight span{
    font-size: 0.7em !important;
    color: #EEEEEE;
    text-align: right;
    display: block;
    *display: block;
    font-weight: lighter;
    padding-right: 20px;
}

.ui-datalist .ui-datalist-header,
.ui-datalist .ui-datalist-footer {
    background-color: #03A9F4 !important; /* SoftBlueBack */
}

.ui-widget-content .ui-datalist-content{
    border: none;
    background: transparent;
    background-image: none;
}



.top-alineamiento {
    vertical-align: top;
}
.diez-porciento {
    width: 10%;
}
.veinte-porciento {
    width: 20%;
}
.treinta-porciento {
    width: 30%;
}

.cuarenta-porciento {
    width: 40%;
}

.cincuenta-porciento {
    width: 50%;
}

.sesenta-porciento {
    width: 60%;
}

.setenta-porciento {
    width: 70%;
}
.ochenta-porciento {
    width: 80%;
}
.noventa-porciento {
    width: 90%;
}

.cien-prociento{
    width: 99% !important;
}

.Fs10{
    font-size:9px !important;
}
.Fs11{
    font-size:10px !important;
}
.Fs12{
    font-size:11px !important;
}
.Fs13{
    font-size:12px !important;
}
.Fs14{
    font-size:13px !important;
}
.Fs15{
    font-size:14px !important;
}
.Fs16{
    font-size:15px !important;
}
.Fs17{
    font-size:16px !important;
}
.Fs18{
    font-size:16px !important;
}
.Fs19{
    font-size:16px !important;
}
.Fs20{
    font-size:18px !important;
}
.Fs21{
    font-size:18px !important;
}
.Fs22{
    font-size:20px !important;
}
.Fs23{
    font-size:20px !important;
}
.Fs24{
    font-size:22px !important;
}
.Fs25{
    font-size:22px !important;
}
.Fs26{
    font-size:24px !important;
}
.Fs27{
    font-size:24px !important;
}
.Fs28{
    font-size:26px !important;
}
.Fs29{
    font-size:26px !important;
}
.Fs30{
    font-size:28px !important;
}
.Fs40{
    font-size:30px !important;
}
.Fs50{
    font-size:35px !important;
}
.Fs60{
    font-size:40px !important;
}
.Fs100{
    font-size:60px !important;
}
.Fs130{
    font-size:70px !important;
}


.invisible{
    visibility: hidden !important;
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
    width: 0px !important;
    height: 0px !important;
}

.imgAgente{
    max-width: 100px;
    max-height: 100px;
}

.imgAgente img{
    max-width: 100px;
    max-height: 100px;
}

.imgAgente object{
    max-width: 100px;
    max-height: 100px;
}

input[type="text"].anchoCompleto {
    width: 98%;
}

.ui-panel .ui-panel-content {
    padding: 0 !important;
}

.comSeleccionada{
    background: rgba(0, 159, 227, 0.1);
}

.comunicacionSeleccionada{
    color: #0B3954 !important;
    font-size: 1.7em;
}

.name.comunicacionSeleccionada{
    font-size: 1.0em;
}

.message.comunicacionSeleccionada{
    font-size: 0.9em;
    width: 100% !important;
}


.comunicacionNoSeleccionada{
    color: #0B3954 !important;
    font-size: 1.5em;
}

.name.comunicacionNoSeleccionada{
    font-size: 0.9em;
}

.message.comunicacionNoSeleccionada{
    font-size: 0.8em;
}

.imgAgenteMain {
    border-radius: 50% !important;
}

.topBarObjectImgAgente{
    height: 100%;
    border-radius: 50%;
}

.topBarControls{
    font-size: 1.3em;
    color: white;
}


.clearfix{
    padding-top:0px !important;
    margin-bottom: 0px !important;
    border-bottom: solid 1px #979797;
    cursor: pointer;
    position: relative;
    color: #0B3954 !important;
    background-color:#E9ECEF;
}

.clearfix:hover{
    background-color:#E9ECEF;
    cursor: pointer;
}

.avisoAtencionComunicacion{
    font-size: 1.6em;
    color: rgba(246, 62, 2, 1);
    position: absolute;
    bottom: 18px;
    right:5px;
    visibility:hidden
}

.campaingControls{
    width: 100%;
    text-align: left;
}


.inputBusquedaCom{
    width: 100%;
    border: 1px solid rgba(217, 217, 217, 0.3);
}

@media (min-width: 320px) and (max-width: 480px) {

    .divRight{
        width: 100%;
        text-align: left;
    }

    .divRight span{
        text-align: left;
    }

    .divLeft{
        text-align: center;
        width: 100%;
    }

    .topBarObjectImgAgente{
        height: 50px;
    }

    .topBarControls{
        font-size: 0.8em;
        color: #777777;
    }

}
