@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700,900');
@import url("./../icons/simple-line-icons/css/simple-line-icons.css");
.nav-header .brand-title {
    margin-left: 15px;
    max-width: 169px;
}
.nav-header .brand-title {
    margin-left: 15px;
    max-width: 170px !important;
}
.nav-label.borde-solo {
    padding: 0;
}
[data-nav-headerbg="color_3"][data-theme-version="dark"] .nav-header, [data-nav-headerbg="color_3"] .nav-header {
    background-color: #ff8f16;
}
[data-headerbg="color_1"] .nav-header .hamburger.is-active .line, [data-headerbg="color_1"] .nav-header .hamburger .line {
    background: #ff8f14 !important;
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .nav-control .hamburger .line {
    background-color: #ff8f16 !important;
}
.logo-bienvenida {
    width: 300px;
}
.texto-bienvenida {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
.texto-bienvenida h3 {
	margin-right:20px;
}
@media (max-width: 770px){
.logo-bienvenida {
    width: 212px;
}
.texto-bienvenida {
    flex-direction: column;
}
.texto-bienvenida h3 {
    margin-right: 0;
}
}
.photo-content .cover-photo {
    background: url(../images/bg-bienvenida.png);
    background-size: cover;
    background-position: center;
    min-height: 50vh;
    width: 100%;
}
body {
    margin: 0;
    font-family: "Raleway", sans-serif !important;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #89879f;
    text-align: left;
    background-color: #ebeef6;
}
i.la.la-users {
    color: white;
    font-size: 52px;
}
.widget-mantenedor{
	flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-filter-container {
    display: flex;
    flex-direction: row;
}
.dataTables_wrapper input[type="search"], .dataTables_wrapper input[type="text"], .dataTables_wrapper select {
    border: 1px solid #e2e2e2;
    padding: 0.7rem 0.7rem;
    color: #715d5d;
    border-radius: 5px;
    width: 300px;
}
.dropdown.bootstrap-select {
    width: 100% !important;
}
.deznav .metismenu > li.mm-active > a {
    color: #ff9f00;
}
.deznav .metismenu > li.mm-active > a {
    color: #ff9f00;
}
.deznav .metismenu > li:hover > a, .deznav .metismenu > li:focus > a {
    color: #ff8f14;
}
.deznav .metismenu > li.mm-active > a g [fill] {
    fill: #ff9f00;
}
.deznav .metismenu > li:hover > a g [fill], .deznav .metismenu > li:focus > a g [fill] {
    fill: #ff8f14;
}
.footer {
    padding-left: 17.1875rem;
    background-color: #d5dbeb;
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    right: 0;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-bottom: 1rem;
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header .logo-abbr {
    display: block;
    padding: 0.4rem;
}
.icono-centrado {
    justify-content: center;
    display: flex;
}
@media (max-width: 770px){
.footer {
    position: fixed;
    z-index: 100;
    padding-left: 0;
}
}
.modal-body {
    padding: 1.875rem;
    background-color: #d5dceb;
}
.form-control:disabled, .form-control[readonly] {
    background: #fff !important;
    opacity: 1;
}
input.form-control:disabled, select:disabled {
    opacity: 0.44;
}
.estado-usuario-modal{
	position: absolute;
    right: 73px;
    top: 25px;
}
}
.nav-header .logo-abbr {
    max-width: 41px !important;
    display: none;
}
@media (min-width: 768px){
.nav-header .logo-abbr {
    display: none;
}
}
.filtros {
    background-color: rgb(213 220 235 / 29%);
    padding-top: 19px;
    padding-bottom: 2px;
    margin-bottom: 20px;
}
.bootstrap-select .btn {
    border: 1px solid #d7dae3 !important;
    background-color: white !important;
    padding: 0.532rem 1rem;
    font-weight: 400;
    color: #89879f !important;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #EEEEEE;
    justify-content: center;
    background-color: white;
    font-weight: 100;
    text-align: center;
}
.table thead th {
    border-bottom-width: 1px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-color: #ff9f00;
    vertical-align: middle;
    line-height: 107%;
    background-color: #ff9f00;
    color: white;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #EEEEEE;
    justify-content: center;
    background-color: white;
    font-weight: 300;
    text-align: center;
}
body {
    font-family: 'Raleway' !important;
}
img.logotipo-login {
    display: flex;
    width: 20rem;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 2rem;
}
.btn-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
textarea.form-control {
    height: 124px;
}
img.logo-footer {
    width: 119px;
    opacity: 0.87;
}
.footer .container-fluid .row .col-sm-12.col-md-3 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.content-body .footer .container-fluid {
    padding-top: 21px;
    padding-right: 30px;
    padding-left: 30px;
}
.link-footer {
    display: flex;
    align-items: center;
    color: white;
}
.link-footer:hover{
    color:white;
}
.footer {
    background-color: #9f97ad;
}
.deznav .metismenu ul a:hover, .deznav .metismenu ul a:focus, .deznav .metismenu ul a.mm-active {
    text-decoration: none;
    color: #ff8f14;
}
button.dt-button {
    background-color: #9f97ac;
    color: white;
}
button.dt-button:hover {
    background-color: #7e768a !important;
}


textarea.form-control {
    height: 208px;
}



/*17-12-2020*/
.btn-link {
    color: #634c6e;
}
.panel-title::after {
    content: url(../images/flecha-abajo.svg);
    color: #333;
    top: 75px;
    right: 37px;
    position: absolute;
}
.table-striped > tbody > tr:nth-child(odd) {
    background-color: rgba(87, 55, 102, 0.08);
}
img.logotipo-login {
    display: flex;
    width: 89%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 2rem;
}

div.dropdown-menu.show {
    min-width: auto !important;
    transform: none !important;
}