.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-contact-btn {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index: 3000;
    /*right: 3%;*/
    /*left : 5%;*/
    top: 90%
}

.new-contact-btn-xs {
    position: fixed;
    background-color: #3397d1;
    color: white;
    z-index: 3000;
    right: 3%;
    top: 90%
}

#contact-view .fa-th {
    font-size: 20px;
}

.view-toggle {
    left: 1% !important;
}

.action-bar {
    background-color: #0081BB;
    padding: 5px 5px 5px 5px;
    margin: 5px 2px 5px 2px;
}

.fa-plus {
    color: #FFFFFF;
}

#new-contact-btn:hover {
    background-color: #FFFFFF;
}

#new-contact-btn .fa-plus:hover {
    color: #0081BB;
}

#new-contact-btn:hover .fa-plus {
    color: #0081BB;
}