*:focus {
    outline: #46c35f auto 5px !important;
}

.sidebar-menu>li .badge {
    width: auto !important;
}

body {
    top: 0 !important;
}

.theme-purple [type="radio"]:not(:checked)+label:before, [type="radio"]:not(:checked)+label:after {
    border: 2px solid #5a5a5a;
    background: #fff;
}

.theme-purple [type=radio]:checked+label:after {
    border: 2px solid #5a5a5a;
    background: #5a5a5a;
    background: radial-gradient(circle, #5a5a5a 49%, #fff 0%);
    z-index: 0;
}

button:focus {
    outline: none !important;
}

.bg-img-profile-menu {
    background-image: url(../../img/theme/user-info.jpg);
}

.bg-login-block {
    background-color: rgba(109,109,109,.8);
}

.dropdown.dropdown-status {
    display: inline-block;
}

.btn.btn-grey, .btn.dropdown-toggle:focus {
    background-color: #dbe4ea;
    border-color: #dbe4ea;
    color: #6c7a86;
    -webkit-transition: none;
    transition: none;
}

.btn.btn-danger, .btn.btn-default, .btn.btn-info, .btn.btn-primary, .btn.btn-secondary, .btn.btn-success, .btn.btn-warning {
    color: #fff!important;
}

.btn.btn-danger {
    background-color: #fa424a;
    border-color: #fa424a;
}

.btn.btn-default {
    background-color: #adb7be;
    border-color: #adb7be;
}

.btn.btn-tiny-list {
    margin-bottom: 0px;
}

.dropdown.dropdown-status .btn.dropdown-toggle {
    height: 22px;
    font-size: .8125rem;
    padding: 0 7px;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-danger {
    background-color: #fa424a!important;
    border-color: #fa424a!important;
}

.dropdown.dropdown-status .btn.dropdown-toggle.btn-success {
    background-color: #46c35f!important;
    border-color: #46c35f!important;
}

.dt-bootstrap .pagination .paginate_button a {
    border: 1px solid #d8e2e7;
    border-right: none;
    color: #5c7a89;
    display: inline-block;
    padding: .275rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
}

.vich-input-image {
    height: 2.5rem;
}


.avatar-preview {
    display:inline-block;
    vertical-align:middle;
    padding: 0;
}

.avatar-preview img {
    display:block;
    width:100%;
    height:100%;
    -webkit-border-radius:50%;
    border-radius:50%
}

.logo-preview img {
    display:block;
    height:100%;
}

.avatar-preview.avatar-preview-24 {
    width:24px;
    height:24px
}

.avatar-preview.avatar-preview-32 {
    width:32px;
    height:32px
}

.avatar-preview.avatar-preview-48 {
    width:48px;
    height:48px
}

.avatar-preview.avatar-preview-64 {
    width:64px;
    height:64px
}

.avatar-preview.avatar-preview-100 {
    width:100px;
    height:100px
}

.avatar-preview.avatar-preview-128 {
    width: 128px;
    height: 128px;
}

.logo-preview.logo-preview-80 {
    height: 80px;
}

.logo-preview.logo-preview-100 {
    height: 100px;
}

.logo-preview.logo-preview-220 {
    height: 220px;
}

.speaker-vich-image .avatar-preview {
    display: block;
    border: none;
    background: none;
    position: relative;
    margin: 0 20px 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}
.speaker-vich-image .avatar-preview input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 100rem;
    opacity: 0;
    cursor: pointer;
}
.speaker-vich-image .avatar-preview .update {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    font-size: .875rem;
    padding: 35% 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.speaker-vich-image .avatar-preview .font-icon {
    display: block;
    font-size: 1rem;
}
.speaker-vich-image .avatar-preview:hover .update {
    opacity: 1;
}

.speaker-vich-image .logo-preview {
    display: block;
    border: none;
    background: none;
    position: relative;
    margin: 0 20px 20px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.speaker-vich-image .logo-preview.inline-block {
    display: inline-block;
}

.speaker-vich-image .logo-preview input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 100rem;
    opacity: 0;
    cursor: pointer;
}
.speaker-vich-image .logo-preview .update {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    font-size: .875rem;
    padding: 12% 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.speaker-vich-image .logo-preview .font-icon {
    display: block;
    font-size: 1rem;
}
.speaker-vich-image .logo-preview:hover .update {
    opacity: 1;
}

.form-control.vich-input-image.error {
    border-color: #fa424a;
    background-color: #feecec;
}

.main-header .navbar-nav>li.dropdown>.dropdown-menu>li.footer>button {
    font-size: 14px;
    padding: 15px 10px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    line-height: 20px;
    display: block;
    width: 100%;
    margin: 0;
}

.dropdown-menu>li>button {
    color: rgb(128, 128, 128);
}

.modal-right .modal-dialog {
    width: 450px;
}

.myadmin-dd-empty .dd-list .dd3-handle {
    border-bottom: 1px solid rgba(92,105,117,0.13);
    height: 100%;
}

.dd-item .sub-item {
    margin-left: 10px;
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    width: 100%;
    height:100%;
    display: none;
    background: rgba(0,0,0,0.6);
}
.wait-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 60px;
    height: 60px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide{
    display:none;
}
.loader {
    width: 50px;
    --b: 8px; 
    aspect-ratio: 1;
    border-radius: 50%;
    padding: 1px;
    background: conic-gradient(#0000 10%,#707070) content-box;
    -webkit-mask:
      repeating-conic-gradient(#0000 0deg,#000 1deg 20deg,#0000 21deg 36deg),
      radial-gradient(farthest-side,#0000 calc(100% - var(--b) - 1px),#000 calc(100% - var(--b)));
    -webkit-mask-composite: destination-in;
            mask-composite: intersect;
    animation:l4 1s infinite steps(10);
}
@keyframes l4 {to{transform: rotate(1turn)}}
/*
FULL CALENDAR
 */
td.fc-axis span {
    color: #5c6975;
}

#calendar .fc-title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#calendar .fc-center h2::first-letter {
    text-transform: uppercase;
}

.popover-body{
    min-width: 265px;
}

/*
Widget Stats
 */
.info-box.stats-commandes {
    min-height: 163px;
    margin-bottom: 0px;
}

.btn-cal-categorie {
    font-size: 0.8em;
}

td.td-editable-disabled {
    background-color: lightgrey;
}

#saisie_temps th, #saisie_temps td {
    text-align: center;
}

#QuoteOFDay {
    font-size: medium;
}

#formCustom .form-control:disabled, #formCustom .form-control[readonly] {
    background-color: #e9ecef;
}

.modal-footer.modal-footer-center {
    display: flex;
    width: 100%;
}
.modal-footer.modal-footer-center .btn {
    margin: 0 auto;
}
.statut.rdv {
    background:#C6BE41;
}

.tooltip.bs-tooltip-top {
    width: 400px;
    background-color: #C6BE41;
}
.tooltip .tooltip-inner {
    max-width: none;
    background-color: #C6BE41;
}
.tooltip .arrow {
    display: none;
}

.tooltip .tooltip-inner ul {
    text-align: left;
}
.box{
    color: #0b0b0b !important;
}
.text-green{
    color:green;
}
.text-red{
    color:red;
}

.select-nestable .dd3-content{
    border-style:none!important;
    background-color: #f1c5aa !important;
}
.select-nestable{
    background-color: #f1c5aa;
    border-color: #FF672F;
    border-width: 0.1px;
    border-style: solid;
}
.theme-patriot .sm-blue , .theme-patriot .sm-blue a.highlighted {
    background: rgba(255,255,255,0.1);
    color: black !important;
}
.theme-patriot .sm-blue a.current, .theme-patriot .sm-blue a.highlighted {
    background: rgba(255,255,255,0.1);
    color: black !important;
}
.theme-patriot .sm-blue a {
    color: black !important;
}
.main-header {
    background-color: #ffffff;
}
.menu-icon-dash{
    font-size: 50px;
}

.content-header .page-title {
    color: black !important;
}
.content-header .breadcrumb .breadcrumb-item a {
    color: black !important;
}

.content-header .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    color: black !important;
    background-color: transparent;
}
.breadcrumb-item.active {
    color: darkgoldenrod !important;
}
.nav-item-plus{
    background-color: lightgrey;
}
.updateProperties{
    border-color:orange;
    border-width: 3px;
}
.updatePropertiesCheck{
    color:orange;
}
.updatePropertiesOK{
    border-color:green;
    border-width: 3px;
}
.updatePropertiesOKCheck{
    color:green;
}
.updatePropertiesKO{
    border-color:red;
    border-width: 3px;
}
.updatePropertiesKOCheck{
    color:red;
}
.modal-large{
    max-width: 1024px !important;
}
.question-sousquestion{
    font-size: 0.9rem !important;
    margin-left: 20px;
}
.question-gras .col-8 label{
    font-weight: bold !important;
}

.liste-actions-projets {
    list-style: none;
    padding-left: 10px;
}

.liste-actions-projets li {
    margin-top: 10px;
}

.hover{
    cursor: pointer;
}
.theme-patriot .bg-custom-primary-color{
    background-color : #fdd55c !important;
}
.theme-patriot .btn-outline.btn-primary.color-text-custom-primary{
    color:#fdd55c !important;
}
.theme-patriot .btn-outline.btn-primary.color-text-custom-primary:hover{
    background-color: #ce8200 !important;
    border-color:transparent !important;
}

.bg-purple{
    background-color: #673ab7 !important;
    color: #ffffff;
}
.text-purple{
    color : #673AB7;
}


.content-header{
    padding-top: 30px;
    padding-bottom: 30px;
}
.light-skin .main-sidebar{
    background-color: #585858;
}
.main-sidebar {
    width: 275px;
}
.treeview-menu {
    display: block;
    left: 0px;
    position: relative;
    width: 100%;
}

.treeview-menu li a {
    padding: 10px !important;
}

.sidebar-menu li,
.treeview-menu li{
    transition: all ease-in-out 300ms;
}

.sidebar-menu li .active {
    border-left: 5px solid #F74D0B;
    background: #EFFFFB;
    color: #F74D0B !important;
}

.treeview a:hover {
    background: transparent !important;
}
.treeview-menu li:hover,
.sidebar-menu li a:hover {
    background: #EFFFFB;
    color: #F74D0B;
}

.sidebar-menu li a:hover svg path, .sidebar-menu li a:hover svg circle{
    fill: #F74D0B;
}

.sidebar-menu li a.active svg path, .sidebar-menu li a.active svg circle{
    fill: #F74D0B;
}

.treeview-nohover:hover > svg > path {
    fill: #BDD9D2!important;
}

.treeview-menu li:hover > a {
    color: #F74D0B;
}

.treeview-nohover:hover > span {
    color: white !important;
}
.treeview-menu li {
    padding-left: 20px;
}

.main-header .navbar {
    margin-left: 275px !important;
    top: 0 !important;
}

.treeview-menu li:hover{
    margin-left: 0;
}

.sidebar-menu li a:hover > span,
.treeview-menu li a:hover > span {
    color: #F74D0B;
}

.sidebar-menu>li{
    transition: all ease-in-out 300ms;
}
.treeview-menu li .active {
    margin-left: 0 !important;
    padding-left: 45px !important;
    left: -20px;
    width: calc(100% + 20px);
}

.sidebar-menu li>a,
.sidebar-menu li.header{
    opacity: 1 !important;
    background-color: #585858;
}
.light-skin .sidebar a,
.sidebar-menu>li>a>i,
.sidebar-menu li.header{
    color:#ffffff;
}

.treeview-menu li a {
    margin-left: 20px;
    transition: all ease-in-out 300ms;
}

.treeview-menu li a:hover {
    margin-left: 0;
}

.sidebar-menu>li>a {
    padding: 15px 12px !important;
}
.sidebar-menu li a svg{
    margin-right: 10px;
}

.sidebar-menu>li>a>i{
    border:none;
}

.sidebar-menu li>a>.pull-right-container>.fa-angle-right {
    font-weight: bold;
}
.light-skin .sidebar-menu>li.menu-open>a {
    color: white !important;
}
/*.light-skin .sidebar a,*/
/*.sidebar-menu>li>a>i,*/
/*.sidebar-menu li.header{*/
/*    color:#ffffff;*/

/*}*/
/*.sidebar-menu>li>a>i{*/
/*    border:none;*/
/*}*/

.light-skin .sidebar-menu>li:hover>a, .light-skin .sidebar-menu>li:active>a, .light-skin .sidebar-menu>li.active>a{
    color:#BDD9D2;

}
.sidebar .nav>li>a:hover{
    background: transparent;
}
.main-footer{
    z-index: 10;
}
.light-skin .main-header .navbar .nav>li>a.logo-custom:hover{
    background-color: transparent;
}
/*.sidebar .nav>li>a:hover{*/
/*    background: transparent;*/
/*}*/
.main-footer{
    z-index: 10;
}
.light-skin .main-header .navbar .nav>li>a.logo-custom:hover{
    background-color: transparent;
}
.border-color-dark{
    border:1px solid #000000;
}
.btn-module-builder {
    width: 100%;
}

@-webkit-keyframes load {
    0% {
        stroke-dashoffset: 0;
    }
}
@keyframes load {
    0% {
        stroke-dashoffset: 0;
    }
}
.progress-percent,
.progress-percent-danger {
    position: relative;
    display: inline-block;
    padding: 0;
    text-align: center;
}
.progress-percent > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #FC3800;
    font-weight: 100;
    margin: 2rem;
}
.progress-percent-danger > li {
    display: inline-block;
    position: relative;
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    margin: 2rem;
}
.progress-percent > li:before,
.progress-percent-danger > li:before
{
    content: attr(data-name);
    position: absolute;
    width: 100%;
    bottom: -2rem;
    font-weight: 400;
}
.progress-percent > li:after,
.progress-percent-danger > li:after
{
    content: attr(data-percent);
    position: absolute;
    width: 100%;
    top: 3.7rem;
    left: 0;
    font-size: 2rem;
    text-align: center;
}
.progress-percent svg,
.progress-percent-danger svg{
    width: 10rem;
    height: 10rem;
}
.progress-percent svg:nth-child(2),
.progress-percent-danger svg:nth-child(2){
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(-90deg);
}
.progress-percent svg:nth-child(2) path{
    fill: none;
    stroke-width: 2;
    stroke-dasharray: 629;
    stroke: #ffb8b8;
    opacity: 0.9;
    -webkit-animation: load 1s;
    animation: load 1s;
    animation-delay: 1s;
}
.progress-percent-danger svg:nth-child(2) path{
    fill: none;
    stroke-width: 3;
    stroke-dasharray: 629;
    stroke: #e73b74;
    opacity: 0.9;
    -webkit-animation: load 1s;
    animation: load 1s;
    animation-delay: 1s;
}

