@media (max-width: 991.98px) {
    .text-black-md {
        color: #5E6278 !important;
    }

    .flex-row-md {
        flex-direction: row !important;
    }

    .text-md-left {
        text-align: left !important;
    }

    .flex-left-md {
        justify-content: left !important;
    }

    .gap-10-md {
        gap: 10px !important;
    }
}

.add_option, .remove_option {
    cursor: pointer;
}

#tabla-data-cpv-cliente .fa-plus-circle:before {
    content: "\f056";
}

#tabla-data-cpv .fa-minus-circle:before {
    content: "\f055";
    color: var(--bs-success-text);
}

#tabla-data-cpv .fa-plus-circle:before {
    color: var(--bs-success-text);
}

#tabla-data-cpv_filter, #tabla-data-cpv-cliente_filter {
    text-align: left !important;
    position: relative;
    padding-right: 20px;
}

#tabla-data-cpv_filter label, #tabla-data-cpv-cliente_filter label  {
    width: 100%;
}

#tabla-data-cpv_filter input, #tabla-data-cpv-cliente_filter input {
    width: 100%;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.475rem;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.iconoGoogle::before {
    content: url(/storage/Google_Calendar.svg);
    width: 40px;
}

.header {
    background-image: url('/storage/fondo_home.jpg'), linear-gradient(rgb(70, 128, 69), rgb(70, 128, 69));
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: color-burn;
}

.submenuuser {
    background-color: rgb(255 255 255 / 85%);
}

[data-bs-theme=dark] .header {
    background-image: url('/storage/fondo_home.jpg'), linear-gradient(#27273a, #27273a);
}

[data-bs-theme=dark] .submenuuser {
    background-color: rgb(39 39 58 / 85%);
}

[data-bs-theme=dark] .text-green {
    color: rgb(104, 180, 102);
}

[data-bs-theme=dark] .table-bordered th,
[data-bs-theme=dark] .table-bordered td {
    border: 1px solid #636363 !important;
}

[data-bs-theme=dark] .fc .fc-row .fc-content-skeleton td.fc-today, [data-bs-theme=dark] .fc-unthemed .fc-content, [data-bs-theme=dark] .fc-unthemed .fc-divider, [data-bs-theme=dark] .fc-unthemed .fc-list-heading td, [data-bs-theme=dark] .fc-unthemed .fc-list-view, [data-bs-theme=dark] .fc-unthemed .fc-popover, [data-bs-theme=dark] .fc-unthemed .fc-row, [data-bs-theme=dark] .fc-unthemed tbody, [data-bs-theme=dark] .fc-unthemed td, [data-bs-theme=dark] .fc-unthemed th, [data-bs-theme=dark] .fc-unthemed thead {
    border-color: #636363;
}

[data-bs-theme=dark] .fc-unthemed td.fc-today {
    background: #2b2b40;
}

[data-bs-theme=dark] .shadow-sm {
    box-shadow: 0 0rem 0rem 0.25rem rgb(255 255 255 / 5%) !important;
}

[data-bs-theme=dark] .table-card tbody tr {
    -webkit-box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 20%);
    -moz-box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 20%);
    box-shadow: 0px 0px 4px 0px rgb(255 255 255 / 20%);
}

[data-bs-theme=dark] .btn-gris:hover, [data-bs-theme=dark]  .btn-light-gris {
    background-color: #cfcfcf;
    color: #000 !important;
}

[data-bs-theme=dark] .btnCalendar {
    background: #151521;
}

.btnCalendar {
    background: #efefef;
}

.header .header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) {
    transition: color 0.2s ease !important;
    background-color: hsla(0, 0%, 100%, 0.8) !important;
    color: #3b3b3b !important;
}

.header .header-menu .menu > .menu-item:not(.here) > .menu-link:hover:not(.disabled):not(.active):not(.here) > span .text-white {
    color: #3b3b3b !important;
}

.header .header-menu .menu > .menu-item.here > .menu-link {
    transition: color 0.2s ease !important;
    background-color: hsla(0, 0%, 100%, 0.8) !important;
    color: #3b3b3b !important;
}

.header .header-menu .menu > .menu-item.here > .menu-link > span .text-white {
    color: #3b3b3b !important;
}


table.table-card {
    border-collapse:separate;
    border-spacing: 0 1em;
}

.table-card tbody tr {
    /* border: 1px solid #000; */
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
    padding: 10px;
    border-radius: 10px;
}

