
.card-user .card-user-name {
    min-height: 2rem;
}

.border-large {
    border-width: 3px;
    border-color: #00a8ff;
}

.card-user .btn {
    min-width: 50px;
}
.tableTUNNEL tr {
   padding: 5px;
}
.tableTUNNEL td {
    padding: 5px;
}
.tableTUNNEL th {
    padding: 5px;
}
.card-user-non-valide {
    background: #FAFAFA
}
li input {
    float: left;
    margin-right: 5px;
}
li label {word-wrap: break-word; line-height: 16px; float: left;}
.image-preview {
    min-height: 25em !important;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

thead {
    color: #6c7a86
}

.undisplayed {
    display: none;
}

.fileinput.input-group {
    height: 2.5rem;
    margin-bottom: 0;
}

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

.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;
}

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

.event-vich-image .event-preview input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 100rem;
    opacity: 0;
    cursor: pointer;
}

.event-vich-image .event-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: 35% 0 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.event-vich-image .event-preview .font-icon {
    display: block;
    font-size: 1rem;
}

.event-vich-image .event-preview:hover .update {
    opacity: 1;
}

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

.event-preview.event-preview-200 {
    width: 300px;
    height: 200px;
}

/**********************************

LOADER PAGE DE LOGIN

************************************/

.content-base {
    display: none;
}

.bg-loader {
    background-color: #73999a;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
}

.display-none {
    display: none;
}

#loader-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 15;
    overflow: hidden;
}

.welcome {
    position: absolute;
    top: 20%;
    left: 50%;
    color: #FFF;
    width: 300px;
    height: 150px;
    margin: -75px 0 0 -140px;
    text-align: center;
}

.loader {
    width: 150px;
    height: 150px;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.loader .loading {
    font-size: 10px;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-family: 'Century Gothic', sans-serif;
    font-style: italic;
    left: 0;
    top: 50%;
    margin-top: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.loader-circle-1 {
    width: 138px;
    height: 138px;
    left: 5px;
    top: 5px;
    border: 1px #fff solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-circle-2 {
    width: 126px;
    height: 126px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #00a8ff;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader .line {
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
}

.loader .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.loader .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 2px;
    height: 10px;
}

.loader .line:nth-child(4) {
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    right: 33px;
    top: 33px;
}

.loader .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader .line:nth-child(6) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 33px;
    bottom: 33px;
    background: #00a8ff;
}

.loader .subline {
    position: absolute;
    width: 3px;
    height: 2px;
    background: #fff;
}

.loader .subline:nth-child(7) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.loader .subline:nth-child(8) {
    transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.loader .subline:nth-child(9) {
    transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    right: 50px;
    top: 21px;
}

.loader .subline:nth-child(10) {
    transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
}

.loader .subline:nth-child(11) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    right: 20px;
    bottom: 49px;
    background: #00a8ff;
}

.loader .needle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader .logo {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 10px solid #FFF;
    position: absolute;
    left: 5%;
    top: 84%;
    transform: rotate(-24deg);
}

.loader .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 50px 3.5px 0;
    border-color: transparent #00a8ff transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

