.has_attachment {
    background-color: rgb(224 251 255) !important;
}

.bg-attachment {
    background-color: rgb(224 251 255) !important;
}

.is_problem {
    background-color: rgb(255 186 254) !important;
}

.bg-danger {
    background-color: #F44336 !important;
}

.bg-success {
    background-color: #4CAF50 !important;
}

.bg-blue {
    background-color: #03A9F4 !important;
}

.bg-teal {
    background-color: #bc00ff !important;
}

.bg-green {
    background-color: #12BF24 !important;
}

.bg-orange {
    background-color: #E7B10A !important;
}

.bg-brown {
    background-color: #795548 !important;
}

.bg-grey {
    background-color: #777 !important;
}

.bg-slate {
    background-color: #607D8B !important;
}
.bg-indigo {
    background-color: #3F51B5;
}
.bg-violet{
    background-color: #8F00FF;
}
.bg-birthday{
    background-color: #d2d0d0;
}
.text-primary {
    color: #3461ff!important;
}

.text-danger {
    color: #e72e2e!important;
}

.text-success {
    color: #12bf24!important;
}

.text-teal {
    color: #bc00ff !important;
}

.text-info {
    color: #32bfff!important;
}

.text-warning {
    color: #c59b1e!important;
}

.text-purple {
    color: #8932ff!important;
}

.text-orange {
    color: #E7B10A!important;
}

.text-bronze {
    color: #cc7429!important;
}

.text-pink {
    color: #e72e7a!important;
}

.text-blue {
    color: #03A9F4 !important;
}

.text-tiffany {
    color: #3361ff!important;
}


.text-option{
	color: #32393f!important
 }

.text-facebook{
	color: #3b5998!important
 }
 
 .text-twitter{
	 color: #55acee!important
  }
 
  .text-youtube{
	 color: #e52d27!important
  }

.text-sky-light {
    color: #b4d2ff;
}

.text-primary-2 {
    color: #8ea8fd;
}

.text-primary-3 {
    color: #c1cfff;
}
.bg-general_servicing{
    background-color: #03A9F4 !important;
}
.bg-repair{
    background-color: #3F51B5 !important;
}
.bg-installation{
    background-color: teal !important;
}
.bg-yearly_contract{
    background-color: #005c09 !important;
}
.bg-completed{
    background-color: green;
}
.bg-followup{
    background-color: #E7B10A;
}
.converted{
    background-color: #e0fdde !important;
}