body {
    margin: 0;
}
/* FOOTER ROW */
.footer {
    background-color: #063761;
    color: #fff;
    width: 100%;
}
@media (min-width: 48em) {
    .footer {
        padding: 30px 100px 30px 20px;
    }
}
.footer .inner {
    padding-left: 30px;
    font-size: 12px;
    font-family: fair, sans-serif;
}
.footer > .inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* TOP HEADER ROW */
.head__row {
    background-color: #063761;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 -12px !important;
    z-index: 50;

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;

    line-height: 1.5;
    font-size: 1rem;
    font-family: fair, sans-serif;
}

.head__row > .col {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

.head__row a {
    color: #FFFFFF;
    text-decoration: none;
}
.head__row a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.head__logo {
    background-image: url(/themes/fair/img/fair-logo-white.png);
    background-size: 200px;
    background-repeat: no-repeat;
    font: 0 / 0 a;
    width: 200px;
    height: 85px;
}
.head__title {
    font-size: 2em;
}
.head__contact {
    font-size: 13px;
    font-family: fair, sans-serif;
}
.head__contacts {
    padding-right: 110px;
}
.head__language {
    width: 92px;
    text-align: center;
    display: inline-block;
}
.head__language a {
    display: block;
}
.head__language a:hover {
    background-color: #2368a6;
}
@media (min-width: 48em) {
    .head__top {
        padding-right: 95px;
        height: 6em;
    }
    .head__logo {
        background-image: url(/themes/fair/img/fair-logo-white.png);
        background-size: 130px;
        background-repeat: no-repeat;
        background-position: 25px 20px;
        position: absolute;
    }
    .head__row {
        height: 6em;
    }
    .head__center {
        text-align: center;
    }
    .head__title {
        position: relative;
        top: 20%;
    }
    .head__contact {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .head__contact_row {
        margin-right: 40px !important;
    }
}
.head__title a::before {
    content: "";
    display: inline-block;
    background-image: url(/themes/fair/img/sprite.svg);
    background-size: 382px 378px;
    background-repeat: no-repeat;
    width: 36px;
    height: 32px;
    background-position: -57px -300px;
    position: relative;
    vertical-align: middle;
    margin-right: 15px;
    margin-bottom: 6px;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: start;
}

/* SIDEBAR MENU */
.sb {
    display: none;
    position: absolute;
    z-index: 200;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    width: 280px;
    left: 50%;
    margin-left: -140px;
    top: 0;
}
.sb--active {
    display: block; }
.sb__toggle {
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: 20px 10px;
    width: 91px;
    top: 0;
    bottom: 0;
    right: 92px;
    cursor: pointer;
    text-align: center;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    border-left: 1px solid #D0D0D0;
}
.sb__toggle:after {
    content: "";
    display: inline-block;
    background-image: url("/themes/fair/img/sprite.svg");
    background-size: 382px 378px;
    background-repeat: no-repeat;
    width: 21px;
    height: 22px;
    background-position: -356px -5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -11px;
}
.sb__toggle:hover {
    background-color: #eee;
}
@media (min-width: 48em) {
    .sb__toggle {
        display: none;
    }
}
.sb__close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #063761;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
}
.sb__close:hover {
    background: #ED1F24;
    color: #fff;
}
.sb__user {
    display: block;
    box-sizing: border-box;
    padding-top: 12px;
    height: 155px;
    background-color: #063761;
    color: #fff;
    text-decoration: none;
    transition: background-color 200ms;
}
.sb__user__id {
    font-size: 11px;
    display: block;
}
.sb__user:hover {
    color: #fff;
    background-color: #2368a6;
}
.sb__user__img {
    display: block;
}
.sb__user__img img, .sb__user__img .avatar {
    display: block;
    margin: 0 auto 5px auto;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.sb__user__img .avatar {
    display: inline-block;
    background-image: url("/themes/fair/img/sprite.svg");
    background-size: 382px 378px;
    background-repeat: no-repeat;
    background-position: -215px -5px;
    width: 81px;
    height: 81px;
}
.sb__link {
    display: block;
    box-sizing: border-box;
    padding: 8px 0;
    border-top: 1px solid #2368a6;
    background-color: #063761;
    color: #fff;
    text-decoration: none;
    transition: background-color 200ms;
}
.sb__link.sb__link--flynet,
.sb__link:hover {
    background-color: #2368a6;
    color: #fff;
}
.sb__link:before {
    content: "";
    margin: 0 auto 8px auto;
}
.sb__link--webcam {
    background-color: #fff;
    color: #063761;
}
.sb__link--webcam:hover {
    background-color: #fff;
    color: #000;
}
.sb__link--brief {
    border-top: 0;
    background-color: #ED1F24;
}
.sb__link--brief:hover {
    background-color: #c91015;
}
.sb__link--logout {
    position: relative;
}
@media (min-height: 680px) {
    .sb__link {
        height: 80px;
        padding-top: 12px;
        padding-bottom: 0;
        border-top: 0;
    }
    .sb__link--webcam {
        padding-top: 17px;
    }
    .sb__link--logout {
        padding-top: 23px;
        height: 60px;
    }
    .sb__link--lang {
        padding-bottom: 12px;
    }
    .sb__link--logout:before {
        position: absolute;
        left: 8px;
        right: 8px;
        top: 12px;
        bottom: 12px;
        border: 1px solid #fff;
        border-radius: 4px;
        margin: 0;
    }
    .sb__link--flynet:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-position: -57px -300px;
        display: block;
    }
    .sb__link--elearn:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 36px;
        height: 32px;
        background-position: -170px -241px;
        display: block;
    }
    .sb__link--exame:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 47px;
        height: 37px;
        background-position: -65px -187px;
        display: block;
    }
    .sb__link--brief:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 60px;
        height: 35px;
        background-position: -215px -95px;
        display: block;
    }
    .sb__link--webcam:before {
        background-image: url("../img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 38px;
        height: 23px;
        background-position: -122px -187px;
        display: block;
    }
    .sb__link--webcam:hover:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 38px;
        height: 23px;
        background-position: -305px -259px;
        display: block;
    }
    .sb__link--brief:before {
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 60px;
        height: 35px;
        background-position: -215px -95px;
        display: block;
    }
 }
