*{
    scroll-behavior: smooth;
}

.navbar-brand-sabc {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: inherit;
    
}

.navbar-brand-sabc img {
    height: 55px;
    margin-right: 0.1rem;
}

.navbar-brand-wrapper-sabc {
    font-weight: bold;
    color: #656667;
}


.bottom-navbar-sabc{
    background-color: #F9F9F9 !important;
}
.bottom-navbar-sabc .container .page-navigation .nav-item a{
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:hover,
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:focus{
    color: #F9F9F9 !important;
    background-color: #9d3a3d !important;
}
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:hover span,
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:focus span,
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:hover i,
.horizontal-menu .bottom-navbar-sabc .container .page-navigation .nav-item a:focus i{
    color: #F9F9F9 !important;
}
.bottom-navbar  
.brand-logo-mini {
    display: none;
    padding-left: 0;
    text-align: center;
}

.brand-logo-mini img {
    max-width: 100%;
    margin: auto;
    height: 36px !important;
    width: 36px !important;
  }

.brand-logo img {
    width: 48px;
    height: auto; 
}


.nav-link span:hover {
    font-weight: bolder !important;
    color: black !important;
}

.text-info-sabc {
    color: #9d3a3d !important;
}

.text-info-green-sabc {
    color: #357a40 !important;
}

.nav-profile img {
    width: 36px !important;
    height: 30px !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-title, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link i, .horizontal-menu .bottom-navbar .page-navigation > .nav-item.active > .nav-link .menu-arrow {
    color: #9d3a3d !important;
    font-weight: bold;
}

.icon-line-list-sabc li:nth-child(odd)::before {
background: #8d9092;
}

.icon-line-list-sabc li:nth-child(odd)::after {
content: "\F150";
}

.icon-line-list-sabc li:nth-child(even)::before {
background: #f6303e;
}

.icon-line-list-sabc li:nth-child(even)::after {
content: "\F514";
}

.actif-sabc {
    padding-top: 15px;
}

.expire-sabc {
    font-size: 0.8rem;
    font-family: inherit;
    color: #8d9092;
}

.ajouter-link-sabc {
    font-size: 0.8rem;
}

.link-red-sabc {
    color: #f6303e !important;
    font-size: 0.8rem;
}

.link-yellow-sabc {
    color: #9d3a3d !important;
    font-weight: bold;
}

.btn-danger-sabc {
    color: #fff;
    background-color: #9d3a3d;
    border-color: #9d3a3d;
}

.line-up-sabc {
    padding: 1.5rem 0;
    border-top: 1px solid #e9e8ef;
}

.reply-sabc {
    background-color: #fdefc7;
}


.table-sabc td {
    padding: 1.4em 0.5em;
}

.table-sabc {
    margin-top: 10px;
}

.table-doc-sabc td {
    padding: 0.6em 0.9em;
}

.table-padding-sabc {
    padding-left: 1px !important;
}

.search-result {
    margin: 0;
}

.no-bottom {
    padding-bottom: 0 !important;
}

.btn-inactive {
    cursor: default !important;
}

.input-money {
}

.pager-table {
    margin-top: 0.3rem;
    font-size: 0.875rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.pager-left {
    float: left;
    text-align: center;
    margin-top: 22px;
}

.pager-right {
    float: right;
}

.sabc-card-title {
    margin-bottom: 0 !important;
    text-transform: none !important;
}

.filtered-column-header {
    border: 0 !important;
    padding: 0 !important;
    color: rgb(60, 72, 118);
}

.oa-status-annule {
    color: #ffffff;
    margin-top: 1px;
    background-color: #9d3a3d;
}

.oa-status-reception {
    color: #ffffff;
    background-color: #357a40;
    margin-top: 1px;
}

.oa-status-disponible {
    color: #ffffff;
    margin-top: 1px;
    background-color: #357a40;
}

.oa-status-facturation {
    color: #ffffff;
    background-color: #3c4876;
    margin-top: 1px;
}




select {
    color: black !important;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    display: none;
    z-index: 1031;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
        }

.textarea {
    clear: left;
    text-align: center;
}

    .textarea > * {
        vertical-align: middle;
        horiz-align: left;
    }

.mvc-grid-extended-pager {
    display: flex !important;
}

.sabc-col-25px {
    column-width: 25px;
}

.sabc-col-50px {
    column-width: 50px;
}

.sabc-col-150px {
    column-width: 150px;
}

.mvc-grid {
    font-size: 0.875rem;
    padding: 0.874rem 0.9375rem;
}

.mvc-grid-title {
    border-bottom-width: 1px !important;
    font-weight: 500 !important;
    font-size: 0.875rem !important;
    border: 0 !important;
    font-weight: 600 !important;
    margin-bottom: 20px;
}

.mvc-grid > table > thead > tr > th {
    background-clip: padding-box;
    background-color: white !important;
    position: relative;
    color: black !important;
}


.applied {
    color: #9d3a3d !important;
}

.mvc-grid-sort {
    color: #9d3a3d !important;
}

.no-padding {
    padding: 0 !important;
}

.overlay {
    max-height: 200px;
    margin: 0 auto;
    max-width: 768px;
    overflow: hidden;
    padding: 50px;
    position: relative;
    color: white;
    font-family: 'Lato';
    position: relative;
    text-align: center;
    z-index: 0;
    &:before
}

{
    content: '';
    filter: blur(20px);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}


.sabc-profile-name {
    color: #333333a3;
    font-size: 14px;
    width: 70px;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
}

.btn, .fc button, .ajax-upload-dragdrop .ajax-file-upload, .swal2-modal .swal2-buttonswrapper .swal2-styled, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-confirm, .swal2-modal .swal2-buttonswrapper .swal2-styled.swal2-cancel, .wizard > .actions a, .btn-group.open .dropdown-toggle, .fc .open.fc-button-group .dropdown-toggle, .btn:active, .fc button:active, .ajax-upload-dragdrop .ajax-file-upload:active, .swal2-modal .swal2-buttonswrapper .swal2-styled:active, .wizard > .actions a:active, .btn:focus, .fc button:focus, .ajax-upload-dragdrop .ajax-file-upload:focus, .swal2-modal .swal2-buttonswrapper .swal2-styled:focus, .wizard > .actions a:focus, .btn:hover, .fc button:hover, .ajax-upload-dragdrop .ajax-file-upload:hover, .swal2-modal .swal2-buttonswrapper .swal2-styled:hover, .wizard > .actions a:hover, .btn:visited, .fc button:visited, .ajax-upload-dragdrop .ajax-file-upload:visited, .swal2-modal .swal2-buttonswrapper .swal2-styled:visited, .wizard > .actions a:visited, a, a:active, a:checked, a:focus, a:hover, a:visited, body, button, button:active, button:hover, button:visited, div, input, input:active, input:focus, input:hover, input:visited, select, select:active, select:focus, select:visited, textarea, textarea:active, textarea:focus, textarea:hover, textarea:visited {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}


@media (max-width: 991px) {

    .card.card-racc {
        width: min-content;
    }

    .card.card-aide {
        width: 225px;
    }

    .card.card-aide-supplier {
        width: 184px;
    }

    .card.card-aide-fact {
        width: 209px;
    }
}

.btn.btn-racc {
    width: 100%;
}

.btn.btn-racc-supplier {
    width: 100%
}

.accordion .card .card-header a[aria-expanded="true"] {
    color: #3c4876;
    font-weight: bold;
}

.mdp-oublie-form {
    float: left;
    color: #999;
    font-size: 13px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bold;
    margin-top: 30px;
}

    .mdp-oublie-form a {
        text-decoration: none;
        color: #999;
    }

        .mdp-oublie-form a:hover {
            padding-bottom: 3px;
            border-bottom: 5px solid #fec524;
        }

.card .card-title {
    color: #3c4876;
    margin-bottom: 1.813rem;
    font-size: 1.125rem;
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator .count {
    position: absolute;
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgb(252, 86, 97);
    top: .25rem;
    transform: translate(-50%, 0);
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator[aria-expanded="true"] i {
    color: rgb(252, 86, 97);
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator[aria-expanded="true"] {
    background: rgba(214, 54, 65, 0.34 );
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator:hover {
    background: rgba(214, 54, 65, 0.34);
}

.horizontal-menu .top-navbar .navbar-menu-wrapper .count-indicator i:hover {
    color: rgb(252, 86, 97);
}

/*.mvc-grid-filter {
    width: 0 !important;
    height: 0 !important;
    right: 0 !important;
}*/


.due-pts-0 {
    width: 0 !important;
}

.due-pts-1 {
    width: 14% !important;
}

.due-pts-2 {
    width: 28% !important;
}

.due-pts-3 {
    width: 42% !important;
}

.due-pts-4 {
    width: 57% !important;
}

.due-pts-5 {
    width: 71% !important;
}

.due-pts-6 {
    width: 85% !important;
}

.due-pts-7 {
    width: 100% !important;
}


.wizard > .steps .current a {
    background: #9d3a3d !important;
}

.message-gray-sabc {
    background-color: #8d9092 !important;
}

.message-open-sabc {
    background-color: #8d9092 !important;
}

.text-info-red-sabc{
    color: #9d3a3d !important
}

.bt-warning {
    border-color: #9d3a3d !important
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a.active {
    color: #9d3a3d;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu ul li a.active {
    color: #9d3a3d;
}

.mvc-grid-pager .active, .mvc-grid-pager .active:focus, .mvc-grid-pager .active:hover {
    background-color: #9d3a3d;
    border-color: #9d3a3d;
    color: #ffffff;
}

.btn-warning {
    color: white;
    background-color: #9d3a3d !important;
    border-color: #9d3a3d !important;
}

.btn-success {
    color: #fff;
    background-color: #357a40;
    border-color: #357a40;
}
/*
    Ajout du style pour les card stats
*/
.bg-info {
    background-color: #11cdef !important;
}

.col-auto {
    position: absolute;
    left: 72%;
    top: 6%;
}

h2, h5, .h2, .h5 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5rem;
    color: #32325d;
}

.card {
    border: 0px solid #eeeeee !important;
    w
}

    .card .card-body {
        padding: 0.8rem 1.75rem !important;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 0px solid #eeeeee !important;
        border-radius: 10px;
    }

.rounded-circle {
    border-radius: 50% !important;
}

.align-items-center {
    align-items: center !important;
}

.shadow {
    box-shadow: 0 0 2rem 0 rgba(136, 152, 170, .15) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-2 {
    margin-right: .5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.m-auto {
    margin: auto !important;
}

.pt-md-8 {
    padding-top: 8rem !important;
}

}


.text-nowrap {
    white-space: nowrap !important;
}

.text-center {
    text-align: center !important;
}

.text-uppercase {
    text-transform: capitalize !important;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.text-white {
    color: #fff !important;
}

.text-success {
    color: #2dce89 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #24a46d !important;
}

.text-warning {
    color: #fb6340 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #fa3a0e !important;
}

.text-danger {
    color: #f5365c !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #ec0c38 !important;
}

.text-white {
    color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important;
}

.text-muted {
    color: #8898aa !important;
    font-size: 0.8em !important;
}

figcaption,
main {
    display: block;
}

main {
    overflow: hidden;
}

.icon-shape {
    display: inline-flex;
    padding: 12px;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.icon {
    width: 3rem;
    height: 3rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.bg-yellow {
    background-color: #ffd600 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #ccab00 !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}

.bg-gradient-primary {
    background: linear-gradient(87deg, #5e72e4 0, #825ee4 100%) !important;
}
}