.table-card td {
  padding-top:10px !important;
  padding-bottom:10px !important;
  padding-right:10px !important;
}

.table-card td:first-child {
  padding-left:10px !important;
}

.table-card td:last-child {
    padding-right:5px !important;
  }

.btn-green {
    background-color: rgba(70,128,69,1);
}

.btn-green:hover {
    background-color: var(--bs-success);
}

.btn-gris {
    background-color: #5f5f5f;
    color: #fff !important;
}

.btn-gris:hover {
    background-color: var(--bs-dark-light);
    color: #000 !important;
}

.btn-gris i[class*=" fa-"] {
    color: #fff !important;
}

.btn-gris:hover i[class*=" fa-"] {
    color: #000 !important;
}

.btn-light-gris {
    background-color: var(--bs-dark-light);
    color: #000 !important;
}

.btn-light-gris:hover {
    background-color: #5f5f5f;
    color: #fff !important;
}

.btn-light-gris i[class*=" fa-"] {
    color: #000 !important;
}

.btn-light-gris:hover i[class*=" fa-"] {
    color: #fff !important;
}

.text-green {
    color: rgba(70,128,69,1);
}

body .password-field {
    position: relative;
}
body .password-field #toggler {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

#kt_sign_in_submit {
    background-color:  rgba(70,128,69,1);
    border: 3px solid rgba(70,128,69,1);
}

#kt_sign_in_submit:hover {
    background-color: #fff !important;
    color: rgba(70,128,69,1);
}

.header .header-menu .menu > .menu-item.here > .menu-link {
    background-color: rgba(255, 255, 255, 0.1);
}

.topbar .btn.btn-custom i, .topbar .btn.btn-custom .svg-icon {
    color: #fff;
}

.showlarge, .showshort {
    color: var(--bs-success);
}

.showlarge:hover, .showshort:hover {
    color: rgba(70,128,69,1);
    cursor: pointer;
}

#btn-registro {
    background-color:  #fff;
    border: 3px solid #fff;
    color: rgba(70,128,69,1);
}

#btn-registro:hover {
    background-color: transparent !important;
    color: #fff;
}

.bg-green {
    background-color: #cedbce;
}

.form-group {
    margin-bottom: 1rem;
    align-items: center !important;
}

.login-page {
    width: 100%;
    height: 100%;
    position: fixed;
    background: url('/storage/fondo.png');
    background-size: cover;
}

.login-box{
    background: url('/storage/marco.png');
    background-size: cover;
    width: 520px !important;
    height: 560px;
}

.login-box .card {
    background-color: rgb(255,255,255,0.9);
    position: relative;
    left: 21%;
    top: 17%;
    width: 302px;
    height: 376px;
}

.login-card-body, .register-card-body {
    background: none;
    border-top: 0;
    color: #000;
    padding: 20px;
    padding-top: 0;
}

@media (max-width: 520px) {
    .login-box{
        background: url(/storage/marco.png);
        background-size: cover;
        width: 330px !important;
        height: 360px;
        font-size: 10px;
    }
    .login-box .card {
        background-color: rgb(255,255,255,0.9);
        position: relative;
        left: 21%;
        top: 16%;
        width: 196px;
        height: 244px;
    }

    .login-box-msg{
        display: none;
    }

    .login-card-body, .register-card-body {
        background: none;
        border-top: 0;
        color: #000;
        padding: 20px;
        padding-top: 0;
    }
    .login-logo{
        margin-bottom: 0%;
    }

    .login-logo.pb-2.pt-4{
        padding-bottom: 0% !important;
        padding-top: 0% !important;
    }

    .menu-amarillo{
        flex-direction: column!important;
    }
    .menu-amarillo > a{
        border-radius: .475rem!important;
        margin: .5rem 0 .5rem 0;
    }

    .nav-filtros{
        justify-content: center
    }

    .filtros{
        color: #000;
    }
}

.brand-link {
    padding: .2rem .8rem !important;
    height: 57px;
    overflow: hidden;
}

.brand-link img {
    max-width: 100%;
    max-height: 100%;
}

label.requerido:after{
    content: " *";
    color: #e73d4a
}
.btn-accion-tabla {
    cursor: pointer;
    border: none;
    background: 0;
    padding: 0 0 0 5px;
    font-size: 14px !important;
    line-height: 1.5;
}
/*.d-inline{
    display: inline;
}*/

