﻿/***********************+*/
/*** TOOTL TIPS PARA ERROR MESSAGES***+*/
/***********************+*/

.tooltips-errores {
    position: absolute;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #F00;
    border-radius: 4px;
    /*right: -10px;*/
    right: 30%;
    padding-top: -50px;
    margin-top: -60px;
    z-index: 10;
}

    /*.tooltips-errores span {
        
    }*/

        .tooltips-errores:after {
            content: '';
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-top: 8px solid #FF5724;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
        }

    /*.tooltips-errores:hover  {
        visibility: visible;
        opacity: 0.6;
        bottom: 30px;
        left: 50%;
        margin-left: -76px;
        z-index: 999;
    }*/
/***********************+*/
/*** FIN DE TOOTL TIPS PARA ERROR MESSAGES***+*/
/***********************+*/

/*********************************************************************************/
/* UP PROGRESS                                                                     */
/*********************************************************************************/

.loadingAnimation, .overlay-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100002;
    top: 0;
    left: 0;
    background-color: rgba(33,99,88,0.3);
    /*background:*/
    /* top, transparent red, faked with gradient */
    /*linear-gradient( rgba(0, 0, 0, 0.90), rgba(33, 99, 88, 0.60) );*/
    /*opacity: 1;*/
}

.overlay-loading {
    z-index: 99999 !important;
}

.fullOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100004;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: .7;
    display: none;
}

.loadingAnimation img {
    border-radius: 5px;
    opacity: .8;
    top: 50%;
    right: 50%;
    position: absolute;
    margin-top: -40px;
    margin-right: -40px;
    /*max-height:100px;*/
}
/*********************************************************************************/
/* FIN DE UP PROGRESS                                                                     */
/*********************************************************************************/
.active {
    font-size:120%;
    /*text-decoration:underline;*/
}


/************************************************************/
/*  CSS para el fileupload  */
/************************************************************/
.myfileupload-buttonbar input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    border-width: 0 0 100px 200px;
    opacity: 0.0;
    filter: alpha(opacity=0);
    -o-transform: translate(250px, -50px) scale(1);
    -moz-transform: translate(-300px, 0) scale(4);
    direction: ltr;
    cursor: pointer;
}

.myui-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: visible;
    background-color: none;
    overflow: hidden;
    text-align: center;
}
/************************************************************/
/* FIN  CSS para el fileupload  */
/************************************************************/

/************************************************************/
/*  FOTO CIRCULAR */
/************************************************************/
.circular {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    background-position: center;
    /*background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.corrige-orientacion {
    image-orientation: flip;
}
/*3c8dbc*/
.circular-perfil {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    border: solid 5px #00c0ef;
    /*box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);*/
}
.circular-sm {
    width: 46px;
    height: 46px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
}

.circular-md {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 0 8px rgba(255, 255, 255, .8);
}

.circular-photo {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-photo-lg {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    background: url(../imgprivate/avatar_male.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-logo {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: url(../img/sinlogotipo.png) no-repeat center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}

.circular-logo-sm {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: url(../img/sinlogotipo.png) no-repeat center;
    background-size: contain;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
}


.circular-photo-extralg1 {
    width: 250px;
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-webkit-box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-moz-box-shadow: 0 0 40px rgba(136, 8, 0, .8);*/
}

.circular-photo-extralg2 {
    width: 400px;
    height: 400px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    /*box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-webkit-box-shadow: 0 0 40px rgba(136, 8, 0, .8);
	-moz-box-shadow: 0 0 40px rgba(136, 8, 0, .8);*/
}

.marco-photo {
    width: 120px;
    height: 120px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: url(../img/boy.png) no-repeat center;
    background-size: cover;
    background-position-x: center;
    background-position-y: center;
    box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -webkit-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 10px rgba(136, 8, 0, .8);
    border: 5px solid rgba(255,255,255,0.5);
}


.contenedor-bitacora {
    overflow-y: scroll;
    /*max-height:calc(100vh - 400px);*/
}



