/* Layout CSS*/

body,
html {
    background: #fff;
    font-size: 14px;
    font-family: 'Roboto';
}

.row,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="time"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea.materialize-textarea {
    margin-bottom: 10px;
}

.btn {
    font-weight: bold;
    text-align: center;
    height: auto;
    margin-top: 20px;
}

.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}
h2.heading-title{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #4c4c4c;
    border: 1px solid #000;
    width: 300px;
    margin: 20px auto;
    padding: 10px;
    border-radius: 3px;
}
.registration_form .label-icon {
    margin-top: 10px;
}

.login_form .label-icon {
    margin-top: 10px;
}

.top_banner img {
    width: 100%;
}

.left_container {
    float: left;
    padding: 30px;
    text-align: center;
    width: 50%;
}

.right_container {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    height: 100%;
    position: fixed;
    top: 0;
    width: 50%;
    right: 0;
}

    .right_container .card {
        bottom: 60px;
        left: 60px;
        margin: auto;
        overflow-y: auto;
        position: absolute;
        right: 60px;
        top: 60px;
        background: #eee;
    }


    .right_container .cardfull {
        bottom: 20px;
        left: 20px;
        margin: auto;
        overflow-y: auto;
        position: absolute;
        right: 20px;
        top: 20px;
        background: #eee;
    }

.reversed .left_container {
    float: right !important;
}

.reversed .right_container {
    left: 0px !important;
}

.reversed #toast-container {
    right: 57%;
}

.downloadagenda {
    margin-top: 20px;
}

    .downloadagenda a {
        margin-top: 20px;
        margin-bottom: 20px;
    }

.cover_img {
    margin-bottom: 15px;
}

    .cover_img img {
        border: 1px solid #ccc;
        border-radius: 3px;
    }

.speakers {
    position: relative;
    margin-bottom: 10px;
}

    .speakers img {
        border: 5px solid #ddd;
    }

    .speakers .hvr-push:hover img,
    .speakers .hvr-push:focus img,
    .speakers .hvr-push:active img {
        border-color: #bbb;
    }

    .speakers .doctor_name {
        font-weight: bold;
        font-size: 16px;
        margin: 0px;
    }

    .speakers .role {
        display: block;
    }

    .speakers .profile {
        font-style: italic;
        font-size: 13px;
        margin-top: 10px;
        display: block;
    }

    .speakers ul {
        display: table;
        width: 100%;
        margin: 0px !important;
    }

        .speakers ul li {
            display: inline-block;
            padding: 0 15px 15px;
            width: 50%;
            vertical-align: top;
        }

            .speakers ul li img {
                width: 80px;
                height: 80px;
            }

.interface {
    text-align: center;
}

    .interface img {
        max-width: 300px;
    }

.event_schedule {
    position: relative;
}

    .event_schedule .date_time {
        margin: 0px;
        border-top: 1px dashed #ccc;
        border-bottom: 1px dashed #ccc;
        width: auto;
        display: table;
        margin: 0 auto;
        padding: 5px;
    }

        .event_schedule .date_time li {
            display: inline-block;
            padding: 0 10px;
        }

.topic {
    margin-bottom: 10px;
}

    .topic b,
    .location b {
        margin-bottom: 10px;
        display: block;
    }

.location {
    margin: 10px 0;
}

/*hover*/

