body {
    overflow-x: auto;
}

.right-bar .rightbar-title {
    background-color: #bd1522 !important;
}

#wrapper {
    overflow-x: auto;
}

.content-page {
    overflow-x: auto;
}

.text-sen {
    text-transform: capitalize;
}

.enlarged .user-box {
    display: block !important;
}

.btn-amb {
    background-color: #c51a20;
    color: #fff;
}

.btn:hover {
    color: black;
    /*#6c757d;*/
    text-decoration: none;
}

.img-anim-logo {
    width: 200px;
}

.block-17-list,
.block-17-list ul {
    list-style: none;
}

.list-left li {
    float: left;
}

#sidebar-menu>ul>li>a>span.RCmenuIcon {
    display: inline-block;
    line-height: 1.0625rem;
    margin: 0 10px 0 3px;
    text-align: center;
    vertical-align: middle;
    width: 18px;
    height: 10px;
    background-image: url('/assets/backoffice/images/LogoRC_noir_et_blanc.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

#sidebar-menu>ul>li>a:hover>span.RCmenuIcon {
    background-image: url('/assets/backoffice/images/LogoRC_rouge.svg');
}

#sidebar-menu>ul>li>a.active>span.RCmenuIcon {
    background-image: url('/assets/backoffice/images/LogoRC_rouge.svg');
}

.highlight-dates {
    /*color:rgb(255, 183, 0);*/
    background-color: #fffe03;
    font-weight: bold;
}

.icon-stronger {
    font-size: 23px !important;
    color: rgba(255, 255, 255, 1) !important;
}

input[type=checkbox].form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.spinner {
    border-left: 5px solid #c51a20 !important;
}

.checkbox label::before {
    border: none !important;
}


.modal-lg,
    .modal-xl {
        max-width: 80% !important;
    }
