.none-lineheight {
    line-height: 0px !important;
}

.card-border-all {
    border-top: 2px solid #090909 !important;
    border-bottom: 2px solid #090909 !important;
    border-right: 2px solid #090909 !important;
    border-left: 2px solid #090909 !important;
}


.border-default-crm {
    padding: 15px;
    border: solid 1px #d9d9d9;
}

.border-warning {
    border: solid 1px #432585 ;
}

.bg-high {
    background-color: #FF4258;
    color: #FFF;
}

.tab-content {
    height: 100% !important;
}

.bg-form {
    color: #FFF !important;
    padding: 3px;
    text-align: center
}

.form-followup {
    background: #FF4258;
}

.form-resolved {
    background: #60A759;
}

.bg-show-source {
    background: #3E5563;
    padding: 3px;
    text-align: center;
}

.card-followup {
    border: solid 1px #E4BC36 !important;
}

.nav-tabs-warning > li.nav-item a.nav-link.active h4 {
    color: #fbbc05;
}