@keyframes hvr-push {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

.hvr-push {
    box-shadow: 0 0 1px transparent;
    display: inline-block;
    transform: perspective(1px) translateZ(0px);
    vertical-align: middle;
}

    .hvr-push:hover img,
    .hvr-push:focus img,
    .hvr-push:active img {
        animation-duration: 0.5s;
        animation-iteration-count: 1;
        animation-name: hvr-push;
        animation-timing-function: linear;
    }


/*ribbon*/

.ribbon {
    background: #ddd none repeat scroll 0 0;
    color: #333;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 10px auto 10px 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
    font-size: 14px;
    font-weight: bold;
    min-width: 100px;
}

    .ribbon:before {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ddd #ddd #ddd transparent;
        border-image: none;
        border-style: solid;
        border-width: 21px 21px 19px 15px;
        content: "";
        left: -36px;
        position: absolute;
        top: 0;
    }

    .ribbon:after {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        border-color: #ddd transparent #ddd #ddd;
        border-image: none;
        border-style: solid;
        border-width: 21px 15px 19px 21px;
        content: "";
        position: absolute;
        right: -36px;
        top: 0;
    }

/*blink*/
.blink_me {
    animation: blinker 1s linear infinite;
}

.chip {
    font-weight: normal;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.main_interface {
    padding-top: 15px;
    text-align: center;
}


/*Replace two color Code below CSS to match with themes*/
.theme_background {
    background: rgb(0,139,167) !important;
    /* #2a528b */
}

.theme_color {
    color: rgb(0,139,167) !important;
}

.Disclaimer {
    font-size: 16px;
}

    .Disclaimer label {
        display: block;
        color: #000;
        font-weight: bold;
    }

.row {
    margin-bottom: 0px !important;
}

/*timer start*/
.right_container .timer {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}

.right_container .outerdiv {
    display: inline-block;
    float: none;
    margin: 0 10px;
}

    .right_container .outerdiv .time {
        border-color: #96b7ce #39c8e7 #0e2044 #e15426;
        border-radius: 100%;
        border-style: solid;
        border-width: 4px;
        font-size: 36px;
        font-weight: 700;
        height: 80px;
        line-height: 73px;
        width: 80px;
        text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.81);
    }

    .right_container .outerdiv label {
        font-weight: normal;
        margin: 0px;
    }

.disclaimer {
    margin-top: 40px;
}

    .disclaimer label {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

    .disclaimer p {
        font-size: 10px;
        text-align: justify;
    }


.forgotpassword {
    text-align: right;
}

.invalidselect {
    border: 1px solid #e15426;
}

/*timer end*/

.qnabanner img {
    max-width: 100%
}

.invalid input.inputvalue, .invalid textarea.inputvalue, .invalid select.inputvalue {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

.options-heading {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 2px solid transparent;
    padding-bottom: 7px;
}

.invalid .options-heading {
    border-color: red;
}

.invalid .modifiedcheckbox {
    border-bottom: 1px solid #F44336;
    box-shadow: 0 1px 0 0 #F44336;
    padding-bottom: 20px;
}

.options-holder {
    margin: -15px 0px 20px 0px;
}

.card .css-select-moz, .card .css-select-moz {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

    .card .css-select-moz select {
        margin-top: -7px;
    }

.displayed-date {
    margin-right: 5px;
}

.error {
    padding-right: 10px;
    width: 100%;
    text-align: right;
    color: red;
}

textarea.inputvalue {
    width: 100%;
    resize: vertical;
    background: transparent;
    border: none;
    transform: translateY(5px);
    padding: 5px 0px;
    font-size: 13px;
    border-bottom: 1px solid #9e9e9e;
    margin-bottom: 10px;
    height: 60px;
    outline: none;
}

[type="radio"]:not(:checked) + label, [type="radio"]:checked + label {
    height: auto;
    line-height: 16px;
    padding-top: 4px;
}

[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    height: auto;
    line-height: 16px;
    padding-top: 2px;
}

select.inputvalue {
    width: 100%;
    margin-bottom: 5px;
    outline: none;
    display: block;
    margin-top: 0px;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid rgb(0,139,167);
    background-color: rgb(0,139,167);
    z-index: 0;
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:after {
    background-color: rgb(0,139,167);
}

[type="radio"]:checked + label:after, [type="radio"].with-gap:checked + label:before, [type="radio"].with-gap:checked + label:after {
    border: 2px solid rgb(0,139,167);
}

input:not([type]):focus:not([readonly]) + label, input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: rgb(0,139,167);
}

input:not([type]):focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid rgb(0,139,167);
    box-shadow: 0 1px 0 0 rgb(0,139,167); /* #26a69a */
}

.card .mCSB_container {
    margin-right: 0px !important;
}

.mCSB_scrollTools {
    margin: 15px 0px 15px 0px;
}

.select2 {
    transform: translateY(-10px);
}

.select2-selection.select2-selection--single {
    transform: translateY(7px);
}

.select2-selection__rendered {
    color: rgba(0, 0, 0, 0.87) !important;
}

    .select2-selection__rendered .select2-selection__placeholder {
        color: #999 !important;
    }

.select2-dropdown {
    border: 1px solid #aaa !important;
}

.subicon {
    position: absolute;
    font-size: 18px !important;
    line-height: 44px !important;
    height: 42px;
    left: 0px;
    width: 40px;
    text-align: center;
    color: rgb(0,139,167);
}

.field-inner {
    margin-left: 40px;
    width: calc(100% - 40px);
    position: relative;
}

.input-field.col label {
    left: 0px !important;
}

.input-field .select2 {
    width: 100% !important;
}

.hidden, .hidden-conditional {
    display: none !important;
}

.loading-one {
    height: 36px;
    margin-top: 20px;
    margin-left: 54px;
}

.loading-two {
    height: 36px;
    margin-top: 20px;
    margin-left: 54px;
    margin-bottom: 20px;
}

.loading-three {
    text-align: center;
    left: 50%;
    position: absolute;
    margin-left: -20px;
    margin-top: 110px;
    z-index: 2;
}


@media (max-width: 1200px) {
    .left_container {
        padding: 20px;
    }

    .right_container .card {
        left: 20px;
        top: 20px;
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 850px) {
    .left_container {
        width: 100%;
    }

    .right_container {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px;
    }

        .right_container .card {
            position: relative;
            left: unset;
            right: unset;
            top: unset;
            bottom: unset;
            width: unset;
            height: unset;
        }
}

.checkbboxlandingPage {
    color: #371643 !important;
    font-weight: 500;
    font-size: 14px !important;
}

.checkbboxlandingPage1 {
    padding-bottom: 40px;
    color: #371643 !important;
    font-weight: 500;
    font-size: 14px !important;
}

.addToCalender {
    margin-top: 40px;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.addBox {
    display: table;
    margin-right: 10px;
    float: left;
    margin-bottom: 6px;
}

.addToCalender p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    margin-top: 5px;
}

.addBox img {
    width: 37px;
    display: table-cell;
    margin-right: 5px;
}

.addBox a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    color: #05224a;
    font-size: 15px;
    text-decoration: none;
}

    .addBox a:hover {
        display: table-cell;
        vertical-align: middle;
        text-decoration: none;
        color: #05224a;
        font-size: 15px;
        letter-spacing: 1px;
        transition-delay: 0.05s;
    }

.font_P {
    font-family: 'Roboto' !important;
}

.addToCalender.simple {
    margin-top: 0px;
}

    .addToCalender.simple p {
        padding-bottom: 10px;
        font-size: 15px;
    }

    .addToCalender.simple .addBox {
        margin-right: 25px;
        margin-bottom: 6px;
    }

        .addToCalender.simple .addBox img {
            width: 20px;
        }

        .addToCalender.simple .addBox a {
            text-decoration: underline !important;
            letter-spacing: normal !important;
        }

.code {
    float: right;
    margin-top: 30px;
    font-size: 12px;
    color: #444444;
}

.checkboxlabel {
    display: inline-block;
    height: 20px;
    position: relative !important;
    color: #48576a !important;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.loadingmain {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}

.footerlogo img {
    max-width: 200px;
    width: 100%;
}

.centered-button .submit-holder {
    text-align: center;
}

.global-error {
    text-align: center;
    padding-top: 80px;
}

.banner-container {
    width: 100%;
}

    .banner-container img {
        width: 100%;
        max-height: 50vh;
        object-fit: cover;
    }

.main-container iframe {
    min-height: 50vh;
}

.termsandconditions {
    max-width: 540px;
    text-align: center;
    margin: 20px auto;
    padding: 0px 20px;
}

.termsandcondition {
    margin-bottom: 10px;
}

.tc-hidden button {
    visibility: hidden !important;
}

.cache {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ddd;
    max-width: 380px;
    background-color: #FFF;
    display: none;
    z-index: 12;
}

    .cache .accept {
        padding: 5px 10px;
        background-color: transparent;
        color: #ffffff;
        line-height: normal;
        border: none;
        outline: none;
        margin-left: 5px;
        background: #05224a;
    }

        .cache .accept:hover {
            text-decoration: underline;
        }

.sidebar-holder {
    margin: -30px;
}

.regular-index .termsandconditions {
    text-align: left;
    margin-left: -10px;
    max-width: unset;
}

    .regular-index .termsandconditions label {
        padding-left: 40px !important;
        color: #666666 !important;
    }

.az-global .termsandconditions label.checkbboxlandingPage {
    color: #053e61 !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.az-global .right_container .cardfull {
    background: #ffffff;
}

.az-global .extra-language .select2-selection__rendered, .az-global .extra-session .select2-selection__rendered {
    text-align: center;
}
