﻿/***********************+*/
/*** 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: #FF5724;
    border-radius: 4px;
    /*right: -10px;*/
    right: 30%;
    padding-top: -50px;
    margin-top: -60px;
    z-index: 10;
    font-size: small;
}

    /*.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;
    }*/



    .tooltips-errores.rbl {
        position: absolute;
        max-width: 200px;
        padding: 3px 8px;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-color: #FF5724;
        border-radius: 4px;
        /*right: -10px;*/
        right: 50%;
        padding-top: -50px;
        margin-top: -105px;
        z-index: 10;
        font-size: small;
    }

        /*.tooltips-errores span {
        
    }*/



        .tooltips-errores.rbl:after {
            content: '';
            position: absolute;
            top: 18%;
            left: -8px;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-right: 8px solid #FF5724;
            border-bottom: 8px solid transparent;
            border-top: 8px solid transparent;
        }


.tooltips-errores-cell {
    font-size: 10px;
    position: relative;
    max-width: 180px;
    min-width: 90px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /*background-color: rgba(219,51,37,.8);*/
    background-color: rgba(255, 87, 36, .8);
    /*background-color: #FF5724;*/
    border-radius: 4px;
    right: -10px;
    padding-top: -50px;
    /*margin-top: -43px;*/
    margin-left: 20%;
    z-index: 1001;
    display: block;
    height: 20px;
    top: -48px;
}

    .tooltips-errores-cell: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-cell-warning {
    font-size: 10px;
    position: relative;
    max-width: 180px;
    min-width: 105px;
    padding: 3px 8px;
    color: #4c3d00;
    text-align: center;
    text-decoration: none;
    background-color: #ffcc00;
    border-radius: 4px;
    right: -10px;
    padding-top: -50px;
    margin-top: -43px;
    margin-left: 20%;
    z-index: 10;
    display: block;
}

    .tooltips-errores-cell-warning:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-top: 8px solid #ffcc00;
        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);
}


.marco-photo-md {
    opacity: .6;
    width: 120px;
    height: 120px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -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 2px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    /*border: 2px solid rgba(255,255,255,0.5);*/
    border: none;
    margin: 5px auto;
}

.marco-photo-sm {
    width: 70px;
    height: 70px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -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 2px rgba(136, 8, 0, .8);
    -moz-box-shadow: 0 0 2px rgba(136, 8, 0, .8);
    /*border: 2px solid rgba(255,255,255,0.5);*/
    border: none;
    margin: 10px auto;
}

.marco-photo-prod {
    width: 540px;
    height: 360px;
    min-width: 540px;
    min-height: 360px;
    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: none;
}


.contenedor-bitacora {
    overflow-y: scroll;
    /*max-height:calc(100vh - 400px);*/
}

.close-times {
    margin: -11px;
}

.zoom {
    transition-duration: 1s;
}

    .zoom:hover {
        transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition-duration: 1s;
    }




.filas-horarios {
}

    .filas-horarios .row {
        margin-top: 0;
    }

.text-small {
    font-size: 85%;
}

.text-xsmall {
    font-size: 70%;
}




/*--------------------------------------*/
/*SCROLL HORIZONTAL PARA TABLAS*/
/*--------------------------------------*/
.scrollh_tablas {
    overflow-x: scroll;
    /*max-height:300px;*/
}

    .scrollh_tablas::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 5px;
        background-color: #FFF;
    }

    .scrollh_tablas::-webkit-scrollbar {
        width: 10px;
        height: 15px;
        background-color: #FFF;
    }

    .scrollh_tablas::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.3);
        background-color: #555;
    }

/*--------------------------------------*/
/*FIN DE SCROLL HORIZONTAL PARA TABLAS*/
/*--------------------------------------*/

/*********************************************************************************/
/*  TABLAS MENOS ESPACIADAS                                                                   */
/*********************************************************************************/

.tabla-reducida {
}

    .tabla-reducida > tbody > tr > td {
        padding: 3px 8px;
        -webkit-overflow-scrolling: touch;
    }

.tabla-fija {
    min-width: 1600px;
    float: left;
}

    .tabla-fija a {
        text-decoration: none;
    }

        .tabla-fija a:hover {
            cursor: pointer;
            text-decoration: none;
        }


/*********************************************************************************/
/*  CURSOR DE MANO */
/*********************************************************************************/

.manita {
    cursor: pointer !important;
}

/*********************************************************************************/
/*  TABLAS MENOS ESPACIADAS                                                                   */
/*********************************************************************************/


/*.bootstrap-touchspin > input{
    width:84% !important;
}*/

.img-120 {
    max-height: 120px;
}