.table-bordered td, .table-bordered th {
    border: 1px solid #f4f4f4 !important;
}

.table td, .table th {
    padding: .40rem;
}

.width70{
    width: 70px !important;
    min-width: 70px !important;
}
.width90{
    width: 90px !important;
    min-width: 90px !important;
}

.form-horizontal .control-label {
    text-align: right;
}

/*Quitar verde a los campos validos*/
.form-control.is-valid:focus, .was-validated :valid.form-control,
form.was-validated select:valid~.select2-container--bootstrap4 .select2-selection, select.is-valid~.select2-container--bootstrap4 .select2-selection
.custom-file-input.is-valid~.custom-file-label, .was-validated .custom-file-input:valid~.custom-file-label{
    border: 1px solid #ced4da !important;
    background-image: inherit !important;
    box-shadow:inherit !important;
}

.pl-20{
    padding-left:20px !important;
}
.pl-30{
    padding-left:30px !important;
}
.pl-40{
    padding-left:40px !important;
}

.sidebar-dark-primary .menu-open .nav-treeview .menu-open>.nav-link.active{
    background-color:#ff0000 !important;
    color:#fff;
}

.nav-treeview{
    background: RGB(255,255,255,0.1) !important;
}

.nav-treeview .nav-treeview {
    /*margin-left: 20px;*/
    background: none !important;
}

.fc-day-grid-event .fc-content {
    white-space: initial;
    overflow: hidden;
}

.fc-title {
    font-size: 12px;
}

.col-lg-0 {
    display: none;
}

#form-detalle .col-lg-12 {
    padding: 0 !important;
}

.select2-container {
    background-color: #fff;
}

.tabla-detalles .form-control {
    padding: .3rem;
}

@media (max-width: 992px) {
    .form-horizontal .control-label {
        text-align: left;
    }
}

.note-editor.note-frame .note-editing-area .note-editable {
    height: 200px;
}

.control-label {
    word-wrap: initial;
    font-weight: bold;
}

.input-group-prepend {
    height: calc(2.25rem + 2px);
}

.resumen-licitaciones .badge{
    padding: 20px 13px;
    margin-bottom: 5px;
    font-size: 65%;
}

.resumen-contratos-menores .badge{
    padding: 20px 13px;
    margin-bottom: 5px;
    font-size: 65%;
}

/* Barra lateral */

.navbar-dark {
    background-color: #0c5184;
}

[class*=sidebar-dark-] {
    background-color: #0c5184;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #073353;
    color: #fff;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

a.nav-link {
    color: #ffffff !important;
}

.badge-nuevas{
    background-color: #5bb4ed;
}
.badge-plazo{
    background-color: #32a3ff;
}
.badge-interes{
    background-color: #0180f9;
}
.badge-licitaciones{
    background-color: #0c5184;
}
.badge-empresa{
    background-color: #09385a;
}
.badge-presentadas{
    background-color: #96bad4;
}
.badge-vencidas{
    background-color: #aaaaaa;
}
.badge-descartadas{
    background-color: #777777;
}

.badge-nuevas-sel{
    color: #5bb4ed;
    background-color: #ffffff;
    border-color:#5bb4ed;
    border: 1px solid;
}
.badge-plazo-sel{
    color: #32a3ff;
    background-color: #ffffff;
    border-color: #32a3ff;
    border: 1px solid;
}
.badge-interes-sel{
    color: #0180f9;
    background-color: #ffffff;
    border-color: #0180f9;
    border: 1px solid;
}
.badge-licitaciones-sel{
    color: #0c5184;
    background-color: #ffffff;
    border-color: #0c5184;
    border: 1px solid;
}
.badge-empresa-sel{
    color: #09385a;
    background-color: #ffffff;
    border-color: #09385a;
    border: 1px solid;
}
.badge-vencidas-sel{
    color: #aaaaaa;
    background-color: #ffffff;
    border-color: #aaaaaa;
    border: 1px solid;
}
.badge-descartadas-sel{
    color: #777777;
    background-color: #ffffff;
    border-color: #777777;
    border: 1px solid;
}

span.badge.badge-primary{
    padding: 20px 10px;
    margin-bottom: 5px;
    font-size: 15px;
    margin-right: 5px;
}
.btn-licitaciones{
    justify-content: center;
}
.btn-contrato-menor{
    justify-content: center;
}

