/*
/* -------------------------------------------------------------------------- */
/*   FONTS
/* -------------------------------------------------------------------------- */
/* */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');


/*
/* -------------------------------------------------------------------------- */
/*   VARIABLES
/* -------------------------------------------------------------------------- */
/* */

:root {
    --palette1: #424886;
    --palette2: #bacf32;
    --palette3: #7e1253;
    --palette4: #65847f;
    --palette5: #374F99;
    --red: #ed5757;

}

/*
/* -------------------------------------------------------------------------- */
/*   STRUCTURE
/* -------------------------------------------------------------------------- */
/* */

body {
    background-color: #f4f4f4 !important;
}

body,p,h1,h2,h3,h4,h5,span,a,button {
    font-family: 'Open Sans', sans-serif ;
}

.content-wrapper {
    padding-bottom: 100px
}

a.palette1 {
    color: var(--palette1) !important
}

.palette1-hr {
    border-top: 1px solid var(--palette1);
}

.palette1-bg,.palette2-bg,.palette3-bg,.palette3-bg {
    color: #fff;
    padding: 20px;
}



/*
/* -------------------------------------------------------------------------- */
/*   HELPERS
/* -------------------------------------------------------------------------- */
/* */

/* Desktop  */
@media (min-width: 991px) {
    .fix-vertical {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 100px
    }
}

.palette1-bg {
    background-color: var(--palette1);
}
.palette2-bg {
    background-color: var(--palette2);
}
.palette3-bg {
    background-color: var(--palette3);
}
.palette4-bg {
    background-color: var(--palette4);
}

.palette1-color {
    color: var(--palette1);
}
.palette2-color {
    color: var(--palette2);
}
.palette3-color {
    color: var(--palette3);
}
.palette4-color {
    color: var(--palette4);
}

