/*Styling tab navs*/
.nav-tabs {
    border-bottom: 2px solid #49ceff !important;
}
.nav-tabs > li > a {
    border-bottom-color: #49ceff !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: 1px solid #49ceff !important;
    background: #49ceff !important;
}

/*Styling dropdown menu in the header*/
nav.navbar .right-menu > li .more-opt-container {
    /*width:  200px !important;*/
    width:  100px !important;
}

/*Personalizar celdar al crear secciones*/
.custom-celda {
    background-color: #E0E0E0;
    border: 2px solid #FFFFFF;
}

.section_selected{
 	background-color: hsla(170, 50%, 45%, 1) !important;
 	border: 2px solid #FFFFFF !important;
 	color: #FFFFFF !important;
}


.login-custom-form {
    margin-left: 80% !important;
}

.login-custom-logo {
    margin-left: 30% !important;
}

.sidebar-default li.active a {
    background: rgba(0, 0, 0, 0.05) !important;
}

aside.sidebar li.active::before {
    background: #49ceff !important;
}

.escenario{
    background: #868383;
    border: 1px solid #868383;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.logo-super{
    bottom: -2%;
    display: block;
    height: 20%;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}