﻿/* Main alert styles*/

.fsSaveButton {
    height: 45px;
    width: 60%;
}

table.dataTable tfoot {
    display: table-header-group !important;
}

.alert-success {
    color: #fff !important;
    background: #28a745 !important;
    border-color: #23923d !important;
}

.alert-warning {
    color: #1f2d3d !important;
    background: #ffc107 !important;
    border-color: #edb100 !important;
}

.alert-danger {
    color: #fff !important;
    background: #dc3545 !important;
    border-color: #d32535 !important;
}

.alert-primary {
    color: #004085 !important;
    background-color: #cce5ff !important;
    border-color: #b8daff !important;
}

/*Estilo para la barra de titulos principal*/


.fsTitlePrincipalLM {
    background: linear-gradient(to right, #e2e7e7, #c6d0d1, #acb9bd, #93a3aa, #7c8c98) !important;
    height: 57px !important;
    padding-bottom: 5px !important;
    margin-bottom: 25px !important;
}

.fsTitleNewLM {
    background: linear-gradient(to right, rgba(183,235,187,1) 0%, rgba(30,159,67,1) 100%);
    height: 57px !important;
    padding-bottom: 5px !important;
    margin-bottom: 25px !important;
}


table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-left-width: 1px !important;
}

table.table.dataTable tbody {
    /*font-size: .75rem !important;*/
    font-size: 13px !important;
}
.table td:not(:first-of-type):not(:last-child) {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}


.fsTitleEditLM {
    background: linear-gradient(to right, rgba(183,222,237,1) 0%, rgba(1, 62, 114, 1) 100%);
    height: 57px !important;
    padding-bottom: 5px !important;
    margin-bottom: 25px !important;
}


.btn-circle.btn-lgLM {
    width: 43px !important;
    height: 43px !important;
    border-radius: 25px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}


.brand-link .brand-image {
    width: auto !important;
}

.dxgvControl_Material {
    width: 93% !important;
}

.sci-fuel-desk-groups-edition-top {
    left: 2% !important;
}

.sci-fuel-desk-groups-edition-top-icon {
    left: 52% !important;
}

.fsForm-new-edit-1 {
    padding-left: 2.7% !important;
}

.fsForm-new-edit-2 {
    padding-right: 3% !important;
}

/*Delete modal styles*/

.fsDeleteModalTitle {
    color: #fff !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-align: center !important;
    margin-bottom: 0 !important;
    line-height: 1.5 !important;
}


@media screen and (max-width: 500px) and (min-width: 250px) {
    .fsTitlePrincipalLM > h3 {
        font-size: 22px !important;
    }
}

/*Style that allows to reduce the source of pagination in responsive*/
@media screen and (max-width: 767px) {
    div.dataTables_paginate {
        font-size:x-small !important;
    }
}



.fsTitlePrincipalLM > span {
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
}


@media screen and (max-width: 530px) and (min-width: 250px) {
    .fsTitlePrincipalLM > span {
        font-size: 18px !important;
        margin-bottom: -3px !important;
        font-weight: 600 !important;
    }
}


@media screen and (max-width: 600px) and (min-width: 531px) {
    .fsTitlePrincipalLM > span {
        font-size: 21px !important;
        margin-bottom: -7px !important;
        font-weight: 600 !important;
    }
}




@media screen and (max-width: 780px) and (min-width: 601px) {
    .fsTitlePrincipalLM > span {
        font-size: 21px !important;
        margin-bottom: 3px !important;
        font-weight: 600 !important;
    }
}






@media screen and (max-width: 500px) and (min-width: 250px) {
    .fsSaveButton {
        margin-bottom: 14px !important;
    }
}
/*************************************************************************
----- Loading -----
*************************************************************************/
#loaderContainer {
    position: fixed !important;
    z-index: 10000 !important;
    top: 0px !important;
    bottom: 0px !important;
    right: 0px !important;
    left: 0px !important;
    background: rgba(255,255,255,0.5);
}

#loader {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    z-index: 9999 !important;
    margin: -20px 0 0 -50px !important;
    border: 16px solid #f3f3f3 !important;
    border-radius: 50% !important;
    border-top: 16px solid #3498db !important;
    width: 100px !important;
    height: 100px !important;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* Style for boton edit*/

.fsSaveButton {
    margin-bottom: 3% !important;
}


/*Modal Styles*/

.ModalTitle {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 24px !important;
    display: flex !important;
    align-items: center !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #0072A7 !important;
    font-weight: normal !important;
    margin-top: 2% !important;
}
.ModalDescription {
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 18px !important;
    text-align: center !important;
    color: #595959 !important;
    font-weight: normal !important;
}
.ModalShortText {
    font-family: Roboto, Arial, sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 16px !important;
    align-items: center !important;
    text-align: center !important;
    color: #0072A7 !important;
    margin-top: 6% !important;
    margin-bottom: auto !important;
}
.SeparatorModal {
    position: absolute !important;
    left: 0% !important;
    width: 100% !important;
    border: 1px solid #E8E8E8 !important;
    margin-top: -4% !important;
    margin-bottom: 55% !important;
    z-index: 999 !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background-color: #2778C4 !important;
}