@keyframes pegIt {
    0% {
        transform: rotate(0deg);
    }
    16% {
        transform: rotate(75deg);
    }
    25% {
        transform: rotate(55deg);
    }
    30% {
        transform: rotate(90deg);
    }
    36% {
        transform: rotate(170deg);
    }
    42% {
        transform: rotate(150deg);
    }
    50% {
        transform: rotate(227deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@-webkit-keyframes pegIt {
    0% {
        -webkit-transform: rotate(0deg);
    }
    16% {
        -webkit-transform: rotate(75deg);
    }
    25% {
        -webkit-transform: rotate(55deg);
    }
    30% {
        -webkit-transform: rotate(90deg);
    }
    36% {
        -webkit-transform: rotate(170deg);
    }
    42% {
        -webkit-transform: rotate(150deg);
    }
    50% {
        -webkit-transform: rotate(227deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

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

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

/**********************************

          LOADER MINI

**********************************/

.loader-mini {
    width: 80px;
    height: 80px;
    border: 1px #000 solid;
    position: relative;
    left: 50%;
    top: 67px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
}

.loader-mini .loader-circle-1 {
    width: 68px;
    height: 68px;
    left: 5px;
    top: 5px;
    border: 1px #000 solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: transparent;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

.loader-mini .loader-circle-2 {
    width: 56px;
    height: 56px;
    left: 5px;
    top: 5px;
    border: 1px transparent solid;
    border-radius: 50%;
    position: absolute;
    border-right-color: #02ABBA;
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

.loader-mini .line {
    width: 5px;
    height: 1px;
    background: #000;
    position: absolute;
}

.loader-mini .line:nth-child(1) {
    left: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader-mini .line:nth-child(2) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 33px;
    top: 33px;
}

.loader-mini .line:nth-child(3) {
    top: 16px;
    left: 50%;
    width: 1px;
    height: 8px;
}

.loader-mini .line:nth-child(5) {
    right: 16px;
    top: 50%;
    margin-top: -1px;
}

.loader-mini .line:nth-child(6) {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: 23px;
    bottom: 23px;
    background: #02ABBA;
}

.loader-mini .subline {
    position: absolute;
    width: 1px;
    height: 1px;
    background: #000;
}

.loader-mini .subline:nth-child(7) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    left: 21px;
    top: 50px;
}

.loader-mini .subline:nth-child(8) {
    transform: rotate(67.5deg);
    -moz-transform: rotate(67.5deg);
    -webkit-transform: rotate(67.5deg);
    -ms-transform: rotate(67.5deg);
    left: 50px;
    top: 21px;
}

.loader-mini .subline:nth-child(9) {
    transform: rotate(112.5deg);
    -moz-transform: rotate(112.5deg);
    -webkit-transform: rotate(112.5deg);
    -ms-transform: rotate(112.5deg);
    right: 52px;
    top: 22px;
}

.loader-mini .subline:nth-child(10) {
    transform: rotate(157.5deg);
    -moz-transform: rotate(157.5deg);
    -webkit-transform: rotate(157.5deg);
    -ms-transform: rotate(157.5deg);
    right: 21px;
    top: 50px;
    width: 0;
    height: 0;
}

.loader-mini .subline:nth-child(11) {
    transform: rotate(22.5deg);
    -moz-transform: rotate(22.5deg);
    -webkit-transform: rotate(22.5deg);
    -ms-transform: rotate(22.5deg);
    right: 18px;
    bottom: 30px;
    background: #02ABBA;
}

.loader-mini .needle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px #000 solid;
    position: absolute;
    left: 52%;
    top: 52%;
    margin: -8px 0 0 -8px;
    z-index: 1;
    -webkit-animation: pegIt 3s infinite ease-in-out;
    animation: pegIt 3s infinite ease-in-out;
}

.loader-mini .needle:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.5px 25px 1.5px 0;
    border-color: transparent #02ABBA transparent transparent;
    position: absolute;
    right: 50%;
    top: 50%;
    margin: -3.5px 0 0 0;
    border-radius: 0 50% 50% 0;
}

.loader-mini .logo {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 10px solid #000;
    position: absolute;
    left: 0;
    top: 84%;
    transform: rotate(-24deg);
}

.loader-mini .line:nth-child(4) {
    color: transparent;
    background: transparent;
    width: 0;
    height: 0;
    left: 4px;
}

.loader-mini .line:nth-child(4) {
    color: transparent;
    background: transparent;
    width: 0;
    height: 0;
    left: 4px;
}

.loader-mini .line:nth-child(4) {
    color: transparent;
    background: transparent;
    width: 0;
    height: 0;
    left: 4px;
}


/**********************************

            PAGE DE LOGIN

************************************/
.bg-login {
    overflow-y: hidden;
    margin-left: 0;
    max-width: inherit;
    width: 100%;
    background-image: url("../img/fond_login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    /*background: linear-gradient(to right, #144d44, #1da3ae);*/
}

.texte-presentation {
    position: absolute;
    width: 100%;
    padding: 50px;
    bottom: 0;
    color: #343434;
    font-family: 'Lato', sans-serif;
}

.login.page-center {
    background-color: #FFF;
    width: 100%;
    max-width: 25rem;
    height: 100%;
    margin-right: 0rem;
    position: relative;
    float: right;
    overflow-y: auto;
    z-index: 999;
}

.login .baseline {
    color: #9D9D9C;
}

.login form {
    background-color: #ffffff8a;
    border: none;
}

.login form header {
    color: #343434;
}

/* form starting stylings ------------------------------- */
.login .group {
    position: relative;
    margin-bottom: 45px;
}

.login input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    /* width:300px;*/
    border: none;
    border-bottom: 1px solid #144d44;
    background-color: transparent;
    border-radius: 0;
}

.login input:focus {
    outline: none;
    background-color: transparent;
}

/* LABEL ======================================= */
.login label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
/*.login input:focus ~ label, .login input:valid ~ label        {
    top:-20px;
    font-size:14px;
    color:#144d44;
}*/
.login input ~ label.activate-state {
    top: -20px;
    font-size: 14px;
    color: #2daae1;
}

/* BOTTOM BARS ================================= */
.login .bar {
    position: relative;
    display: block;
    width: 300px;
}

.login .bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #144d44;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.login .bar:before {
    left: 50%;
}

.login .bar:after {
    right: 50%;
}

/* active state */
.login input:focus ~ .bar:before, .login input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.login .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.login input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #144d44;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #144d44;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #144d44;
    }
    to {
        width: 0;
        background: transparent;
    }
}


.login .sign-box .sign-title {
    padding: 0 0 45px;
}

.login .invalid-login {
    margin-bottom: 50px;
}

.login .reset {
    text-align: right;
}

/**********************************

            MENU

************************************/


/* Quand on a replié le menu */
body.sidebar-hidden .page-content {
    margin-left: 60px;
    padding: 80px 0 0 240px;
}

body.sidebar-hidden nav.side-menu {
    display: block;
    width: 70px;
}

body.sidebar-hidden nav.side-menu li span, body.sidebar-hidden nav.side-menu header {
    display: none;
}

body.sidebar-hidden nav.side-menu li {
    height: 70px;
}

body.sidebar-hidden nav.side-menu li i {
    font-size: 20px;
}

body.sidebar-hidden nav.side-menu .side-menu-list > a:hover {
    background-color: transparent;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.opened a {
    border: none;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.pink.opened {
    border-left: 4px solid #e84f9a;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.purple.opened {
    border-left: 4px solid #ac6bec;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.green.opened {
    border-left: 4px solid #46c35f;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.blue.opened {
    border-left: 4px solid #00a8ff;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.red.opened {
    border-left: 4px solid #fa424a;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li.gold.opened {
    border-left: 4px solid #f29824;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li:hover span {
    display: block;
    border-radius: 2px;
    background-color: #3a3f48;
    padding: 4px 8px 4px 8px;
    color: #fff;
    box-shadow: 1px 0px 2px #D4CED4, 0px 1px 2px #D4CED4, -1px 0px 2px #D4CED4, 0px -1px 2px #D4CED4;
    color: #000;
    z-index: 999;
    position: fixed;
    border: 1px solid #C2BDC2;
    font-weight: 200;
}

body.sidebar-hidden nav.side-menu .side-menu-list > li:hover a {
    position: fixed;
}

/**********************************

          TABLEAU LEAD

**********************************/
#table.table-lead td, #table.table-lead th {
    border-bottom-color: #c5c5c5 !important;
    border-left-color: transparent;
}

/**********************************

      CONVERSATIONS

**********************************/
.chat-list-item {
    border-bottom: 1px solid #ecf2f5;
}

.chat-list .chat-list-item.selected {
    background-color: #FFF;
    box-shadow: 1px 0px 2px #D4CED4, 0px 1px 2px #D4CED4, -1px 0px 2px #D4CED4, 0px -1px 2px #D4CED4;
    border-left: 6px solid #00a8ff;
}

.chat-list .chat-list-item:hover {
    background-color: #FFF;
    border-left: 6px solid #00a8ff;

}

.chat-custom .messenger-message-container .avatar {
    vertical-align: top;
}

.chat-custom .messenger-message-container.from .messages .time-ago {
    float: right;
}

.chat-custom .messenger-message-container .messages .message {
    float: right;
}

.chat-custom .messenger-message-container.from.bg-blue .messages .message div {
    float: right;
}

.chat-custom .from {
    position: relative;
    right: 150px;
}

.chat-custom .messenger-message-container.to {
    position: relative;
    left: 150px;
    width: 600px !important;
}

.chat-custom .messenger-message-container.to ul {
    width: 100%;
}

.site-header {
    background: #2daae1;
}

.site-header .site-header-content {
    width: 500px;
}


.side-menu {
    background: #3b4249;
}

.side-menu-list .lbl {
    color: #818181;
}

.side-menu-list li.opened .lbl {
    color: #818181;
}


/*****************************************

    CUSTOM COLORS

    ************************************/

nav.side-menu {
    font-family: 'Lato', sans-serif;
}


.custom-blue-high {
    color: #007baf;
}

.custom-blue {
    color: #2daae1;
}

.custom-blue-middle {
    color: #2383AE;
}


.side-menu-list li.custom-blue-high.opened,
.side-menu-list li.custom-blue-high a:hover {
    background: #007baf;
}

.side-menu-list li.custom-blue.opened,
.side-menu-list li.custom-blue a:hover {
    background: #2daae1;
}

.side-menu-list li.custom-blue-middle.opened,
.side-menu-list li.custom-blue-middle a:hover {
    background: #2383AE;
}

.side-menu-list li i {
    color: #FFF;
}

.side-menu-list li.custom-blue-high a:hover .lbl,
.side-menu-list li.custom-blue a:hover .lbl,
.side-menu-list li.custom-blue-middle a:hover .lbl,
.side-menu-list li.custom-blue-middle a:hover i,
.side-menu-list li.custom-blue-middle.opened i,
.side-menu-list li.custom-blue-high a:hover i,
.side-menu-list li.custom-blue-high.opened i,
.side-menu-list li.custom-blue a:hover i,
.side-menu-list li.custom-blue.opened i {
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-blue:hover,
body.sidebar-hidden nav.side-menu li.custom-blue:hover i {
    background-color: #2daae1;
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-blue-high:hover,
body.sidebar-hidden nav.side-menu li.custom-blue-high:hover i {
    background-color: #007baf;
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-blue-middle:hover,
body.sidebar-hidden nav.side-menu li.custom-blue-middle:hover i {
    background-color: #2383AE;
    color: #FFF;
}


.custom-red-high {
    color: #781420;
}

.custom-red {
    color: #E1263D;
}

.side-menu-list li.custom-red-high.opened,
.side-menu-list li.custom-red-high a:hover {
    background: #781420;
}

.side-menu-list li.custom-red.opened,
.side-menu-list li.custom-red a:hover {
    background: #E1263D;
}


.side-menu-list li.custom-red-high a:hover .lbl,
.side-menu-list li.custom-red a:hover .lbl,
.side-menu-list li.custom-red-high a:hover i,
.side-menu-list li.custom-red-high.opened i,
.side-menu-list li.custom-red a:hover i,
.side-menu-list li.custom-red.opened i {
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-red-high:hover,
body.sidebar-hidden nav.side-menu li.custom-red-high:hover i {
    background-color: #781420;
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-red:hover,
body.sidebar-hidden nav.side-menu li.custom-red:hover i {
    background-color: #E1263D;
    color: #FFF;
}


.custom-purple-high {
    color: #401D5A;
}

.custom-purple {
    color: #8C68AD;
}

.custom-purple-middle {
    color: #611D5A;
}


.side-menu-list li.custom-purple-high.opened,
.side-menu-list li.custom-purple-high a:hover {
    background: #401D5A;
}

.side-menu-list li.custom-purple.opened,
.side-menu-list li.custom-purple a:hover {
    background: #8C68AD;
}

.side-menu-list li.custom-purple-middle.opened,
.side-menu-list li.custom-purple-middle a:hover {
    background: #611D5A;
}

.side-menu-list li.custom-purple-high a:hover .lbl,
.side-menu-list li.custom-purple a:hover .lbl,
.side-menu-list li.custom-purple-middle a:hover .lbl,
.side-menu-list li.custom-purple-middle a:hover i,
.side-menu-list li.custom-purple-middle.opened i,
.side-menu-list li.custom-purple-high a:hover i,
.side-menu-list li.custom-purple-high.opened i,
.side-menu-list li.custom-purple a:hover i,
.side-menu-list li.custom-purple.opened i {
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-purple:hover,
body.sidebar-hidden nav.side-menu li.custom-purple:hover i {
    background-color: #8C68AD;
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-purple-high:hover,
body.sidebar-hidden nav.side-menu li.custom-purple-high:hover i {
    background-color: #401D5A;
    color: #FFF;
}

body.sidebar-hidden nav.side-menu li.custom-purple-middle:hover,
body.sidebar-hidden nav.side-menu li.custom-purple-middle:hover i {
    background-color: #611D5A;
    color: #FFF;
}

.custom-color .side-menu-list a {
    padding-left: 10px;
}

/*#liste-leads-filter .card-block{*/
/*    min-height: 200px;*/
/*}*/


/******************
Dashboard
 */


.card-block.card-prise-en-charge {
    padding: 0 15px;
}

.encart {
    border: 1px solid #d8e2e7;
    border-radius: 0;
    padding: 5px;
    min-height: 117px;
}

.encart-row {
    border-bottom: 1px solid #d8e2e7;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
}

.encart-row2 {
    border-bottom: 1px solid #d8e2e7;
    border-radius: 0;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    min-height: 70px;
}

.encart-row-small {

    padding: 0 !important;
    padding-top: 5px !important;
}

.encart-disabled {
    background-color: #d8e2e7;
    color: #ffffff;
}

.encart-disabled .number {
    color: #ffffff !important;
}

.col-encart {
    padding: 10px;

}

/* LEADS */
.leads_treatment.gradient-turquoise {
    background: linear-gradient(#2ABB9B, #16A085);
}

.gradient-turquoise {
    background: linear-gradient(#2ABB9B, #16A085);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-leads .number {
    color: #16A085;
    font-weight: bold;
    font-size: 40px;
}

.card-leads .encart-row:hover,
.card-leads .encart-active {
    border-bottom: 6px solid #16A085 !important;
    background-color: #2ABB9B;
    color: #ffffff;
}

.card-leads .encart-row2:hover,
.card-leads .encart-active2 {
    border-bottom: 6px solid #16A085 !important;
    background-color: #2ABB9B;
    color: #ffffff;
}


/* DECOUVERTE PROJET */
.leads_treatment.gradient-blue {
    background: linear-gradient(#4B77BE, #1F4788);
}

.gradient-blue {
    background: linear-gradient(#4B77BE, #1F4788);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-projet .number {
    color: #1F4788;
    font-weight: bold;
    font-size: 40px;
}

.card-projet .encart-row:hover,
.card-projet .encart-active {
    border-bottom: 6px solid #1F4788;
    background-color: #4B77BE;
    color: #ffffff;
}

.card-projet .encart-row2:hover,
.card-projet .encart-active2 {
    border-bottom: 6px solid #1F4788;
    background-color: #4B77BE;
    color: #ffffff;
}

/* PRO COMMERCIALE */
.leads_treatment.gradient-purple {
    background: linear-gradient(#875F9A, #5D3F6A);
}

.gradient-purple {
    background: linear-gradient(#875F9A, #5D3F6A);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-propo .number {
    color: #5D3F6A;
    font-weight: bold;
    font-size: 40px;
}

.card-propo .encart-row:hover,
.card-propo .encart-active {
    border-bottom: 6px solid #5D3F6A;
    background-color: #875F9A;
    color: #ffffff;
}

.card-propo .encart-row2:hover,
.card-propo .encart-active2 {
    border-bottom: 6px solid #5D3F6A;
    background-color: #875F9A;
    color: #ffffff;
}

/* ETUDE */
.leads_treatment.gradient-red {
    background: linear-gradient(#DB5A6B, #C93756);
}

.gradient-red {
    background: linear-gradient(#DB5A6B, #C93756);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-etudes .number {
    color: #C93756;
    font-weight: bold;
    font-size: 40px;
}

.card-etudes .encart-row:hover,
.card-etudes .encart-active {
    border-bottom: 6px solid #C93756;
    background-color: #DB5A6B;
    color: #ffffff;
}

.card-etudes .encart-row2:hover,
.card-etudes .encart-active2 {
    border-bottom: 6px solid #C93756;
    background-color: #DB5A6B;
    color: #ffffff;
}

/* COMMANDES */
.leads_treatment.gradient-yellow {
    background: linear-gradient(#FFB61E, #FFA631);
}

.gradient-yellow {
    background: linear-gradient(#FFB61E, #FFA631);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-commandes .number {
    color: #FFA631;
    font-weight: bold;
    font-size: 40px;
}

#dashboard .card .number {
    font-size: 30px;
}

.card-commandes .encart-row:hover,
.card-commandes .encart-active {
    border-bottom: 6px solid #FFA631;
    background-color: #FFB61E;
    color: #ffffff;
}

.card-commandes .encart-row2:hover,
.card-commandes .encart-active2 {
    border-bottom: 6px solid #FFA631;
    background-color: #FFB61E;
    color: #ffffff;
}
/* LIVRAISON */
.leads_treatment.gradient-pink {
    background: linear-gradient(#e35cd1, #e11fc7);
}

.gradient-pink {
    background: linear-gradient(#e35cd1, #e11fc7);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-livraison .number {
    color: #e11fc7;
    font-weight: bold;
    font-size: 40px;
}

.card-livraison .encart-row:hover,
.card-livraison .encart-active {
    border-bottom: 6px solid #e11fc7;
    background-color: #e35cd1;
    color: #ffffff;
}

.card-livraison .encart-row2:hover,
.card-livraison .encart-active2 {
    border-bottom: 6px solid #e11fc7;
    background-color: #e35cd1;
    color: #ffffff;
}
/* FINANCEMENT */
.leads_treatment.gradient-orange {
    background: linear-gradient(#e0693e, #f34304);
}

.gradient-orange {
    background: linear-gradient(#e0693e, #f34304);
    color: #ffff;
    font-weight: bold;
    width: 100%;
    padding: 15px;
}

.card-financement .number {
    color: #f34304;
    font-weight: bold;
    font-size: 40px;
}

.card-financement .encart-row:hover,
.card-financement .encart-active {
    border-bottom: 6px solid #f34304;
    background-color: #e0693e;
    color: #ffffff;
}

.card-financement .encart-row2:hover,
.card-financement .encart-active2 {
    border-bottom: 6px solid #f34304;
    background-color: #e0693e;
    color: #ffffff;
}

.card-accord .encart-row:hover,
.card-accord .encart-active {
    border-bottom: 6px solid #c91b47;
    background-color: #C93756;
    color: #ffffff;
}

.card-accord .encart-row2:hover,
.card-accord .encart-active2 {
    border-bottom: 6px solid #C91B47;
    background-color: #C93756;
    color: #ffffff;
}


.circle-font-icon {
    display: inline-block;
    border-radius: 60px;
    padding: 0.5em 0.6em;
    font-size: 1rem;
}

.circle-font-icon-task.label,
.circle-font-icon-task {
    background-color: #2ABB9B;
    color: #ffffff;
}

.circle-font-icon-green.label,
.circle-font-icon-green {
    background-color: #16A085;
    color: #ffffff;
}

.circle-font-icon-pink.label,
.circle-font-icon-pink {
    background-color: #C93756;
    color: #ffffff;
}

.circle-font-icon-yellow.label,
.circle-font-icon-yellow {
    background-color: #FFA631;
    color: #ffffff;
}

.circle-font-icon-red.label,
.circle-font-icon-trash,
.circle-font-icon-red {
    background-color: #C3272B !important;
    border-color: #872324 !important;
    color: #ffffff;
}

.circle-font-icon-question,
.circle-font-icon-saumon,
.circle-font-icon-saumon.label,
.circle-font-icon-search,
.circle-font-icon-plus,
.circle-font-icon-send {
    background-color: #F58F84;
    color: #ffffff;
}

.col-total {
    position: relative;
    top: 20px;
    border: 1px solid #d8e2e7;
    box-shadow: 0px 3px 8px #d8e2e7;
    float: none;
    margin: 0 auto;
    background-color: #ffffff;
}


/****** PROGRESS BAR

 */
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900");
body {
    font-family: "Titillium Web", sans-serif;
    margin: 0 auto;
}

.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.09em solid #000000;
    width: 0.82em;
    height: 0.82em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

.c100 {
    position: relative;
    font-size: 80px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #dfe8ed;
}

.c100 *, .c100 *:before, .c100 *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    width: 5em;
    line-height: 5em;
    font-size: 0.2em;
    color: #3c4761;
    display: block;
    text-align: center;
    white-space: nowrap;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.c100:after {
    position: absolute;
    top: 0.09em;
    left: 0.09em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #ffffff;
    width: 0.82em;
    height: 0.82em;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.c100.p2 .bar {
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.c100.p3 .bar {
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.c100.p4 .bar {
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.c100.p5 .bar {
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.c100.p6 .bar {
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.c100.p7 .bar {
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.c100.p8 .bar {
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.c100.p9 .bar {
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.c100.p10 .bar {
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}

.c100.p11 .bar {
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.c100.p12 .bar {
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.c100.p13 .bar {
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.c100.p14 .bar {
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.c100.p15 .bar {
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.c100.p16 .bar {
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.c100.p17 .bar {
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.c100.p18 .bar {
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.c100.p19 .bar {
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.c100.p20 .bar {
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.c100.p21 .bar {
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.c100.p22 .bar {
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.c100.p23 .bar {
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.c100.p24 .bar {
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.c100.p25 .bar {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.c100.p26 .bar {
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.c100.p27 .bar {
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.c100.p28 .bar {
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.c100.p29 .bar {
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.c100.p30 .bar {
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.c100.p31 .bar {
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.c100.p32 .bar {
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.c100.p33 .bar {
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.c100.p34 .bar {
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.c100.p35 .bar {
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}

.c100.p36 .bar {
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.c100.p37 .bar {
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.c100.p38 .bar {
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.c100.p39 .bar {
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.c100.p40 .bar {
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.c100.p41 .bar {
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.c100.p42 .bar {
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.c100.p43 .bar {
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.c100.p44 .bar {
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.c100.p45 .bar {
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}

.c100.p46 .bar {
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.c100.p47 .bar {
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.c100.p48 .bar {
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.c100.p49 .bar {
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.c100.p50 .bar {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.c100.p51 .bar {
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.c100.p52 .bar {
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -webkit-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.c100.p53 .bar {
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.c100.p54 .bar {
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.c100.p55 .bar {
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
}

.c100.p56 .bar {
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.c100.p57 .bar {
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -webkit-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.c100.p58 .bar {
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.c100.p59 .bar {
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.c100.p60 .bar {
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}

.c100.p61 .bar {
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.c100.p62 .bar {
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -webkit-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.c100.p63 .bar {
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.c100.p64 .bar {
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.c100.p65 .bar {
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
}

.c100.p66 .bar {
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.c100.p67 .bar {
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.c100.p68 .bar {
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.c100.p69 .bar {
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.c100.p70 .bar {
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}

.c100.p71 .bar {
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.c100.p72 .bar {
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.c100.p73 .bar {
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.c100.p74 .bar {
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -webkit-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.c100.p75 .bar {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.c100.p76 .bar {
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.c100.p77 .bar {
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.c100.p78 .bar {
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.c100.p79 .bar {
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.c100.p80 .bar {
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
}

.c100.p81 .bar {
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.c100.p82 .bar {
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.c100.p83 .bar {
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.c100.p84 .bar {
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -webkit-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.c100.p85 .bar {
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}

.c100.p86 .bar {
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.c100.p87 .bar {
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.c100.p88 .bar {
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.c100.p89 .bar {
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.c100.p90 .bar {
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
}

.c100.p91 .bar {
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.c100.p92 .bar {
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.c100.p93 .bar {
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.c100.p94 .bar {
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -webkit-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.c100.p95 .bar {
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}

.c100.p96 .bar {
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.c100.p97 .bar {
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.c100.p98 .bar {
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.c100.p99 .bar {
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -webkit-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.c100.p100 .bar {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.c100:hover {
    cursor: default;
}

.c100:hover > span {
    width: 3.33em;
    line-height: 3.33em;
    font-size: 0.3em;
    color: #3c4761;
}

.c100:hover:after {
    top: 0.07em;
    left: 0.07em;
    width: 0.86em;
    height: 0.86em;
}

.c100.blue .bar, .c100.blue .fill {
    border-color: #2ABB9B !important;
}

.c100.blue:hover > span {
    color: #16A085;
}

.c100.pink .bar, .c100.pink .fill {
    border-color: #DB5A6B !important;
}

.c100.pink:hover > span {
    color: #C93756;
}

.c100.purple .bar, .c100.purple .fill {
    border-color: #875F9A !important;
}

.c100.purple:hover > span {
    color: #5D3F6A;
}

.c100.yellow .bar, .c100.yellow .fill {
    border-color: #FFB61E !important;
}

.c100.yellow:hover > span {
    color: #FFA631;
}

.label-indicateur {
    position: relative;
    top: 26px;
}

.row-percent {
    margin-bottom: 20px;
}

.margin-row {
    margin-bottom: 20px;
}


/******************

PAGE STATISTIQUES

** ****************/
#myTabContentSource,
#myTabSource,
#myTabCanaux,
#myTabContentCanaux {
    background: #ffffff;
}

#repartitionLeads,
#sourceLeads,
#raisonEchecs,
#repartitioneSeller,
#echecsEseller,
#ventes,
#traitement,
#historique {
    padding: 20px;
}

.nav.nav-pills.nav-reporting .nav-link.active,
.nav.nav-pills.nav-equipe .nav-link.active
{
    background: linear-gradient(#124E45, #02ABBA);
    border-radius: 2px;
}

.nav.nav-pills.nav-reporting .nav-link:hover,
.nav.nav-pills.nav-equipe .nav-link:hover
{
    background: #02ABBA;
    color: #ffffff;
    border-radius: 2px;
}

.nav-reporting {
    padding: 15px;
}

#typeLeads {
    border: 1px solid #02ABBA;
}

#header-detailsHistorique {
    background: #02ABBA;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

#typeLeads div div {
    padding: 10px;
    display: inline-block;
}

#typeLeads div div:last-child {
    float: right;
    font-weight: bold;
}

.square-blue {
    color: #4B77BE;
    padding-left: 10px;
}

.square-yellow {
    color: #FCB61F;
    padding-left: 10px;
}

.square-red {
    color: #DB5A6B;
    padding-left: 10px;
}

.square-green {
    color: #2ABB9B;
    padding-left: 10px;
}

.square-purple {
    color: #875F9A;
    padding-left: 10px;
}

#chart-historiqueLeads svg,
#chart-traitementLeads svg,
#chart-repartitionEseller svg,
#chart-nbVentes svg {
    width: 100%;
}

.loader-Statistiques {
    top: 167px;
    background: #ffffff;
}

/*****************************************

    Tableau disponibilités eSeller

    ************************************/
#dispoEseller tr, #dispoEseller td,
#pausesAMEseller tr, #pausesAMEseller td,
#pausesPMEseller tr, #pausesPMEseller td,
#pausesDejEseller tr, #pausesDejEseller td{
    padding: 10px;

}

#dispoEseller th,
#pausesAMEseller th,
#pausesPMEseller th,
#pausesDejEseller th{
    background: #F6F8FA;
    color: #ADB5BC;
    text-align: center;
}

.dispo-red {
    background: #DB5A6B;
    width: 20px;
    height: 20px;
}
.dispo-red-AM{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #db5a6b #37bb9e73 #37bb9e73 #37bb9e73;
}
.dispo-red-PM{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #37bb9e73 #37bb9e73 #db5a6b #37bb9e73;
}
 .dispo-green {
    background: #37bb9e73;
    width: 20px;
    height: 20px;
}

.dispoColor-green {
    color: #37bb9e73;
    font-weight: bold;
}

.dispoColor-red {
    color: #DB5A6B;
    font-weight: bold;
}
.dispo-corail {
    background: #FBD90D;
    width: 20px;
    height: 20px;
}
.dispoColor-corail {
    color: #FBD90D;
    font-weight: bold;
}
.dispo-orange {
    background: #DB8D07;
    width: 20px;
    height: 20px;
}
.dispo-grey{
    background: #dadada;
    width: 20px;
    height: 20px;
}

.dispo-grey-AM{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #dadada #37bb9e73 #37bb9e73 #37bb9e73;
}
.dispo-grey-PM{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: #37bb9e73 #37bb9e73 #dadada #37bb9e73;
}

.dispo-red-AM span, .dispo-red-PM span{
    position: relative;
    bottom: 20px;
    left: 5px;
}
.dispoColor-orange {
    color: #DB8D07;
    font-weight: bold;
}

/* Pause du matin */
.dispo-green-1 {
    background: #8fe025;
    width: 20px;
    height: 20px;
}
.dispoColor-green-1 {
    color: #8fe025;
    font-weight: bold;
}

.dispo-green-2 {
    background: #5bbfbf;
    width: 20px;
    height: 20px;
}
.dispoColor-green-2 {
    color: #5bbfbf;
    font-weight: bold;
}
.dispo-green-3 {
    background: #41BA5E;
    width: 20px;
    height: 20px;
}
.dispoColor-green-3 {
    color: #41BA5E;
    font-weight: bold;
}
.dispo-green-4 {
    background: #A4C445;
    width: 20px;
    height: 20px;
}
.dispoColor-green-4 {
    color: #A4C445;
    font-weight: bold;
}
/* Pause due l'aprem */
.dispo-blue-1 {
    background: #1EABBA;
    width: 20px;
    height: 20px;
}
.dispoColor-blue-1 {
    color: #1EABBA;
    font-weight: bold;
}

.dispo-blue-2 {
    background: #114FD4;
    width: 20px;
    height: 20px;
}
.dispoColor-blue-2 {
    color: #114FD4;
    font-weight: bold;
}
.dispo-blue-3 {
    background: #27a7ce;
    width: 20px;
    height: 20px;
}
.dispoColor-blue-3 {
    color: #27a7ce;
    font-weight: bold;
}
.dispo-blue-4 {
    background: #3FD487;
    width: 20px;
    height: 20px;
}
.dispoColor-blue-4 {
    color: #3FD487;
    font-weight: bold;
}

.card-dispoEquipe.card-block {
    min-height: 150px;
}
.border-separate{
    border-bottom: 5px solid #c3c3c3;
}

.tachesBox{
    padding: 20px;
    background: #FFFFFF;
    display:inline-block;
    border-bottom: 4px solid transparent;
    width: 100%;

}
.tachesBox.selectedEquipe{
    border-bottom-color: #1fabbb;
}
.tachesBox h3{
    display: inline-block;
    font-size: 20px;
    margin-right: 20px;
}
/*************************************

SIDEBAR

 */

#sidebar.side-menu .jspPane {
    padding-top: 20px !important;
}

#sidebar.side-menu,
#sidebar-admin.side-menu{
    background: #32353D;
    color: #818896;
    /*z-index: 200;*/
    min-width: 290px;
    padding: 5px !important;
    overflow: scroll !important;
    width:320px;
}
#sidebar-admin.side-menu{
    right: 0;
    left: initial;
}

#sidebar.side-menu #toggleMenu,
#sidebar-admin.side-menu #toggleMenu_admin{
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    position: relative;
    top: 90px;
    text-align: right;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    cursor:pointer;
}

#sidebar.side-menu #show-hide-sidebar-toggle span,
#sidebar.side-menu #show-hide-sidebar-toggle span:before,
#sidebar.side-menu #show-hide-sidebar-toggle span:after {
    background: #1da3ae;
}

#sidebar .side-menu-list > li .fa,
#sidebar .side-menu-list > li .font-icon,
#sidebar .side-menu-list > li .glyphicon {
    color: #818896;
    background: #3a3f48;
    margin-right: 10px;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;

}

#sidebar .side-menu-list a:hover {
    background: transparent;
    border: none;
}

#sidebar .side-menu-list a:hover .lbl {
    color: #ffffff;
}

#sidebar .side-menu-list a .lbl {
    position: relative;
    left: 10px;
}

#sidebar .side-menu-list li.opened {
    background: transparent;
    border: none;
}

#sidebar .side-menu-list li.opened a .lbl {
    color: #ffffff;
}

#sidebar .side-menu-list > li.opened a {
    border: none;
}

#sidebar.side-menu .side-menu-title {
    font-size: 18px;
    margin-top: 50px;
}

#sidebar .side-menu-list > li {
    line-height: 35px;
}

#sidebar .side-menu-list > li.gold a:hover .fa,
#sidebar .side-menu-list > li.gold a:hover .lbl,
#sidebar .side-menu-list > li.opened.gold .fa {
    color: #f29824;
}

#sidebar .side-menu-list > li.grey a:hover .font-icon,
#sidebar .side-menu-list > li.grey a:hover .lbl,
#sidebar .side-menu-list > li.opened.grey .font-icon {
    color: #adb7be;
}

#sidebar .side-menu-list > li.purple a:hover .glyphicon,
#sidebar .side-menu-list > li.purple a:hover .lbl,
#sidebar .side-menu-list > li.opened.purple .glyphicon {
    color: #ac6bec;
}

#main_menu .red {
    color: #fa424a;
}

#main_menu .pink {
    color: #e84f9a;
}

#main_menu .blue {
    color: #00a8ff;
}

#main_menu .green {
    color: #46c35f;
}

.table-lead-stats td {
    padding-bottom: 2px;
}

/*#main_menu {
    position: relative;
    left: 14%;
}*/

#main_menu .btn.dropdown-toggle {
    background: transparent;
    border: none;
}

#main_menu .purple {
    color: #ac6bec;
}

#main_menu .gold {
    color: #f29824;
}

#main_menu .btn-group.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle:focus {
    color: #000000;
}

.site-header .site-header-shown {
    position: relative;
    bottom: 30px;
}

#customRadio input, #customRadio label {
    display: inline-block;
}

.side-menu input,
.side-menu .select2-container--default .select2-selection--single .select2-selection__rendered,
.side-menu select,
.side-menu .form-control:focus,
.side-menu .select2-container--default .select2-selection--multiple {
    background: transparent;
    color: white !important;
}

#sidebar.side-menu .site-logo img {
    height: 40px;
    top: -12px;
    margin-left: 8px;
    margin-right: 30px;
}

#main_menu ul li {
    display: table-cell;
    margin-left: 10px;
    padding: 0 16px;
    /*opacity: 0.3;*/
}

#main_menu ul li a {
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

#main_menu ul li.active {
    opacity: 1;
    border-bottom: 6px solid #1FABBB;
    padding-bottom: 33px;
}

#main_menu ul li.active a {
    color: #1FABBB;
}

.side-menu form {
    margin-top: 100px;
}

.site-header .site-header-shown {
    bottom: 60px;
}

#camp-week, #camp-weekFin {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #9AA6AD;
    padding: 7px;
}

@media all and (min-width: 1024px) and (max-width: 1057px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 25%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 75%;
    }
}

@media all and (min-width: 1058px) and (max-width: 1298px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 32%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 65%;
    }
}

@media all and (min-width: 1299px) and (max-width: 1439px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 28%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 69%;
    }
}

@media all and (min-width: 1440px) and (max-width: 1569px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 25%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 72%;
    }
}

@media all and (min-width: 1570px) and (max-width: 1679px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 24%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 73%;
    }
}

@media all and (min-width: 1680px) and (max-width: 2559px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 23%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 74%;
    }
}

@media all and (min-width: 2560px) {
    .dashboard-column .push-md-3,
    .header-page .push-md-3 {
        left: 15%;
    }

    .dashboard-column .col-md-9,
    .header-page .col-md-9 {
        width: 83%;
    }
}


#customRadio {
    text-align: center;
}

/* label */
#customRadio label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    margin: 12px 0;
    cursor: pointer;
    position: relative;
    padding: 0 6px;
}


/* input */
.custom-radio {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}


/* .design */
.design {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid white;
    position: relative;
    margin-right: 10px;
}

.design::before,
.design::after {
    content: "";
    display: block;

    width: inherit;
    height: inherit;

    border-radius: inherit;

    position: absolute;
    transform: scale(0);
    transform-origin: center center;
}

.design:before {
    background: white;
    opacity: 0;
    transition: .3s;
}

.design::after {
    background: #1FABBB;
    opacity: .4;
    transition: .6s;
    position: relative;
    right: 1px;
    bottom: 20px;
}


/* .text */
#customRadio .text {
    color: white;
    font-weight: bold;
}


/* checked state */
.custom-radio:checked + .design::before {
    opacity: 1;
    transform: scale(.6);
    position: relative;
    right: 1px;
    bottom: 1px;
}


/* other states */
.custom-radio:hover + .design,
.custom-radio:focus + .design {
    border: 1px solid #1FABBB;
}

.custom-radio:hover + .design:before,
.custom-radio:focus + .design:before {
    background: #1FABBB;
}

.custom-radio:hover ~ .text {
    color: #1FABBB;
}

.custom-radio:focus + .design::after,
.custom-radio:active + .design::after {
    opacity: .1;
    transform: scale(2.6);


}

/**************************************************
                    TOOLTIP
 ***************************************************/
.tooltip-uyb {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    z-index: 10000;
}

.tooltip-uyb:hover {
    cursor: pointer;
    z-index: 10000;
}

.tooltip-uyb:hover .tooltip__content {
    -webkit-transform: translate3d(-50%, -10%, 0);
    -moz-transform: translate3d(-50%, -10%, 0);
    -ms-transform: translate3d(-50%, -10%, 0);
    -o-transform: translate3d(-50%, -10%, 0);
    transform: translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
    z-index: 10000;
}

.tooltip__content {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-transform: translate3d(-50%, 0%, 0);
    -moz-transform: translate3d(-50%, 0%, 0);
    -ms-transform: translate3d(-50%, 0%, 0);
    -o-transform: translate3d(-50%, 0%, 0);
    transform: translate3d(-50%, 0%, 0);
    -webkit-transform-origin: 0 10px;
    -moz-transform-origin: 0 10px;
    -ms-transform-origin: 0 10px;
    -o-transform-origin: 0 10px;
    transform-origin: 0 10px;
    background-color: #fff;
    border-radius: 4px;
    color: #2f2f2f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    left: 50%;
    opacity: 0;
    padding: 10px 20px;
    pointer-events: none;
    position: absolute;
    text-align: left;
    bottom: 100%;
    z-index: 10000;
    width: fit-content;
    -webkit-box-shadow: 13px 9px 29px -17px rgba(0, 0, 0, 0.66);
    -moz-box-shadow: 13px 9px 29px -17px rgba(0, 0, 0, 0.66);
    box-shadow: 13px 9px 29px -17px rgba(0, 0, 0, 0.66);
}

.tooltip__content:before {
    border-color: transparent;
    border-top-color: #fff;
    border-style: solid;
    border-width: 10px;
    content: ' ';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    bottom: -20px;
    width: 0;
    z-index: 10000;
}

.tooltip__content:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 10000;
}

.tooltip__content:hover {
    -webkit-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -moz-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -ms-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    -o-transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    transform: rotateX(0deg) translate3d(-50%, -10%, 0);
    opacity: 1;
    pointer-events: auto;
    z-index: 10000;
}

/**************************************************
                   FIN TOOLTIP
 ***************************************************/

.collapsing-btn {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}

.collapsing-btn span {
    display: block;
    text-align: right;
    position: relative;
    top: -20px;
    font-size: 14px;
}

.collapsing-btn:hover, .collapsing-btn:focus {
    color: #20ABBB;
}

hr.blue {
    border-top-color: #20ABBB;
}

#accordion,
#accordion_admin{
    padding: 0 24px;
}

#toggleMenu_hide {
    position: fixed;
    z-index: 200;
    left: 14px;
    top: 90px;
}
#toggleMenu_hide_admin {
    position: fixed;
    z-index: 200;
    right: 20px;
    top: 90px;
    color:#FFF;
    cursor: pointer;
}
#sidebar_hide {
    background: #32343C;
    height: 100%;
    position: fixed;
    width: 50px;
    z-index: 100;
    left: 0;
    top: 79px;
}
#sidebar_hide_admin {
    background: #32343C;
    height: 100%;
    position: fixed;
    width: 50px;
    z-index: 100;
    right: 0;
    top: 79px;
}

.full_screen.col-md-11 {
    margin-left: 105px;
}

#toggleMenu_hide i,
#toggleMenu i {
    color: white;
    font-size: 22px;
}

#toggleMenu_hide {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.filtresLeadsEvent.active {
    background: #20ABBB;
    color: white;
}

.filtresEsellerAgence.active {
    background: #20ABBB;
    color: white;
}

#resetForm,
#resetForm2 {
    color: #20ABBB;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: underline;
    text-align: center;
    display: block;
}


#resetForm:hover,
#resetForm2:hover,
#resetForm:focus,
#resetForm2:focus {
    color: white;

}

#sidebar.side-menu #toggleMenu i:hover,
#toggleMenu_hide i:hover {
    cursor: pointer;
}

#sidebar.side-menu #toggleMenu i:hover,
#toggleMenu_hide i:hover {
    color: #20ABBB;
}

.item-planning:hover {
    background: #20ABBB;
    cursor: pointer;
}

#sidebar .btn-group.bootstrap-select > .btn.dropdown-toggle {
    background: transparent !important;
    color: #ffffff !important;
}
/* Permet de mettre la liste déroulante en dark -- à suppprimer si effet de bord sur d'utres formulaires */
#sidebar .dropdown-menu {
    background: #32353D !important;
    color: #ffffff !important;

}
#sidebar .listeEseller .dropdown-menu{
    padding-bottom: 20px;
}
#sidebar .btn-group.bootstrap-select .dropdown-menu a{
    color: #ffffff !important;
}
/* Fin stylisation liste déroulante dark */


/***********************************************************************
            GRAPHIQUE ENTONOIR
 **********************************************************************/
.entonnoir_transformation{
    margin-top: 50px;
}
.entonnoir_transformation.tunnel-event .taux_transfo{
    position: relative;
    left: 211px;
    text-align: center;
}

.entonnoir_transformation span{
    text-align: center;
    display: block;
    font-size: 14px;
}
.entonnoir_transformation .percent{
    margin: 0 auto;
    margin-bottom: 5px;
    cursor: pointer;
}
.entonnoir_transformation .numbers{
    transform: rotate(180deg);
    color: #ffffff;
    top: 1px;
    position: relative;
    font-weight: bold;
    font-size: 17px;
    display: block;
}
.entonnoir_transformation .taux_transfo{
    position: absolute;
    right: 9px;
    margin-top: -21px;
    text-align: left;
    font-weight: bold;
    font-size: 15px;
}
.entonnoir_transformation .percent_LEAD{
    height: 0;
    width: 477px;
    border-bottom: 30px solid #16A085;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(180deg);
}
.entonnoir_transformation .percent_CONTACT{
    height: 0;
    width: 393px;
    border-bottom: 30px solid #1F4788;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(180deg);
}
.entonnoir_transformation .percent_INTERET{
    height: 0;
    width: 276px;
    border-bottom:30px solid #5D3F6A;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(180deg);
}
.entonnoir_transformation .percent_PROPACC{
    height: 0;
    width: 210px;
    border-bottom:30px solid #C93756;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    transform: rotate(180deg);
}

.entonnoir_transformation .percent_ETUDE{
    height: 0;
    width: 156px;
    border-bottom: 30px solid #FFA631;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;

    transform: rotate(180deg);
}
.entonnoir_transformation .percent_ETUDEACC{
    height: 0;
    width: 91px;
    border-bottom: 30px solid #e11fc7;

    transform: rotate(180deg);
}
.entonnoir_transformation .percent_COMMANDE{
    height: 0;
    width: 91px;
    border-bottom: 30px solid #f34304;

    transform: rotate(180deg);
}
.entonnoir_transformation .percent_LIVRAISON{
    height: 0;
    width: 91px;
    border-bottom: 30px solid #e11fc7;

    transform: rotate(180deg);
}
.entonnoir_transformation .percent_DOSSIER{
    height: 0;
    width: 91px;
    border-bottom: 30px solid #f34304;

    transform: rotate(180deg);
}
.entonnoir{
    display: none;
}

@media (min-width: 1280px) and (max-width:1366px) {
    .entonnoir_transformation .percent_LEAD{
        width: 375px;
    }
    .entonnoir_transformation .percent_CONTACT{
        width: 291px;
    }
    .entonnoir_transformation .percent_INTERET{
        width: 211px;
    }
    .entonnoir_transformation .percent_ETUDE{
        width: 134px;
    }
    .entonnoir_transformation .percent_ACCORD,
    .entonnoir_transformation .percent_BON,
    .entonnoir_transformation .percent_DOSSIER{
        width: 65px;
    }
}

#cam-activites-entites .c3-chart-arcs-title,
#cam-activites-canaux .c3-chart-arcs-title{
    font-weight: bold;
    font-size: 20px;
}

.onglets_activites{
    margin-top:20px;
}

/***********************************************************************
            BOUTON SUBMIT RECHERCHE MENU FILTRE
 **********************************************************************/
#rechercher{
    position: fixed;
    top:170px;
    left: 338px;
    cursor:pointer;
    background: #08ABBA;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}
#rechercher span{
    color: #ffffff;
    position: relative;
    top:17px;
    left: 17px;
}

.iti{
    width: 100%;
}


#btn_AjouterRDV{
    margin-top:10px;
}

/***********************************************************************
            RESPONSIVE
 **********************************************************************/
.site-header-collapsed{
    display:none;
}
@media all and (max-width: 522px){
    .site-header .site-header-content .site-header-content-in{
        margin-top: -41px;
    }
}
@media all and (max-width: 1439px){
    .c100{
        margin:36px auto;
    }
    .col-percent{
        width:100%;
    }
}
@media all and (max-width: 1056px){
    #main_menu{
        display:none;
    }
    .site-header .site-header-shown{
        bottom: 0;
    }
}
@media all and (min-width: 1057px) and (max-width: 1280px){
    #main_menu{
        left: 0;
        width: 95%;
    }
}

@media all and (max-width: 1024px){
    #main_menu{
        display:none;
    }
    .site-header-collapsed{
        display:block;
    }
    .site-header-collapsed ul li{
        margin-bottom:20px;
    }
    .site-header-collapsed ul li a{
        color:#000;
        opacity: 0.8;
        text-transform: uppercase;

    }
    .site-header-collapsed ul li.active a{
        color:#08ABBA;
        opacity: 1;
        font-weight:bold;
    }
    .site-header-collapsed ul li a i{
        color:#08ABBA;
        margin-right:10px;

    }
    .site-header .site-header-shown {
        bottom: 0;
    }

    #sidebar.side-menu{
        left:0;
        width: 95%;
    }
    #sidebar-admin.side-menu{
        left: 51px;
        width: 96%;
    }
    #toggleMenu_admin{
        margin-top: 67px !important;
    }

    .full_screen.col-md-11 {
        margin-left: 56px;
    }
    .boutons_viewLead .btn{
        margin-top: 10px !important;
    }
    #rechercher{
        left: auto;
        right:54px;
    }
    .c100{
        margin:36px auto;
    }
}


/***********************************************************************
            GESTION DES COULEURS REPORTING
 **********************************************************************/
#btn-vue-tableau-tunnel.btn-default,
#btn-vue-graph.btn-default,
#btn-vue-tableau-agence.btn-default,
#btn-vue-graph-agence.btn-default,
#btn-vue-tableau-indicateur.btn-default,
#btn-vue-graph-indicateur.btn-default
{
    background-color: transparent;
    border-color: #1fabbb;
}
#btn-vue-tableau-tunnel.btn-default i,
#btn-vue-graph.btn-default i,
#btn-vue-tableau-agence.btn-default i,
#btn-vue-graph-agence.btn-default i,
#btn-vue-tableau-indicateur.btn-default i,
#btn-vue-graph-indicateur.btn-default i
{
    color: #1fabbb;
}
#btn-vue-tableau-tunnel.btn-default:hover,
#btn-vue-graph.btn-default:hover,
#btn-vue-tableau-agence.btn-default:hover,
#btn-vue-graph-agence.btn-default:hover,
#btn-vue-tableau-indicateur.btn-default:hover,
#btn-vue-graph-indicateur.btn-default:hover,
#btn-vue-tableau-indicateur.btn-secondary
{
    background-color: #1fabbb;
}
#btn-vue-tableau-tunnel.btn-default:hover i,
#btn-vue-graph.btn-default:hover i,
#btn-vue-tableau-agence.btn-default:hover i,
#btn-vue-graph-agence.btn-default:hover i,
#btn-vue-tableau-indicateur.btn-default:hover i,
#btn-vue-graph-indicateur.btn-default:hover i
{
    color: #ffffff;
}
#btn-vue-tableau-tunnel.btn-secondary,
#btn-vue-graph.btn-secondary,
#btn-vue-tableau-agence.btn-secondary,
#btn-vue-graph-agence.btn-secondary,
#btn-vue-graph-activites.btn-secondary,
#btn-vue-graph-indicateur.btn-secondary,
#btn-vue-graph-indicateur.btn-secondary,
#btn-vue-tableau-indicateur.btn-secondary
{
    background-color: #1fabbb;
    border-color: #1fabbb;
}
#btn-vue-tableau-tunnel.btn-secondary i,
#btn-vue-graph.btn-secondary i,
#btn-vue-tableau-agence.btn-secondary i,
#btn-vue-graph-agence.btn-secondary i,
#btn-vue-graph-activites.btn-secondary i,
#btn-vue-graph-indicateur.btn-secondary i,
#btn-vue-graph-indicateur.btn-secondary i
{
    color: #ffffff;
}
#btn-valeur-format-val.btn-primary,
#afficherVal.btn-primary,
#btn-valeur-format-val-act.btn-primary,
#btn-repart-groupe-leads.btn-primary,
#btn-repart-canal-leads.btn-primary,
#btn-synthese.btn-primary

{
    background:#144d44;
    border-color:#144d44;
}
#btn-valeur-format-val.btn-primary:hover,
#afficherVal.btn-primary:hover,
#btn-valeur-format-val-act.btn-primary:hover,
#btn-repart-groupe-leads.btn-primary:hover,
#btn-repart-canal-leads.btn-primary-uyb,
#btn-synthese.btn-primary-uyb
{
    background:transparent;
}
#btn-valeur-format-val.btn-primary:hover i,
#afficherVal.btn-primary:hover i,
#btn-valeur-format-val-act.btn-primary:hover i,
#btn-repart-canal-leads.btn-primary-uyb,
#btn-synthese.btn-primary-uyb
{
    color:#144d44;
}
#btn-valeur-format-pct.btn-primary-uyb,
#afficherTaux.btn-primary-uyb,
#btn-valeur-format-pct-act.btn-primary-uyb,
#btn-repart-groupe-leads.btn-primary-uyb,
#btn-repart-canal-leads.btn-primary:hover,
#btn-repart-leads-indicateur.btn-primary:hover,
#btn-repart-leads-indicateur.btn-primary-uyb,
#btn-repart-groupe-leads-indicateur.btn-primary:hover,
#btn-repart-groupe-leads-indicateur.btn-primary-uyb,
#btn-repart-canal-leads-indicateur.btn-primary-uyb,
#btn-repart-canal-leads-indicateur.btn-primary:hover
{
    border-color:#144d44;
    background:transparent;
}

#btn-valeur-format-pct.btn-primary-uyb i,
#afficherTaux.btn-primary-uyb i,
#btn-valeur-format-pct-act.btn-primary-uyb i,
#btn-repart-groupe-leads.btn-primary-uyb,
#btn-repart-groupe-leads.btn-primary:hover,
#btn-repart-canal-leads.btn-primary:hover,
#btn-repart-leads-indicateur.btn-primary:hover,
#btn-repart-leads-indicateur.btn-primary-uyb,
#btn-repart-groupe-leads-indicateur.btn-primary:hover,
#btn-repart-groupe-leads-indicateur.btn-primary-uyb,
#btn-repart-canal-leads-indicateur.btn-primary-uyb,
#btn-repart-canal-leads-indicateur.btn-primary:hover
{
    color:#144d44;
}
#btn-valeur-format-pct.btn-primary-uyb:hover,
#afficherTaux.btn-primary-uyb:hover,
#btn-valeur-format-pct-act.btn-primary-uyb:hover,
#btn-repart-groupe-leads.btn-primary-uyb:hover,
#btn-repart-canal-leads.btn-primary-uyb:hover,
#btn-repart-canal-leads.btn-primary,
#btn-repart-leads-indicateur.btn-primary,
#btn-repart-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-groupe-leads-indicateur.btn-primary,
#btn-repart-groupe-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-canal-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-canal-leads-indicateur.btn-primary
{
    background:#144d44;
}

#btn-valeur-format-pct.btn-primary-uyb:hover i,
#afficherTaux.btn-primary-uyb:hover i,
#btn-valeur-format-pct-act.btn-primary-uyb:hover i,
#btn-repart-groupe-leads.btn-primary-uyb:hover,
#btn-repart-canal-leads.btn-primary-uyb:hover,
#btn-repart-canal-leads.btn-primary,
#btn-repart-leads-indicateur.btn-primary,
#btn-repart-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-groupe-leads-indicateur.btn-primary,
#btn-repart-groupe-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-canal-leads-indicateur.btn-primary-uyb:hover,
#btn-repart-canal-leads-indicateur.btn-primary
{
    color:#ffffff;
}
#synthese-activite .col{
    display:inline-block;
}
#business{
    text-align:center;
    margin-top:20px;
}
#synthese-activite .rect{
    margin-bottom: 10px;
    padding:10px;
    color:#FFFFFF;
    text-align:center;
    vertical-align:top;
    min-height: 42px;
}
#synthese-activite .rect-blue{
    background:#1fabbb;
}
#synthese-activite .rect-lightBlue{
    background: #14adff;
}
#synthese-activite .rect-darkBlue{
    background: #006289;
}
#synthese-activite .rect-grey{
    background: #9fa0a0;
}
#synthese-activite .rect-darkGrey{
    background: #3d4545;
}
#synthese-activite .rect-black{
    background: #000000;
}
/* FULL CALENDAR - TACHES */
.fc-popover .fc-header{
    background:#1fabbb;
}
.item-planning.bg-primary,
.fc-state-active,
.selectedEquipe{
    background-color: #1fabbb !important;
}

.fc-popover.click .fc-header:before{
    border-color: transparent transparent #1fabbb transparent;
}
.fc-body a{
    color:#1fabbb;
}

/* REPORTING */
#chart-activites-entites tspan,
#chart-activites-entites .c3-axis-y-label,
#chart-activites-entites .c3-texts,
#chart-activites-full-entites tspan,
#chart-activites-full-entites .c3-axis-y-label,
#chart-activites-full-entites .c3-texts,
#chart-activites-full-canaux tspan,
#chart-activites-full-canaux .c3-axis-y-label,
#chart-activites-full-canaux .c3-texts,
#chart-activites-canaux tspan,
#chart-activites-canaux .c3-axis-y-label,
#chart-activites-canaux .c3-texts,
#cam-activites-canaux .c3-chart-arc text
{
    font-size: 14px;
}

.motifAbandon{
    height: 2.5rem;
    border-color: #c5d6de;
    background-color: #fff;
    box-shadow: none;
    font-size: 1rem;
    color: #343434!important;
    padding: .5rem .75rem;
    border-radius: .25rem;
    width:100%;
}

.libelle-equipe{
    cursor:pointer;
}
.libelle-equipe h3:hover{
    color: #1fabbb !important;
}
.libelle-equipe span:hover{
    color: #1fabbb !important;
}
.libelle-equipe.selectedEquipe{
    background:transparent !important;
}
.libelle-equipe.selectedEquipe h3{
    color: #1fabbb !important;
}
#fullCalendar .collapse{
    margin-top: -7px;
}

/*!* MODAL modif absence et pause*!*/
#formModifAbsence #jours,
#formModifAbsence #periode,
#formModifAbsence #reccurence{
    display:block;
    clear:both;
}
#formModifAbsence #horaireD,
#formModifAbsence #dateD,
#formModifAbsence .modal-footer{
    clear:both;
}
#wrapper-dispoEquipe td{
    cursor:pointer;
}

form[name="lead"] .tt-hint{
    display:none !important;
}
form[name="lead"] .tt-dropdown-menu{
    background:#FFFFFF;
    border: 1px solid rgba(197,214,222,.7);
    padding: 10px;
    width: 100%;
}


/********************************

    LANDING PAGE CAMPAGNE

******************************** */
#landingPage_campagne{
    max-width:1280px;
    margin:0 auto;
    background: #FFFFFF;
    padding: 30px;
    margin-top: -17px;
}

#landingPage_campagne h3{
    font-size: 22px;
    text-align: center;
    color: #6D7F7C;/*#95ADA9;*/
}
#landingPage_campagne h4.baseline{
    font-size: 23px;
    color: #95ADA9;
}
#landingPage_campagne h1{
    color:#134D44;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 5px;
}
#landingPage_campagne h2{
    color:#1FABBB;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0;
}
#landingPage_campagne h3.validite{
    color:#1FABBB;
    text-align: center;
}
#landingPage_campagne .adjust{
    position: relative;
    text-align: center;
}
#landingPage_campagne .card-round{
    margin:10px;
    width: 350px;
    vertical-align: top;
    height: 515px;
    display: inline-block;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 5px 21px -6px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 5px 21px -6px rgba(0,0,0,0.54);
    box-shadow: 0px 5px 21px -6px rgb(0 0 0 / 21%);
}
#landingPage_campagne .card-round img{
    object-fit: contain;
    width: 347px;
    height: 200px;
}

#landingPage_campagne h5{
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 16px;
    font-weight: bold;
}

#landingPage_campagne h4.nom{
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 0;
}
#landingPage_campagne h6{
    color: #95ADA9;
    text-transform: initial;
    font-weight: bold;
    border-bottom: 1px solid #95ADA9;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 12px;
}
#landingPage_campagne .price{
    color:#1FABBB;
    font-weight: bold;
    font-size: 16px;
    float: left;
    text-align: left;
    clear: left;
}
#landingPage_campagne .bigger{
    font-size: 20px;
}
#landingPage_campagne .stock{
    float: right;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    bottom: 49px;
}
#landingPage_campagne .descriptionCourte{
    font-size: 16px;
    margin-top: 21px;
    position: relative;
    max-width: 320px;
    max-height: 46px;
    overflow-y: hidden;
    clear: both;
    text-align: left;
    bottom: 42px;
}
#landingPage_campagne .location{
    float: right;
    color: #95ADA9;
    margin-bottom: 20px;
    position: relative;
    bottom: 53px;
    clear: right;
}
#landingPage_campagne .btn.btn-pink{
    border-radius: 7px;
    padding: 15px 50px;
    background: deeppink;
    text-transform: uppercase;
    border: none;
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-top: 50px;
    margin-bottom: 50px;
}
#landingPage_campagne .modal-title{
    color:#1FABBB;
    font-size: 40px;
    letter-spacing: initial;
    text-transform: initial;
    text-align: center;
    font-weight: 100;
    line-height: 42px;
}
#landingPage_campagne .modal .col-lg-2,
#landingPage_campagne .modalBis .col-lg-2{
    width: 100%;
    display: block;
}
#landingPage_campagne .modal label,
#landingPage_campagne .modalBis label{
    color: #00c7dc;
    font-weight: bold;
    font-size: 18px;
}
#landingPage_campagne .modal .modal-body,
#landingPage_campagne .modalBis .modal-body{
    padding: 15px 40px;
}
#landingPage_campagne .modal .modal-header,
#landingPage_campagne .modalBis .modal-header{
    border-bottom: none;
}
#landingPage_campagne .modal input,
#landingPage_campagne .modalBis input{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}
#landingPage_campagne .modal input.checkbox,
#landingPage_campagne .modalBis input.checkbox,
#landingPage_campagne .modal label.inline,
#landingPage_campagne .modalBis label.inline{
   display: inline-block;
    color:#0a0a0a;
    font-weight: initial;
}

#landingPage_campagne label.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#0a0a0a;
    font-weight: initial;
}
#landingPage_campagne #formContact .modal-dialog{
    max-width: 800px;
}

