
.d-flex{
	display: flex;
}

.blurContent {
	-webkit-filter: blur(9px);
	filter: blur(9px);
	pointer-events: none;
}
.blurContentLight {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	pointer-events: none;
}

.card-user .card-user-name {
    min-height: 2rem;
}
.border-large{
    border-width: 3px;
    border-color: #00a8ff;
}
.card-user .btn {
    min-width: 50px;
}
.card-user-non-valide{
    background: #FAFAFA
}
.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: #00a8ff;
    -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: #00a8ff;
}

.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: #00a8ff;}

.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 #00a8ff 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%;
    opacity: 0.9;
    background-image: url("../img/fond_login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.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%;
    opacity: 1 !important;
    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 #DE6262;
    background-color: transparent !important;
    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:#DE6262;*/
/*}*/
.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:#DE6262;
    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:#DE6262; }
    to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#DE6262; }
    to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#DE6262; }
    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{
    padding:80px;
    margin-top: 25px;
    position: relative;
    left: 75px;
}

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:40px;
}
body.sidebar-hidden nav.side-menu li:hover{
  background-color:#ecf2f5;
}
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:#ecf2f5;
    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;
}

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

          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:#FFF;
}

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



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

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



/* LOADER */


#loader-tab.outer{
    width: 100%;
    text-align: center;
}


#loader-tab .cubes{
    list-style: inline;
    margin: 0;
}


#loader-tab .cube{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EB547B;
    opacity: 0;
}

/* animation */

#loader-tab  .top    .cube:nth-child(1) { animation: pulseLoad 2s      infinite; }
#loader-tab .top    .cube:nth-child(2) { animation: pulseLoad 2s 1.0s infinite; }
#loader-tab .bottom .cube:nth-child(1) { animation: pulseLoad 2s 1.5s infinite; }
#loader-tab .bottom .cube:nth-child(2) { animation: pulseLoad 2s 0.5s infinite; }
@keyframes pulseLoad {
    10% { opacity: 0; }
    50% { opacity: 1; }
    90% { opacity: 0; }
}


#infosIntermediaires .card-block{
    padding: 0;
}

#infosIntermediaires i.circle-font-icon {
    font-size: 1em;
}

#infosIntermediaires a{
    display: inline-block;
    float: right;
    padding-right: 5px;
}

.ligne-infos{
    border-bottom: 1px solid grey;
    padding: 10px;
}
.ligne-infos.active{
    background-color: lightgrey;
    color: #ffffff;
}

/*********

CHART PIE
 */

#chartdiv-sourceLeads {
    width: 100%;
    height: 500px;
}

#reporting_leads .card-header{
    background: linear-gradient(#DB5A6B, #DB5A6B);
    color:#ffffff;
}

.fa-chart-pie:before{
    content: "\f200";
}

#performanceSources.card-block{
    background: none;
}
.widget-card, .infomediaires, #content-PerfomanceSources, #content-PerfomanceCanaux{
    background-color: #ffffff;
    padding: 20px 15px 15px 15px;
    min-height: 105px;
}
.card.infomediaires{
    color:#57585A;
    font-weight: bold;
    border-bottom: 6px solid #57585A;
}
.widget-card.gradient-pink span{
    background : -webkit-gradient(linear, left top, right bottom, from(#DB5A6B), to(#f19076));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 26px;
}
.widget-card.gradient-blue span{
    background : -webkit-gradient(linear, left top, right bottom, from(#25B6D0), to(#66BFAB));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 26px;
}
.widget-card.gradient-purple span{
    background : -webkit-gradient(linear, left top, right bottom, from(#3e12d0), to(#5a00bf));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    font-size: 26px;
}


.widget-card label{
    color:#9D9D9C;
}

#reporting td div{
    display: inline-block;
}

.btn-group_nav .card{
    padding: 15px;
    cursor: pointer;
}
.btn-group_nav .card.active{
    border-bottom: 6px solid #DB5A6B;
}

.widget-header.form-type{
    padding: 15px;
}


/***********
LOADER
********** */

#wrapper-loader{
    position: absolute;
    background-color: #fff;
    min-height: 800px;
    z-index: 100;
    width: 100%;
    padding-top: 100px;
}

#loader-tab.outer{
    width: 100%;
    text-align: center;
}


#loader-tab .cubes{
    list-style: inline;
    margin: 0;
}


#loader-tab .cube{
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #EB547B;
    opacity: 0;
}

/* animation */

#loader-tab  .top    .cube:nth-child(1) { animation: pulseLoad 2s      infinite; }
#loader-tab .top    .cube:nth-child(2) { animation: pulseLoad 2s 1.0s infinite; }
#loader-tab .bottom .cube:nth-child(1) { animation: pulseLoad 2s 1.5s infinite; }
#loader-tab .bottom .cube:nth-child(2) { animation: pulseLoad 2s 0.5s infinite; }
@keyframes pulseLoad {
    10% { opacity: 0; }
    50% { opacity: 1; }
    90% { opacity: 0; }
}

#performanceSources .widget-card span,
#performanceCanaux .widget-card span,
#performanceVendeurs .widget-card span{
    cursor:default;
}