.swal2-progress-steps .swal2-progress-step-line {
    width: 2.5em !important;
    height: 0.1em !important;
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: #add8e6 !important;
}

.swal2-progress-steps .swal2-progress-step {
    width: 1.5em !important;
    height: 1.5em !important;
}

.swal2-container.swal2-center > .swal2-popup {
    width: 590px !important;
    height: auto !important;
}

.swal2-styled.swal2-confirm {
    height: 65px !important;
    width: 199px !important;
    margin-top: 3% !important;
    margin-bottom: 13% !important;
    text-align: center !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.swal2-styled.swal2-cancel {
    height: 65px !important;
    width: 199px !important;
    margin-top: 3% !important;
    margin-bottom: 13% !important;
    background-color: #FFFFFF !important;
    color: #B0C1C8 !important;
}

.ModalImage {
    width: 179px !important;
    height: 179px !important;
    align-items: center !important;
    text-align: center !important;
}

.ImagesContainer {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10% !important;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 2% !important;
}

    .ImagesContainer img:first-child {
        margin-right: 10px !important;
    }



.Aligner {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    background-color: #CAD6DB !important;
}

.Aligner-item {
    max-width: 80% !important;
    font-family: Roboto, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #253B54 !important;
    font-weight: normal !important;
}

.Aligner-item2 {
    position: absolute !important;
    left: 98% !important;
}

.CloseModalImage {
    cursor: pointer !important;
    width: 12px !important;
    height: 12px !important;
}

.UpdateIconImage {
    width: 14px !important;
    height: 16px !important;
}


.sidebar-mini.sidebar-collapse .main-sidebar.sidebar-focused .nav-sidebar.nav-child-indent .nav-treeview, .sidebar-mini.sidebar-collapse .main-sidebar:hover .nav-sidebar.nav-child-indent .nav-treeview {
    padding-left: 1rem !important; /* sidebar indentation fix %temporal% */
}


.main-sidebar:hover #fsSidebarActions, sidebar-open > #fsSidebarActions {
    display: block;
}

#fsSidebarActions {
    display: none;
}


.fsHebrewBody .container-fluid,
.fsHebrewBody .container,
.fsHebrewBody .localized-container,
.fsHebrewBody .modal-content{
    direction: rtl !important;
    text-align: right !important;
}

.fsHebrewBody .bootstrap-datetimepicker-widget,
.fsHebrewBody .list-unstyled {
    direction: ltr !important;
    text-align: left !important;
}

.fsHebrewBody .close {
    margin: -1rem !important;
}


.fsComponentLoaderContainer {
    position: absolute;
    z-index: 2;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: rgba(255,255,255,0.5);
    display: none;
}

.fsLoaderWrapper {
    position: relative !important;
}

.fsComponentLoader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -12px 0 0 -12px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 25px;
    height: 25px;
    -webkit-animation: spin 0.7s linear infinite;
    animation: spin 0.7s linear infinite;
}

/*************************************************************************
-----Custom Icons -----
*************************************************************************/

.custom-menu-icon {
    width: 15px !important;
    margin-top: -5px;
    background: transparent !important;
    margin-left: 6px;
    margin-right: 10px
}

/*************************************************************************
-----DataTables -----
*************************************************************************/

div.dataTables_wrapper div.dataTables_filter {
    text-align: var(--filterAlign)  !important;
}

/*************************************************************************
-----DatePicker -----
*************************************************************************/
.datepicker-days, .datepicker-months, .datepicker-years, .datepicker-decades {
    direction: ltr !important;
}

.fsGreenCircle {
    width: 1.307vh;
    height: 1.307vh;
    background: #28A745;
    border-radius: 9999px;
    margin-top: 8px !important;
}

.fsRedCircle {
    width: 1.307vh;
    height: 1.307vh;
    background: #DC3545;
    border-radius: 9999px;
    margin-top: 8px !important;
}

.fsSection {
    margin-top: 0px
}

.fsSubSection {
    border-top: 1.5px dashed #c4c4c4;
}

.fsSubTitleSection {
    color: #4B77A7;
    font-weight: bold;
    font-size: 18px;
}

.btn.dropdown-toggle.btn-light:not(.omit) {
    border: 1px solid #ced4da
}

.table thead th {
    color: #4B77A7 !important;
}

.fsCustomCardHeader {
    padding: 20px !important;
}

.fsSubTitleSection2 {
    color: #4B77A7;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.fsCustomTableHeader {
    background-color: #E7EFF6;
    color: #4B77A7;
}

@media (min-width: 990px) {
    .modal-xl {
        width: 1140px !important;
        min-width: 1140px !important;
    }
}

/* Only hide checkboxes inside the dropdown with our custom class */
.no-checkbox-dropdown .select2-results__option[aria-selected]:before {
    display: none !important;
}

/* Reset the alignment so the text isn't indented */
.no-checkbox-dropdown .select2-results__option[aria-selected] {
    padding-left: 10px !important;
}

/*Show the hand cursor for tabs of the bootstrap navigation*/
.nav-item a {
    cursor: pointer;
}

/*Show the hand cursor for options inside of the bootstrap dropdown menu*/
.dropdown-menu a {
    cursor: pointer;
}
