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

:root{scroll-behavior:auto}

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

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

body {
    padding-top: 73px;
    font-family: "muli", sans-serif;
}

body.event-access-page, body.event-inactive {
    padding-top: 0px;
}

header, section, footer {
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.access-page-logo {
    margin-bottom: 3rem;
}

.full-size-background {
    background-repeat: no-repeat!important;
    background-position: center center!important;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

/*body.event-active .full-size-background {
    padding-top: 10rem;
    padding-bottom: 6rem;
}*/

.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}

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

.sticky-bar {
    position: sticky;
    z-index: 800;
    top: 90px;
}

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

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

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

.bg-pink {
    background-color: #D31E63;
}

.bg-light-grey {
    background-color: #f2f2f2
}

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

.bg-fs-forum-navy-blue {
    background-color: #142c48;
}

.bg-fs-forum-navy-blue-60 {
    background-color: rgba(20, 44, 72, 0.6);
}

.bg-fs-forum-navy-blue-80 {
    background-color: rgba(20, 44, 72, 0.6);
}

.bg-fs-forum-dark-navy-blue {
    background-color: #0d2541;
}

.bg-fs-forum-turquoise {
    background-color: #48bfba;
}

.bg-fs-forum-turquoise-60 {
    background-color: rgba(72, 191, 186, 0.6);
}

.bg-fs-forum-turquoise-80 {
    background-color: rgba(72, 191, 186, 0.8);
}

.text-fs-forum-navy-blue {
    background-color: #142c48;
}

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.bg-body-light {
    background-color: #EBEBEB;
}

.text-fs-forum-turquoise {
    color: #48bfba;
}

.text-pink {
    color: #D31E63;
}

/* ==========================================================================
BUTTONS
========================================================================== */

.btn-style {
    border-radius: 0px;
    padding: 0.75rem 2.5rem;
    border-width: 3px;
    font-weight: 600;
}

.btn-pink {
    background-color: #D31E63;
    color: #ffffff;
}

.btn-pink:hover {
    background-color: #ed337a;
    color: #ffffff;
}

.btn-black {
    background-color: #000000;
    color: #ffffff;
}

.btn-black:hover {
    background-color: #242424;
    color: #ffffff;
}

.btn-fs-forum-navy-blue {
    background-color: #142c48;
    border-color: #142c48;
    color: #ffffff;
}

.btn-fs-forum-navy-blue:hover {
    background-color: #0d2541;
    border-color: #0d2541;
    color: #ffffff;
}

.btn-fs-forum-navy-blue-outline {
    background-color: #142c48;
    border-color: #142c48;
    color: #ffffff;
}

.btn-fs-forum-navy-blue-outline:hover {
    background-color: #ffffff;
    border-color: #142c48;
    color: #142c48;
}

.btn-fs-forum-turquoise {
    border-color: #48bfba;
    background-color: #48bfba;
    color: #ffffff;
}

.btn-fs-forum-turquoise:hover {
    border-color: #142c48;
    background-color: #142c48;
    color: #ffffff;
}

.btn-fs-forum-turquoise-outline {
    border-color: #48bfba;
    background-color: #48bfba;
    color: #ffffff;
}

.btn-fs-forum-turquoise-outline:hover {
    border-color: #48bfba;
    background-color: #142c48;
    color: #ffffff;
}

/* ==========================================================================
HEADER
========================================================================== */

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

.navbar {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.nav-link {
    color: #142c48;
}

.navbar-nav .nav-link:focus, .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
    color: #48bfba;
}

/* ==========================================================================
AGENDA
========================================================================== */

/* ==========================================================================
SPEAKERS
========================================================================== */

/* ==========================================================================
BOARDROOM SESSIONS
========================================================================== */

/* ==========================================================================
FORMS
========================================================================== */

.btn-check:active+.btn-secondary, .btn-check:checked+.btn-secondary, .btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #E8AF6B;
    border-color: #E8AF6B;
}

.form-check input:hover {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #0053B8;
    border-color: #0053B8;
}

fieldset legend {
    font-size: .875em;
}

/*.form-floating .form-control {
    border-radius: 0px;
    background-color: transparent;
    border: 2px solid #48bfba;
    color: #ffffff;
}*/

.input-style-transparent.form-floating .form-control {
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid #48bfba;
    color: #ffffff;
    padding: 2.25rem .75rem;
}

.input-style-transparent.form-floating .form-control:focus {
    border-radius: 0px;
    background-color: transparent;
    border: 0px;
    border-bottom: 3px solid #48bfba;
    color: #ffffff;
}

.input-style-transparent.form-floating>.form-control, .input-style-transparent.form-floating>.form-control-plaintext, .form-floating>label {
    padding-left: 0px;
    padding-right: 0px;
}

.input-style-transparent.form-floating>.form-control-plaintext:focus, .input-style-transparent.form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .input-style-transparent.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    box-shadow: none;
}

.input-style-transparent.form-floating>.form-control-plaintext:-webkit-autofill, .input-style-transparent.form-floating>.form-control:-webkit-autofill, input:-internal-autofill-selected {
    background-color: transparent;
    color: #ffffff;
}

.bg-fs-forum-navy-blue input:-webkit-autofill,
.bg-fs-forum-navy-blue input:-webkit-autofill:hover,
.bg-fs-forum-navy-blue input:-webkit-autofill:focus,
.bg-fs-forum-navy-blue input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
.bg-fs-forum-navy-blue input:-webkit-autofill{
    -webkit-text-fill-color: #ffffff !important;
}