.btn-module-builder {
    width: 100%;
    margin-bottom: 15px;
}
.without-border{
    border:none;
}
.without-border:focus{
    outline: none !important;
    border-bottom: 1px solid #673ab7;
    border-radius: 0;
}
.without-border::placeholder{
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}
.carousel-block{
    width: 350px;
    height: 250px;
    border-radius: 20px;
    background-size: cover !important;
}
.carousel-block.new-img{
    border: 2px dashed #868686;
    color:#868686;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}
.btn-3d{
    width: 30px;
    height: 30px;
    background:#ffffff;
    color:#000000;
    box-shadow: 0 10px 21px -5px rgb(34 33 33 / 69%);
    border-radius: 100%;
    margin-right: 5px;
    margin-top: 5px;
    padding-top: 6px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out 300ms
}
.btn-3d:hover{
    box-shadow: 0 30px 31px -5px rgb(34 33 33 / 30%);
    transform: translate(0px, 10px) scale(1.2);
}
.vehical-item {
    background-color: #fff;
    box-shadow: 0px 10px 16px rgba(0, 0, 0, 0.06);
}

.vehical-item .vehical-imgbox {
    position: relative;
}

.vehical-item .vehical-imgbox .btn-360 {
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 5px;
    background-color: transparent;
}

.vehical-item .vehical-imgbox img.vehical-img {
    display: block;
    width: 100%;
}

.vehical-item .vehical-imgbox span.tag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: block;
}

.vehical-item .vehical-imgbox span.tag img {
    width: 146px;
}

.vehical-item .vehical-content {
    padding: 10px 20px 15px;
}

.vehical-item .vehical-content .top-content {
    display: flex;
}