@media (min-width: 48em) {
    .sb {
        display: block;
        position: fixed;
        right: 0;
        width: 92px;
        left: auto;
    }
}
@media (max-width: 47.99em) {
    .sb {
        top: 120px;
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    }
    .sb__close {
        display: block;
    }
    .sb__link {
        position: relative;
        padding: 20px 0;
        height: auto;
    }
    .sb__link:before {
        position: absolute;
        left: 20px;
        top: 50%; }
    .sb__link--webcam {
        width: 50%;
        float: left;
        border-top: 0;
    }
    .sb__link--webcam:before, .sb__link--webcam:hover:before {
        display: none;
    }
    .sb .sb__link--brief {
        width: 50%;
        float: right;
    }
    .sb .sb__link--brief:before {
        display: none;
    }
    .sb .sb__link--logout:before {
        display: none;
    }
    .sb__link--flynet:before {
        display: inline-block;
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        background-position: -57px -300px;
        margin: -16px 0 0 2px;
    }
    .sb__link--elearn:before {
        display: inline-block;
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 36px;
        height: 32px;
        background-position: -170px -241px;
        margin: -16px 0 0 0;
    }
    .sb__link--exame:before {
        display: inline-block;
        background-image: url("/themes/fair/img/sprite.svg");
        background-size: 382px 378px;
        background-repeat: no-repeat;
        width: 47px;
        height: 37px;
        background-position: -65px -187px;
        margin: -18px 0 0 -10px;
    }
}

.sb__link--admin {
    height: unset;
}
.sb__link--lang {
    height: unset;
    border-top: unset;
}

.sb__back {
    background-color: #063761;
}
@media (min-height: 680px) {
    .sb__link--admin {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sb__link--admin:before {
        content: '🗁' !important;
        display: block;
        width: 32px !important;
        height: 32px !important;
        position: relative;
        vertical-align: middle;
        font-size: 32px;
    }
}
.grey {
    color: #666666;
}

/* CONTENT HEADER NAV */
#topNav {
    top: 19px !important;
}
#header {
    padding: 0 0 10px 0;
}

.box-logo {
    width: 218px;
    text-align: center;
    padding: 14px 15px 30px 15px;
}
.box-logo img {
    width: 180px;
    height: 71px;
}

#mainCol {
    min-height: 550px;
    margin: 0 0 0 310px;
    background: url(/themes/fair/img/cols-separator.png) no-repeat 0 0/11px 100%;

}