/* Hide the browser's default checkbox */
#landingPage_campagne .container input.checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
#landingPage_campagne .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
#landingPage_campagne .container:hover input.checkbox ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
#landingPage_campagne .container input.checkbox:checked ~ .checkmark {
    background-color: #00c7dc;
}

/* Create the checkmark/indicator (hidden when not checked) */
#landingPage_campagne .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
#landingPage_campagne .container input.checkbox:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#landingPage_campagne #formMentions p{
    text-align:left;
}
#landingPage_campagne #formMentions h5{
    font-weight: bold;
}
#landingPage_campagne .icons{
    color: #95ADA9;
    cursor: pointer;
}
#landingPage_campagne #formMentions table{
    text-align: left;
    margin: 0 auto 50px;
}
#landingPage_campagne #formMentions table td{
    padding:10px;
}
#landingPage_campagne .bg-bulles{
    background:url('../img/bulles.png') no-repeat center;
    background-size: contain;
    height: 108px;
    background-position: 182px -5px;
}
#landingPage_campagne .picto-tel{
    width:31px;
    display: inline-block;
    top: 14px;
    right: 7px;
    position: relative;
}
#landingPage_campagne h3.blue{
    display: inline-block;
    left: 4px;
    position: relative;
    top: 23px;
    font-size: 15px;
    color: #00c7dc;
}
#landingPage_campagne h3.blue span.pink{
    color:deeppink;
    font-size: 20px;
    top: 8px;
    position: relative;
}
#landingPage_campagne small{
    display: block;
    text-align: center;
}
#landingPage_campagne .container-pagination{
    background: #e6e4e4;
}
#landingPage_campagne .pagination{
    text-align: center;
    margin: 20px auto;
    position: relative;
    display: block;
    width: fit-content;
    padding:10px;
}
#landingPage_campagne .pagination .nav-link.active{
    background: transparent;
    color: #00c7dc;
}
#landingPage_campagne .previous-pagination{
    float: right;
    position: relative;
    top: 6px;
}
#landingPage_campagne .previous-pagination{
    float: left;
    position: relative;
    top: 6px;
}
#landingPage_campagne .next-pagination{
    float: right;
    position: relative;
    top: 6px;
}
#landingPage_campagne .previous-pagination a, #landingPage_campagne .next-pagination a{
    color: #818181;
}
#landingPage_campagne #formContact .modal-footer,
#landingPage_campagne .modalBis .modal-footer{
    background: #00c7dc;
    color: #FFFFFF;
}
#landingPage_campagne a {
    color: #00c7dc;
}
#landingPage_campagne #formContact .modal-footer h4{
    text-align: center;
    display: inline-block;
    left: -197px;
    position: relative;
    margin-top: 50px;
}
#landingPage_campagne .modalBis .modal-footer h4{
    text-align: center;
    display: inline-block;
    left: -397px;
    position: relative;
    margin-top: 50px;
}
#landingPage_campagne #formContact .picto-tel-white{
    width: 95px;
    display: inline-block;
    left: -197px;
    position: relative;
}
#landingPage_campagne .modalBis .picto-tel-white{
    width: 95px;
    display: inline-block;
    left: -397px;
    position: relative;
}
#landingPage_campagne #formContact .mentions,
#landingPage_campagne .modalBis .mentions{
    position: relative;
    bottom: 36px;
    left: 34px;
}
#landingPage_campagne #formContact img.logo{
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: block;
    width: 200px;
}
#landingPage_campagne #formContact h4.baseline{
    text-align: center;
    font-size: 14px;
    margin-left: -17px;
}
#landingPage_campagne .bg-infobulle{
    background: url('../img/infoBulle.png') no-repeat center;
    background-size: contain;
    height: 205px;
    background-position: 169px 0;
}
#landingPage_campagne .modalBis .bg-infobulle{
    background-position: center;
}
#landingPage_campagne .modalBis .modal-title{
    top: 42px;
    position: relative;
}
#landingPage_campagne #formContact .modal-title{
    top: 42px;
    position: relative;
}
#landingPage_campagne .doneesobligatoires{
    margin-top: 123px;
}
#landingPage_campagne .modalBis .modal-content{
    background: transparent;
    border: none;
}
#landingPage_campagne footer{
    margin-top: 40px;
}
/*************************************************************

                    CAMPAGNES - CHARTE

********************************************************* */

