﻿/********************************************************************************+*/
/*     TOOLTIPS                                                                   */
/********************************************************************************+*/
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-inner-relativo {
    position: absolute;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #F00;
    border-radius: 4px;
    right: -10px;
    padding-top: -50px;
    margin-top: -10px;
    z-index: 10;
}

.tooltip-inner-fixed {
    position: fixed;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-inner-relativo-grid {
    /*position: absolute;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #db3325;
    border-radius: 4px;
    right: 30px;
    padding-top: -50px;
    margin-top: -55px;
    z-index: 10;*/
    position: relative;
    max-width: 600px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(219,51,37,.8);
    border-radius: 4px;
    right: -10px;
    padding-top: -70px;
    margin-top: -45px;
    margin-left: -60px;
    z-index: 10;
    display: block;
}

    .tooltip-inner-relativo-grid:before, .tooltip-inner-relativo-grid-2:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #db3325;
        left: 50%;
        bottom: -8px;
    }

.tooltip-inner-relativo-grid-2 {
    position: relative;
    max-width: 600px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: rgba(219,51,37,.8);
    border-radius: 4px;
    right: -10px;
    padding-top: -70px;
    margin-top: -45px;
    margin-left: -60px;
    z-index: 10;
    display: block;
}

/************************************************************/
/*  FOTO CIRCULAR */
/************************************************************/
.circular {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    background: url(../img/boy.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;
}

.circular-sm {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: url(../img/boy.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(../img/boy.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(../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);
}

.circular-photo-lg {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    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);
}


.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);
}

/**FERIA 2018*/
.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);*/
}

/**STRELLAS D LUZ  2018*/
.circular-photo-extralg2018 {
    width: 220px;
    height: 275px;
    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;
    margin:0 auto;
    /*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);*/
}

.logo-gafete {
    /*width: 220px;*/
    width:100%;
    margin: 0 auto;
    min-height: 275px;
    /*max-height: 375px;*/
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: url(../img/boy.png) no-repeat center;
    background-size: contain;
    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);
}
/************************************************************/
/*  TEXTOS DE COLORES */
/************************************************************/
.text-white {
    color: #fff;
}

.text-muted {
    color: #777;
}

    .text-muted:hover {
        color: #333;
    }

.text-warning-amarillo {
    color: #d8f805;
}

    .text-warning-amarillo:hover {
        color: #ACC504;
    }

.text-blanco {
    color: #fff;
    opacity: 1;
}

    .text-blanco:hover {
        color: rgba(255, 255, 255, .8);
    }


/************************************************************/
/*  ESPACIOS */
/************************************************************/
.space-5 {
    padding: 5px 0;
}

.space-10 {
    padding: 10px 0;
}

.space-5-h {
    padding: 0 5px 0 0;
}

/************************************************************/
/*  Encabezados  */
/************************************************************/
.page-header {
    color: #fff !important;
    padding: 9px !important;
    margin: 5px 0 10px !important;
    border-bottom: 1px solid #eee !important;
    background-color: #686868 !important;

}

    .page-header small {
        color: #fff;
    }

/************************************************************/
/*  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;
}
/*********************************************************************************/
/* UP PROGRESS                                                                     */
/*********************************************************************************/

.loadingAnimation, .overlay-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100002;
    top: 0;
    left: 0;
    /*background-color: rgba(61,61,61,0.3);*/
    background:
    /* top, transparent red, faked with gradient */
    linear-gradient( rgba(0, 0, 0, 0.90), rgba(61, 61, 61, 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;*/
}

/*********************************************************************************/
/* NOTIFICACIONES                                                                     */
/*********************************************************************************/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}

/*********************************************************************************/
/* NOTIFICACIONES                                                                     */
/*********************************************************************************/

/*notification*/
#top_menu .nav > li, ul.top-menu > li {
    float: left;
}

.notify-row {
    float: left;
    margin-top: 15px;
    margin-left: 92px;
}

    .notify-row .notification span.label {
        display: inline-block;
        height: 18px;
        width: 20px;
        padding: 5px;
    }

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666666 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        border: 1px solid #b6b6b6 !important;
        background-color: transparent !important;
        border-color: #b6b6b6 !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #b6b6b6 !important;
    }

.notify-row .badge {
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 100;
}

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li p {
    background-color: #F1F2F7;
    color: #666666;
    margin: 0;
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
}

    .dropdown-menu.extended li p.green {
        background-color: #68dff0;
        color: #fff;
    }

    .dropdown-menu.extended li p.yellow {
        background-color: #fcb322;
        color: #fff;
    }

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.dropdown-menu.tasks-bar .task-info .desc {
    font-size: 13px;
    font-weight: normal;
}

.dropdown-menu.tasks-bar .task-info .percent {
    display: inline-block;
    float: right;
    font-size: 13px;
    font-weight: 600;
    padding-left: 10px;
    margin-top: -4px;
}

.dropdown-menu.extended .progress {
    margin-bottom: 0 !important;
    height: 10px;
}

.dropdown-menu.inbox li a .photo img {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .photo i {
    border-radius: 2px 2px 2px 2px;
    float: left;
    height: 40px;
    margin-right: 4px;
    width: 40px;
}

.dropdown-menu.inbox li a .subject {
    display: block;
}

    .dropdown-menu.inbox li a .subject .from {
        font-size: 12px;
        font-weight: 600;
    }

        .dropdown-menu.inbox li a .subject .from:hover {
            text-decoration: none;
        }

    .dropdown-menu.inbox li a .subject .time {
        font-size: 11px;
        font-style: italic;
        font-weight: bold;
        position: absolute;
        right: 5px;
    }

.dropdown-menu.inbox li a .message {
    display: block !important;
    font-size: 11px;
}

    .dropdown-menu.inbox li a .message:hover {
        text-decoration: none;
    }

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 268px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 33.3%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #a9d96c;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: none;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../img/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

/*----*/

.notify-arrow {
    border-style: solid;
    border-width: 0 9px 9px;
    height: 0;
    margin-top: 0;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: -18px;
    transition: all 0.25s ease 0s;
    width: 0;
    z-index: 10;
    margin-top: 10px;
    opacity: 1;
}

.notify-arrow-yellow {
    border-color: transparent transparent #FCB322;
    border-bottom-color: #FCB322 !important;
    border-top-color: #FCB322 !important;
}

.notify-arrow-green {
    border-color: transparent transparent #68dff0;
    border-bottom-color: #68dff0 !important;
    border-top-color: #68dff0 !important;
}



/*********************************************************************************/
/* MENU DESPLEGABLE EN GRID                                                      */
/*********************************************************************************/
.paddinextra {
    padding: 0 20px !important;
    display: block !important;
}

/*********************************************************************************/
/* tamaños                                                      */
/*********************************************************************************/
.w30 {
    min-width: 30px;
}



.ancho200 {
    width: 200px;
}

.ancho300 {
    width: 300px;
}

.ancho400 {
    width: 400px;
}


.filas-50 tr {
    height: 50px;
}

/*********************************************************************************/
/* DIV CENTRADO                                                                   */
/*********************************************************************************/

.div-centrado {
    display: table;
    margin: 0 auto;
}


.div-foto-gafete {
    display: table;
    /*margin-left: 100px;*/
    margin: 0 auto;
    padding-left:30px;
    width:70%;
}


.scrollh_tablas {
    padding-bottom: 60px;
}

.panel-flotante {
    position: absolute;
    z-index: 999;
    padding: 10px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}




.inline-show {
    display: inline !important;
}
