﻿/********************************************************************************+*/
/*     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: #000;
    border-radius: 4px;
    right: 30px;
    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;
}

/************************************************************/
/*  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;*/
	}


.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);
	}

/************************************************************/
/*  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;
}
.text-blanco:hover {
    color: rgba(255, 255, 255, .8);
}


 /************************************************************/
/*  ESPACIOS */
/************************************************************/
.space-5 {
    padding:5px 0;
}
.space-10 {
    padding:10px 0;
}

/************************************************************/
/*  Encabezados  */
/************************************************************/
.page-header {
    color:#fff;
    padding: 9px;
    margin: 5px 0 10px;
    border-bottom: 1px solid #eee;
    background-color:#686868;
}
    .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);
    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;
    white-space: normal;
}
.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;
}

/******************************************************************************+*/
/*ESTILOS FOOTER*/
/******************************************************************************+*/
.Estilofooter {
    background-color: #000;
    color: White;
    text-align: right;
}

    .Estilofooter:hover {
        background-color: #000 !important;
        color: #fff !important;
    }

    .Estilofooter table:hover tr:hover td:hover {
        background-color: #000;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter > tr:hover {
        background-color: #000;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter > tr > td:hover {
        background-color: #000;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter a {
        color: #ccc;
        font-size: medium;
        padding: 5px;
    }



/******************************************************************************+*/
/*ESTILOS FOOTER 2*/
/******************************************************************************+*/
.Estilofooter_nested {
    background-color: #01579b ;
    color: White;
    text-align: right;
}

    .Estilofooter_nested:hover {
        background-color: #01579b  !important;
        color: #fff !important;
    }

    .Estilofooter_nested table:hover tr:hover td:hover {
        background-color: #01579b ;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter_nested > tr:hover {
        background-color: #01579b ;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter_nested > tr > td:hover {
        background-color: #01579b ;
        color: #000;
        border-left: solid 1px #fff;
        border-right: solid 1px #fff;
    }

    .Estilofooter_nested a {
        color: #ccc;
        font-size: medium;
        padding: 5px;
    }


/******************************************************************************+*/
/*Tabla slim*/
/******************************************************************************+*/
.pds-2 td {
    padding:2px 8px !important;
}