#landingPage_campagne .img-header{
    object-fit: cover;
    height: 250px;
    object-position: 0% 45%;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
}
#landingPage_campagne .validite-offre{
    text-align: center;
    color: gray;
    margin-top: 20px;
}
#landingPage_campagne .encart-desc-offfre{
    background-color: #174E45;
    position: absolute;
    padding: 20px;
    min-height: 188px;
    color: #FFFFFF;
    width: 42%;
    margin: 83px 0 0 50px;
}
#landingPage_campagne .encart-desc-offfre h1{
    color: #FFFF !important;
    font-size: 25px;
    text-align: left;
    margin-top: 0;
}
#landingPage_campagne h2.blue{
    margin-top: 50px;
}
#landingPage_campagne h2.green,
#landingPage_campagne h3.green {
    color:#174E45;
}
#landingPage_campagne h2.validite.blue{
    margin-top:0;
}
#landingPage_campagne.charte-premium .pagination .nav-link.active,
#landingPage_campagne.charte-premium h3.blue span.pink,
#landingPage_campagne.charte-premium  h2,
#landingPage_campagne.charte-premium  h3.validite,
#landingPage_campagne.charte-premium h2.blue,
#landingPage_campagne.charte-premium h3.blue{
    color: #bf963b;
}
#landingPage_campagne.charte-premium .price,
#landingPage_campagne.charte-premium a,
#landingPage_campagne.charte-premium h3.blue,
#landingPage_campagne.charte-premium h1,
#landingPage_campagne.charte-premium .modal label,
#landingPage_campagne.charte-premium .modal-title,
#landingPage_campagne.charte-premium h2.green,
#landingPage_campagne.charte-premium h3.green,
#landingPage_campagne.charte-premium h2.green
{
    color:#000;
}
#landingPage_campagne.charte-premium a{
    font-weight: bold;
}

