﻿/*.resCol {
    color: #fff !important;
    text-decoration: none;
}*/

ul.headerNav .nav-link.active {
    text-decoration: none;
    background-color: #eee;
    color: #000 !important;
}

.nav1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-top: 100px;
}

/*.resCol1.active,
.resCol1:hover {
    background-color: #fff;
    color: #1D0A2B !important;
    border-left: 3px solid #1D0A2B !important;
}

.resCol1 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff !important;
    padding: 5px 15px !important;
    margin-right: 5px !important;
    background-color: #1D0A2B;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}*/

.tab-content > .active {
    display: block;
}

.tab-content > .tab-pane {
    /* display: none; */
}

/*.active,
.accordion:hover {*/
    /* background-color: #FFF; */
/*}*/

.TherapeauticSection {
    background-color: #fff;
    padding: 10px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 -2px 5px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/*.tableheadbg {
    background-color: #EEEEEE;
}*/

.tableheadtext {
    font-size: 12px;
}

.resLink {
    font-weight: bold;
    font-size: 14px;
}

.resourceSection td {
    font-size: 12px;
}

.resourceSection tr {
    height: 60px;
}
.dt-search {
    float: right !important;
    text-align: right !important;
    margin-top: -247px !important;
    display: flex;
    gap: 0.5rem;
}
.dt-column-order{
    display:none !important;
}