﻿:root {
    --loadingColorOne: #f15e41;
    --loadingColorTwo: #bad375;
    --loadingColorThree: #26a9e0;
}


/*#region Fonts */
@font-face {
    font-family: 'FontAwesomeRegular';
    src: url('../../fonts/font-awesome/fa-regular.eot');
    src: url('../../fonts/font-awesome/fa-regular.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-regular.woff') format('woff'), url('../../fonts/font-awesome/fa-regular.woff2') format('woff2'), url('../../fonts/font-awesome/fa-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesomeSolid';
    src: url('../../fonts/font-awesome/fa-solid.eot');
    src: url('../../fonts/font-awesome/fa-solid.eot?#iefix') format('eot'), url('../../fonts/font-awesome/fa-solid.woff') format('woff'), url('../../fonts/font-awesome/fa-solid.woff2') format('woff2'), url('../../fonts/font-awesome/fa-solid.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'AvantGardeBook';
    src: url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff2') format('woff2'), url('../../fonts/Avantgarde-Book/avantgarde_book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GibsonLight';
    src: url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff2') format('woff2'), url('../../fonts/GibsonLight-Regular/gibsonlight-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*#region Fonts*/
@font-face {
    font-family: AvenirLTPro-Roman;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.8e3c57323d2a6ef9af2b.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.8e3c57323d2a6ef9af2b.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.1864e092e0b74fcb3411.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.ed1e8cb06e05034461b9.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_0_0.d13ef1515c3b3f890437.ttf) format("truetype")
}

@font-face {
    font-family: AvenirLTPro-Medium;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.a9b29e668297839d1214.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.a9b29e668297839d1214.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.567642b1bbd38c1623b0.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.7d569170f98277b807ff.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_1_0.914ad5ef9df53fe6b954.ttf) format("truetype")
}

@font-face {
    font-family: AvenirLTPro-Roman;
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.14357975c41563a34b8d.eot);
    src: url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.14357975c41563a34b8d.eot?#iefix) format("embedded-opentype"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.99db6f3b05d15bb569e8.woff2) format("woff2"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.d722893211f4c11f0029.woff) format("woff"), url(../../fonts/AvenirLTPro-Roman/3ADECA_2_0.a71311cc48f35a10498f.ttf) format("truetype");
    font-weight: 700
}
/*#endregion*/


#ctl00_pMenu {
    margin-left: -10px;
}
/*#region Html*/
body,
html {
    height: 100%;
    color: #000;
    font-family: AvenirLTPro-Roman, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.875;
    text-align: inherit;
    margin: 0;
}

/*#endregion*/

ul li {
    list-style-type: square;
}

input[type=text], input[type=password], textarea {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: black;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 8px;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
}

select {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: #303030;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 7px 5px;
    color: #303030;
    background-repeat: repeat-x;
    background-position: top left;
    border: solid 1px #ddd;
    background-color: #f9f9f9;
}

input[type=radio], input[type=checkbox] {
    cursor: pointer;
}
/*#endregion*/

/*#region Navigation Top*/
.navigation-top-container {
    background: #000;
    color: #fff;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}

.navigation-top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navigation-top a.Button {
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px 6px 8px !important;
    vertical-align: middle;
    margin: auto 0;
}
/*#endregion*/

/*#region Messe Frankfurt Events specific */
.messe-frankfurt-only {
    display: none !important;
}
/*#endregion*/

/*#region Language specific */
#content :lang(de) {
    font-style: italic;
    color: #777;
}

    #content :lang(de) .step-n, #content :lang(de) .step-n a {
        color: #cc3300;
    }
/*#endregion*/

/*#region Primary Colours */
#header,
.event-details-row {
    background: #ffffff;
}

#menu a {
    color: #000000;
}
/*#endregion*/

/*#region Header*/
#preheader {
}

    #preheader .pha1 {
        height: 100%;
        background: url('../../images/messe-frankfurt/MF_logo.jpg') no-repeat center center #fff;
        background-size: 155px 30px;
        margin-top: -6px;
        margin-left: 16px;
    }

#header {
    background: #fff;
    padding: 5px 0;
}

    #header .logo-1 {
        background-image: url('../../images/default/logo_combo.png');
        background-size: 465px;
        background-repeat: no-repeat;
        background-position: center left;
        height: 125px;
    }

.event-details-row {
    background: #1e2f97;
}