#myTabContentCanaux, #myTabContentSource, #myTabContentVendeur{
    background: #ffffff;
}

#tab_infomediaire,
#sourceLeads,
#traitementLeadsByHour,
#traitementLeadsAppel,
#traitementLeadsEmailByHour,
#perfParVendeur,
#reportingParVendeur,
#content-EvolutionLeads,
#priseEnChargeParVendeur,
#traitementLeadsMail,
#traitementLeadsAppelsByHour,
#content-PilotageMarketing{
    padding: 20px;
}

.nav.nav-pills.nav-reporting .nav-link.active{
    background: linear-gradient(#DB5A6B, #f19076);
    border-radius: 2px;
}
.nav.nav-pills.nav-reporting .nav-link:hover{
    background: #f19076;
    color:#ffffff;
    border-radius: 2px;
}

.bold-total{
    font-weight: bold;
}

/*
Tooltip pour colonne des tableaux
 */

.tooltip-Conseil:hover {
    background: none;
    z-index: 50;
}

.tooltip-Conseil span {
    display: none;
}

.tooltip-Conseil:hover span {
    display: block;
    position: absolute;
    right: 0;
    background: #BDC6CB;
    color: white;
    padding: 10px;
}

.client-form .form-group input,
.client-form .form-group select{
    margin-bottom: 5px;
}
.client-form .btn-actions{
    text-align: right;
}


/**************************************************
                    TOOLTIP
 ***************************************************/
.tooltip-uyb {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    z-index: 1000;
}
.tooltip-uyb:hover {
    cursor: pointer;
    z-index: 1000;
}
.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: 1000;
}
.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: 1000;
    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: 1000;
}
.tooltip__content:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 1000;
}
.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: 1000;
}
#search_lead_dateFin.form-control{
    z-index: 0;
}

#actionBar{
    position: fixed;
    z-index: 50;
    width:100%;
    background: #57585A;
    top:80px;
}

#actionBar .form-group{
    margin-top:20px;
    text-align:center;
}
#actionBar .form-group a:first-child{
    float: left;
}

#recap{
    margin-top:100px;
}

.form-scroll{
  /*  overflow-y: scroll;
    height: 500px;*/
}
.sticky header{
    position: -webkit-sticky;
    position: sticky;
    top: 6em;
    z-index: 2;
}


.iti__flag {
    background-image: url("../js/lib/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../js/lib/intl-tel-input/build/img/flags@2x.png");
    }
}
.iti{
    width:100%;
}

#modalRelease a{
    float: left;
    margin-top: 8px;
}

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

                        TIMELINE
 **********************************************************/
#timeline .timeline-item{
    padding: 10px;
    border:1px solid grey;
    border-left: 2px solid #F29277;
    border-radius: 0 5px 5px 0;
    margin-bottom: 10px;
    width:40%;
}
#timeline h2{
    font-size: 1em;
    font-weight: bold;
}

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

                        HORLOGE - Fiche du leas
 **********************************************************/

#timezone{
    text-align: center;
    margin-top: 10px;
}

