.floatThead-container th {
    background-color: #F5F5F5;
    color:#175D92;
}

.floatThead-container tr:first-child th {
    cursor: pointer;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #FFF;
}

.new-customer-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    /*right: 3%;*/
    /*left : 5%;*/
    top: 90%
}

.new-customer-btn-xs {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index:3000;
    right: 3%;
    top: 90%
}

#customer-view .fa-th {
    font-size: 20px;
}

.view-toggle {
    left : 1% !important;
}