﻿
* {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5{
    margin: 0px;
}

.gray-bg {
    background-color: #f3f3f4;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.image-translate{
    width: 20px;
}

.btn-primary {
    background-color: #ff9d00;
    border: none;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #ff9d00;
        border: none;
    }

label {
    display: inline-block;
    margin-bottom: .5rem;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.h-100-vh {
    height: 100vh;
}

.fa{
    padding: 0px !important;
}

.ibox-title {
    display: flex;
    justify-content: space-between;
    padding: 8px 15px;
}

.bold{
    font-weight: bold !important;
}

.ibox-content {
    padding: 0px 15px;
}

.field-validation-error {
    color: #FF0900;
}

.input-validation-error {
    border: solid #FF0900 1px !important;
}

.input-validation-error ~ .label-description{
    display: none;
}


#kt_brand, #kt_header_mobile {
    background-color: white;
}

#kt_aside_menu_wrapper, #kt_aside_menu {
    background-color: #5E3D84;
}

.menu-text{
    margin-left: 10px;
    color: black !important;
    font-size: 1.1rem !important;
}

.menu-link:hover {
    background-color: #2E0563 !important;
}

.menu-link:hover .menu-text {
    color: white !important;
}

.scrolltop {
    background-color: #2E0563 !important;
}

.text-morado {
    color: #5E3D84 !important;
}

.btn.btn-primary {
    background-color: #5E3D84 !important;
    border-color: #5E3D84 !important;
    border: 1px solid transparent;
}

.btn.btn-clonar {
    background-color: #3D5984 !important;
    border-color: #3D5984 !important;
    border: 1px solid transparent;
    color: white !important;
}

.btn.btn-success {
}

.btn.btn-danger {
    background-color: #E93030 !important;
    border-color: #E93030 !important;
    border: 1px solid transparent;
}

.btn-salir:hover > a > i {
    color: #5E3D84 !important;
}

textarea.form-control {
    min-height: 150px;
}

#mapa_leaflet {
    height: 75%;
}

#mapa_detalle_incidencia {
    height: 200px;
}

.icono-mapa {
}

/*@media (min-width: 992px) {
    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 65px;
    }
}*/

.select2 .select2-selection.select2-selection--single {
    height: 100%;
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.border-radius-6px {
    border-radius: 6px;
}

.margenes-reset-password form {
    margin: auto 20px auto 20px;
}

.circulo-estadisticas {
    background-color: cornflowerblue;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    height: 150px;
}

.rectangulo-estadisticas {
    background-color: cornflowerblue;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    padding: 20px;
}

#MultiSelectUsuarios + .btn-group {
    width: 100%;
}

.w-content{
    width:fit-content;
}

    .menu-nav.d-flex .menu-item .menu-link {
        display: flex;
        align-items: center;
        height: 100%;
        transition: none !important;
    }

.menu-nav.d-flex .menu-item .menu-link .menu-text {
    margin: 0 10px;
    text-transform: uppercase;
}