#landingPage_campagne.charte-premium .btn.btn-pink,
#landingPage_campagne.charte-premium #formContact .modal-footer,
#landingPage_campagne.charte-premium .container input.checkbox:checked ~ .checkmark,
#landingPage_campagne.charte-premium .encart-desc-offfre{
    background:#bf963b;
}
#landingPage_campagne.charte-premium .bg-infobulle {
    background: url('../img/infoBulle_premium.png') no-repeat center;
    background-size: contain;
    height: 205px;
}
#landingPage_campagne.charte-premium .bg-bulles {
    background: url('../img/bulles_premium.png') no-repeat center;
    background-size: contain;
    height: 108px;
}

@media  all and (min-width:769px) and (max-width: 1024px) {
    #landingPage_campagne .bg-bulles{
        background-position: 119px -5px;
    }
}
@media all and (max-width: 768px){
    #landingPage_campagne .modal .modal-body,
    #landingPage_campagne .modalBis .modal-body{
        padding: 15px 40px;
    }
    #landingPage_campagne .bg-bulles{
        background-position: 57px -5px;
    }
    #landingPage_campagne .bg-infobulle{
        background-position: center;
    }
    #landingPage_campagne #formContact .modal-title{
        top: 66px;
        position: relative;
        font-size: 23px;
        line-height: 22px;
    }
    #landingPage_campagne #formContact .picto-tel-white {
        width: 40px;
        left: 0;
        float: left;
    }
    #landingPage_campagne #formContact .modal-footer h4 {
        left: 0;
        margin-top: 11px;
    }
    #landingPage_campagne #formContact .mentions, #landingPage_campagne .modalBis .mentions {
        bottom: 0;
        left: 0;
    }
    #landingPage_campagne #bt-modal-contact{
        position: fixed;
        bottom: 0;
        margin-bottom: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
    }
    #landingPage_campagne .card-round{
        margin: 2px;
        width: 48%;
        min-height: 670px;
    }
    #landingPage_campagne .card-round img{
        object-fit: contain;
        width: 166px;
        height: 200px;
    }
    #landingPage_campagne .stock {
        float: right;
        font-size: 16px;
        bottom: 0;
        display: block;
        clear: both;
    }
    #landingPage_campagne .location {
        bottom: 0;
        clear: both;
        display: block;
    }
    #landingPage_campagne .encart-desc-offfre {
        position: relative;
        width: 100%;
        margin:50px 0 0 0;
    }
    #landingPage_campagne .descriptionCourte{
        max-height: 136px;
        bottom: 0;
    }
}
/************************************************
FORMULAIRE DISTRIBUTEUR PROPOSITION COMMERCIALE
*********************************************** */
#propositionCommerciale{
    position: relative;
    margin-top: -20px;
    z-index: 20;
}
#propositionCommerciale .container{
    max-width:1280px;
    position: relative;
    margin:0 auto;

    padding:0;
}
#propositionCommerciale h1{
    color: #FFFFFF;
    font-size: 30px;
    text-transform: uppercase;
    display: inline-block;
}
#propositionCommerciale img{
    width:100%;
    display: block;
    text-align: center;
}
#propositionCommerciale .header-landingPage{
    background: #d0d0d0;
}
#propositionCommerciale .logo{
    width: 250px;
    padding:20px;
    display: inline-block;
}
#propositionCommerciale .container-suite{
    max-width: 1150px;
    position: relative;
    margin: -45px auto;
    background:#FFFFFF;
    box-shadow: 0px 9px 55px -3px rgba(0,0,0,0.23);
}
#propositionCommerciale ul{
    text-align: center;
}
#propositionCommerciale ul li{
    display: inline-block;
    margin:20px;
}
#propositionCommerciale ul li h3{
    font-size: 20px;
}
#propositionCommerciale .card-header{
    border-radius: 0;
}
#propositionCommerciale .table-xs{
    margin-top: 100px;
}
#propositionCommerciale .adjust{
    margin: 0 auto;
    padding: 50px 20px;
}
#propositionCommerciale .card-dotted{
    border: 2px dashed rgba(0,0,0,.125);
}
#propositionCommerciale .card .form-group .col-lg-2,
#propositionCommerciale .card-dotted .form-group .col-lg-2,
#propositionCommerciale .estimation .form-group .col-lg-10{
    width: 100%;
}
#propositionCommerciale .btn-offre{
    display: block;
    margin: 0 auto;
}
#propositionCommerciale .selectCenter{
    margin: 0 auto;
    width: 50%;
}
#propositionCommerciale .card-border-none{
    border:none;
}
.bg-sourceur{
    position: relative;
    width: 100%;
    z-index: 10;
    margin-top: -350px;
}
.dashboard-column.p-0{
    padding:0;
}
.footer-landing .footer-copyright{
    display: block;
    margin: 0 auto;
    font-weight: 100;
    font-size: 14px;
    padding-top: 12px;
}
#search-offres{
    margin-bottom: 50px;
}

