html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

p, div {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

select {
    height: 33px;
}

.addSc {
    display: none;
}

h4 {
    font-weight: bold;
    font-size: 22px;
}

h5 {
    font-weight: bold;
    font-size: 18px;
}
.loadingGif {
    position: absolute;
    left: 0;
    right: 10px;
    top: 21px;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
    display: none;
}
.text-red{
    color:#da291c;
}
.custom-file-input {
    position: relative;
    display: inline-block;
    opacity: 1;
    height: auto;
}

.custom-file-input input[type="file"] {
        display: none;
    }

.custom-file-input .fa-camera {
        position: absolute;
        top: 67%;
        right: 7px;
        transform: translateY(-50%);
        cursor: pointer;
    }

.custom-date-input {
    position: relative;
}

    .custom-date-input input[type="date"] {
        padding-right: 7px;
    }

#myTab button {
    color: #da291c;
    font-weight: bold;
    font-size: 26px;
}

button[aria-selected=false] {
    background: #f7f7f7;
    border: solid 1px #ddd !important;
    border-left: none !important;
}

#checkRebateStatus .border {
    border: 1px solid #333 !important;
}

#checkRebateStatus .border-bottom {
    border-bottom: 1px solid #f06423 !important;
}

.modal-body span {
    word-wrap: break-word;
}

#rebateNumber {
    font-size: 32px;
    color: #da291c;
}

#checkRebateStatus {
    border-color: #f06423 !important;
}

mw-300 {
    max-width: 300px;
}

.fa-plus, .fa-minus {
    cursor: pointer;
}

.hidden {
    display: none;
    height: 0;
    transition: height 1s;
}

.openExt {
    display: block;
    height: auto;
    transition: height 1s;
}

.bg-blue {
    background: #006bb7;
}

.bg-lightblue {
    background-color: #f6fbff;
}

.bg-orange {
    background-color: #f06423;
}

.text-orange {
    color: #f06423;
}

.text-orange {
    color: #f06423;
}

.bg-lightorange {
    background-color: #fff9ed;
}

.bg-orangered {
    background-color: #f06423;
}

.bg-lightblue2 {
    background-color: #F5F6F9;
}

div.submission:nth-child(odd) {
    background-color: #f6fbff;
}

#submitAlertRed, #submitAlert {
    display: none;
}

input:disabled, select:disabled {
    background-color: #F5F6F9;
    border: 1px solid #dee2e6 !important;
}

h4 > i {
    color: #f06423;
}

.btn-primary, .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:focus {
    color: #fff;
    background-color: #fcc532;
    border-color: #fcc532;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #f06423;
        border-color: #f06423;
    }

.modalStatusStatusTxt {
    font-size: 26px;
}

.text-danger {
    color: #f06423 !important;
}

.mh-30 {
    max-height: 30px;
}

.smallHeader {
    font-size: 22px;
}

.mediumHeader {
    font-size: 24px;
}

#simplifiedData select {
    height: 24px;
}

div#pGrid > div > img {
    max-height: 50px;
    width: auto !important;
    max-width: 100%;
    margin-bottom: 22px;
    margin-top: 22px;
}

.btn-outline, .btn-check:active + .btn-outline, .btn-check:checked + .btn-outline, .btn-outline.active, .btn-outline:active, .show > .btn-outline.dropdown-toggle, .btn-outline.disabled, .btn-outline:disabled, .btn-outline:focus {
    color: #fff;
    border-color: #f06423;
}

.mht-100 {
    max-height: 100px;
}

#h_logo {
    max-width: 100% !important;
}

.h-150 {
    height: 150px;
}
.mw-300{
    max-width:300px;
}
.input-disabled {
    background-color: #EBEBE4;
    border: 1px solid #ABADB3;
    padding: 2px 1px;
}
.inputHeader {
    font-size: 11px;
    color: #333;
    font-weight: bold;
    letter-spacing: .1em;
    font-family: Arial Black, Arial, Helvetica, sans-serif;
}

.checkbox-lg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
}

#prodList > div.row:nth-child(odd) {
    background-color: white;
}

#prodList > div.row:nth-child(even) {
    background-color: #F5F6F9;
}

.fa-window-close {
    cursor: pointer;
}
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

div.prodListRow div {
    border-bottom: dashed 1px #9E9E9E;
}

@@media screen and (max-width:1199px) {
    #topNav .nav-item {
        border-top: dotted 1px #CCC;
    }
}

@@media screen and (max-width:767px) {
    #myTab button {
        font-size: 18px;
    }
}

@@media screen and (max-width:445px) {
    #myTab button {
        font-size: 18px;
    }
}

@@media screen and (max-width:991px) {
    #h_logo {
        max-width: 230px !important;
    }
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .text-end {
        text-align: center !important;
    }
}