.primary-color {
    color: #1e2f97;
}

.event-details-box {
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: -30px;
}

.session-noncancellable {
    color: grey !important;
    opacity: 0.6;
}

.event-details-box-title {
    font-family: "Proxima_Nova",Arial;
    font-weight: 400;
    display: block;
    font-size: 15px;
    line-height: 20px;
}

.event-details-box-subtitle {
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.event-details-box-button {
    display: inline-block;
    margin: 0 auto;
    font-size: 15px;
    padding: 13px 20px 13px 20px;
    text-transform: uppercase;
    transition-duration: 400ms;
    transition-property: color, background-color, border-color;
    white-space: normal;
    font-weight: 400;
    border: 2px solid #fff;
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (min-width: 768px) {
    .event-details-row {
        width: 230px;
        margin-top: -220px;
    }

    .event-details-box {
        padding: 30px 30px 20px 30px;
    }

    .event-details-box-title {
        font-size: 22px;
        line-height: 28px;
    }


    .event-details-box-subtitle {
        font-size: 15px;
        line-height: 28px;
    }
}

@media screen and (min-width: 1024px) {
}
/*#endregion*/

/*#region Menu*/
#menu-wrapper {
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    margin-top: -110px;
    padding-bottom: 157px;
}

#menu {
}

    #menu ul {
        float: right;
        margin-left: 125px;
    }

    #menu li {
        display: inline;
        float: left;
    }

        #menu li:first-child {
        }

        #menu li.sep {
        }

        #menu li.vmmlondon08 {
            display: none;
        }

    #menu a {
        font-weight: 400;
        line-height: 11.5px;
        display: block;
        padding: 16px 16px;
        text-decoration: none;
        font-size: 16px !important;
    }

        #menu a span {
        }

            #menu a span span {
            }

        #menu a:visited {
        }

        #menu a:hover {
            background-color: #1e2f97;
            color: white !important;
            transition: 0.3s ease-in-out;
        }

        #menu a.arbitrary {
            color: #1e2f97;
        }

    #menu li.translate {
        display: none;
    }


@media (min-width: 768px) {
    #menu a {
    }
}

@media (min-width: 992px) {

    #menu a {
    }
}

@media (min-width: 1200px) {

    #menu a {
        line-height: 21px;
        padding: 16px 16px;
        font-size: 16px !important;
    }
}

/*#endregion*/

/*#region Headings */
.title-container {
    background-color: #1e2f97;
    margin-top: -46px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}

h1, .h1 {
    color: #fff;
    font-family: AvenirLTPro-Medium, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.4;
}

h2, .h2 {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.4;
    margin-bottom: .6875rem;
}
/*
@media screen and (min-width: 768px) {
    h1, .h1 {
        font-size: 40px;
        line-height: 44px;
        margin: 0 0 20px;
    }

    h2, .h2 {
        font-size: 32px;
        line-height: 42px;
        margin: 0 0 20px;
    }
}

@media screen and (min-width: 1024px) {
    h1, .h1 {
        font-size: 50px;
        line-height: 54px;
        margin: 0 0 30px;
    }

    h2, .h2 {
        font-size: 36px;
        line-height: 50px;
        margin: 0 0 20px;
    }
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, p {
    width: 100%;
}*/
/*#endregion*/

/*#region Hyperlinks */
a:link,
a:visited {
    color: #1e2f97;
    text-decoration: none;
    /*font-weight: bold;*/
}

a:active,
a:hover {
    color: black;
    text-decoration: none;
}
/*#endregion*/

/*#region Content*/
#content {
}

.section-container {
    padding-top: 5px;
    padding-bottom: 5px;
}


#content, .steps-list li.step span.valign {
    clear: both;
    /*font-size: 15px;*/
}

    #content p, .steps-list li.step span.valign, ol.steps-list li.step span.valign {
    }

.info, .success, .warning, .error, .validation {
    background-position-x: 10px !important;
    border-radius: unset;
    padding: 15px 30px 15px 60px !important;
    font-family: 'GibsonLight', Arial;
    text-shadow: none !important;
    box-shadow: none;
    border-bottom-width: 0;
    font-size: 15px !important;
    margin: 1.1em 0 1.1em 0;
    vertical-align: middle;
    font-weight: 700 !important;
    color: black !important;
    line-height: 1.2;
    background-color: transparent !important;
    border: none;
}

/*#endregion*/

