#new-contact-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index: 3000;
    right: 3%;
    top: 90%
}

.user-icon {
    color: #32213A;
}

.person-name-icon {
    color: #200116;
}

.contact-type-icon {
    color: #50B5E9;
}

.contact-email-icon {
    color: #0081BB;
}

.xs-contact-filter {
    border-right: 1px solid grey;
    cursor: pointer
}


/*.modal.fade.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}*/

.bootbox.modal {
    margin-top: 70px;
}

.kibiz-contact-panel {}

#contact-view .fa-table {
    font-size: 20px;
}

.action-bar {
    background-color: #0081BB;
}