﻿/* Geogtq-Md */
@font-face {
    font-family: 'Geogtqmd';
    font-display: swap;
    src: local('Geogtqmd'), url(fonts/Geogtq-Md.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Geogtq-Rg */
@font-face {
    font-family: 'Geogtqrg';
    font-display: swap;
    src: local('Geogtqrg'), url(fonts/Geogtq-Rg.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Geogtq-Bd */
@font-face {
    font-family: 'Geogtqbd';
    font-display: swap;
    src: local('Geogtqbd'), url(fonts/Geogtq-Bd.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Geogtq-Sb */
@font-face {
    font-family: 'Geogtqsb';
    font-display: swap;
    src: local('Geogtqsb'), url(fonts/Geogtq-Sb.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}


html {
    font-size: 1.025vw;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: 'Geogtqmd';
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.43;
    color: #58585b;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

.eventContainer {
    width: 100%;
    padding: 1rem 3rem;
    padding-top: 0;    
    margin: auto;
}


.mainHeader {
    background-image: url(../images/bg-red.png);
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    min-height: 10.45rem;
    max-height: 10.45rem;
    overflow: hidden;
}
.hdr-logo {
    margin-left:1rem;
}
.hdr-logo img {
    width: 6rem;
    position: relative;
    top: 0rem;
}
.panHeaderText {
    font-size:14pt;
    font-weight:600;
}
@media (max-width: 991px) {
    html {
        font-size: 13px;
    }
    .eventContainer {
        padding: 0.1rem 0.3rem;
    }
    .mainHeader {
        min-height: 5.45rem;
        max-height: 5.45rem;
    }
    .hdr-logo img {
        width: 3rem;
        margin-left: 1.3rem;
    }
}
.validationCaption {
    font-size:0.8rem;
    color:red;
}


.hdr-logo h4 {
    color: #fff;
    font-size: 0.85rem;
    font-family: 'Geogtqbd';
    font-weight: bold;
    text-transform: uppercase;
    opacity: 1;
    top: -1rem;
    position: relative;
    left: 0.55rem;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0.76rem;
    margin-bottom: 0.76rem;
}

.inputTextHelpText {
    color:#808080;
    font-size:0.8rem;
}

.input-field label {
    color: #717171 !important;
    font-size: 1.2rem !important;
}
input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    margin: 5px 0px 0px 0px !important;
    background-color: #f7f7f7 !important;
    border-radius: 7px 7px 0px 0px;
    padding-left: 8px;
}

.input-field {
    margin-top: 2rem !important;
}

.switch label {
    color: #000;
    font-size: 1.2rem;
}

    .switch label input[type=checkbox]:checked + .lever {
        background-color: #818181;
    }

    .switch label .lever:after {
        background-color: #d80c0b;
    }

    .switch label input[type=checkbox]:checked + .lever:after {
        background-color: #d80c0b;
    }

td, th {
    padding: 1px;
}

[type="radio"] + label:before, [type="radio"] + label:after {
    width: 19px !important;
    height: 19px !important;
    margin-top: 7px !important;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    padding-left: 40px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 1.2rem !important;
    color: #58585b !important;
}

    [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
        background-color: #d80c0b;
    }

    [type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
        border: 2px solid #d80c0b;
    }

input[type=text] {
    margin: 0px !important;
}
[type="checkbox"].filled-in:checked + label:after {
    border: 2px solid #d80c0b;
    background-color: #d80c0b;
}
.no-mar {
    margin: 0px !important;
}

.mar-t-15 {
    margin-top: 15px !important;
}