.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

************************************/
#wrap-img{
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}
#wrap-img.bg-color-login{
    background: #2f476e;
}
.bg-login{
    overflow-y: hidden;
    margin-left: 0;
    max-width: inherit;
    width: 100%;
    background-image: url("../img/photo_couv3.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    /*height:1800px;*/
    background-position: center;
}

.texte-presentation{
    position: absolute;
    width: 100%;
    color: #FFF !important;
    padding: 50px;
    bottom:0;
    color:#343434;
    font-family: 'Lato',sans-serif;
}
.login.page-center{
    background-color: #FFF;
   /* width: 100%;
    max-width: 30rem;*/
    height: 100%;
    margin-right: 0rem;
    position: relative;
    /*float: right;*/
    overflow-y: auto;
    z-index: 999;
}
.login .baseline{
    color:#9D9D9C;
}
.login form{
    background-color: transparent;
    border:none;
}
.login form header{
    color: #343434;
}

.no-padding{
    padding:0;
}
.bg-data img{
    width: 44%;
    /* float: right; */
    position: absolute;
    right: 0;
    top: 128px;
}
/*@media all and (max-width: 1880px) and (min-width: 1632px) {
    .bg-data img{
        width:35%;
        right:45px;
    }

}
@media all and (max-width: 1633px)  {
    .bg-data{
        position: absolute;
        top:50%;
    }
    .bg-data img{
        width: 45%;
        text-align: center;
        position: relative;
        top: 0;
        display: block;
        margin: 0 auto 0;
    }

}*/
@media all and (max-width: 767px){
    .no-mobile{
        display: none;
    }

}

/*@media all and (min-width: 426px) and (max-width: 768px){
    .bg-data img{
        left: 14%;
        margin: 0;
    }

}
@media all and (min-width: 769px) and (max-width: 1024px){
    .bg-data img{
        left: 20%;
        margin: 0;
    }

}*/
/* 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 #30476E;
    background-color: transparent;
    border-radius: 0;
}
.login input:focus {
    outline:none;
    background-color: transparent;
}
.login input.password {
    width: 260px;
}
.login .add-on.input-group-addon {
    background: none;
    border: none;
    border-bottom: 1px solid #30476E;
    color: #30476E;
}

/* LABEL ======================================= */
.login label:not(.password-lbl) {
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    top:-20px;
    font-size:14px;
    color:#30476E;
    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:#2daae1;*/
/*}*/
.login input ~ label.activate-state {
    top:-20px;
    font-size:14px;
    color:#30476E;
}
label.password-lbl {
    font-weight:normal;
    position:absolute;
    top:-20px;
    font-size:14px;
    color:#30476E;
}

.sign-box a {
    color: #FECD2F;
}


/* 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:#2daae1;
    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:#2daae1; }
    to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#2daae1; }
    to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#2daae1; }
    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;
}

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