﻿/*                                              PROYECTO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
:root {
    --indigo: #7D7DF9 !important;
    --indigoBlue: #4b4bf9;
    --midnightBlue: #09092d;
    --white: #fff;
    --lightGrey: #f3f3f7;
    --lemon: #f9ef77;
    --mint: #8bf0bb;
    --coral: #ff8d96;
    --lavender: #bfa1ff;
    --lightIndigo: #ADADFF !important;
    --grey: #E4E4FF !important;
}

@font-face{
    font-family: "Foundever Sans";
    src: url('../fonts/5 Foundever Sans Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
    line-height: 1.5 !important;
    /*font-size: 11px !important;*/
    font-weight: 400;
    background-color: var(--lightGrey) !important;
    font-family: "Foundever Sans", Calibri !important;
}
button, a, input, textarea, select, table > thead, table > tbody, input[type="file"], label, #input-b3 {
    /*font-size: 11px !important;*/
}
.form-label{
    font-weight: bold;
}

img {
    max-width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

#loading {
    background-color: rgba(255,255,255,.4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}


.loaderFoundever {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 32px);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    perspective: 800px
}

@media only screen and (min-width:768px) and (max-width:991.98px) {
    .container {
        max-width: 690px !important;
    }

    .card-login {
        width: 80% !important;
    }
}

@media only screen and (max-width:767.98px) {
    .container {
        max-width: 590px !important;
    }

    .card-login {
        width: 92% !important;
    }
}

@media only screen and (max-width:575.98px) {
    .container {
        max-width: 510px !important;
    }

    .card-login {
        width: 92% !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1220px !important;
    }
}