.clock {
    border-radius: 50%;
    background: #fff url('../img/ios_clock.svg') no-repeat center;
    background-size: 88%;
    height: 100px;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.clock.simple:after {
    background: #000;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 5%;
    height: 5%;
    z-index: 10;
}

.minutes-container, .hours-container, .seconds-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hours {
    background: #000;
    height: 20%;
    left: 48.75%;
    position: absolute;
    top: 30%;
    transform-origin: 50% 100%;
    width: 2.5%;
}

.minutes {
    background: #000;
    height: 40%;
    left: 49%;
    position: absolute;
    top: 10%;
    transform-origin: 50% 100%;
    width: 2%;
}

.seconds {
    background: #000;
    height: 45%;
    left: 49.5%;
    position: absolute;
    top: 14%;
    transform-origin: 50% 80%;
    width: 1%;
    z-index: 8;
}
.hours-container {
    animation: rotate 43200s infinite linear;
}
.minutes-container {
    transition: transform 0.3s cubic-bezier(.4,2.08,.55,.44);
}
.seconds-container {
    transition: transform 0.2s cubic-bezier(.4,2.08,.55,.44);
}
@keyframes rotate {
    100% {
        transform: rotateZ(360deg);
    }
}

@media all and (max-width: 425px){
    .header-min.page-content{
        padding-left: 0 !important;
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    padding-left: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

.blocking {
    margin-left: 16px;
}

.calendarItem {
    margin-left: 4px;
}
#questionnairePriseContact h4{
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
#questionnairePriseContact h4 span{
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 100;
}

#gestionMargin{
    margin-top: 85px;
}

.datepicker-week tbody tr:hover {
    background-color: #a0a0a0;
}

.badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: white;

    padding: 1px 3px;
    font-size: 15px;

    position: absolute; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}

.badge-dbf {
    padding: 5px 10px 5px 10px;
    font-size: 30px;
}

/**********************************************************
                        Historique - Fiche du lead
 **********************************************************/
.history{position: relative; background-color: #FBFDFF; padding: 8px 15px 0px 15px; border: 1px solid #E8EFF1; border-radius: 3px; margin-bottom: 10px;}
.history label{margin-bottom: 2px; margin-right: 10px;}
.history .user{color:#00A8FF; font-size: 13px;}
.history .user i{margin-right: 5px;}
.history .date{float:right; color: #9A9A9A; font-size: 14px;}
.history .detail{margin: 5px 0; font-size :13px; color: #4E4E4E; display:flex;}
.history .detail i{margin-right:10px; font-size:15px;}
.history .detail .action{font-weight: bold; text-transform: uppercase; font-size: 15px;}
.history .detail p{margin: 0;}
.history .event{position: absolute; right: 16px; top: 30px;}

/**********************************************************
                        			Bulle message - Fiche du lead
 **********************************************************/

.bulleBtn{
	color : white;
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	z-index: 1000;
}
.bulleBtn i{
	font-size: 27px;
	padding: 14px 0;
}
.bulleBtn .label{
	position: absolute;
	top: 0px;
	right: 0px;
}


.bulleBtn:hover, .bulleBtn:focus {
	color : black;
}

/**********************************************************
                        						Partie messagerie
 **********************************************************/
 .liste_message .box-typical .form-group{
	margin: 1rem 0;
}
 .liste_message .box-typical .form-group a{
	background-color: white;
	position: relative;
	border: 1px solid #d8e2e7;
}
 .liste_message .box-typical .form-group a .label{
	position: absolute;
    top: -6px;
    right: -6px;

}
 .liste_message .box-typical .form-group a.active{
	background: linear-gradient(to right, #2ab5d3, #57cfb0);
	border: none;
}

.liste_message #messages .btnReply{
	color : #2196F3;
	text-decoration: none;
	border: none;
}

 .liste_message .bulleBtnSend{
 	color : white;
 	border-radius: 50%;
 	width: 60px;
 	height: 60px;
 	text-align: center;
	display: inline-block;
 }
  .liste_message .bulleBtnSend i{
 	font-size: 27px;
 	padding: 14px 0;
 }
  .liste_message .bulleBtnSend:hover, .bulleBtnSend:focus {
 	color : black;
 }
 .liste_message .card{
	 height: calc(100vh - 320px);
 }
 .liste_message .list-sms{
	overflow-y: auto;
	overflow-x: hidden;
	height: calc(100vh - 530px);
 }
 .liste_message .list-sms .row{
   padding-right: 10px;
 }

 .liste_message .list-sms .entrant{
	 background-color: #d8e2e7;
 }
 .liste_message .list-sms .sms{
	border-radius: 5px;
	padding: 7px 14px;
	margin-bottom: 4px;
 }
 .liste_message .list-sms .timeSms{
	font-size: 14px;
 }
 .liste_message .list-sms .dateSms{
	 font-size: 14px;
	 margin: 10px 0;
 }
 .liste_message .list-sms .dateSms span{
	font-size: 14px;
	margin: 10px 0;
	background-color: white;
	position: relative;
	z-index: 5;
	padding: 0 10px;
 }
 .liste_message .list-sms .dateSms:after{
	 content: '';
	 border-bottom: 1px solid #d8e2e7;
	 width: 100%;
	 height: 1px;
	 top: -11px;
	 position: relative;
 }
 .liste_message .sms-footer{
	display: flex;
 }
 .sms-footer textarea{
     flex:1;
 }

 .templateList{
   overflow-y: auto;
   overflow-x: hidden;
   height: calc(100vh - 358px);
 }
.templateList .template{
 border: 1px solid #d8e2e7;
 border-radius: 5px;
 padding: 10px;
 margin-bottom: 10px;
 cursor: pointer;
}
.templateList .template:hover{
 background-color: #57585A;
 color: white;
}
.templateList .template .title{
 font-weight: bold;
}
.templateList .template .title i{
 margin-right: 3px;
}

 /**********************************************************
											   Email - Ajouter/Lire
  **********************************************************/

 .show_email .box-typical.box-typical-dashboard {
    overflow: visible;
}
 .show_email .expediteur{
	font-weight: bold;
	margin-bottom: 3px;
 }
 .show_email .destinataire{
	color: #5f6368;
	font-size: 14px;
 }
  .show_email .attachments{
	  margin: 20px 0;
  }
 .show_email #upload_files{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
 }
  .show_email #upload_files + .uploadLabel {
    color: white;
	background-color: #6b7a85;
	border-color: #6b7a85;
    display: inline-block;
	cursor: pointer;
}
.show_email #upload_files + .uploadLabel:hover {
    background-color: #7a8994;
    border-color: #7a8994;
}
.show_email #upload_files + .uploadLabel * {
	pointer-events: none;
}

