/* -------------------------------- SPINNER -------------------------------- */
.loading {
    position: fixed;
    z-index: 999999;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* -------------------------------- SPINNER -------------------------------- */


@font-face
{
font-family: HermesThin;
  src: url('../fonts/Hermes-thin.ttf');
}

@font-face
{
font-family: HermesRegular;
  src: url('../fonts/Hermes-Regular.ttf');
}

@font-face
{
font-family: HermesBold;
  src: url('../fonts/hermes-bold.ttf');
}

body {
    font-family: HermesThin;
    font-size: 13px
}

#login_body{
    background-color: #FFF;
}

#login_container{
    background-color: #FFF;
}

#login_logo {
    margin: auto;
    width: 680px;
    height: 170px;
    background-size: contain;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image: url(../img/login.jpg);
    background-repeat: no-repeat;
}

#main-content {
    margin-left: 210px;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.black-bg {
    background: #E9E9E9;

}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 0px;
    width: 100%;
}

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #404041;
    font-family: HermesRegular;
}

#sidebar h5 {
    color: #71B7EA;
    font-weight: 700;
}

#sidebar ul li {
    position: relative;
}

#sidebar .sub-menu > .sub li  {
    padding-left: 32px;
}

#sidebar .sub-menu > .sub li:last-child {
    padding-bottom: 10px;
}

nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu , ul.sidebar-menu li ul.sub{
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 0px;
}

#sidebar > ul > li > ul.sub {
    display: none;
}

#sidebar > ul > li.active > ul.sub, #sidebar > ul > li > ul.sub > li > a {
    display: block;
    background: transparent;
}

ul.sidebar-menu li ul.sub li:last-child{

    -webkit-border-radius: 0 0 4px 4px;
}

ul.sidebar-menu li ul.sub li button {
    font-size: 14px;
    padding: 6px 10px;
    line-height: 35px;
    height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/* lo separaré para cada tema
ul.sidebar-menu li ul.sub li button:hover {
	color: #939598;
	background: transparent;
}
*/
ul.sidebar-menu li ul.sub li.active button {
    color: #7AD1B9;
    background: transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
}

ul.sidebar-menu li{
    /*line-height: 20px !important;*/
    margin-left:10px;
    margin-right:10px;
}

ul.sidebar-menu li.sub-menu{
    line-height: 15px;
}

ul.sidebar-menu li a span{
    display: inline-block;
}

ul.sidebar-menu li a{
    /* color: #000; lo separaremos porque cambia */
    text-decoration: none;
    display: block;
    padding: 10px 0 15px 10px;
    font-size: 14px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li button{

    text-decoration: none;
    display: block;
    padding: 10px 0 15px 10px;
    font-size: 16px;
    outline: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;



    border: none;
    /* lo separaremos en cada theme background-color: transparent; */
    width: 100%;
    text-align: left;
}


ul.sidebar-menu li a i {
    font-size: 15px;
    padding-right: 6px;
}

ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
    color: #fff;
}

ul.sidebar-menu li a.active i {
    color: #fff;
}

ul.sidebar-menu li button{
    background-color: #404041;
    color: #FFF;
}

ul.sidebar-menu li a{
    color: #FFF;
}

.mt {
    background-color: #404041;
    
    border-bottom: 1.5px solid #636865;
    /* border-top: 1.5px solid #636865; */
}

ul.sidebar-menu li button.active, ul.sidebar-menu li button:hover, ul.sidebar-menu li button:focus {
    color: #3CBEEE;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
    color: #3CBEEE;
    display: block;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ul.sidebar-menu li ul.sub li{
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    border-top: 1.5px solid #636865;
}

ul.sidebar-menu li ul.sub li button {
    color: #FFF;
}

ul.sidebar-menu li ul.sub li button:hover {
	color: #3CBEEE;
	background: transparent;
}

.submenu-select {
    color: #3CBEEE;
}


.btn-accion {
    font-family: HermesRegular;
    border: 1.5px solid #636865;
    color: #FFF;
    background-color: #636865;
    text-transform: uppercase;
    border-radius: 0px;
    height: 34px;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px
}

.btn-accion:hover {
    background-color: #636865;
    border-color: #3CBEEE;
    color: #FFF;
    text-transform: uppercase;
}

.face-status-1 {
    background-color: orange;
}

.face-status-2 {
    background-color: red;
}

.face-status-7 {
    background-color: red;
}

.face-status-3 {
    background-color: green;
}

.empty-class {
    border: 1px solid red;
}

.badge-success {
    background-color: #28a745;
}

.badge-danger {
    background-color: #dc3545;
}