/*#region Standard Form: Meeting + Note Form */
.standard-form-cont .section-cont table.section td {
    /*border-top: dotted 1px gainsboro;*/
    border-bottom: none;
}

    .standard-form-cont .section-cont table.section td.label {
        padding: 20px 20px 20px 0;
        text-align: left;
        color: #000000;
        font-weight: bold;
        vertical-align: top;
        line-height: 1.4;
        font-size: 15px;
        width: 22.5%;
    }

    .standard-form-cont .section-cont table.section td.req {
        padding: 5px 20px;
        font-size: 15px;
    }

    .standard-form-cont .section-cont table.section td.value p {
        line-height: 1.4 !important;
    }

    .standard-form-cont .section-cont table.section td.value {
        padding: 15px 20px 15px 0;
        font-size: 15px;
        line-height: 1.4 !important;
        width: 320px;
    }

        .standard-form-cont .section-cont table.section td.value input[type=text] {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value textarea {
            width: 320px;
            font-size: 15px;
        }

        .standard-form-cont .section-cont table.section td.value select {
            width: 337px;
            font-size: 15px;
        }

    .standard-form-cont .section-cont table.section td.req {
        color: #cc0000;
        font-size: 15px;
        padding: 15px 20px 15px 0;
    }

    .standard-form-cont .section-cont table.section td.rf {
        padding: 20px;
    }

ul.meeting-list-cont {
    font-size: 15px;
}

    ul.meeting-list-cont li h3 a {
        font-size: 15px;
    }

    ul.meeting-list-cont li {
        padding: 0 10px;
        margin: 60px;
        border: none !important;
    }

        ul.meeting-list-cont li .details-cont td {
            padding: 5px 10px 5px 0;
        }


.standard-form-cont .section-cont table.section td.label {
    font-size: 15px;
    font-weight: 400;
}

@media screen and (min-width: 768px) {
    .standard-form-cont .section-cont table.section td.label {
        padding-left: 15px;
        text-align: left;
    }

    .standard-form-cont .section-cont table.section td.value input[type=text] {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value textarea {
        width: 450px;
    }

    .standard-form-cont .section-cont table.section td.value select {
        width: 455px;
    }

}
/*#endregion*/

/*#region Button and Links Sets*/
ul.button-set-cont li a {
    font-family: AvenirLTPro-Roman, sans-serif;
    color: #000;
    margin: 0;
    padding: 8px 10px;
    background: #f2f2f2;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*box-shadow: 0 2px 1px rgba(0,0,0,.05);*/
    /*border: solid 1px #ccc;*/
    font-size: 14px;
    line-height: 1.1;
    font-weight: 500;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    /*-o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;*/
    font-style: normal;
    cursor: hand;
    cursor: pointer;
}

    ul.button-set-cont li a:hover {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:active {
        background: #f2f2f2;
        text-decoration: none;
    }

    ul.button-set-cont li a:visited {
    }

    ul.button-set-cont li a.parent {
        backgound: #f2f2f2;
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
        background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
        line-height: normal;
        padding: 6px 10px 6px 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

ul.button-set-cont .sub {
    margin-top: 2px;
}

    ul.button-set-cont .sub ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 160px;
    }

        ul.button-set-cont .sub ul li {
            width: 100%;
            pointer: cursor;
            font-size: 14px;
        }

ul.button-set-cont li input[type=checkbox] {
    margin-top: 2px;
}

ul.small-button-set-cont li a {
    padding: 6px 9px !important;
}

ul.button-set-cont li .sub {
    top: 32px !important;
    background: #b2b2b2 !important;
    color: #ffffff;
    padding: 0px;
    border: none;
}

ul.button-set-cont .sub a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 1.6em !important;
    padding: 0.1em 0.25em !important;
    color: #50555f !important;
    font-weight: bold !important;
    font-weight: normal !important;
    text-shadow: none !important;
}

    ul.button-set-cont .sub a:hover, ul.button-set-cont .sub a:active {
        background: transparent !important;
        border: none !important;
        box-shadow: none !important;
        line-height: 1.6em !important;
        padding: 0.1em 0.25em !important;
        color: #50555f !important;
        font-weight: bold !important;
        font-weight: normal !important;
        text-shadow: none;
        text-decoration: underline !important;
    }
/*#endregion*/

/*#region Messe Frankfurt Login Widget */
.mfWidget.content {
    background-color: #f3f3f3;
    padding: 30px 40px 40px 40px;
    margin: 20px 0;
}

    .mfWidget.content #loginboxTitle {
        font-family: "Proxima_Nova",Arial;
        font-weight: 700;
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }

.mfWidget {
    padding: 0;
}

    .mfWidget p {
        margin: 0;
    }

    .mfWidget h2 {
    }

    .mfWidget #messeLogo {
        float: left;
    }

    .mfWidget #mfLoginButton {
        font-family: 'GibsonLight', Arial;
        font-weight: normal;
        font-size: 18px;
        padding-left: 22px;
        line-height: 18px;
    }

    .mfWidget #loginboxSubtitle {
        font-family: 'GibsonLight', Arial;
        font-size: 15px;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
    }

    .mfWidget #buttonLogin {
        font-size: 11px;
        font-weight: bold;
        cursor: default;
        display: none !important;
        margin-bottom: .5em;
        color: #8D8F95 !important;
    }

    .mfWidget #MyAccountLwStatusText,
    .mfWidget a#cancelLogin,
    .mfWidget .customLink,
    .mfWidget #MyAccountLwLogoutButton,
    .mfWidget #MyAccountLwRegisterButton,
    .mfWidget #manageProfile {
        display: none;
    }

    .mfWidget.loggedIn .customLink {
        display: block;
    }

    .mfWidget.loggedIn #MyAccountLwStatusText {
        display: block;
        font-size: 13px;
        margin-bottom: 2px;
    }

    .mfWidget.registration #MyAccountLwRegisterButton {
        display: block;
    }

    .mfWidget input {
        border: 1px solid #8D8F95;
        color: #50555F;
        margin-bottom: .5em;
        padding: 3px;
        width: 150px;
    }

    .mfWidget #MyAccountPassword {
        display: none;
    }

    .mfWidget input:focus {
        display: none;
    }

    .mfWidget input:first-child {
        margin-top: .5em;
    }

    .mfWidget input#MyAccountLwUsername {
        display: none;
    }

    .mfWidget #MyAccountLwLoginButton {
        display: none;
    }

        .mfWidget #MyAccountLwLoginButton:hover {
            display: none;
        }

    .mfWidget #MyAccountLwForgotPasswordButton {
        display: none;
    }

    .mfWidget #loginError {
    }

    .mfWidget input.err {
        border: 1px solid red;
    }

    .mfWidget #MyAccountModalFields {
    }

    .mfWidget.footer {
        width: 175px;
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .mfWidget .buttonStyles {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #1e2f97;
        background-color: transparent;
        border-color: #1e2f97;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 10px;
    }

        .mfWidget .buttonStyles:hover {
            background-color: transparent;
            border-color: #1e2f97;
            color: #1e2f97;
        }

    .mfWidget.content .icn:link {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 25px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #1e2f97;
        background-color: transparent;
        border-color: #1e2f97;
        font-size: 15px;
        padding: 11px 20px 9px 20px;
        text-transform: uppercase;
        transition-duration: 400ms;
        transition-property: color, background-color, border-color;
        white-space: normal;
        font-family: 'GibsonLight',Arial;
        font-weight: 400;
        border-width: 2px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .mfWidget.content .icn:link:hover {
            background-color: transparent;
            border-color: #1e2f97;
            color: #1e2f97;
        }

    .mfWidget.context {
        position: absolute;
        top: 0;
        right: 38px;
        height: 70px;
        line-height: 70px;
        max-width: 220px;
        cursor: pointer;
    }

        .mfWidget.context .profile-pic {
            margin: 22px 20px 0 0;
            width: 25px;
            height: 25px;
            display: block;
            float: left;
            background-image: url(../../images/profile-pic.png);
            background-position: center left;
            background-size: 25px 25px;
            background-repeat: no-repeat;
            border-radius: 50%;
        }

        .mfWidget.context #loginboxTitle {
            display: none;
        }

        .mfWidget.context .icn-cont {
            position: absolute;
            top: 60px;
            right: -10px;
            background: #fff;
            text-align: center;
            display: none;
            width: 200px;
            box-shadow: 0 10px 5px 5px rgba(0,0,0,.1);
            padding: 10px 10px 20px 0;
        }

            .mfWidget.context .icn-cont a:before {
                content: "\45";
                font-family: MF-Iconset;
                font-size: 12px;
                margin-right: 5px;
            }

        .mfWidget.context a.icn {
            font-size: 15px;
            line-height: 34px;
            color: #a5a5a5;
            font-weight: 400;
        }

        .mfWidget.context #MyAccountLwStatusText {
            display: none;
            float: left;
            font-size: 15px;
            padding-top: 1px;
        }