.show_email .uploadedFiles div {
	max-width: 400px;
}
.show_email .uploadedFiles div {
	border: solid 1px #d8e2e7;
	background-color: #FBFCFD;
	border-radius: 4px;
	padding: 3px 15px;
}
.show_email .uploadedFiles div i{
	float: right;
	margin: 4px;
	cursor: pointer;
}
.show_email .uploadedFiles div span{
	color : #ABBDBD;
	margin-right: 10px;
}
.show_email .uploadedFiles #avancement{
	margin-top: 6px;
	width: 100%;
}

 .note-editor input[type="checkbox"], input[type="radio"] {
	position: static;
	visibility: visible;
	margin-right: 9px;
}

 .note-editor.note-frame .note-editing-area .note-editable {
    padding: 10px;
    overflow: auto;
    color: #000;
    background-color: #fff;
}
.note-editor.note-frame .note-editing-area .note-codable {
    display: none;
    width: 100%;
    padding: 10px;
    margin-bottom: 0;
    font-family: Menlo,Monaco,monospace,sans-serif;
    font-size: 14px;
    color: #ccc;
    background-color: #222;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.header-type-vh-VO{
    background: linear-gradient(#DB5A6B, #f19076);
    padding: 5px;
    color: white;
    text-transform: capitalize;
    float: right;
    width: 30px;
    font-weight: bold;
    top:0
}
.header-type-vh-VN{
    background: linear-gradient(to right, #2ab5d3, #57cfb0);
    padding: 5px;
    color: white;
    text-transform: capitalize;
    float: right;
    width: 30px;
    font-weight: bold;
    top:0
}

 /**********************************************************
                         						Concession - template message
  **********************************************************/

  .modele_message_section .tpl_edit{
	 color : #2196F3;
	 text-decoration: none;
	 border: none;
  }
  .modele_message_section .tpl_delete{
	color :#6b7a85;
	font-size: 18px;
	text-decoration: none;
	border: none;
  }


/**********************************************************
                        PAGE PRESENTATION VIDEO
 **********************************************************/
.presentation-video .contact{border: 1px solid #D8D9D8; padding:20px; margin: 35px 0; max-width: 450px; color : #B6B6B7;}
.presentation-video .contact a{display: block;}
.presentation-video .contact a i{margin-right: 5px;}
.presentation-video video{width: 100%;}
@media all and (max-width: 500px) {
    .presentation-video .card-block{padding-right: 2px; padding-left: 2px;}
    .presentation-video .contact{ padding:10px;}
}


/* Placeholders */
::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome 56, Safari 9 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

/* Focus */
*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome 56, Safari 9 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */