/* 
    Created on : 18-abr-2017, 1:37:08
    Author     : deiner
*/

/********************************************************************/


.foto-perfil button {
    padding-left: 5px;
    border: 0;
    background-color: transparent; 
}

.foto-perfil .dropdown {
    margin-right: 15px;
    min-width: 190px;
    text-align: right; 
}

.foto-perfil .dropdown-menu {
    /*    width: 100%;*/
}

.foto-perfil div.nombre {
    color:white;
    font-size: 22px;
    margin-top: 5px;
    line-height: 50px;
    vertical-align:  middle;
    display: inline-block;
    max-width: 140px;
    /*  min-width: 140px;*/
    max-height: 40px;
    overflow: hidden;
    text-align: right;
    padding-right: 5px;

}
/*
.foto-perfil{ height: 50px}
*/
.foto-perfil button:hover,.foto-perfil button:focus, .foto-perfil .btn-group.show button {
    background-color: rgba(255,255,255,0.1);
    cursor: pointer;
    outline: none
}



.foto-perfil .dropdown-toggle::after {
    display: none
}



.foto-perfil div.foto {
    margin-top: 5px;
    display: inline-block; 
    width:50px; 
    height:50px; 
    max-width:50px;
    max-height:50px;
    border-radius:100%;  
    text-align:center;
    overflow:hidden;
    float:right;  
    background-color:rgba(255,255,255,0.06);
} 

.foto-perfil img{
    height: 50px; 
    max-height: 50px;
    max-width:50px;
}


.navbar.fixed-top{
    /*
    max-height: 50px !important;
*/
}


.titulo-app{
    color:white; 
    margin-left:10px; 
    font-size:30px
}

.logo-app{
    height: 50px; 
    float: left;  
}

/********************************************************************/


:focus {
    outline: none;
}

/*.nav>li>a {
    padding: 10px 15px;
}*/

/*.absolute-wrapper{
    position: fixed;
    width: 300px;
    height: 100%;
    background-color: #f8f8f8;
    border-right: 1px solid #e7e7e7;
} */

.side-menu-container {
    position: fixed;
    width: 300px;
    top:69px;
    bottom: 0px;
    /*
    background-color: #f8f8f8;
    */
    background-color: white;
    border-right: 1px solid #e7e7e7;
    z-index: 1010;
    border-top: 1px solid #e7e7e7;
}
/*
.side-menu-container .navbar {
    border: none;
}

.side-menu-container .navbar-nav .active a {
    background-color: transparent;
    margin-right: -1px;
    border-right: 5px solid #e7e7e7;
}

.side-menu-container .navbar-nav li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu-container .navbar-nav li a .glyphicon {
    padding-right: 10px;
}
.side-menu-container li.dropdown-menu2 {
    border: 0;
    margin-bottom: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.side-menu-container li.dropdown-menu2 .caret {
    float: right;
    margin: 9px 5px 0;
}

.side-menu-container li.dropdown-menu2 .indicator {
    float: right;
}

.side-menu-container li.dropdown-menu2 > a {
    border-bottom: 1px solid #e7e7e7;
}

.side-menu-container li.dropdown-menu2 .panel-body {
    padding: 0;
    background-color: #f3f3f3;
}

.side-menu-container li.dropdown-menu2 .panel-body .navbar-nav {
    width: 100%;
}

.side-menu-container li.dropdown-menu2 .panel-body .navbar-nav li {
 
    border-bottom: 1px solid #e7e7e7;
}

.side-menu-container li.dropdown-menu2 .panel-body .navbar-nav li a {
    padding-left: 30px; 
}

.side-menu-container li.dropdown-menu2 .panel-body .navbar-nav li:last-child {
    border-bottom: none;
}

.side-menu-container li.dropdown-menu2 .panel-body .panel > a {
    margin-left: -20px;
    padding-left: 35px;
}

.side-menu-container li.dropdown-menu2 .panel-body .panel-body {
    margin-left: -15px;
}

.side-menu-container li.dropdown-menu2 .panel-body .panel-body li {
    padding-left: 30px;
}

.side-menu-container li.dropdown-menu2 .panel-body .panel-body li:last-child {
    border-bottom: 1px solid #e7e7e7;
}
 
.navbar-nav{
    margin: 0;
    float:none;

}*/

/* Main body section */
.side-body {
    margin-left: 300px;
    margin-top: 80px;
}

body.ocultar-menu .side-body {
    margin-left: 0;
}

body.ocultar-menu .side-menu-container {
    left:-300px;
}
.scroll-cointainer{
    height: 100%; 
    width: 100%; 
    border: 0px solid blue; 
    overflow-x: hidden
}

@media (max-width: 480px) {
    .side-body {

        /*   margin-top:0px !important; */
    }

}

@media (max-width: 768px) {
    .side-menu-container {
        /*
        position: fixed;
        width: 100%;
        height: 0;
        border-right: 0;
        border-bottom: 1px solid #e7e7e7;
        */
        top:50px;
        left: -300px;
    }

    .slide-in {
        -moz-animation: slide-in 300ms forwards;
        -o-animation: slide-in 300ms forwards;
        -webkit-animation: slide-in 300ms forwards;
        animation: slide-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .slide-out {
        -moz-animation: slide-out 300ms forwards;
        -o-animation: slide-out 300ms forwards;
        -webkit-animation: slide-out 300ms forwards;
        animation: slide-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .background-in {
        position: fixed ; 
        top:0px  ; 
        left: 0px  ;
        right: 0px  ; 
        bottom: -100px  ; 
        z-index: 1005;
        display: block;

        -moz-animation: background-in 300ms forwards;
        -o-animation: background-in 300ms forwards;
        -webkit-animation: background-in 300ms forwards;
        animation: background-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat; 
    }

    .background-out {
        position: fixed ; 
        top:0px  ; 
        left: 0px  ;
        right: 0px  ; 
        bottom: -100px  ; 
        z-index: 1005;

        -moz-animation: background-out 300ms forwards;
        -o-animation: background-out 300ms forwards;
        -webkit-animation: background-out 300ms forwards;
        animation: background-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat; 
    }


    .side-body {
        margin-left: 0px !important;
        /*  margin-top:20px; */
    }

    .body-slide-in, .body-slide-out{
        margin-left: 0px !important;
        -moz-animation: none;
        -o-animation: none;
        -webkit-animation: none;
        animation: none; 
    } 


    /* Hamburger */
    .navbar-toggle {
        border: 0;
        float: left;
        padding: 18px;
        margin: 0;
        border-radius: 0;
        background-color: #f3f3f3;
    } 

    /* Dropdown tweek */
    li.dropdown-menu2 .panel-body .navbar-nav {
        margin: 0;
    }
}

@media (min-width: 768px) { 
    .no-ocultar-menu .body-slide-in {
        -moz-animation: body-slide-in 300ms forwards;
        -o-animation: body-slide-in 300ms forwards;
        -webkit-animation: body-slide-in 300ms forwards;
        animation: body-slide-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .no-ocultar-menu .body-slide-out {
        -moz-animation: body-slide-out 300ms forwards;
        -o-animation: body-slide-out 300ms forwards;
        -webkit-animation: body-slide-out 300ms forwards;
        animation: body-slide-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }  

    .no-ocultar-menu .slide-in {
        -moz-animation: slide-in 300ms forwards;
        -o-animation: slide-in 300ms forwards;
        -webkit-animation: slide-in 300ms forwards;
        animation: slide-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    .no-ocultar-menu .slide-out {
        -moz-animation: slide-out 300ms forwards;
        -o-animation: slide-out 300ms forwards;
        -webkit-animation: slide-out 300ms forwards;
        animation: slide-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }
}


@media all{
    .container {
        width: 100% ;
        /*        padding-right: 25px*/
    }


    body.ocultar-menu .slide-in {
        -moz-animation: slide-in 300ms forwards;
        -o-animation: slide-in 300ms forwards;
        -webkit-animation: slide-in 300ms forwards;
        animation: slide-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    body.ocultar-menu .slide-out {
        -moz-animation: slide-out 300ms forwards;
        -o-animation: slide-out 300ms forwards;
        -webkit-animation: slide-out 300ms forwards;
        animation: slide-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat;
    }

    body.ocultar-menu .background-in {
        position: fixed ; 
        top:0px  ; 
        left: 0px  ;
        right: 0px  ; 
        bottom: -100px  ; 
        z-index: 1005;
        display: block;

        -moz-animation: background-in 300ms forwards;
        -o-animation: background-in 300ms forwards;
        -webkit-animation: background-in 300ms forwards;
        animation: background-in 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat; 
    }

    body.ocultar-menu   .background-out {
        position: fixed ; 
        top:0px  ; 
        left: 0px  ;
        right: 0px  ; 
        bottom: -100px  ; 
        z-index: 1005;

        -moz-animation: background-out 300ms forwards;
        -o-animation: background-out 300ms forwards;
        -webkit-animation: background-out 300ms forwards;
        animation: background-out 300ms forwards;
        -webkit-transform-style: flat;
        transform-style: flat; 
    }

    .body-in {
        overflow: hidden;

    }


    /*****/
    @-moz-keyframes slide-in {
        0% {
            left: -300px;
        }
        100% {
            left: 0px;
        }
    }
    @-webkit-keyframes slide-in {
        0% {
            left: -300px;
        }
        100% {
            left: 0px;
        }
    }
    @keyframes slide-in {
        0% {
            left: -300px;
        }
        100% {
            left: 0px;
        }
    }
    /******/


    @-moz-keyframes body-slide-in {
        0% {
            margin-left: 300px;
        }
        100% {
            margin-left: 0px;
        }
    }

    @-webkit-keyframes body-slide-in {
        0% {
            margin-left: 300px;
        }
        100% {
            margin-left: 0px;
        }
    }

    @keyframes body-slide-in {
        0% {
            margin-left: 300px;
        }
        100% {
            margin-left: 0px;
        }
    }
    /******/

    @-moz-keyframes slide-out {
        0% {
            left: 0px;
        }
        100% {
            left: -300px;
        }
    }

    @-webkit-keyframes slide-out {
        0% {
            left: 0px;
        }
        100% {
            left: -300px;
        }
    }

    @keyframes slide-out {
        0% {
            left: 0px;
        }
        100% {
            left: -300px;
        }
    }
    /******/

    @-moz-keyframes body-slide-out {
        0% {
            margin-left: 0px;
        }
        100% {
            margin-left: 300px;
        }
    }

    @-webkit-keyframes body-slide-out {
        0% {
            margin-left:0px;
        }
        100% {
            margin-left:300px;
        }
    }

    @keyframes body-slide-out {
        0% {
            margin-left: 0px;
        }
        100% {
            margin-left:  300px;
        }
    }
    /************/

    @-moz-keyframes background-in {
        0% {
            background-color: rgba(0,0,0,0);
        }
        100% {
            background-color: rgba(0,0,0,0.5);
        }
    }

    @-webkit-keyframes background-in {
        0% {
            background-color: rgba(0,0,0,0);
        }
        100% {
            background-color: rgba(0,0,0,0.5);
        }
    }

    @keyframes background-in {
        0% {
            background-color: rgba(0,0,0,0);
        }
        100% {
            background-color: rgba(0,0,0,0.5);
        }
    }   

    /************/
    @-moz-keyframes background-out {
        0% {
            background-color: rgba(0,0,0,0.5); 
        }
        100% { 
            background-color: rgba(0,0,0,0);
        }
    }
    @-webkit-keyframes background-out {
        0% {
            background-color: rgba(0,0,0,0.5); 
        }
        100% { 
            background-color: rgba(0,0,0,0);
        }
    }
    @keyframes background-out {
        0% {
            background-color: rgba(0,0,0,0.5); 
        }
        100% { 
            background-color: rgba(0,0,0,0);
        }
    } 



}

.metismenu {

}

/*
.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}


.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}
*/
@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 299px;
        /*margin-top: 51px; */
    }
}

/*

 li.no-disponible >a > i {
    color:red  !important;
    opacity: 0.7;
}

  li.disponible >a > i {
    color:green  !important;
    opacity: 0.7;
}
*/


@media (max-width: 640px) {

    .foto-perfil div.nombre {
        font-size:20px !important
    }

    .foto-perfil{
        margin-right: -15px;
    }

}

@media (max-width: 480px) {
    .titulo-app{
        display: none;
    }

    .foto-perfil div.nombre {
        font-size:20px !important
    }
}