#events-programme .tabs {
    border-bottom: 3px solid #b2b2b2;
}

    #events-programme .tabs div {
        border: none;
        background: none;
    }

        #events-programme .tabs div a:hover {
            background-color: #1e2f97 !important;
            color: #ffffff !important;
            transition: 0.3s ease-in-out;
        }



/*Icons*/

.IconCheckboxDownArrow::before {
    font-family: FontAwesomeSolid;
    content: "\00a0 \f0d7";
    font-weight: 400;
}

.IconBack::before {
    font-family: FontAwesomeRegular;
    content: "\f359 \00a0";
    font-weight: 400;
}

.IconExpired::before {
    font-family: FontAwesomeRegular;
    content: "\f253 \00a0";
    font-weight: 400;
}

.IconSave::before {
    font-family: FontAwesomeSolid;
    content: "\f0c7 \00a0";
    font-weight: 400;
}

.IconUndo::before {
    font-family: FontAwesomeSolid;
    content: "\f0e2 \00a0";
    font-weight: 400;
}

.IconEdit::before {
    font-family: FontAwesomeRegular;
    content: "\f044 \00a0";
    font-weight: 400;
}

.IconSwitch::before {
    font-family: FontAwesomeRegular;
    content: "\f074 \00a0";
    font-weight: 400;
}