/***************************************

        NAV PRINCIPALE

 **************************************/

#main_menu {
    text-align: center;
}

#main_menu li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding: 0 12px;
    position: relative;
}

#main_menu li a {
    color: #000000;
}

#main_menu li.active {
    border-bottom: 5px solid #1FABBB;
    padding-bottom: 26px;
}
#main_menu li.active a {
    color: #1FABBB;

}
#main_menu li.active.subnav .subNavListe a {
    color: #000000;

}
#main_menu li.active.subnav .subNavListe a:hover {
    color: #1FABBB;

}
#main_menu li a:hover, #main-menu li a:focus {
    color: #1FABBB;
    text-decoration: none;
}

#main_menu li .subNavListe {
    display: none;
}

#main_menu li .subNavListe:hover {
    display: block;
    position: absolute;
    left: 0;
    top: 59px;
    width: 220px;
    background: white;
    border: 1px solid #1FABBB;
    padding: 10px;
}
#main_menu li .subNavListe:hover:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1FABBB;
}

#main_menu li .subNavListe:hover li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

#main_menu li .subNavListe:hover li:first-child {
    padding-top: 10px;
}

#main_menu li.subnav a {
    padding-bottom: 70px;
}

#main_menu li.subnav a:hover ~ .subNavListe {
    display: block;
    position: absolute;
    left: 0;
    top: 59px;
    width: 220px;
    background: white;
    border: 1px solid #1FABBB;
    padding: 10px;
}

#main_menu li.subnav a:hover ~ .subNavListe:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #1FABBB;
}

#main_menu li.subnav a:hover ~ .subNavListe li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
}

#main_menu li.subnav a:hover ~ .subNavListe li:first-child {
    padding-top: 10px;
}

.btn-offre-minus{
    margin: 0 auto;
    position: relative;
    display: block;
}

.title-graph{
    text-align:center;
    margin-top:35px;
    font-size:18px;
}
#numbers{
    text-align:center;
    text-transform:uppercase;
}
#numbers .blue-rect{
    background: #02ABBA;
    color:#FFFFFF;
    text-align:center;
    padding:10px;
    margin-bottom: 10px;
}
#numbers .blueDark-rect{
    background: #002060;
    color:#FFFFFF;
    text-align:center;
    padding:10px;
    margin-bottom: 10px;
}
#numbers .left, #numbers .right{
    display: inline-block;
    vertical-align: top;
}
#datePorfeuille, #datePortefeuilleValider{
    display: inline-block;
}
#datePorfeuille{
    width:50%;
}


/*************************************************************

                    VOLET COULISSANT ADMIN

********************************************************* */
#volet {
    width: 330px;
    padding: 5px;
    background: #32353D;
    color: #fff;
    position: relative;
    right:-100%;
    top: 0;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
    z-index: 9999;
}
#volet a.ouvrir,
#volet a.fermer{
    padding: 10px;
    background: #08ABBA;
    color: #fff;
    text-decoration: none;
    position: absolute;
    right: 86%;
    top: -1px;
    border-radius: 100%;
}
#volet:target {
    right:-82%;

}
#volet a.fermer {
    display: none;
}
#volet_clos:target #volet {
    right:-98%;
}
#volet:target a.ouvrir {
    display: none;
}
#volet:target a.fermer {
    display: block;
}

span#toggleMenu_admin{
    text-align: left !important;
    color: #FFF;
    top:20px !important;
}
.blue-span{
    color:#20ABBB;
    text-align:center;
    display: block;
    margin-bottom: 20px;
}
#sidebar-admin label.semibold,
#sidebar-admin p{
    display:inline-block;
}
#sidebar-admin label.semibold.block,
#sidebar-admin p.block{
    display:block;
}
#sidebar-admin p{
    color:#20ABBB;
    float:right;
}
#sidebar-admin p.block{
    float:none;
    text-align: right;
}
#sidebar-admin .collapsing-btn{
    margin-bottom: 12px;
}
.subNavListe hr{
    margin: 0;
}
#btn-reporting .btn a{
    color: white;
}
#btn-reporting .btn-global{
    background-color: #68c7ff;
    border-color: #68c7ff;
}
#btn-reporting .btn-uyl{
    background-color: #09abba;
    border-color: #09abba;
}
#btn-reporting .btn-dms{
   background-color: #00942e;
   border-color: #00942e;
}

.report-ariane h1{
    font-size: 25px;
}
.report-ariane h1.global{
   color : #68c7ff;
}
.report-ariane h1.uyl{
    color : #09abba;
}
.report-ariane h1.dms{
    color : #00942e;
}

.menu-global .nav.nav-pills.nav-reporting .nav-link.active, .nav.nav-pills.nav-equipe .nav-link.active,
.menu-global .nav.nav-pills.nav-reporting .nav-link:hover, .nav.nav-pills.nav-equipe .nav-link:hover{
    background: #68c7ff;
}
.menu-uyl .nav.nav-pills.nav-reporting .nav-link.active, .nav.nav-pills.nav-equipe .nav-link.active,
.menu-uyl .nav.nav-pills.nav-reporting .nav-link:hover, .nav.nav-pills.nav-equipe .nav-link:hover{
    background: #09abba;
}

.menu-dms .nav.nav-pills.nav-reporting .nav-link.active, .nav.nav-pills.nav-equipe .nav-link.active,
.menu-dms .nav.nav-pills.nav-reporting .nav-link:hover, .nav.nav-pills.nav-equipe .nav-link:hover{
    background: #00942e;
}
.label-alert{
    background-color: orange;
}

.fc-time-grid-event {
    font-size: 0.8rem !important;
}
.fc-time-grid-event .fc-time{
    font-size: 0.6rem !important;
}

#dropZone{
	padding:20px;
	border:2px dashed #9b9b9b;
}
.dz-message{
	text-align:center;
}
.dz-message .icon{
	margin-bottom: 0;
	font-size:4em;
    color:var(--text-uyb);
}
.dz-message a{
	text-decoration: underline !important;
	color:#085394 !important;
}
.dz-message .message{
	margin-bottom: 0;
}
.dz-message .info{
	font-size:0.9em;
	color:#9b9b9b;
}
.dz-details .icon{
	font-size:2.5em;
	margin-right:15px;
    margin-top:5px;
	float:left;
}
.dz-error-message{
	color:#fa424a;
    display:flex;
    align-items:center;
}
.dz-processing .dz-error-message .removeFile{
    display:none !important;
}
.dz-processing.dz-error .dz-error-message .removeFile{
    display:inline-block !important;
}
.dz-preview{
	max-width:540px;
	margin:40px auto 30px;
}
/*.dz-preview + .dz-preview{
	display:none;
}*/
.dz-preview .removeFile{
    margin-left: 10px;
    font-size: 25px;
    display: inline-block;
    cursor: pointer;
}
.dz-progress-container{
    margin-left:45px;
    margin-top:5px;
}
.dz-progress, .progress{
	background:var(--color-progress-background);
	width:100%;
	height:20px;
    border-radius:10px;
    overflow: hidden;
}
.dz-progress .dz-upload, .progress .progressBar{
	display:block;
	width:0%;
	height:20px;
	background:var(--color-progress-fill);
}
.btn-green{
    background-color: #5FC46B!important;
    border-color: #5FC46B!important;
}
.analyse-loading .chargement{
    min-height: 100px;
    text-align: center;
}
.importing .chargement{
    min-height: 100px;
    text-align: center;
}
.import-finish {
    text-align: center;
}
.import-finish .icon{
    font-size: 40px;
  border: 3px solid;
  border-radius: 50px;
  height: 70px;
  width: 70px;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
}
.import-finish .import-title{
    font-weight: bold;
}
.chargement p{
    text-align: center;
}
.chargement .loading-bar{
    border-radius: 10px;
    height: 20px;
    background-color: #ecf2f5!important;
}
.chargement .loading-bar .progress{
    background-color: #5FC46B!important;
}
.data-analyse .icon{
    font-size: 50px;
    border: 2px solid;
    border-radius: 50px;
    height: 70px;
    width: 70px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}
.data-analyse {
    padding: 20px;
}
.data-analyzed{
    margin-top: 15px;
    overflow-y: auto;
    max-height: 350px;
    border: 2px solid #d8d8d8;
    padding: 15px;
    border-radius: 10px;
}
.data-analyzed .old-data{
    color: red;
}
.data-analyzed .new-data{
    color: green;
}
#import-text{
    text-align: start;
}
.dz-details{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.chargement .loader-mini{
    left: 55%!important;
}
.data-analyse p{
    margin-bottom: 0.3rem!important;
}
.import-finish .chargement{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
#import-encart{
    display: inline;
}
.entite-trash{
    color: red;
    font-style: italic;
    text-transform: none!important;
}
.btn-historique{
    background-color: #E79715!important;
    border: 1px solid #E79715!important;
}
.card-edit{
    padding: 1.25rem;
}
.submit-button{
    display: flex;
    justify-content: end;
}
.non-actif-col{
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.custom-mt-3 {
    margin-top: 1.5rem;
}

.custom-mt-6 {
    margin-top: 3.5rem;
}
/* Edit lead version disabled */

#point-vente-sortie input[disabled], #point-vente-sortie textarea[disabled] {
    color: white;
}
#point-vente-sortie label.checkbox label{
    color: white;
}
.card-niveau{
    min-height: 200px;
}
.card-niveau .loader-mini{
    top:50%!important;
    margin: 0!important;
} 
.card-niveau .dataTables_processing{
    position: unset!important;
    margin-left: auto!important;
    margin-top: auto!important;
    width: 100%!important;
}
.card-niveau .dataTables_processing #loader-wrapper{
    position: unset!important;
}
.card-niveau .dataTables_processing[style*="block"] + .dataTable {
	display: none;
}
.card-niveau .card-header{
    padding-top : 0.1em!important;
}
#sidebar select.bootstrap-select{
    display: none!important;
    height:0!important;
}
#headingSearch{
    font-weight: bold;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
#headingSearch span{
    color: red !important;
    cursor: pointer;
}
.graph-container{
    height: 100vh;
    width: 100%;
}

.card-template .link-back, .card-template #saveTemplate{
    color: white;
    text-decoration: none !important;
    font-size: 15px;
}

.card-template header::after{
    content: none !important;
}

.card-template header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 100px 25px 25px;
}

.card-template #saveTemplate{
    border: 1px solid white;
    padding: 5px 10px;
    border-radius: 25px;
}

.card-template #saveTemplate:hover{
    color: #144d44;
    background-color: white;
}

.form-control-icon-right{
    cursor: pointer;
}

.template-add .btn-default-uyb{
    color: #989898;
    background-color: #E3E3E3;
    border-color: #E3E3E3;
}

.variable-add .dropdown-menu{
    padding-bottom: 25px;
}

.variable-add .modal-title{
    margin-bottom: 25px;
}

.variable-add .modal-header, .template-add .modal-header{
    height: 50px;
}

.variable-add .modal-close, .template-add .modal-close{
    top: 13px !important;
    color: white;
}

.template-action-mapping{
    margin-bottom: 25px;
}

.template-action-mapping h5{
    padding-left: 15px;
}

.template-action-mapping label{
    font-weight: bold;
}

.template-action-mapping .form-item{
    margin-bottom: 10px;
}

#modalShouldSendEmail #modalShouldSendEmailLabel{
    font-weight: bold;
    text-align: center;
}

#modalShouldSendEmail .text-center{
    text-align: center;
    color: gray;
}

#modalShouldSendEmail .form-check, #notif-alerte .form-check{
    display: flex;
    gap: 15px;
    align-items: center;
}

#notif-alerte .form-check{
    text-align: start;
}