@import "plugins/select2/css/select2.min.css";
@import "../plugins/notifications/css/lobibox.min.css";
@import "plugins/simplebar/css/simplebar.css";
@import "bootstrap.min.css";
@import "animate.css";
/*@import "icons.css";*/
@import "sidebar-menu.css";
@import "app-style.css";

/*link for datepicker */
@import "plugins/datepicker/gijgo.min.css";

.list-title {
    font-size: 20px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}
.filter {
    display: block;
    position: sticky;
    top:20px;
}
.cash {
    font-weight: bold;
    font-size: 1.5rem;
}

.network {
    font-weight: bold; font-size: 1.8rem;
}

.custom-file-input {
    opacity: 1 !important;
}

.multiple-images {
    margin-top: 4px;
}

span.total-amount {
    font-size: 18px; font-weight: bold;
    margin-top: 12px;
}

.is-loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    opacity: .5;
    z-index: 4;
}

.is-loading .spinner-border {
    position: absolute;
    top: calc(50% - 1rem);
    left: calc(50% - 1rem);
    z-index: 5;
}

/*fieldset {
    border: 1px solid #0dceec;
    padding: 0 1.1em 0.1em 1em;
    margin: 0 0 0 0;
}

legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #0dceec;
}*/

/*
######## ##          ###     ######  ##     ## ##    ##      ######   ######   ######
##       ##         ## ##   ##    ## ##     ##  ##  ##      ##    ## ##    ## ##    ##
##       ##        ##   ##  ##       ##     ##   ####       ##       ##       ##
######   ##       ##     ##  ######  #########    ##        ##        ######   ######
##       ##       #########       ## ##     ##    ##        ##             ##       ##
##       ##       ##     ## ##    ## ##     ##    ##    ### ##    ## ##    ## ##    ##
##       ######## ##     ##  ######  ##     ##    ##    ###  ######   ######   ######
*/

.flashy {
    font-family:  "Comic Sans MS", Arial, sans-serif;
    padding: 11px 30px;
    border-radius: 4px;
    font-weight: 400;
    position: fixed;
    top: 20px;
    right: 20px;
    font-size: 16px;
    color: #fff;
    z-index: 1000;
}

.flashy--success {
    background-color: #99c93d;
    color: #fff;
}

.flashy--warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.flashy--muted {
    background: #eee;
    color: #3a3a3a;
    border: 1px solid #e2e2e2;
}

.flashy--muted-dark {
    background: #133259;
    color: #e2e1e7;
}

.flashy--info a,
.flashy--primary-dark a {
    color: #fff;
}

.flashy--error {
    background: #d14130;
    color: #fff;
}

.flashy--primary {
    background: #573e81;
}

.flashy--primary-dark {
    background: linear-gradient(to right, #133259 30%, #0d233e);
}

.flashy--info {
    background: #00baf3;
}

.flashy > ul {
    padding-left: 15px;
}

.flashy > p:only-of-type {
    margin-bottom: 0;
}

.flashy i {
    margin-right: 8px;
    position: relative;
    top: 6px;
}

.flashy .flashy__body {
    color: inherit;
    text-decoration: none;
}

@media only screen and (max-width: 1050px) {
    .flashy {
        text-align: center;
        right: 0;
        left: 50%;
        width: 300px;
        margin-left: -150px;
    }
}

.vich-image a img {
    height: 200px;
}

/*#######################################
        custom badges
#####################################*/
.custom-badge {
    border-radius: 4px;
    display: inline-block;
    font-size: 13px;
    min-width: 95px;
    padding: 1px 10px;
    text-align: center;
}
.status-red,
a.status-red {
    background-color: #ffe5e6;
    border: 1px solid #fe0000;
    color: #fe0000;
}
.status-green,
a.status-green {
    background-color: #e5faf3;
    border: 1px solid #00ce7c;
    color: #00ce7c;
}
.status-orange,
a.status-orange {
    background-color: #fef5e4;
    border: 1px solid #ff9b01;
    color: #ff9b01;
    font-size: 15px;
}

.status-orange2,
a.status-orange2 {
    background-color: white;
    border-bottom: 4px solid #747b82;
    color: #04284c;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
}

.status-blue,
a.status-blue {
    background-color: #e5f3fe;
    border: 1px solid #008cff;
    color: #008cff;
}
.status-purple,
a.status-purple {
    background-color: #f3e7fd;
    border: 1px solid #8f13fd;
    color: #8f13fd;
}
.status-pink,
a.status-pink {
    background-color: #ffe5f6;
    border: 1px solid #ff01a2;
    color: #ff01a2;
}
.status-grey,
a.status-grey {
    background-color: #ddd;
    border: 1px solid #818181;
    color: #818181;
}

.custom-file-input:lang(fr)~.custom-file-label::after {
    display: none;
    content: "Télécharger" !important;
    padding-top: 10px;
}

.professionnel p{
    font-size: 16px;
}

.updated {  pointer-events: none; opacity: 0.5  }

.lobibox-body-text-wrapper {
    font-size: 20px;
}

.form-group legend {
    color: #6b6b6b;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px;
}

.etape_form_container fieldset {
    border: 1px solid #31a9f0;
    padding: 0 1.1em 0.1em 1em;
    margin: 0 0 0 0;
}

.etape_form_container legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #31a9f0;
}

.etapes fieldset {
    border: 1px solid #31a9f0;
    padding: 0 1.1em 0.1em 1em;
    margin: 0 0 0 0;
}

.etapes legend {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    color: #31a9f0;
}

._add_town_message {
    color: #EB6425 !important;
    font-weight: bold;
}