.IconCancel::before {
    font-family: FontAwesomeSolid;
    content: "\f00d \00a0";
    font-weight: 400;
}

.IconOk::before {
    font-family: FontAwesomeRegular;
    content: "\f058 \00a0";
    font-weight: 400;
}

.IconPrint::before {
    font-family: FontAwesomeSolid;
    content: "\f02f \00a0";
    font-weight: 400;
}

.IconNewMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f271 \00a0";
    font-weight: 400;
}

.IconNewNote::before {
    font-family: FontAwesomeSolid;
    content: "\f249 \00a0";
    font-weight: 400;
}

.IconRefresh::before {
    font-family: FontAwesomeSolid;
    content: "\f021 \00a0";
    font-weight: 400;
}

.IconExport::before {
    font-family: FontAwesomeSolid;
    content: "\f56e \00a0";
    font-weight: 400;
}

.IconDelete::before {
    font-family: FontAwesomeSolid;
    content: "\f2ed \00a0";
    font-weight: 400;
}

.IconMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f133 \00a0";
    font-weight: 400;
}

.IconAcceptMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f274 \00a0";
    font-weight: 400;
}

.IconDeclineMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f273 \00a0";
    font-weight: 400;
}

.IconProposeNewTimeMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f017 \00a0";
    font-weight: 400;
}

.IconReferColleagueMeeting::before {
    font-family: FontAwesomeRegular;
    content: "\f2b9 \00a0";
    font-weight: 400;
}

.IconFullMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f073 \00a0";
    font-weight: 400;
}

.IconSearch::before {
    font-family: FontAwesomeSolid;
    content: "\f002 \00a0";
    font-weight: 400;
}

.IconViewProfile::before {
    font-family: FontAwesomeSolid;
    content: "\f2bb \00a0";
    font-weight: 400;
}

.IconEmptyStar::before {
    font-family: FontAwesomeRegular;
    content: "\f005 \00a0";
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
}

.IconFilledStar::before {
    font-family: FontAwesomeSolid;
    content: "\f005 \00a0";
    font-weight: 400;
    cursor: pointer;
    font-size: 20px;
}

.IconExternalLink::before {
    font-family: FontAwesomeSolid;
    content: "\f35d \00a0";
    font-weight: 400;
    color: #1e2f97 !important;
}

.IconSignIn::before {
    font-family: FontAwesomeSolid;
    content: "\f2f6 \00a0";
    font-weight: 400;
}

.IconSignOut::before {
    font-family: FontAwesomeSolid;
    content: "\f2f5 \00a0";
    font-weight: 400;
}

.IconEmailSend::before {
    font-family: FontAwesomeRegular;
    content: "\f0e0 \00a0";
    font-weight: 400;
}

.IconYes::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconJoinMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f03d \00a0";
    font-weight: 400;
}