.vehical-item .vehical-content .top-content .title {
    flex: 1 0;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.vehical-item .vehical-content .top-content .card-action {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.vehical-item .vehical-content .top-content .title h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 26px;
    color: #000;
    font-weight: 900 !important;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.vehical-item .vehical-content .top-content .title h3 span {
    display: inline-block;
}

.vehical-item .vehical-content .top-content .title p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.vehical-item .vehical-content .top-content .card-action ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.vehical-item .vehical-content .top-content .card-action ul li {
    margin-right: 10px;
}

.vehical-item .vehical-content .top-content .card-action ul li:last-child {
    margin-right: 0px;
}

.vehical-item .vehical-content .top-content .card-action ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #E6E6E6;
    border-radius: 36px;
    border: 1px solid #E6E6E6;
    width: 36px;
    height: 36px;
    text-decoration: none;
}

.vehical-item .vehical-content .specs_tag ul {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vehical-item .vehical-content .specs_tag ul li {
    padding: 0px 12px;
    position: relative;
}

.vehical-item .vehical-content .specs_tag ul li .after {
    position: absolute;
    top: 2px;
    right: -8px;
    width: auto;
}

.vehical-item .vehical-content .specs_tag ul li:first-child {
    padding-left: 0px;
}

.vehical-item .vehical-content .specs_tag ul li:last-child {
    padding-right: 0px;
}

.vehical-item .vehical-content .specs_tag ul li:last-child .after {
    display: none;
}

.vehical-item .vehical-content .specs_tag ul li span {
    font-size: 15px;
    font-weight: 700;
    color: #525252;
}

.vehical-item .vehical-content .location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid #E6E6E6;
    margin-left: -20px;
    margin-right: -20px;
    border-bottom: 1px solid #E6E6E6;
}

.vehical-item .vehical-content .location p {
    margin-bottom: 0px;
}

.vehical-item .vehical-content .location .pin-address p {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
}

.vehical-item .vehical-content .location .pin-address p i {
    font-size: 15px;
}

.vehical-item .vehical-content .location .address {
    padding-left: 20px;
}

.vehical-item .vehical-content .location .address p {
    color: #525252;
    font-weight: 900;
    font-size: 15px;
}

.vehical-item .vehical-content .pricing {
    display: flex;
    justify-content: flex-start;
}

.vehical-item .vehical-content .pricing .price-group {
    padding-right: 16px;
}

.vehical-item .vehical-content .pricing .price-group:last-child {
    padding-right: 0px;
}

.vehical-item .vehical-content .pricing .price-group .price-label {
    margin-bottom: 5px;
    color: #525252;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.vehical-item .vehical-content .pricing .price-group .price {
    font-size: 22px;
    font-weight: 900;
    color: #525252;
}

.vehical-item .vehical-content .pricing .price-group .price.price-btn {
    display: inline-block;
    padding: 8px 10px 10px;
    border-radius: 8px;
}

.vehical-item .vehical-content .pricing .price-group .price.price-btn.plr {
    padding-left: 0;
    padding-right: 0;
}

.vehical-item .vehical-content .pricing .price-group .price.price-yellow {
    background-color: #FFDE44;
    color: #000;
}

.vehical-item .vehical-content .pricing .price-group .price sub,
.vehical-item .vehical-content .pricing .price-group .price sup {
    font-size: 12px;
    font-weight: 400;
}

.vehical-item .vehical-content .pricing .price-group .price sup {
    margin-left: 5px;
}
#block-preview{
    width: 100%;
}
.preview-vh{
    width: max-content;
}
.block-vh{
    width: 250px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    height: 330px;

}
.block-vh .vehical-item{
    border-radius:25px ;
    box-shadow: 0 30px 31px -5px rgb(34 33 33 / 30%);
}
.block-vh .vehical-item .vehical-imgbox img.vehical-img {

    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
.hover-img {
    width: 200px;
    height: auto;
}

.overlay-img{
    position: relative;
    top: -86px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 85px;
    width: 200px;
    opacity: 0;
    transition: .3s ease;
    background-color: rgba(128, 128, 128, 0.47);
}
.container-img:hover .overlay-img {
    opacity: 1;
}
.overlay-img .icon {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
@media (min-width: 992px) {
    .content-wrapper, .main-footer, .main-nav > .navbar {
        width: auto;
        margin: 0 0 0 20px;
    }
    .content-wrapper .content-main{
        margin-left: 250px;
    }
}


.structure-component{
    list-style-type: none;
}
.structure-component li .item{
    border: 1px solid rgba(92, 105, 117, 0.13);
    padding: 8px 16px;
    border-radius: 0px;
    margin-bottom: 5px;
}

button.btn.dropdown-toggle.btn-filter {
    text-align: left;
    width: 100%;
}

button.btn.dropdown-toggle.btn-filter:after {

}

.box-tdb{
    overflow-y: scroll;
    max-height: 50vh;
}
/* nouveau thème couleur */
.theme-purple .btn-primary, .theme-purple .btn-success {
    background-color: #FBA524;
    border-color: #FBA524;
}
.theme-purple .btn-primary:disabled, .theme-purple .btn-success:disabled {
    background-color: #FFFFFF !important;
    border-color: #FBA524 !important;
    color: #FBA524 !important;
    cursor: not-allowed;
}
.theme-purple .border-primary {
    border-color: #FBA524!important;
}
.theme-purple .btn-primary.disabled, .theme-purple .btn-primary.disabled:hover {
    background-color: #FFFFFF !important;
    border-color: #FBA524 !important;
    color: #FBA524 !important;
    cursor: not-allowed;
}

#card-header-evt{
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

#card-body-evt{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.btn-evt{
    margin-top: 2vh;
}

.modal-envoi-email{
    max-height: 80vh;
}

.select2-selection__rendered .select2-selection__choice[title="En retard"] {
  background-color: #e83a75 !important;
  border-color: #e83a75 !important;
}

.select2-selection__rendered .select2-selection__choice[title="Urgent"] {
  background-color: #e2bb33 !important;
  border-color: #e2bb33 !important;
}

.select2-selection__rendered .select2-selection__choice[title="Nouveau"] {
  background-color: #3db76b !important;
  border-color: #3db76b !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    font-style: italic;
}

/* style sur les tab */
.nav-pills>li>a {
    /* border-radius: 0; */
    border: 2px solid #ff7f7f;
    color: #2f363c;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
}
.theme-purple .nav-pills>li>a.active {
    border-top-color: #ff7f7f !important;
    font-size: 15px;
    font-weight: bold;
    background-color: #ff7f7f !important;
    color: #fff;
}
.theme-purple .nav-pills>li>a.active:hover, .theme-purple .nav-pills>li>a.active:focus {
    background-color: #ff7f7f !important;
}
.theme-purple .nav-pills>li>a:hover {
    color: #ff7f7f
}
.nav-pills .nav-item {
    padding: 2px;
}
.theme-purple .nav-pills .nav-link:focus {
    outline: none !important;
}

/**************************/
.main-sidebar {
    top: 100px !important;
    border-radius: 5px !important;
    min-height: calc(100% - 100px) !important;
}

.logo-custom {
    width: 250px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-custom img {
    height: fit-content;
}

.sidebar-menu .nav-link {
    display: flex;
    justify-content: end;
}

.sidebar-menu .nav-link i {
    font-size: 30px;
    color: #DDFFF7 !important;
}

.content-wrapper {
    background-color: #ECF2F6;
}

.main-header {
    background-color: #ECF2F6;
    height: 100px;
}

.wrapper {
    background-color: #ECF2F6;
}

.main-header .navbar {
    min-height: 100px;
    margin: 0 20px;
}

.navbar-nav .user-menu {
    width: 200px;
    background: white;
    border-radius: 60px;
    display: flex;
}

.navbar-nav .user-menu .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    height: 60px !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.navbar-nav .user-menu .user-title {
    margin-right: 30px;
    position: absolute;
    right: 45px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #585858;
}

.navbar-nav>.user-menu .user-image {
    width: 40px !important;
    height: 40px !important;
}

.main-header .navbar-custom-menu {
    padding-right: 30px;
}

.main-header.tab2 .navbar-custom-menu {
    padding-right: 45px !important;
}

.navbar-nav .notifications-menu .slimScrollDiv a {
    height: 60px !important;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#rappel-notif {
    color: #585858;
    font-size: 25px !important;
}

.user-time {
    width: 250px;
    background: white;
    border-radius: 60px;
    display: flex;
    margin-right: 100px;
}

.user-time span {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: #585858;
}

.user-name {
    position: absolute;
    left: 285px;
    height: 100px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-name .user-name1 {
    font-size: 30px;
    font-weight: 400;
}

.user-name .user-name2 {
    margin-left: 10px;
    font-size: 30px;
    font-weight: 700;
}

.row-dashboard .box-header {
    background-color: #F9F6F3;
    border: 0 !important;
    display: flex;
}

.row-dashboard .btn-rappel{
    border-radius: 5px;
    background-color: #FBA524;
    padding: 7px 20px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
}

.row-dashboard .box-header {
    height: 75px;
}

.row-dashboard .btn-viewall{
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #FBA524;
    padding: 7px 20px;
    margin: 0 15px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #585858;
    height: 35px;
}

.row-dashboard .btn-rappel span,
.row-dashboard .btn-rappel i {
    color: white;
}

.row-dashboard .btn-viewall i {
    padding-right: 10px;
    font-size: 15px;
}

.row-dashboard .btn-rappel i {
    padding-right: 5px;
}

.row-dashboard .col-rappel .col-3{
    display: flex;
    justify-content: start;
    align-items: center;
}

.row-dashboard .col-rappel .col-9{
    display: flex;
    justify-content: end;
    align-items: center;
}

.row-dashboard .col-winlead .box-header,
.row-dashboard .col-myrdv .box-header,
.row-dashboard .col-mylead .box-header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard .box-header h4 {
    font-weight: 700;
    color: #585858;
}

.row-dashboard .col-winlead .box-body,
.row-dashboard .col-rappel .box-body{
    height: 200px;
}
.row-dashboard .col-rappel.rappel-dir .box-body {
    height: 248px;
}

.row-dashboard .col-winlead .box-body {
    background-color: #E5ECF9;
}

.row-dashboard .box-body {
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
    border-radius: 0 0 5px 5px;
}
.row-dashboard .col-mylead .box-body {
    min-height: 250px;
    max-height: 850px;
}

.row-dashboard .lead-origine {
    cursor: pointer;
    color: #A7B0B3;
}

.row-dashboard .lead-origine.active {
    cursor: default;
    border-bottom: solid 2px;
    color: #585858;
}

.row-dashboard .col-mylead .aucunRdvASuivre {
    min-height: auto !important;
}

.row-dashboard .col-myrdv .box-body{
    height: 670px;
}

.row-dashboard .col-winlead .box-body .col-6 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard .col-winlead .box-body .col-6 span {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard .col-winlead .box-body .col-6 h4 {
    font-size: 75px;
    font-weight: 700;
    color: #585858;
    margin: 0;
}

.row-dashboard .col-winlead .box-body .col-6 h3 {
    font-size: 75px;
    font-weight: 700;
    color: #585858;
    margin: 0;
}

.row-dashboard .col-rappel .box-body {
    display: flex;
}

.row-dashboard .col-rappel .box-body .col-3 {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-menu li.header,
.sidebar-menu li>a{
    opacity: 1 !important;
}

.row-dashboard .col-rappel .box-body span {
    font-size: 15px;
    font-weight: 600;
    color: #585858;
}

.row-dashboard .col-rappel .box-body h4 {
    font-size: 75px;
    font-weight: 600;
    color: #585858;
}

.row-dashboard .col-winlead {
    padding-left: 30px;
}

.row-dashboard .col-winlead .box-title {
    text-align: center;
}

.row-dashboard .col-mylead {
    padding-top: 15px;
}

.row-dashboard .slider_wrapper,
.row-dashboard .slider,
.row-dashboard .owl-carousel,
.row-dashboard .owl-stage-outer{
    width: 100%;
    position: absolute;
    height: 100%;
    overflow-x: auto;
    z-index: 1;
}

.row-dashboard .owl-stage {
    position: absolute;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.row-dashboard .owl-item {
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 120px;
    border-radius: 5px;
}


.row-dashboard .owl-nav {
    height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
    position: absolute;
}

.row-dashboard .owl-next{
    position: absolute;
    right: 0;
}

.row-dashboard .owl-item-rappel {
    background-color: #FDDDD1;
}

.row-dashboard .owl-item-email {
    background-color: #DAF1E3;
}

.row-dashboard .owl-item-sms {
    background-color: #DDD6F0;
}

.row-dashboard .owl-item-compte {
    background-color: #E8DACF;
}

.row-dashboard .owl-item-rdv {
    background-color: #DAE3F5;
}


.row-dashboard .owl-item h3
{
    font-size: 12px;
    font-weight: 600;
    color: #585858;
}

.row-dashboard-general .box .owl-item h3
{
    font-size: 12px;
    font-weight: 600;
    color: #585858;
    margin-top: 0.7142857143rem;
    margin-bottom: 0.7142857143rem;
}

.row-dashboard .owl-item span {
    font-size: 30px !important;
}

.row-dashboard .box-header svg {
    margin-right: 20px;
}

.row-dashboard .col-rappel .box-header .col-8 {
    display: flex;
    justify-content: end;
}

.row-dashboard .owl-prev,
.row-dashboard .owl-next{
    z-index: 1;
    background-color: transparent;
    border: 0;
}
.row-dashboard .owl-prev:focus,
.row-dashboard .owl-next:focus{
    outline: transparent !important;
}

.row-dashboard .col-mylead .box-body .col-2 {
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
    margin-top: 23px;
}

.row-dashboard .col-mylead .box-body .col-2 button {
    width: 100%;
    margin: 5px 0;
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: transparent;
}

.row-dashboard .col-mylead .box-body .col-2 button span{
    position: absolute;
    left: 35px;
    font-weight: 600;
}

.row-dashboard .col-mylead .box-body .col-2 button h5{
    margin: 0;
    position: absolute;
    right: 35px;
    font-size: 18px;
    font-weight: 600;
}

.row-dashboard .btn-date.active h5{
    background-color: white !important;
    color: #8e77cd !important;
}

.row-dashboard .col-mylead button.active span,
.row-dashboard .col-mylead button.active h5{
    color: white;
}

.row-dashboard .col-mylead button:focus {
    outline: transparent!important;
}

.row-dashboard .btn-potcommun{
    border: 2px solid #0845bf;
}

.row-dashboard .btn-traitement{
    border: 2px solid #E83A75;
}

.row-dashboard .btn-retard{
    border: 2px solid #FD595A;
}

.row-dashboard .btn-nouveaux{
    border: 2px solid #3DB76B;
}

.row-dashboard .btn-date{
    border: 2px solid #8e77cd;
}

.row-dashboard .btn-urgent{
    border: 2px solid #FA8B61;
}

.row-dashboard .btn-cours{
    border: 2px solid #E2BB33;
}

.row-dashboard .btn-tous{
    border: 2px solid #B58764;
}

.row-dashboard .btn-potcommun.active{
    background-color: #0845bf !important;
}

.row-dashboard .btn-traitement.active{
    background-color: #E83A75 !important;
}

.row-dashboard .btn-retard.active{
    background-color: #FD595A !important;
}

.row-dashboard .btn-nouveaux.active{
    background-color: #3DB76B !important;
}

.row-dashboard .btn-date.active{
    background-color: #8e77cd !important;
}

.row-dashboard .btn-urgent.active{
    background-color: #FA8B61 !important;
}

.row-dashboard .btn-cours.active{
    background-color: #E2BB33 !important;
}

.row-dashboard .btn-tous.active{
    background-color: #B58764 !important;
}

.row-dashboard .btn-potcommun span,
.row-dashboard .btn-potcommun h5{
    color: #0845bf;
}

.row-dashboard .btn-traitement span,
.row-dashboard .btn-traitement h5{
    color: #E83A75;
}

.row-dashboard .btn-retard span,
.row-dashboard .btn-retard h5{
    color: #FD595A;
}

.row-dashboard .btn-nouveaux span,
.row-dashboard .btn-nouveaux h5{
    color: #3DB76B;
}

.row-dashboard .btn-date span{
    color: #8e77cd
}

.row-dashboard .btn-date h5{
    color: white !important;
}

.row-dashboard .btn-urgent span,
.row-dashboard .btn-urgent h5{
    color: #FA8B61;
}

.row-dashboard .btn-cours span,
.row-dashboard .btn-cours h5{
    color: #E2BB33;
}

.row-dashboard .btn-tous span,
.row-dashboard .btn-tous h5{
    color: #B58764;
}

.row-dashboard span {
    font-family: "AeonikTRIAL Regular", sans-serif;
}

.row-dashboard h4 {
    font-family: "AeonikTRIAL Bold", sans-serif;
}

.row-dashboard .col-myrdv .col-12{
    display: flex;
    align-items: center;
}

.row-dashboard .col-myrdv .box-header .count-rdv{
    font-size: 30px;
    position: absolute;
    right: 0;
}

.row-dashboard .col-myrdv .btn-agenda{
    border-radius: 20px;
    border: 2px solid #FBA524;
    padding: 5px 40px
}

.row-dashboard .col-myrdv .box-body .col-agenda{
    justify-content: center;
    height: calc(100% - 75px);
    top: 0;
    position: relative;
    left: 0;
    display: flex;
    align-items: center;
}

.row-dashboard .col-myrdv .box-body .col-btn-agenda{
    justify-content: center;
    height: 75px;
    left: 0;
    bottom: 0;
    position: absolute;
    display: flex;
    align-items: center;
}

.row-dashboard .col-myrdv table,
.row-dashboard .col-myrdv td {
    border: 1px solid rgba(88, 88, 88, 0.5);
    text-align: center;
}

.row-dashboard .col-myrdv table{
    width: 100%;
    height: 100%;
}

.row-dashboard .col-myrdv td.number {
    width: 35% !important;
}

.row-dashboard .col-myrdv td {
    width: 65%;
}

.row-dashboard .col-myrdv thead,
.row-dashboard .col-myrdv tfoot {
    background-color: rgba(88, 88, 88, 0.5);
    color: #fff;
}

.row-dashboard .col-myrdv .number .current-time-line {
    position: relative;
    top: 0px;
    left: 0px;
    width: calc(290%);
    height: 2px;
    background-color: #0A46BD;
    z-index: 1;
}

.row-dashboard .col-myrdv .number .current-time-line::after {
    content: "";
    position: absolute;
    top: -4px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    transform: rotate(135deg);
    border-color: transparent transparent #0A46BD transparent;
}

.row-dashboard .col-myrdv .number .current-time-line::before {
    content: "";
    position: absolute;
    top: -4px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    transform: rotate(315deg);
    border-color: transparent transparent #0A46BD transparent;
}

.nav-small-cap {
    padding-top: 0 !important;
}

.row-dashboard .col-mylead .col-12,
.row-dashboard .col-rappel .col-4 {
    align-items: center;
    display: flex;
}

.row-dashboard .col-myrdv .agenda-rdv-item.red {
    background-color: #FECCCC;
}

.row-dashboard .col-myrdv .agenda-rdv-item.green {
    background-color: #D8F1E1;
}

.row-dashboard .col-myrdv .agenda-rdv-item.gray {
    background-color: #E2E2E2;
}

.row-dashboard .col-myrdv .agenda-rdv-item.purple {
    background-color: #cac3e1;
}

.row-dashboard .col-myrdv .agenda-rdv-item.white.active {
    background-color: #fff7f0;
}

.row-dashboard .col-myrdv .agenda-rdv-item.active {
    display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    border: 0;
    justify-content: space-around;
}

.row-dashboard .agenda-rdv-item{
    position: absolute;
    z-index: 99;
}

.row-dashboard .col-agenda table tbody{
    position: relative;
}

.col-winlead .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard .col-myrdv .data.active div {
    position: absolute;
    right: 0;
    margin-right: 30px;
}

.row-dashboard .col-myrdv .data.active span {
    position: relative;
    left: 0;
    margin-left: 10px;
    font-size: 12px;
}

.row-dashboard .col-mylead .col-9-second {
    display: none;
}

.row-dashboard .btn-leads-mobile {
    display: none;
}

.row-dashboard .btn-leads-desktop {
    display: flex;
}

@media (max-width: 1650px) {

    .row-dashboard .btn-rappel span {
        display: none;
    }

    .row-dashboard .btn-leads-mobile {
        display: flex;
    }
    .row-dashboard .btn-leads-desktop {
        display: none !important;
    }

    .row-dashboard .btn-rappel {
        min-width: 75px !important;
    }

    .row-dashboard .btn-rappel i {
        padding-right: 0 !important;
    }

    .row-dashboard .col-winlead .box-body, .row-dashboard .col-rappel .box-body {
        height: 150px;
    }

    .row-dashboard .owl-item {
        height: 100px;
    }

    .row-dashboard .col-winlead .box-body .col-6 span {
        height: 75px;
        width: 75px;
    }

    .row-dashboard .col-winlead .box-body .col-6 span svg {
        height: 45px;
    }

    .row-dashboard .col-winlead .box-body .col-6 h4,
    .row-dashboard .col-rappel .box-body h4{
        font-size: 50px;
    }

    .row-dashboard .box-header h4 {
        font-size: 16px;
    }

    .row-dashboard.tab1 .col-9-first {
        -ms-flex: 0 0 66.666667% !important;
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }

    .row-dashboard.tab2 .col-9-first {
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .row-dashboard.tab1 .col-3-first {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }

    .row-dashboard .btn-viewall {
        padding: 0;
        min-width: 100px;
        margin: 0 5px;
    }

    .row-dashboard .btn-rappel {
        padding: 0;
        min-width: 150px;
        margin: 0 5px;
    }

    .row-dashboard .col-myrdv .box-body {
        height: 620px;
    }

    .row-dashboard .col-rappel .box-header .col-8 {
        padding-right: 0;
    }

    .row-dashboard .col-rappel .box-body span {
        font-size: 20px !important;
    }

    .row-dashboard .col-rappel .box-body .col-3 {
        padding-left: 0;
    }

    .col-2-second {
        display: none !important;
    }

    .col-10-second {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #leads {
        position: relative;
    }

    .row-dashboard .col-mylead .col-9-second {
        justify-content: end !important;
    }

    .row-dashboard .col-mylead .col-9-second {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .row-dashboard .col-mylead .col-9-second button {
        border-radius: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 5px;
        margin: 5px;
    }

    .row-dashboard .col-mylead .col-9-second button h5 {
        font-size: 12px;
    }

    .row-dashboard .col-mylead .col-9-second button h5 {
        margin: 0 !important;
        padding-left: 5px;
        font-size: 12px;
    }
}

.myrdv-btn-open,
.myrdv-btn-close {
    cursor: pointer;
}

div[id^="modalRdvOpen"] .modal-dialog,
div[id^="modalRdvClose"] .modal-dialog{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content,
div[id^="modalRdvClose"] .modal-dialog .modal-content{
    border-radius: 5px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content .modal-body,
div[id^="modalRdvClose"] .modal-dialog .modal-content .modal-body{
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content h1,
div[id^="modalRdvClose"] .modal-dialog .modal-content h1{
    font-size: 14px;
    margin: 2px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content .h1-end,
div[id^="modalRdvClose"] .modal-dialog .modal-content .h1-end{
    padding-bottom: 25px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content div button,
div[id^="modalRdvClose"] .modal-dialog .modal-content div button,
div[id^="modalRdvOpen"] .modal-dialog .modal-content div a,
div[id^="modalRdvClose"] .modal-dialog .modal-content div a{
    width: 160px;
    font-size: 13px;
    margin: 15px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content .close,
div[id^="modalRdvClose"] .modal-dialog .modal-content .close{
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    margin: 10px;
    border: 0 !important;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content .close span,
div[id^="modalRdvClose"] .modal-dialog .modal-content .close span{
    font-size: 16px;
}

div[id^="modalRdvOpen"] .modal-dialog .modal-content div button{
    border: 1px solid #3DB76B;
    background-color: transparent;
    color: #585858 !important;
}
div[id^="modalRdvClose"] .modal-dialog .modal-content div button{
    border: 1px solid #FC0101;
    background-color: transparent;
    color: #585858 !important;
}
div[id^="modalRdvOpen"] .modal-dialog .modal-content div a{
    background-color: #3DB76B;
    border: 0;
    color: white;
}
div[id^="modalRdvClose"] .modal-dialog .modal-content div a{
    background-color: #FC0101;
    border: 0;
    color: white;
}

.row-dashboard .col-rappel .col-12-tache {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard .col-rappel .col-12-tache h1{
    font-size: 20px;
    color: #585858;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header .user-name {
    padding-left: inherit !important;
    height: inherit !important;
    left: inherit !important;
    display: flex;
    flex-direction: column;
    position: relative;
}

.row-dashboard.tab2 .custom_row {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.row-dashboard.tab2 .custom_row .owl-item {
    width: inherit !important;
    margin: 5px !important;
}

.row-dashboard.tab2 .col-rappel .box-body .col-3 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.row-dashboard.tab2 .col-rappel .box-body .col-9 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.content {
    padding-top: 0 !important;
}

section.content {
    min-height: 700px;
}

.row-dashboard-general{
    font-family: "AeonikTRIAL Regular", sans-serif;
}

.row-dashboard-general .section-col section {
    min-height: 300px;
    background: #FAF6F4;
    margin-bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
}
.row-dashboard-general .section-col-disable section {
    padding: 30px;
    background: #FAF6F4;
    margin-bottom: 45px;
    border-radius: 5px;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
}

.row-dashboard-general .box-header{
    padding-bottom: 0;
    border: 0;
}

.row-dashboard-general .box-footer{
    border: 0;
    display: flex;
    justify-content: end;

}
.row-dashboard-general .box {
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.row-dashboard-general .box-title{
    font-weight: 700;
    font-family: "AeonikTRIAL Bold", sans-serif;
    color: #747474;
    margin-left: 10px;
}

.row-dashboard-general button.viewall{
    color: #747474;
}

.row-dashboard-general button.viewall svg {
    margin-left: 5px;
}

.row-dashboard-general .box h2{
    color: #3DB76B;
    font-size: 65px;
    font-family: "AeonikTRIAL Bold", sans-serif;
    font-weight: bold;
    margin: 0;
}

.row-dashboard-general .box h3{
    color: #3DB76B;
    font-size: 28px;
    margin: 0;
}

.row-dashboard-general .section-col-disable h1 {
    padding-bottom: 20px;
    color: #747474;
    font-family: "AeonikTRIAL Regular", sans-serif;
}

.row-dashboard-general .col-stat{
    height: 100%;
}

.row-dashboard-general .collapse,
.row-dashboard-general .collapsing{
    left: 0;
    position: relative;
    width: calc(100% + 60px);
    bottom: -40px;
}

.row-dashboard-general .collapse .collapse,
.row-dashboard-general .collapse .collapsing,
.row-dashboard-general .collapsee .collapse,
.row-dashboard-general .collapsee .collapsing{
    bottom: 0!important;
}

.row-dashboard-general .collapse .card,
.row-dashboard-general .collapsing .card{
    border-radius: 0 0 5px 5px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-dashboard-general .tableMetier {
    border-collapse: separate;
    border-spacing: 20px 5px;
    width: calc(100% - 100px);
}

.row-dashboard-general .tableMetier *{
    color: #747474;
}

.row-dashboard-general .tableMetier thead,
.row-dashboard-general .tableMetier tbody{
    text-align: center !important;
}

.row-dashboard-general .tableMetier th{
    width: 30px;
    font-weight: 400;
    padding:13px;
    background-color:#AFD8D8;
}

.row-dashboard-general .tableMetier td:not(:first-child) {
    background: white;
    margin-right: 10px;
    font-size: 16px;
}

.row-dashboard-general .tableMetier .tr-total td,
.row-dashboard-general .tableMetier .tr-main th{
    background-color: white !important;
}

.row-dashboard-general .tableMetier .tr-total td:not(:first-child) {
    font-size: 20px;
}


.row-dashboard-general .tableMetier td{
    padding:12px;
    width:90px;
}

.row-dashboard-general .tableMetier td{
    text-align: center;
}

.row-dashboard-general .tableMetier .td-title{
    text-align: left !important;
    font-size: 15px;
}

.row-dashboard-general .tableMetier tr:nth-child(even) td.col1 {
    background-color: #F1FAF5;
}

.row-dashboard-general .tableMetier tr:nth-child(even) td.col2 {
    background-color: #FFEDED;
}

.row-dashboard-general .tableMetier tr:nth-child(even) td.col3 {
    background-color: #FFF9F0;
}

.row-dashboard-general .tableMetier tr:nth-child(even) td.col4 {
    background-color: #F2F6FC;
}

.row-dashboard-general .tableMetier tr:nth-child(even) td.col5 {
    background-color: #FDFAF1;
}

.row-dashboard-general .tableMetier tr:nth-child(odd) td.col1 {
    background-color: #F9FDFA;
}

.row-dashboard-general .tableMetier tr:nth-child(odd) td.col2 {
    background-color: #FFF7F7;
}

.row-dashboard-general .tableMetier tr:nth-child(odd) td.col3 {
    background-color: #FFFCF8;
}

.row-dashboard-general .tableMetier tr:nth-child(odd) td.col4 {
    background-color: #F7F9FD;
}

.row-dashboard-general .tableMetier tr:nth-child(odd) td.col5 {
    background-color: #FEFDF9;
}


.row-dashboard-general .tableMetier .td-total1 {
    color: #3DB76B !important;
}

.row-dashboard-general .tableMetier .td-total2 {
    color: #FF0000 !important;
}

.row-dashboard-general .tableMetier .td-total3 {
    color: #FBA525 !important;
}

.row-dashboard-general .tableMetier .td-total4 {
    color: #0844BF !important;
}

.row-dashboard-general .tableMetier .td-total5 {
    color: #E2BB33 !important;
}

.row-dashboard-general .div-viewall {
    display: none !important;
}

.row-dashboard-general .div-viewall.active {
    display: flex !important;
}
.row-crc .box-body {
    box-shadow: none !important;
}

.row-crc .box {
    padding: 0 !important;
}

.row-crc .col-mylead .col-12 {
    padding: 0 !important;
}

.row-crc .collapse,
.row-crc .collapsing {
    width: calc(100% + 50px) !important;
}

.row-crc .section-col section {
    padding: 0 15px !important;
}

.row-crc .section-col section .box-header {
    padding-left: 5px !important;
}

.row-crc .box-header {
    padding: 20px !important;
}

.row-crc .col-mylead {
    padding-top: 0;
}

.row-crc .tableCRC{
    width: 100%;
}

.row-crc .tableCRC tbody tr:nth-of-type(odd) {
    background-color: #F9FAFA;
}

.row-crc .tableCRC tbody tr:nth-of-type(even) {
    background-color: #F2F4F4;
}

.row-crc .tableCRC tbody td,
.row-crc .tableCRC thead th{
    padding: 20px 15px;
}

.row-crc .tableCRC tbody button {
    border: 0;
    background-color: transparent;
}

.row-crc .tableCRC tbody * {
    color: #747474;
}

.row-crc .tableCRC tbody .badge-info {
    color: #fff;
}

.row-crc .col-12.pl-0 {
    padding-top: 15px;
}

.row-crc .col-arrow {
    padding: 15px 0;
}

.row-crc .col-arrow button {
    border: 0;
    background-color: transparent;
}

.row-crc .box-crc .box-body {
    overflow: auto;
    max-height: 195px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.row-crc .box-crc .box-body.active {
    max-height: 345px !important;
}

.row-crc .tableMetier.crc tr td.col4,
.row-crc .tableMetier.crc tr:nth-child(1) td:nth-child(4),
.row-crc .tableMetier.crc thead .tr-main th:nth-child(4){
    border-left: 1px solid #0844BF;
    border-right: 1px solid #0844BF;
}

.row-crc .tableMetier.crc tr:nth-child(1) th:nth-child(4) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #0844BF;
}

.row-crc .tableMetier.crc tr:last-child td:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #0844BF;
}

.row-crc .tableMetier.crc {
    border-spacing: 20px 0 !important;
}

.row-crc .tableMetier.crc tr td.col2{
    border-left: 1px solid #E83A75;
    border-right: 1px solid #E83A75;
}

.row-crc .tableMetier.crc tr:nth-child(1) td:nth-child(3),
.row-crc .tableMetier.crc thead .tr-main th:nth-child(3) {
    border-left: 1px solid #3DB76B;
    border-right: 1px solid #3DB76B;
}

.row-crc .tableMetier.crc tr:nth-child(1) th:nth-child(3) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #3DB76B;
}

.row-crc .tableMetier.crc tr:last-child td:nth-child(3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #3DB76B;
}

.row-crc .tableMetier.crc tr:last-child td:nth-child(3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #3DB76B;
}

.row-crc .tableMetier.crc tr td.col1,
.row-crc .tableMetier.crc tr:nth-child(1) td:nth-child(2),
.row-crc .tableMetier.crc thead .tr-main th:nth-child(2){
    border-left: 1px solid #3DB76B;
    border-right: 1px solid #3DB76B;
}

.row-crc .tableMetier.crc tr:nth-child(1) td:nth-child(2),
.row-crc .tableMetier.crc thead .tr-main th:nth-child(2){
    border-left: 1px solid #E83A75;
    border-right: 1px solid #E83A75;
}

.row-crc .tableMetier.crc tr:nth-child(1) th:nth-child(2) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #E83A75;
}

.row-crc .tableMetier.crc tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E83A75;
}

.row-crc .tableMetier.crc {
    border-spacing: 20px 0 !important;
    width: 100%;
}

.row-crc .tableMetier.crc.hidden-table {
    width: 75%;
}

.row-crc .row-table.hidden-table tr:not(:first-child),
.row-crc .row-table.hidden-table tr td:first-child,
.row-crc .row-table.hidden-table tr th:first-child{
    display: none !important;
}

.row-crc .row-table.hidden-table .tr-total td:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E83A75;
}

.row-crc .row-table.hidden-table .tr-total td:nth-child(3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #3DB76B;
}

.row-crc .row-table.hidden-table .tr-total td:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #0844BF;
}

.row-crc .row-table.hidden-table .tr-total td {
    font-size: 30px;
}

.row-crc .row-table {
    max-height: 400px !important;
    padding: 30px 30px 0 !important;
}

.row-crc .row-table.hidden-table td,
.row-crc .row-table.hidden-table th{
    width: 180px;
}

.row-crc .row-rappel,
.row-crc .row-rappel div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-crc .row-rappel{
    padding-left: 15px;
}

.row-crc .row-rappel .col-2 div,
.row-crc .row-rappel .col-5 div{
    flex-direction: column;
}

.row-crc .row-rappel .col-5-green {
    background-color: #B1E2C4;
}

.row-crc .row-rappel .col-5-red {
    background-color: #FD9999;
}

.row-crc .row-rappel .col-5-green,
.row-crc .row-rappel .col-5-red {
    border-radius: 5px;
    height: 110px;
}

.row-crc .row-rappel .col-5-green *,
.row-crc .row-rappel .col-5-red *{
    color: white;
}

.row-crc .row-rappel .col-2 * {
    color: #747474;
}

.row-crc .row-rappel .col-2 span {
    font-size: 15px;
}

.row-crc .row-rappel .col-2 h4 {
    font-size: 45px;
}


.row-crc .row-rappel .col-5 h4 {
    font-size: 30px;
}

.row-crc .btn-leads button,
.row-crc .btn-leads a,
.row-crc .btn-leads select{
    width: 150px;
}

.row-crc .col-mylead .col-9-second {
    right: 0;
    position: absolute;
}

.row-dashboard .btn-leads-desktop {
    right: 5px;
    position: absolute;
}

.row-dashboard .btn-leads-desktop select {
    margin: 0 !important;
}

.row-crc .number-box-crc {
    position: absolute;
    right: 0;
    padding-right: 30px;
    color: #747474 !important;
    font-size: 55px !important;
}




.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E83A75 !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E2BB33 !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #3DB76B !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(5) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #FBA524 !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(6) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #0845BF !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(7) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #8E77CD !important;
}

.row-crc .row-table.hidden-table .team-manager .tr-total td:nth-child(8) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #FC4C4C !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col1{
    border-left: 1px solid #E83A75 !important;
    border-right: 1px solid #E83A75 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col2{
    border-left: 1px solid #E2BB33 !important;
    border-right: 1px solid #E2BB33 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col3{
    border-left: 1px solid #3DB76B !important;
    border-right: 1px solid #3DB76B !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col4{
    border-left: 1px solid #FBA524 !important;
    border-right: 1px solid #FBA524 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col5{
    border-left: 1px solid #0845BF !important;
    border-right: 1px solid #0845BF !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col6{
    border-left: 1px solid #8E77CD !important;
    border-right: 1px solid #8E77CD !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col7{
    border-left: 1px solid #FC4C4C !important;
    border-right: 1px solid #FC4C4C !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col1,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(2),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(2){
    border-left: 1px solid #E83A75 !important;
    border-right: 1px solid #E83A75 !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(2) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #E83A75 !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E83A75 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col2,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(3),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(3){
    border-left: 1px solid #E2BB33 !important;
    border-right: 1px solid #E2BB33 !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(3) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #E2BB33 !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(3) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #E2BB33 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col3,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(4),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(4){
    border-left: 1px solid #3DB76B !important;
    border-right: 1px solid #3DB76B !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(4) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #3DB76B !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(4) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #3DB76B !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col4,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(5),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(5){
    border-left: 1px solid #FBA524 !important;
    border-right: 1px solid #FBA524 !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(5) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #FBA524 !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(5) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #FBA524 !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col5,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(6),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(6){
    border-left: 1px solid #0845BF !important;
    border-right: 1px solid #0845BF !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(6) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #0845BF !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(6) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #0845BF !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col6,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(7),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(7){
    border-left: 1px solid #8E77CD !important;
    border-right: 1px solid #8E77CD !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(7) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #8E77CD !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(7) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #8E77CD !important;
}

.row-crc .tableMetier.crc.team-manager tr td.col7,
.row-crc .tableMetier.crc.team-manager tr:nth-child(1) td:nth-child(8),
.row-crc .tableMetier.crc.team-manager thead .tr-main th:nth-child(8){
    border-left: 1px solid #FC4C4C !important;
    border-right: 1px solid #FC4C4C !important;
}

.row-crc .tableMetier.crc.team-manager tr:nth-child(1) th:nth-child(8) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #FC4C4C !important;
}

.row-crc .tableMetier.crc.team-manager tr:last-child td:nth-child(8) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid #FC4C4C !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total1 {
    color: #E83A75 !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total2 {
    color: #E2BB33 !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total3 {
    color: #3DB76B !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total4 {
    color: #FBA524 !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total5 {
    color: #0845BF !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total6 {
    color: #8E77CD !important;
}

.row-dashboard-general .tableMetier.team-manager .td-total7 {
    color: #FC4C4C !important;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col1 {
    background-color: #FDF1F5;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col2 {
    background-color: #FDFAF1;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col3 {
    background-color: #F1FAF5;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col4 {
    background-color: #FFF9F0;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col5 {
    background-color: #F2F6FC;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col6 {
    background-color: #F7F5FB;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(even) td.col7 {
    background-color: #FFF2F2;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col1 {
    background-color: #FEF9FB;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col2 {
    background-color: #FEFDF9;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col3 {
    background-color: #F9FDFA;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col4 {
    background-color: #FFFCF8;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col5 {
    background-color: #F2F6FC;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col6 {
    background-color: #FBFBFD;
}

.row-dashboard-general .tableMetier.team-manager tr:nth-child(odd) td.col7 {
    background-color: #FFF7F7;
}

.row-dashboard-general .tableMetier.team-manager td.col1.td-salepoint {
    background-color: rgba(232, 58, 117, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col2.td-salepoint {
    background-color: rgba(226, 187, 51, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col3.td-salepoint {
    background-color: rgba(61, 183, 107, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col4.td-salepoint {
    background-color: rgba(251, 165, 36, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col5.td-salepoint {
    background-color: rgba(8, 69, 191, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col6.td-salepoint {
    background-color: rgba(142, 119, 205, 0.25) !important;
}

.row-dashboard-general .tableMetier.team-manager td.col7.td-salepoint {
    background-color: rgba(252, 76, 76, 0.25) !important;
}

.row-crc .col-myrdv td.number {
    width: inherit !important;
}

.row-crc .col-myrdv td {
    width: inherit;
}

.row-dashboard .col-myrdv.myrdvcrc .number .current-time-line {
    position: absolute;
    left: 1px;
}

.row-dashboard .col-myrdv.myrdvcrc {
    table-layout: fixed;
    border-collapse: collapse;
    overflow: auto;
}

.row-dashboard .col-myrdv.myrdvcrc .data.active div{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin: 0;
}

.row-dashboard .col-myrdv.myrdvcrc .data.active div svg {
    margin: 2px;
}

.row-dashboard .lead-day-graph {
    padding-left: 40px;
}

.row-dashboard .lead-day-graph h2,
.row-dashboard .lead-day-graph h3{
    color: #747474;
}

.row-dashboard #lead-graph canvas{
    margin-top: 15px !important;
}

@media (max-width: 1512px) {
    .row-crc .row-table.hidden-table .tr-total td {
        font-size: 16px;
    }
}

.main-header {
    top: 0 !important;
}

.row-dashboard .btn-agenda-toggle {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.row-dashboard .btn-agenda-toggle.opened {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transform: rotate(180deg);
}

.row-dashboard .row-btn-brand {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.row-dashboard .row-btn-brand button {
    margin-right: 20px;
    padding: 10px 45px;
    border-radius: 30px;
    border: 1px solid #FBA524;
}

.row-dashboard .row-btn-brand button.active {
    background-color: #FBA524;
    color: white;
}

#loaderAjax {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.68);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
}

#loaderAjax.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#loaderAjax .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #F74C0C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

#loaderAjax span {
    color: white;
    font-size: 16px;
}

.loaderAjax {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: none;
}

.loaderAjax.active {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.loaderAjax .loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #F74C0C;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute; /* Position absolue pour le div centré */
    top: 50%; /* Placez le haut du div fils à 50% du conteneur parent */
    left: 50%;
}

.loaderAjax span {
    color: white;
    font-size: 16px;
    position: absolute; /* Position absolue pour le div centré */
    top: 60%; /* Placez le haut du div fils à 50% du conteneur parent */
    left: 46%;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.fa-plus-table.collapsed {
    transform: rotate(0deg) !important;
    background: #FBA524 !important;
}

.fa-plus-table {
    border-radius: 50%;
    padding: 5px;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: white !important;
    font-size: 10px;
    cursor: pointer;
    background: red;
    transform: rotate(45deg);
}

#nav-motif-es-tabs .nav-item button{
    margin-right: 5px;
    border: none;
    background: none;
    color: #57575769;
    font-size: 17px;
    font-weight: bold;
    transition: color 500ms ease;
}

#nav-motif-es-tabs .nav-item button:hover{
    color: #0b0b0b88;
}

#nav-motif-es-tabs .nav-item button.active{
    color: rgb(255, 127, 127);
    
}

#nav-motif-es-tabs .nav-item button.active:after {
    content: '';
    margin-top: 10px;
    border-bottom: rgb(255, 127, 127) 2px solid;
    display: block;
    width: 50px;
}

/* widget agenda dashboard */
.event {
    padding: 5px;
    position: absolute;
    align-items: center;
    justify-content: space-around;
    display: flex;
    text-wrap: wrap;
    font-size: smaller;
}
.event.purple {
    background-color: #cac3e1;
}
.event.green {
    background-color: #D8F1E1;
}
.event.gray {
    background-color: #E2E2E2;
}
.event.red {
    background-color: #FECCCC;
}
.time-grid {
    min-height: 100%;
    position: relative;
}
.col-event {
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.description {
    flex-grow: 1;
    flex-shrink: 1;
    min-height: 0px;
}

/* icon demande pièce et pneu */
.icon.a-traiter {
    fill: #FF0000;
    cursor: pointer;
}
.icon.traitee {
    fill: #0845BF;
}
.tooltip .tooltip-inner {
    width: auto;
    background-color: transparent;
}
.tooltip.bs-tooltip-top {
    width: auto;
    background-color: #0845bfc6;
    border-radius: 4%;
}
/* timePicker */
.ui-timepicker-wrapper {
    width: 11em;
}
.ui-timepicker-list {
    text-align: center;
}
/* .ui-timepicker-wrapper.timepickr {
    width: 22.5em;
} */
.form-control[disabled], .form-control[readonly] {
    background-color: #fff;
}

@keyframes stripedBackground {
    100% {
        background-position: 100% 0;
    }
}

input[type="text"].flatpickr:disabled {
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
    background-size: 30px 30px;
    animation: stripedBackground 40s linear infinite;
    border: 1px solid #ccc;
    opacity: 0.3;
}

/* Pot commun */
.text-pot-commun {
    color: #DC3545;
}

/* Link compte */
.btn-search-actif {
    color: #54a0fa;
    text-decoration: underline;
}
.btn-search-actif:hover {
    color: #1359af;
    text-decoration: none;
    font-size: larger;
}

.row-dashboard-create-lead input {

}

.row-dashboard-create-lead .hidden {
    display: none !important;
}

.row-dashboard-create-lead input[type="checkbox"] {
    position: absolute;
    top: -30px;
    left: -30px;
    width: 0;
    height: 0;
}

.row-dashboard-create-lead input[type="checkbox"] + label {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    width: 64px;
    background: #F9F9F9;
    border-radius: 20px;
    border: 1px solid #d9d9d9;
    left: -1.25rem;
}

.row-dashboard-create-lead input[type="checkbox"]:checked+label:before {
    border: 1px solid #d9d9d9;
    margin-left: 32px;
}

.row-dashboard-create-lead input[type="checkbox"]:checked + label {
    background: #3DB76B;
}

.row-dashboard-create-lead input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -1px;
    width: 32px;
    height: 32px;
    background: #e5e5e5;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    border: 1px solid #d9d9d9;
    margin: 0;
}

.row-dashboard-create-lead input[type="checkbox"]:checked + span:before {
    left: 34px;
}

.row-dashboard-create-lead .box-header .form-check {
    display: flex !important;
}

.row-dashboard-create-lead .col-12-margin-btn-switch input[type="checkbox"] + label {
    top: 4px !important;
}

[type="checkbox"]:not(:checked):disabled+label:before {
    border: 1px solid #d9d9d9;
    background-color: #e5e5e5;
}

#indisponibleLabel {
    margin-left: -4px;
    font-size: 14px;
    font-weight: bold;
}

#disponibleLabel {
    margin-left: -32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

span.no {
    margin-left: -4px;
    font-size: 14px;
    font-weight: bold;
}

span.yes {
    margin-left: -32px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

#lead_fiche_reservation_vehicule_statut {
    border: none !important;
    background-color: #fff !important;
    font-weight: bold;
}

.row-dashboard-create-lead textarea,
.row-dashboard-create-lead select,
.row-dashboard-create-lead .form-control{
    border-radius: 5px;
    background-color: #F9F9F9 !important;
    border: 1px solid #d9d9d9 !important;
    color: grey !important;
}

.row-dashboard-create-lead label,
.row-dashboard-create-lead .select2-container--default,
.row-dashboard-create-lead .select2-selection--single,
.row-dashboard-create-lead .select2-selection__rendered,
.row-dashboard-create-lead input::placeholder,
.row-dashboard-create-lead textarea::placeholder,
.row-dashboard-create-lead select option,
.row-dashboard-create-lead .text-red{
    color: grey !important;
}

.row-dashboard-create-lead .select2-container--default ,
.row-dashboard-create-lead .select2-selection--single,
.row-dashboard-create-lead .select2-container--focus,
.row-dashboard-create-lead .select2-selection--multiple{
    background-color: #F9F9F9 !important;
}

.row-dashboard-create-lead textarea {
    min-height: 150px !important;
}

.row-dashboard-create-lead  .form-control-sm-textarea {
    min-height: inherit !important;
    height: 34px !important;
}

.row-dashboard-create-lead .box-header .badge-warning{
    background-color: #DDFFF7;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    color: grey;
}

.fiche-vr .form-control:not([disabled]):not([readonly]) {
    border: 1px solid #FBA524 !important;
} 
.fiche-vr .form-control:not([disabled]):not([readonly]) + .input-group-append .input-group-text {
    border: 1px solid #FBA524 !important;
} 
.fiche-vr .select2-container--default:not(.select2-container--disabled) .select2-selection--single{
    border: 1px solid #FBA524 !important;
}
.row-dashboard-create-lead .form-control.read-only {
    background-color: rgba(251, 165, 36, 0.2) !important;
}
.row-dashboard-create-lead .btn-success-create-lead,
.row-dashboard-create-lead .btn-success-create-lead:hover{
    background-color: #FBA524 !important;
    border: 1px solid #FBA524 !important;
}

.row-dashboard-create-lead .btn-default-create-lead,
.row-dashboard-create-lead .btn-default-create-lead:hover{
    background-color: white !important;
    color: grey !important;
    border: 1px solid #FBA524 !important;
}

.row-dashboard-create-lead .btn-default-create-lead:disabled {
    background-color: #ffbd5b;
    border-color: #FBA524;
    opacity: 0.5;
}

.row-dashboard-create-lead .btn-success-create-lead,
.row-dashboard-create-lead .btn-default-create-lead{
    padding: 8px 40px !important;
    margin-left: 20px !important;
    font-size : 12px;
}

.row-dashboard-create-lead .mdi {
    font-size: 20px;
}

.row-fiche .box-header{
    background-color: #F9F6F3;
    border: 0 !important;
    padding: 1rem 1rem !important;
}

.row-fiche .box-header h4{
    position: relative;
}

.row-fiche .box-header h4::before{
    content: '';
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #666666;
}

.row-fiche .boxInfo{
    /*padding-left: 0px !important;*/
    width: 100%;
    border: none;
}

.btnInfo{
    background-color: transparent;
    border: 1px solid transparent;
}

.btnIntervention{
    background-color: #DAE3F5;
    border-color: #DAE3F5;
    color: #0845bf;
    width: 30%;
    margin: 5px;
}
a.btnIntervention {
    padding-top: 12px;
}

.boxAffectation{
    position: relative;
    border-top: 0;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
}

.boxNouveau{
    background-color: #e7f4ec !important;
    border: 2px solid #3db76b;
    color: #3db76b !important;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding: 0px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
}

.boxUrgent{
    background-color: #f74d0a !important;
    color: #fff !important;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding: 0px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
}

.boxEnRetard{
    background-color: #fad4d4 !important;
    border: 2px solid #ff0000;
    color: #ff0000 !important;
    border-radius: 5px;
    position: relative;
    width: 100%;
    padding: 0px;
    transition: .5s;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 15px -5px rgba(0,0,0,0.07);
    height: 100%;
}

.row-fiche .lcdActions{
    background-color: #e2f4e9;
    color: #45b971 !important;
    font-size: .8571rem;
    line-height: 1.5;
    border-radius: 3px;
    padding: 7px 6px;
}

.row-fiche .detailFiche{
    width: 100%;
    background: #f9f9f9;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.lcdCommande{
    background-color: #eeebf8;
    color: #a28fd5 !important;
    font-size: .8571rem;
    line-height: 1.5;
    border-radius: 3px;
    padding: 7px 6px;
}

.lcdEchec{
    background-color: #fee4da;
    color: #ff1514 !important;
    font-size: .8571rem;
    line-height: 1.5;
    border-radius: 3px;
    padding: 7px 6px;
}

.badge-contract-pro,
.badge-contract-asso,
.badge-contract-particulier,
.badge-contract-admin{
    border-radius: 15px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.badge-contract-pro {
    background-color: #E83A75
}

.badge-contract-asso {
    background-color: #4974E0;
}

.badge-contract-particulier {
    background-color: #3DB76B;
}

.badge-contract-admin {
    background-color: #E2BB33;
}

.row-dashboard-create-lead .form-check {
    display: flex !important;
    justify-content: start;
    align-items: center;
}

.bg-beige {
    background-color: #F7F4F1;
}

.new-box-widget-user * {
    color: #707070;
}

.new-box-widget-user .description-block {
    display: flex;
    justify-content: start;
    margin: 10px 0;
    text-align: left;
}

.new-box-widget-user .description-block>.description-text{
    text-transform: capitalize;
}

.new-box-widget-user .bl-1 {
    border-left: 1px solid #707070;
    border-image: linear-gradient(180deg, #FFFFFF, rgba(255, 255, 255, 0.5), #707070, rgba(255, 255, 255, 0.5),#FFFFFF) 1;

}
.new-box-widget-user .br-1 {
    border-right: 1px solid #707070 !important;
}

.new-box-widget-user .description-block>.description-header {
    font-size: 24px;
    margin-right: 10px;
}

/*.btn-info{*/
/*    width: 100%;*/
/*    background-color: #FBA524 !important;*/
/*    border-color: #FBA524 !important;*/
/*    font-size: 14px;*/
/*    border-radius: 10px;*/
/*    padding: 7px 0;*/
/*}*/

form[name="lead_pot_commun"]{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dropdown-toggle-after::after {
    opacity: 0;
}

.dropdown-toggle-after .dropdown-menu {
    display: none;
    position: absolute;
}

.dropdown-toggle-after:hover .dropdown-menu {
    display: block !important;
}

.title-flex {
    justify-content: space-between;
}
.counter {
    margin-left: 15px;
}
.counter .box-title {
    font-size: xx-large !important;
    font-family: "AeonikTRIAL Bold", sans-serif;
    font-weight: bold;
    margin: 0;
}

/* input with icon begin */
.with-icon-rigth .form-control:not([disabled]):not([readonly]) {
    border-right: none !important;
}
.with-icon-rigth .form-control.read-only {
    border-right: none !important;
}
.with-icon-rigth .input-group-append .input-group-text {
    border-left: none !important;
    background-color: #f9f9f9;
    border-color: #ced4da;
    color: #a0a3a6;
}
.read-only span {
    background-color: rgba(251, 165, 36, 0.2) !important;
}
.input-group-append.read-only {
    margin-left: inherit;
}
/* input with icon end */

/* new template progress bar begin */
.theme-purple .progress-bar-gradient {
    background: linear-gradient(to right,#f74d0a, #fba524);
    position: relative;
    border-radius: 25px;
}
.theme-purple .progress-bar-start::after {
    content:"";
    position: absolute;
    right: -5px;
    background-color: #fba524;
    height:16px;
    width: 16px;
    border-radius: 100%;
    border:3px solid #fff;
}
.theme-purple .progress-bar-pause::after {
    font-family: FontAwesome;
    content:"\f04b";
    position: absolute;
    right: -5px;
    background-color: #fba524;
    height:16px;
    width: 16px;
    border-radius: 100%;
    border:2px solid #fff;
    color: #fff;
    font-size: 8px;
    display: grid;
    align-items: center;
}

.theme-purple .progress-bar-outdated {
    background-color: #F3BC69;
}
.theme-purple .progress-bar-not-started {
    background-color: #C1C1C1;
}
.theme-purple .progress {
    overflow: visible;
}
/* new template progress bar end */

.dimensionPneus {
    margin: 0 2px;
}

.dimensionPneus input {
    padding: 0;
    text-align: center;
    height: 34px;
}

.dimensionPneus.marg10{
    margin-left: 10px !important;
}

.dimensionPneus input::-webkit-outer-spin-button,
.dimensionPneus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.dimensionPneus input[type=number] {
    -moz-appearance: textfield;
}

#table-vr-reporte_wrapper, #table-vr-en-attente_wrapper {
    width: 100%;
}.avatar.avatar-marque img {
    border-radius: initial;
}
.sidebar-collapse .content-main{
    margin-left: 0;
}
/* fiche lead */
.content-fiche, .content-header, .row-dashboard-create-lead {
    font-family: 'Poppins Medium';
    color: #666666;
}
.content-left {
    border-radius: 12px;
}
.row-fiche .box-header h4{
    font-family: 'AeonikTRIAL Regular';
}
#piece-pneus .col-6 .box-body {
    border: 2px solid #bbbbbb;
}
.content-header .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #000;
}
.btn.btn-tab {
    border-top-color: #ff7f7f;
    font-size: 15px;
    font-weight: bold;
    background-color: #ff7f7f;
    color: #fff;
}
.nav-pills .show>.nav-link {
    background-color: #DFD9DE;
    border-color: #DFD9DE;
    color: #000;
}
.content-info ,.content-info .col-12 {
    padding-right: 0;
}
/* bloc box left */
.box.box-left tr td:first-child {
    width: 40%;
}

.box.box-left tr td {
    height: 2em;
}
/* bloc historique lead */
.timeline.timeline-single-column.timeline .timeline-item>.timeline-event {
    border-radius: 0 15px 15px 15px;
    border: 2px solid #bbbbbb;
}
.timeline .timeline-item>.timeline-event::before, .timeline .timeline-item>.timeline-event:after {
    content: inherit;
}
.timeline .timeline-item>.timeline-point {
    top: 10px;
    width: 30px;
    height: 30px;
    align-items: center;
    display: grid;
}
.timeline:before {
    border-right-color: #bbbbbb;
}
.timeline .timeline-item>.timeline-event {
    font-family: 'Poppins Medium';
    color: #666666;
}
.timeline.timeline-single-column.timeline .timeline-label:not(.first-label) {
    transform: inherit;
    display: flex;
    left: -15px;
}