﻿main {
    min-height: 530px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: bold !important;
    background-color: transparent;
    border-color: transparent;
}

.nav-item {
    padding: 15px 0px !important;
}

.tabPanLast {
    display: flex !important;
    flex-direction: column;
}

.tabPanFirst {
    display: flex !important;
    flex-direction: column-reverse;
}

.tab-paneDivLast {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    padding: 2% 0%;
    line-height: 3;
}

    .tab-paneDivLast p {
        color: #262626;
    }

.titleTabPane:hover {
    font-weight: bold !important;
    color: #000;
}

.titleTabPane::after {
    content: '';
    width: 0px;
    height: 1px;
    display: block;
    background: #808080;
    transition: 300ms;
}

.titleTabPane:hover::after {
    width: 100%;
}

.readMore {
    margin: 0 4rem;
}

.resetA:hover {
    cursor: text;
    background: transparent !important;
    border: 1px solid transparent !important;
}

@media(max-width:576px) {
    .navLinkMobile {
        padding: 2% !important;
        font-size: 1.1rem !important;
    }

    .accordion-button {
        font-size: 1.2rem;
    }

    .accordion-body a {
        font-size: 1rem;
    }

    .tab-paneDivLast, .most-visitedBody {
        text-align: center !important;
    }

    .readMore {
        text-align: unset;
    }
}

.most-visitedBody {
    width: 100%;
}

.nav-item {
    padding: 0px !important;
}

@media(max-width:290px) {
    .Ordering {
        display: none !important;
    }
}

.liMostVisited {
    border-bottom: 1px solid rgba(112, 112, 112, .4);
    padding: 2%;
    line-height: 3;
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent !important;
}

.fa {
    font-weight: bold !important;
}

.textReset {
    display: block !important
}

button.btn-IQ {
    background-color: #606060 !important;
    color: #fffcf7;
    font-size: 1.2rem !important;
    height: 37px !important;
    border-radius: 0px;
}

    button.btn-IQ:hover {
        background-color: #3C3C3C !important;
    }

input[type="text"] {
    background-color: #fffcf7 !important;
    color: #262626 !important;
    font-size: 10pt;
    line-height: 23px;
    border: none !important;
    height: 37px;
    width: 100%;
    border-radius: 0px;
}

.colPadd {
    padding: 5px;
}

@media(max-width:992px) {
    .displayNoneCol {
        display: none;
    }
}