/*                                                  MENU
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.bg-indigoBlue {
    background-color: var(--indigoBlue);
}

.bg-indigo {
    background-color: var(--indigo) !important;
}

.bg-lemon{
    background-color: var(--lemon);
}

.bg-lightGrey {
    background-color: var(--lightGrey);
}

.bg-lavender{
    background-color: var(--lavender) !important;
    color: var(--midnightBlue) !important;
}

.bg-mint {
    background-color: var(--mint);
}

.bg-midnightBlue {
    background-color: var(--midnightBlue);
}

.bg-coral {
    background-color: var(--coral);
}

.header-top {
    -webkit-box-shadow: 0 1px 20px 0 rgba(85,85,85,.25);
    box-shadow: 0 1px 20px 0 rgba(85,85,85,.25)
}

.header-top-navigation {
    margin-top: 10px
}



.header-top-navigation ul li {
    display: inline-block;
    margin-right: 60px;
    position: relative
}

.profile-thumb-small {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden
}
.profile-setting-box .profile-head {
    padding: 20px 20px 0px 20px;
}
.profile-setting-box .profile-dropdown {
    top: 90%;
    right: 5%;
    width: 250px;
    background-color: #fff;
    position: absolute;
    z-index: 1;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(51,51,51,.2);
    box-shadow: 0 1px 15px 0 rgba(51,51,51,.2);
    display: none
}

.profile-setting-box .profile-head .name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 0px
}

    .profile-setting-box .profile-head .name a {
        color: var(--lavender);
    }
.profile-setting-box .profile-thumb-small a {
    display: block
}
.profile-tool-name{
    margin: 30px 10px 10px 10px;
}
    .profile-tool-name > .tool-name{
        font-size:18px;
        color: var(--white);
        font-weight:bold;
    }

.ulstyle {
    margin: 0;
    padding: 0
}

    .ulstyle li {
        list-style: none
    }

.option-profile-text {
    margin-left: 20px;
    color: var(--midnightBlue);
    font-size: 15px;
}
.profile-body{
    padding-bottom: 10px;
}

.profile-body hr {
    margin: 5px 15px 10px 15px !important;
    background-color: var(--lavender) !important;
}
.profile-body .ulstyle li a {
    margin-left: 20px;
    color: var(--midnightBlue) !important;
    font-size: 14px;
    padding-bottom: 5px;
    text-decoration: underline;
}
/*                                                      CARD
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.container-card {
    background: var(--white);
    margin: 0 auto;
    width: 100%;
    padding: 30px;
    border: 1px solid var(--indigo);
    border-radius: 10px;
    box-shadow: 0 1px 15px 0 rgba(51,51,51,.2);
    margin-top: 2%;
}

.Title-box {
    text-align: center;
    background-color: var(--lavender);
    color: var(--midnightBlue);
    font-size: 18px;
    padding: 15px;
    width: 35%;
    font-weight: bold;
}

/*                                                   TABLES--white
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table > thead {
    background-color: var(--indigoBlue) !important;
    color: var(--white) !important;
    font-weight:200 !important;
}

.picker__table > thead {
    background-color: var(--white) !important;
}

table {
    font-family: "Foundever Sans", Calibri !important;
    font-weight: lighter !important;
    text-align: center;
}

/*                                                BUTTONS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.btn-indigoBlue, .buttons-excel {
    color: #fff !important;
    background-color: var(--indigoBlue) !important;
    border-color: var(--indigoBlue) !important;
}

.btn-small {
    padding: .375rem .75rem !important;
}

.btn-indigo-blue {
    color: #fff;
    background-color: var(--indigoBlue) !important;
    border-color: var(--indigoBlue) !important;
}

.btn-indigo {
    color: #fff !important;
    background-color: var(--indigo) !important;
    border-color: var(--indigo) !important;
    padding:5px;
}

.btn-lavender {
    color: var(--white) !important;
    background-color: var(--lavender) !important;
    border-color: var(--lavender) !important;
    padding: 5px;
}

.btn-file {
    color: #fff !important;
    background-color: var(--midnightBlue) !important;
}

.btn-midnightBlue {
    color: #fff !important;
    background-color: var(--midnightBlue) !important;
    border-color: var(--midnightBlue) !important;
    padding: 5px;
}

.btn-save {
    color: var(--white) !important;
    background-color: var(--indigoBlue) !important;
    border-color: var(--indigoBlue) !important;
    line-height: initial !important;
    padding: 10px !important;
}

.btn-download {
    color: var(--white) !important;
    background-color: var(--indigo) !important;
    border-color: var(--indigo) !important;
    padding: 5px;
}

.active > .page-link {
    background-color: var(--indigoBlue) !important;
    border-color: var(--indigoBlue) !important;
}

/*                                                MODAL
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.modal-header {
    background-color: var(--midnightBlue) !important;
    color: var(--white) !important;
}
.modal-header > h6{
    margin-bottom: 0px !important;
}

/*                                                TAB
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--indigo) !important;
    background-color: var(--white);
    border-color: var(--indigo) var(--indigo) var(--lightGrey);
}

.nav-tabs {
    border-bottom: 1px solid var(--indigo) !important;
}

    .nav-tabs .nav-link {
        color: var(--lavender);
    }

/*                                             PROGRESS BAR
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.progress-bar {
    background-color: var(--lavender) !important;
}

/*                                              TEXT COLORS
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.text-indigoBlue {
    color: var(--indigoBlue) !important;
}

.text-midnightBlue {
    color: var(--midnightBlue) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-coral {
    color: var(--coral) !important;
}
.text-mint {
    color: var(--mint) !important;
}
.text-indigo {
    color: var(--indigo) !important;
}
.text-lavender {
    color: var(--lavender) !important;
}

.text-lemon {
    color: var(--lemon) !important;
}

.text-grey {
    color: var(--grey) !important;
}

.date-picker thead{
    background-color: var(--coral) !important;
}

.badge-midnightBlue {
    padding: 10px 15px 10px 15px !important;
    color: white !important;
    background-color: var(--midnightBlue) !important;
}

.badge-lightGrey {
    padding: 14px !important;
    font-size: 13px;
    color: var(--midnightBlue) !important;
    background-color: var(--lightGrey) !important;
}

.badge-lavender {
    padding: 14px !important;
    font-size: 13px;
    color: var(--midnightBlue) !important;
    background-color: var(--lavender) !important;
}

.badge-lemon {
    padding: 14px !important;
    font-size: 13px;
    color: var(--midnightBlue) !important;
    background-color: var(--lemon) !important;
}

.badge-mint {
    padding: 14px !important;
    font-size: 13px;
    color: var(--midnightBlue) !important;
    background-color: var(--mint) !important;
}

.badge-coral {
    padding: 14px !important;
    font-size: 13px;
    color: var(--midnightBlue) !important;
    background-color: var(--coral) !important;
}

.border-indigoBlue{
    border-color: var(--indigoBlue) !important;
}

.border-midnightBlue {
    border-color: var(--midnightBlue) !important;
}

.card {
    border: 1px solid var(--lavender);
    border-color: var(--indigoBlue) !important;
}

input::file-selector-button {
    background-color: var(--lavender) !important;
    border-color: var(--lavender) !important;
    color: #fff !important;
}

.modal-content {
    border: 1px solid var(--midnightBlue);
}

.card-lemon {
    background-color: var(--lemon);
    border-color: var(--lemon) !important;
    border-radius: 12px !important;
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.swal-button--confirm, .swal-button--danger {
    background-color: var(--indigoBlue) !important;
    color: #fff !important;
}

.swal-button--cancel {
    background-color: var(--midnightBlue) !important;
    color: #fff !important;
}

.select2-results__option--highlighted {
    background-color: var(--indigo) !important;
}

.card-login {
    width: 40%;
    margin-top: 10% !important;
}

.card-body-login {
    padding: 40px 40px 40px 40px !important;
    background: #fff !important;
}

.mb-3 {
    margin-bottom: 1.5rem;
}

.pb-2 {
    padding-bottom: 1rem;
}

.mt-3 {
    margin-top: 1.5rem;
}

.pt-4 {
    padding-top: 2rem;
}