﻿.nav-tabs .nav-item.show .nav-link-tab, .nav-tabs .nav-link-tab.active {
    color: rgba(0,0,0,.87);
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px #00629a solid;
    height: 48px;
    padding: 0px 24px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .6;
    min-width: 260px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.nav-item {
    color: rgba(0,0,0,.87);
    font-size: 14px;
    font-family: Calibri, sans-serif;
    height: 48px;
    cursor: pointer;
    box-sizing: border-box;
    opacity: .8;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.nav-link-tab {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #808080;
    font-size: 14px;
    /*font-family: Calibri;*/
    min-width: 260px;
    text-decoration-line: none;
}


td.odd {
    background-color: #eeeeea;
}

.table tbody tr:hover td, .table tbody tr:hover th {
    background-color: #eeeeea;
}

.specify-margin {
    margin-top: 20px;
}