.font-light {
    font-weight: 300 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.horizontal-list li {
    display: inline
}

.no-wrap {
    white-space: nowrap;
}


/*
/* -------------------------------------------------------------------------- */
/*   FIXES
/* -------------------------------------------------------------------------- */
/* */

.callout-info h4 {
    margin: 0
}

.admin-app-brand {
    font-size: 1rem
}

/*
/* -------------------------------------------------------------------------- */
/*   SIDEBAR
/* -------------------------------------------------------------------------- */
/* */

.sidebar .sidebar-menu li a {
    font-weight: 300;
    font-size: .9rem
}

.sidebar .sidebar-menu li a i {
    min-width: 20px;
    font-size: 1.2rem;
    margin-right: 5px
}

/*
/* -------------------------------------------------------------------------- */
/*   NAVBAR
/* -------------------------------------------------------------------------- */
/* */

.main-header .navbar, .logo {
    background-color: var(--palette1) !important;
    background: var(--palette1) !important;
}


/* HEADER */
.header-centered {
    text-align: center;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
}

.header-centered .logo {
    max-width: 100%;
    width: 250px
}

.dashboard-box {
    padding: 10px 10px 0 10px
}

.dashboard-box .box-header {
    background-color: var(--palette3);
    margin-bottom: 20px;
    color: #fff
}

.dashboard-box .box-header .box-title h1 {
    font-size: 1.5rem;
    font-weight: 300;
}

.dashboard-box .small-box {
    margin-bottom: 10px
}

/*
/* -------------------------------------------------------------------------- */
/*    USER DROPDOWN
/* -------------------------------------------------------------------------- */
/* */
.main-header li.user-header {
     background-color: var(--palette1) !important;
     background: var(--palette1) !important;
}

.navbar-nav > .user-menu > .dropdown-menu {
    top: 99%
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

/*
/* -------------------------------------------------------------------------- */
/*   ERRORS PAGES
/* -------------------------------------------------------------------------- */
/* */

.error-page {
    text-align: center
}

.error-page h1 {
    float: none !important;
}

.error-page .error-content {
    margin: 0 !important
}


.error-page .error-content h3 {
    background-color: var(--palette3);
    padding: 20px;
    color: #fff
}

.error-page .error-content a {
    color: var(--palette1) !important
}



/*
/* -------------------------------------------------------------------------- */
/*   BUTTONS
/* -------------------------------------------------------------------------- */
/* */

.btn-danger {
    background-color: var(--red)
}

/*
/* -------------------------------------------------------------------------- */
/*    ELEMENTS
/* -------------------------------------------------------------------------- */
/* */

.medium-round-banner {
    border-radius: 5px;
    padding: 50px 20px;
}

.medium-round-banner .icon {
    width: 70px;
}

@media (max-width: 991px) {
    .medium-round-banner-sm-mobile {
        padding: 15px 10px;
        margin-bottom: 20px
    }

    .medium-round-banner-sm-mobile .icon {
        width: 30px;
    }

    .medium-round-banner-sm-mobile h2 {
        font-size: 18px;
        margin: 2px;
        margin-top: 8px
    }

    .medium-round-banner-sm-mobile p {
        display: none;
    }
}

.text-center {
    text-align: centes
}

.info-section .custom-info {
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #fff;
    padding: 10px 50px;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
}

.custom-info .action-btn {
    color: #fff !important;
    margin: 20px 0 10px 0
}

/* FORMS */
.small-form {
    max-width: 500px;
    margin-bottom: 50px
}
.small-form .card {
    background-color: #fff;
    padding: 20px;
    padding-bottom: 0
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
}

.small-form .small-form-header {
    background-color: var(--palette1);
    padding: 10px;
    color: #fff;
}


/* BUTTON  */
.main-btn {
    background-color: var(--palette2);
    width: 100%;
    color: #fff;
    margin-bottom: 5px
}

.main-btn:hover {
    color: #fff;
    filter: brightness(1.05);
}

/*
/* -------------------------------------------------------------------------- */
/*    ALERT
/* -------------------------------------------------------------------------- */
/* */

.alert-danger {
    border: 0;
    background-color: var(--red) !important;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.14);
    padding: 30px;
    font-size: 15px
}

.alertify-confirm .btn {
    min-width: 100px;
    border-radius: 0;
    padding: 10px;
    margin: 10px;
}

.alertify-confirm .btn-blue {
    background-color: var(--palette3);
}

/*
/* -------------------------------------------------------------------------- */
/*    LIST SEARCH BAR
/* -------------------------------------------------------------------------- */
/* */

@media only screen and (min-width: 991px) {

    .searchFiltersHorizontal {
        padding-top: 3px !important;
        /* border: 1px solid red !important */
    }

    .small-horizontal-filter {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .searchFiltersHorizontal .arrow-right-border {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .arrow-right-border {
        display: none
    }

    .small-horizontal-filter .searchButton {
        position: absolute;
        right: -26px;
        top: 0;
        z-index: 999
    }

    .small-search-filters {
        position: relative;
    }

    .searchFiltersHorizontal  {
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .small-search-filters .label {
        position: absolute;
        left: 12px;
        top: 35px;
        color: #000
    }

}

/* Mobile */
@media only screen and (max-width: 991px) {
    .small-horizontal-filter {
        margin-top: 0 !important;
        padding-top: 23px !important
    }

    .small-horizontal-filter #CoreSearcherForm {
        width: 100% !important;
    }
    .small-search-filters form {
        width: 100% !important;
        max-width: auto !important;
    }
    .small-search-filters.chosen-single {
        /* width: 50% !important; */
    }

    .small-search-filters {
        text-align: center;

    }

    .small-search-filters label {
        color: #000
    }

    .changeView {
        top: 3px !important;
        right: 7px !important;
    }

}

/*
/* -------------------------------------------------------------------------- */
/*    FOOTER
/* -------------------------------------------------------------------------- */
/* */

.pre-footer ul {
    padding: 0
}

.pre-footer li {
    list-style: none
}

.pre-footer {
    background-color: #F3F4F8;
    padding: 20px 20px 80px;

}

.pre-footer h5 {
    color: var(--palette5);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px
}

.pre-footer .footer-social {
    display: inline-block;
    margin: 0;
    padding: 15px 15px 25px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
    text-align: center !important;
}

.pre-footer .footer-social li {
    padding: 5px 10px 10px;
}

.pre-footer .footer-social li i {
    color: #000;
    font-size: 20px
}

.pre-footer .info-columns {
    text-align: left
}

.pre-footer .info-columns .block-title  {
    background: none;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #374F99;
    z-index: 1;
}
.pre-footer .info-columns .block-title > span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    color: #000;
    padding: 0;
    z-index: 9
}

.pre-footer .info-columns .block-title::after {
    content: '';
    width: 60px;
    height: 1px;
    background: #374F99;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.pre-footer .info-columns .contact-info {
    line-height: 28px;
    color: #636363
}

.pre-footer .info-columns .contact-info ul li i {
    width: 20px;
    text-align: center;
    margin-right: 10px
}

.pre-footer .info-columns .contact-info ul li a {
    color: #636363
}

.pre-footer .info-columns .pre-footer-menu {
    font-weight: 600;
    line-height: 28px;
}

.pre-footer .info-columns .pre-footer-menu a {
    color: #636363

}

.footer {
    padding: 20px;
    background-color: #1F1E23;
}

footer, .main-footer {
    text-align: center;
    padding: 0;
    -webkit-box-shadow: 0 3px 4px 5px rgba(0,0,0,0.14);
    box-shadow: 0 3px 4px 5px rgba(0,0,0,0.14);
}

footer, .main-footer a {
    color: #374F99
}
