﻿.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;
    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;
    }
}