#new-customer-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    right: 3%;
    top: 90%
}

.user-icon {
    color:#32213A;
}

.person-name-icon {
    color:#200116;
}

.customer-type-icon {
    color:#50B5E9;
}

.customer-email-icon {
    color:#0081BB;
}


.xs-customer-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-customer-panel {

}

#customer-view .fa-table {
    font-size: 20px;
}
