/* ==========================================================================
CUSTOM CSS
========================================================================== */

#pre-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.update-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.update-loader-status {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

body {
    padding-top: 0px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    /*font-size: 0.94rem;*/
}

section {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.log-in {
    padding: 0px;
}

section.live-stream {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-right: 0%;
}

.full-screen-height {
    height: 100vh;
}



.alert#cookie-consent {margin-bottom: 0px;}

.full-size-background {
    background: url(../img/default-hero-image-yellow.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image-yellow.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/default-hero-image-yellow.jpg', sizingMethod='scale')";
}

.sign-in-background-image {
    background: url(../img/sign-background-image-2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sign-background-image-2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/sign-background-image-2.jpg', sizingMethod='scale')";
}

/* ==========================================================================
COLOURS
========================================================================== */

.bg-black {
    background-color: #000000;
}

.bg-darker {
    background-color: #212529;
}

.bg-darker hr {
    border-color: #cccccc;
}

.bg-yellow {
    background-color: #fee333;
}

.bg-red {
    background-color: #e63023;
}

.bg-blue {
    background-color: #185092;
}

.bg-light-grey {
    background-color: #eeeeee;
}

.bg-white {
    background-color: #ffffff;
}

.bg-white-80 {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-black-80 {
    background-color: rgba(0, 0, 0, 0.8);
}

.bg-darker-80 {
    background-color: rgba(33, 37, 41, 0.8);
}

.text-light-grey {
    color: #eeeeee;
}

.text-regular-grey {
    color: #cccccc;
}

.text-red {
    color: #e63023;
}

.text-blue {
    color: #185092;
}

a.text-red:hover {
    color: #b92016;
}

.btn-yellow {
    background-color: #fee333;
    color: #212529;
}

.btn-yellow:hover {
    background-color: #e8cf26;
    color: #212529;
}

.btn-red {
    background-color: #e63023;
    color: #ffffff;
}

.btn-red:hover {
    background-color: #b92016;
    color: #ffffff;
}

.btn-green {
    background: #29a581;
    color: #fff;
}

.btn-green:hover, a.btn-green:hover {
    background: #48b897;
    color: #fff;
}

.border-left-dark {
    border-left: 1px solid #343a40;
}

/* ==========================================================================
NAVIGATION
========================================================================== */

.control-panel-container {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.live-stream-control-panel {
    width: 100%;
}

.live-stream-logo {
    width: 120px;
}

/* ==========================================================================
ACCORDION
========================================================================== */

.accordion {
    position: relative;
    min-width: 100%;
}

.accordion .card, .accordion .card-header {
    border-radius: 0px;
    width: 100%;
    border: 0px;
}

.accordion .card-header {
    color: #000000;
    border-left: 6px solid #0aa4de;
    padding: 0px;
    /*margin-bottom: 1px;*/
    border-top: 1px solid #cccccc;;
}

/*.accordion .card-body {
    background-color: #ffffff;
}*/

.accordion .btn-side-nav {
    display: block;
    width: 100%;
    color: #343a40;
    border-radius: 0px;
    border: 0px;
    padding: 20px 10px;
    text-align: left;
    font-weight: 600;
}

.accordion .btn.btn-side-nav:focus {
    outline:0!important;
    box-shadow: none;
}

.accordion .btn-side-nav:hover {

}

.carousel-control-next, .carousel-control-prev {
    width: auto;
}

/* ==========================================================================
LIVE CHAT
========================================================================== */

.live-chat-modal {
    padding-right: 0px!important;
}

.live-chat-modal .modal-dialog {
    width: 50%;
    height: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
}

.live-chat-modal .modal-dialog .modal-content {
    min-height: 100%;
}

.chat-item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 1rem;
}

.chat-item.support {
    text-align: left;
    font-style: italic;
}

.chat-item.user {
    text-align: right;
}

body.modal-open {
    padding-right: 0px!important;
}

/* ==========================================================================
SELECT
========================================================================== */

.select-icons-container {
    position: relative;
    width: 100%;
    height: 95px;
    overflow: hidden;
    float: right;
    margin-top: 40px;
}

.select-icons {
    position: absolute;
    width: 100%;
    right: -100px;
    text-align: right;
}

.select-icons img {
    margin-left: -60px;
}

.sponsors ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.sponsors li {
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.sponsors li img {
    /*width: 60%;*/
}

.hr-sm {
    border-top: 3px solid #ffffff;
    width: 20%;
    margin-left: 0px;
}

/* ==========================================================================
MAP
========================================================================== */

.map-container {
    position: relative;
    color: #222;
    background-attachment: scroll;
    background-image: url(../img/map-image.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    min-height: 500px;
}

#map {
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Set z-index to 0 as it will be on a layer below the contact form */
}

/* ==========================================================================
FORM
========================================================================== */

/*.custom-control.question-checkbox {
    padding-left: 3rem;
}

.custom-checkbox.question-checkbox .custom-control-input:checked~.custom-control-label::after {
    width: 34px;
    height: 34px;
}

.question-checkbox .custom-control-label::before {
    width: 2rem;
    height: 2rem;
}*/

.custom-checkbox.question-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #29a581;
}

/*.question-checkbox .custom-control-label::before {
    top: -0.15rem;
    left: -3rem;
}

.question-checkbox .custom-control-label::after {
    top: -0.15rem;
    left: -3rem;
}*/

/* ==========================================================================
FOOTER
========================================================================== */

footer {
    padding-top: 80px;
    padding-bottom: 80px;
}