/* ==========================================================================
OTHER
========================================================================== */

.accordion-button {
    background-color: #f8f9fa;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
}

.nav-tabs {
    border: 0px;
    width: 100%;
}

.nav-tabs .nav-item {
    width: 100%;
}

.nav-tabs .nav-link {
    text-align: left;
    font-size: 0.9rem;
    color: #000000;
    width: 100%;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0053b8;
    border: 0px;
}

.resource-link {
    color: #ffffff;
    background-color: #000000;
    padding: 0.5rem 1rem;
    margin-bottom: 0.75rem;
    display: block;
    text-decoration: none;
    border-radius: 0.25rem;
}

.resource-link:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #242424;
}

.resource-link i {
    color: #ffffff;
    line-height: 24px;
}

.tab-content .tab-pane div .resource-link:last-child {
    margin-bottom: 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 */
}

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

body:not(.event-access-page) footer {
    padding-bottom: 8rem;
}

/* ==========================================================================
MODAL
========================================================================== */

.modal {
    z-index: 9100;
}

.modal-content, .modal-header {
    border-radius: 0px;
}

/* ==========================================================================
ANIMATED HAMBURGER MENU
========================================================================== */

.hamburger {
    padding: 15px 15px 5px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:focus {
/*    outline: none;*/
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #000000;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 3px;
    background-color: #000000;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* ==========================================================================
NOTIFICATIONS SIDEBAR
========================================================================== */

#side-panel, #event-notifications {
    height: 100%;
    min-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 180px;
    width:0;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 61px;
    right: 0;
    border-top-left-radius: 18px;
    z-index: 999;
    transition: width .2s ease 0s, opacity .2s ease 1s, visibility .2s ease 1s
}

#side-panel.side-panel-shown, #event-notifications.side-panel-shown {
    width:100%;
    opacity: 1;
    visibility: visible;    
    transition: width .2s ease
}

#side-panel .panel-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all .3s ease .2s;
}

#side-panel.side-panel-shown .panel-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.side-panel-nav {
    position: sticky;
    top: 0px;
    left: 6px;
    z-index: 1;
}

.panel-back {
    font-size: 1.6rem;
    border: none;
    outline: none;
    cursor: pointer;
    color: #000;
    background: transparent;
    padding-left: 0;
}

.panel-back:focus {
    outline: 2px solid black
}

.notification-bell {
    position: relative;
    color: #000000;
    text-align: center;
}

.notification-bell .fa-bell {
    font-size: 1.6rem;
}

.notifications-counter {
    position: absolute;
    top: -2px;
    right: -4px;
    font-size: 0.7rem;
    line-height: 1rem;
    background-color: #e94747;
    color: #ffffff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
}

.notifications-container {
/*    max-height: 500px;*/
    overflow-y: scroll;
    height: 100vh;
    margin-top: 50px;
    padding-bottom: 100px;
}

.notification-item {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 2rem;
}

.notifications-container .notification-item:last-child {
    margin-bottom: 0px;
}

.notification-time {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.notification-date {
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.notification-title {
    margin-bottom: 1rem;
}

.notification-content-container {
    border-left: 4px solid #48bfba;
    padding-left: 1rem;
}

/* ==========================================================================
APP STYLES
========================================================================== */

.data-response-container {
    position: fixed;
    display: block;
    bottom: 0px;
    right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 99999;
}

.note-btn.btn {
    font-size: 1rem;
}

.app-container {
    position: absolute;
    left: -100vw;
    top: 0;
    opacity: 0;
    transition: left .2s ease-in-out, position .2s ease-in-out;
    margin-top: -10px;
}

.app-container section {
    padding-left: 1rem;
    padding-right: 1rem;
}
 
.app-container section:first-child {
   border-radius: 40px 40px  0 0;
    margin-top: -50px;
}

.app-container:not(.app-panel-active) section {
    display: none;
}

.app-container.app-panel-active section {
    position: relative;
    display: block;
    z-index: 300;
}

.app-container.app-panel-active {
    height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    opacity: 1;
}

.nav-footer {
    bottom: 0;
    z-index: 1040;
    position: fixed;
}

.nav-footer .nav-footer-inner {
    justify-content: space-evenly;
    position: relative;
}

#nav_more {
    margin-top: -100px;
    opacity: 0;
    display: none;
}

#nav_more.more-active {
    display: flex;
    margin-top: 0px;
    opacity: 1;
    transition: margin-left .2s ease;
}

.nav-footer a {
    color: #000;
    font-size: .8rem;
}

#nav_more a {
    color: #000;
    font-size: .8rem;
}

.nav-footer a i {
    font-size: 1.2rem;
}

/* ==========================================================================
FEEDBACK
========================================================================== */

.radio-10-rating .custom-control-inline {
    display: flex;
    margin-bottom: 0.4rem;
}

.radio-10-left-label {
    position: relative;
}

.radio-10-right-label {
    position: relative;
}

.radio-10-left-label p, .radio-10-right-label p {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
}

/* ==========================================================================
SUMMERNOTE
========================================================================== */

.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
    top: 76px;
    bottom: 0px;
}

.note-editor.note-frame {
    font-family: "muli", sans-serif;;
}

.note-editor .dropdown-toggle::after {
    display: none;
}

.note-popover.popover {
    position: absolute;
    border: 0px;
}

.note-popover .popover-body {
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, .bs-popover-bottom>.popover-arrow::after {
    left: 10px;
}

.note-popover .popover-body .note-btn-group.btn-group.note-add {
    margin-right: 5px;
}