.IconNavMenuAccount::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuPersonalDetails::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuYourTargets::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuAvailability::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuMatchingReport::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuCalendar::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}

.IconNavMenuContactUs::before {
    font-family: FontAwesomeSolid;
    content: "\f00c \00a0";
    font-weight: 400;
}
.IconOffline::before {
    font-family: FontAwesomeSolid;
    content: "\f03d \00a0";
    font-weight: 400;
}
.IconInMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f03d \00a0";
    font-weight: 400;
}
.IconOffline::before {
    font-family: FontAwesomeRegular;
    content: "\f070 \00a0";
    font-weight: 400;
}
.IconInMeeting::before {
    font-family: FontAwesomeSolid;
    content: "\f017 \00a0";
    font-weight: 400;
}

.IconInfoCircle::before {
    font-family: FontAwesomeSolid;
    content: "\f05a \00a0";
    font-weight: 400;
}

/*Icons Region End*/

.outer {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
}

.inner {
    display: none;
    margin-top: 0px !important;
    vertical-align: bottom;
    cursor: pointer;
}

.sub ul li label {
    cursor: pointer;
    padding: 5px 0 5px 25px;
    display: block;
}

.sub ul li:hover {
    cursor: pointer;
}

.InnerCheckboxChecked {
    background-color: #1e2f97 !important;
    cursor: pointer;
}

.ContainsCheckbox:hover .inner {
    display: inline-block;
    transition: 0.3s ease-in-out;
}


.ContainsCheckbox:hover {
    padding-right: 17px !important;
}

    .ContainsCheckbox:hover .outer {
        display: inline-block;
        transition: 0.3s ease-in-out;
    }

    .ContainsCheckbox:hover .IconCheckboxDownArrow {
        display: none;
        transition: 0.3s ease-in-out;
    }

.create-button-set-cont-top {
    display: none;
}


.PrimaryButtonStyle {
    background-color: #1e2f97 !important;
    color: #ffffff !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px transparent !important;
    padding: 8px 10px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
    border-radius: 0;
}

    .PrimaryButtonStyle:hover {
        background-color: #ffffff !important;
        color: #1e2f97 !important;
        background-image: none !important;
        border: solid 1px #1e2f97 !important;
    }

    .PrimaryButtonStyle:focus {
        background-color: #ffffff !important;
        color: #1e2f97 !important;
        background-image: none !important;
        border: solid 1px #1e2f97 !important;
    }

.SecondaryButtonStyle {
    background-color: #ffffff !important;
    color: #1e2f97 !important;
    background-image: none !important;
    border-radius: 5px !important;
    border: solid 1px #1e2f97 !important;
    padding: 8px 10px;
    font-size: 14px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .SecondaryButtonStyle:hover {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

    .SecondaryButtonStyle:focus {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.TertiaryButtonStyle {
    background-color: #b2b2b2 !important;
    color: #ffffff !important;
    background-image: none !important;
    border: solid 1px transparent !important;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px !important;
    -o-transition: background-color 300ms linear;
    -webkit-transition: background-color 300ms linear;
    -webkit-appearance: none !important;
    cursor: pointer;
}

    .TertiaryButtonStyle:hover {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

    .TertiaryButtonStyle:focus {
        background-color: #1e2f97 !important;
        color: #ffffff !important;
        background-image: none !important;
    }

.EmptyStar::before {
    color: #1e2f97;
}

.IconFilledStar::before {
    color: #1e2f97;
}

@media screen and (min-width: 768px) {
    .mfWidget.context {
        width: 220px;
    }

        .mfWidget.context #MyAccountLwStatusText {
            display: block;
        }

        .mfWidget.context .icn-cont {
            right: 20px;
        }

        .mfWidget.context a.icn {
        }
}


@media screen and (max-width: 825px) {


    .ViewProfileImage {
        max-width: none;
        padding-bottom: 10px;
    }

    .profile-card {
        max-width: none;
    }

    .profile-details {
        max-width: none;
    }

    .qtip-active {
        width: 95% !important;
    }
}



.country {
    width: 260px;
    word-wrap: break-word;
}

.part-profile-cont {
    padding: 0px;
}

/*#endregion*/

/* width */
:: -webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1e2f97;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1e2f97;
    }


.profile-details-footer {
    font-weight: 400 !important;
}

/*#region Video Meeting*/
.video-meeting .header {
}

    .video-meeting .header .logo img {
        max-width: 140px;
        margin-left: -10px;
    }

    .video-meeting .header .attendees .item .photo {
        max-width: 125px
    }

        .video-meeting .header .attendees .item .photo img {
            border-radius: 50%;
        }

    .video-meeting .header .attendees .item .content {
        font-size: 15px;
        text-align: left;
    }

.video-meeting .ad {
    background-color: red;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

    .video-meeting .ad:before {
        content: "Ad space";
    }

.margin-bottom-1 {
    margin-bottom: 1em;
}

.margin-bottom-2 {
    margin-bottom: 2em;
}
/*#endregion*/

/*Countdown Timer BEGIN*/

.sessionLiveNamespace .countdownTimer div {
    display: inline-block;
    line-height: 1;
    padding: 20px;
    font-size: 19px;
}

.sessionLiveNamespace .countdownTimer #timer {
    padding: 0;
}

.sessionLiveNamespace .countdownTimer span {
    display: block;
    font-size: 16px;
    color: #FFC72C;
}

.sessionLiveNamespace .countdownTimer #days {
    font-size: 22px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #hours {
    font-size: 22px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #minutes {
    font-size: 22px;
    color: #ffffff;
}

.sessionLiveNamespace .countdownTimer #seconds {
    font-size: 19px;
    color: var(--activeLinkColor);
}

