/* colors */
.green {color: #31B55A;}
.softgreen{color: #a3dfa6;}
.red {color: #f44336;}
.softred {color:#edb9b5;}
.gray {color: #999999;}
.blue {color: #5C6BC0}
.cyan {color: #24bfe2;}
.cyan i {color: #24bfe2}
.pink {color: #EC407A;}
.purple {color: #7E57C2;}
.brown {color: #8D6E63;}
.tech {color: #78909C;}
.green {color: #66BB6A;}
.turk {color: #26A69A;}
.yellow {color: #FFCA28;}
.orange {color: #FF7043;}
.white {color:  white;}

/* backgrounds */
.bg-cyan {background-color: #24bfe2;}
.bg-green {background-color: #31B55A;}
.bg-gray {background-color: #999999;}
.bg-red {background-color: #f44336;}
.bg-purple {background-color: #7E57C2;}
.bg-orange {background-color: #FF7043;}

/* borders */
.red-right {border-right: 3px solid #f44336;}
.blue-right {border-right:  3px solid #24bfe2;}


/* ranks */
.status-rank-1 {background-color: #5C6BC0;}
.status-rank-2 {background-color: #999999;}
.status-rank-3 {background-color: #8D6E63;}
.status-rank-4 {background-color: #78909C;}
.status-rank-5 {background-color: #7E57C2;}

/* lead statuses */
.status-lead-1 {background-color: #31B55A;}
.status-lead-2 {background-color: #5C6BC0;}
.status-lead-3 {background-color: #7E57C2;}
.status-lead-4 {background-color: #78909C;}
.status-lead-5 {background-color: #FF7043;}