.isRed{
    color: #f99696 !important;
}
.isBlue{
    color: #a5a5e6 !important;
}
.isGray{
    color: #c1c1c1 !important;
}
.isGreen{
    color: #9ec19e !important;
}
.isOrange{
    color: orange !important;
}


/* Badge Counter */
.nav-counter {
    position: absolute;
    top: 5px;
    right: 22px;
    min-width: 8px;
    height: 17px;
    line-height: 15px;
    margin-top: -11px;
    padding: 0 4px;
    font-weight: normal;
    color: white;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    background: #e23442;
    border: 1px solid #911f28;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
    background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
    background-image: -o-linear-gradient(top, #e8616c, #dd202f);
    background-image: linear-gradient(to bottom, #e8616c, #dd202f);
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}

.nav-counter-green {
  background: #75a940;
  border: 1px solid #42582b;
  background-image: -webkit-linear-gradient(top, #8ec15b, #689739);
  background-image: -moz-linear-gradient(top, #8ec15b, #689739);
  background-image: -o-linear-gradient(top, #8ec15b, #689739);
  background-image: linear-gradient(to bottom, #8ec15b, #689739);
}

.nav-counter-blue {
  background: #3b8de2;
  border: 1px solid #215a96;
  background-image: -webkit-linear-gradient(top, #67a7e9, #2580df);
  background-image: -moz-linear-gradient(top, #67a7e9, #2580df);
  background-image: -o-linear-gradient(top, #67a7e9, #2580df);
  background-image: linear-gradient(to bottom, #67a7e9, #2580df);
}

/*Created by: AmrAbdeen @ 08/05/2018 04:40 PM 
 Falsh by colors */
 @-webkit-keyframes flash-reg-green {
    0% {
        background-color: rgb(130, 204, 126);
        opacity:1;
    }
    40% {
        background-color: #8fdc8f;
    }
    50% {
        background-color: rgb(130, 204, 126);
    }
    77% {
        background-color: #8fdc8f;
    }
    90% {
        background-color: #b8e2b8;
    }
 
}
.flash-reg-green {
    -webkit-animation-name: flash-reg-green;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
} 



/*Created by: AmrAbdeen @ 08/05/2018 04:40 PM 
 Falsh by colors */
 @-webkit-keyframes flash-reg-red {
    0% {
        background-color: rgb(251,200,200);
        opacity:1;
    }
    40% {
        background-color: rgb(253,145,136);
    }
    50% {
        background-color: rgb(251,200,200);
    }
    77% {
        background-color: rgb(253,145,136);
    }
    90% {
        background-color: rgb(251,200,200);
    }
 
}
.flash-reg-red {
    -webkit-animation-name: flash-reg-red;
    -webkit-animation-duration: 900ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
} 


/* Make the all RDS in center */
ui.apex-rds.a-Tabs{
 text-align: center !important;
}

/*Remove this line form error messages*/
#t_Alert_Notification > div > div.t-Alert-content > div > div > h2.aErrMsgTitle{
    display:none!important;
}

/*It's change the tooltip UI */
.cust-tooltip{
    background: #333;
    color: #fff;
    font-size: 11px;
}