/*Countdown Timer END*/

/*Session START*/

#divSessionCalendarTabs {
    width: 100%;
}

.flex-grid {
    display: flex;
}

.colOuter {
    flex: 1;
}

.colInner {
    flex: 3;
}

.table {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.leftAlign {
    flex: 2;
    text-align: left;
    vertical-align: top;
    padding: 10px;
}

.centerAlign {
    flex: 10;
    text-align: left;
    vertical-align: top;
}

.SessionLiveGeneralBlock {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #CDCDCD;
    border-radius: 5px;
}

.rightAlign {
    flex: 1;
    text-align: right;
    vertical-align: top;
    padding: 10px;
}

.centerRow {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.topicBlock {
    background-color: #f1f1f1;
    float: left;
    padding: 5px 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
}

.IconAcceptMeeting {
    cursor: pointer;
}

.IconNewMeeting {
    cursor: pointer;
}

.LiveSessionContainer {
    flex: 4;
    margin: 10px;
}

.imgLogo {
    border-width: 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 70px;
    padding-right: 15px;
    float: left;
}


.SessonComingUpContainerLink {
    color: #000 !important;
}

    .SessonComingUpContainerLink:hover, .SessonComingUpContainerLink:active {
        color: var(--activeLinkColor) !important;
    }

.SessonSuggestionsContainerLink {
    color: #000 !important;
}

    .SessonSuggestionsContainerLink:hover, .SessonSuggestionsContainerLink:active {
        color: var(--activeLinkColor) !important;
    }

.sessionLiveNamespace .SessionLiveVideoContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.LiveCenterRow {
    margin: 5px 0px;
    width: 100%;
    display: inline-block;
}

.topicBlockLive {
    cursor: default;
}

.LiveAcceptMeeting {
    cursor: default;
}

.sessionLiveNamespace .effectboxouter {
    display: none;
    margin-bottom: 20px
}

.SessionContainer {
    background-color: white;
    border: 2px solid transparent;
    margin-bottom:10px;
}

.SessionContainer:hover, SessionContainer:active, SessionContainer:visited {
    border: 2px solid #1e2f97 !important;
}

/*Session END*/
@media (max-width: 768px) {
    .flex-grid {
        flex-direction: column;
    }

    .LiveComingUpContainer {
        display: none;
    }

    .LiveSessionSuggestionsContainer {
        display: none;
    }
}


/*#region Loading progress update spinner */

/*CM SPINNER */
.cm-spinner {
    border-top-color: var(--loadingColorOne);
}

    .cm-spinner::before {
        border-top-color: var(--loadingColorTwo);
    }

    .cm-spinner::after {
        border-top-color: var(--loadingColorThree);
    }

/*CM Bounce*/

.spinner > div {
    background-color: var(--loadingColorOne);
}

.spinner .bounce1 {
    background-color: var(--loadingColorTwo);
}

.spinner .bounce2 {
    background-color: var(--loadingColorThree);
}

/*#endregion*/


/*#region Footer*/
#footer {
    display: none
}
/*#endregion*/