thead tr {
    background-color: #979797;
    color: white;
}

th, td {
    padding: 5px;
}

.product a, .product a:hover, .product a:focus {
    color: #777 !important;
    text-decoration: none !important;
}

.breadcrumb li a {
    color: #CCC;
}

a:hover {
    text-decoration: none !important;
}

.margin-5px {
    margin: 5px !important;
}

.border-radius-5px {
    border-radius: 5px !important;
}

.btn-active {
    background: #0088CC !important;
    border-color: #0088CC !important;
}


.application-icon {
    position: fixed;
    bottom: 40px;
    left: 40px;
    background-color: #10528d;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    padding: 6px 30px;
    font-weight: bold;
}
.application-icon:hover{
background-color: #000;
}


    .application-icon:hover {
        color: #fff;
    }

    .application-icon:active {
        color: #fff;
    }

    .application-icon:focus {
        color: #fff;
    }
