/* 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: 17px;
    font-weight: 700;
    margin: 0;
}

.registration_form .label-icon {
    margin-top: 10px;
}

.login_form .label-icon {
    margin-top: 10px;
}

.top_banner img {
    width: 100%;
}

.left_container {
    float: right;
    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;
}


.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(66, 67, 69) !important;
    /* #2a528b */
}

.theme_color {
    color: rgb(66, 67, 69) !important;
}

.Disclaimer {
    font-size: 10px;
}

.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: 20px;
}

.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;
}

.options-holder {
    margin: -15px 0px 20px 0px;
}

.registration_form .css-select-moz {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.registration_form .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(5, 62, 97);
    background-color: rgb(5, 62, 97);
    z-index: 0;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: rgb(5, 62, 97);
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid rgb(5, 62, 97);
}

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(5, 62, 97);
}

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(5, 62, 97);
    box-shadow: 0 1px 0 0 rgb(5, 62, 97);
    /* #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;
}

.subicon {
    position: absolute;
    font-size: 18px !important;
    line-height: 44px !important;
    height: 42px;
    left: 0px;
    width: 40px;
    text-align: center;
}

.field-inner {
    margin-left: 40px;
    width: calc(100% - 40px);
    position: relative;
}

.input-field.col label {
    left: 0px !important;
}

.hidden {
    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;
    }

    .rightform {
        position: relative !important;
        height: auto !important;

    }

    .right_container .card {
        position: relative;
        left: unset;
        right: unset;
        top: unset;
        bottom: unset;
        width: unset;
        height: unset;
    }

    .bottomlinkwebcast .rowsmain {
        width: 20%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #484848;
        background: rgb(13, 23, 37);
        background: rgb(13, 23, 37);
        font-weight: 800;
    }

    .bottomlinkwebcast .rows {
        display: inline-block;
        width: 24.7%;
        width: -webkit-calc((100% - 21%) /3);
        width: expression((100% - 21%) /3);
        width: -moz-calc((100% - 21%) /3);
        width: -o-calc((100% - 21%) /3);
        width: calc((100% - 21%) /3);
        text-align: center;
        border-right: 1px solid #484848;

        background: rgb(13, 23, 37);
        background: rgb(13, 23, 37);
        font-weight: 800;
        color: white !important;
        background: #993CF3;
        background: rgb(13, 23, 37);
        background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
    }
}



.langBtn {
    background: #adadad;
    color: #fff !important;
    padding: 3px 15px 3px 3px;
    text-align: left;
    border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    margin: 0 7px;
    width: 195px;
    margin-bottom: 10px;
}

.langBtn.selected {
    background: #48576a !important;
}

.symbolPos {
    width: 36px;
    float: left;
    margin-right: 11px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

.checkbboxlandingPage {
    color: #053e61 !important;
    font-weight: 500;
    font-size: 14px !important;

}

.checkbboxlandingPage1 {
    padding-bottom: 20px;
    color: #053e61 !important;
    font-weight: 500;
    font-size: 14px !important;

}

.info {
    margin-bottom: 20px;
}

.addToCalender {
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
}

.addBox {
    display: table;
    margin-right: 25px;
    float: left;
    margin-bottom: 6px;
}

.addToCalender p {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 1;
    margin-top: 5px;
}

.addBox img {
    width: 20px;
    display: table-cell;
    margin-right: 5px;
}

.addBox a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    color: #05224a;
    font-size: 15px;
}

.centerBox {
    position: relative;
    height: 81vh;
}

.centerBox .card-content {
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

.disclaimer {
    margin-top: 20px;
    font-size: 14px;
}

.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;
}

.cache .remove {
    border: none;
    position: absolute;
    background-color: transparent;
    height: 15px;
    width: 15px;
    top: 20px;
    right: 20px;
    padding: 0;
    outline: none
}

.cache .remove:before,
.cache .remove:after {
    content: "";
    background-color: #23527c;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center;
    border-radius: 5px;
}

.cache .remove:before {
    transform: translate(-50%, -50%) rotate(45deg);
    height: 10px;
    width: 2px;
}

.cache .remove:after {
    transform: translate(-50%, -50%) rotate(-45deg);
    height: 10px;
    width: 2px;
}

.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;
}


.downloadagenda a {
    margin-top: 0;
    margin-bottom: 20px;
}


.code {
    float: right;
    margin-top: 30px;
    font-size: 12px;
    color: #444444;
}


.addToCalender {
    padding-bottom: 10px;
    font-size: 15px;
    display: inline-block;
}

.addBox {
    display: table;
    margin-right: 25px;
    float: left;
    margin-bottom: 6px;
}

.addToCalender p {
    padding-bottom: 10px;
    font-size: 15px;
}

.addBox img {
    width: 20px;
    display: table-cell;
    margin-right: 5px;
}

.addBox a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: underline;
    color: #05224a;
    font-size: 15px;
}

.centerBox {
    position: relative;
    height: 81vh;
}

.centerBox .card-content {
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}


.hcmid {
    color: #393939;
}

.disclaimer {
    margin-top: 20px;
    font-size: 14px;
}


.downloadagenda a {
    margin-top: 0;
    margin-bottom: 20px;
}


.pollingpopup {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
}

.mobile.pollingpopup {
    height: 100% !important;
}

.pollingpopup a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.pollingpopup .closebtn {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 26px;
    margin-left: 50px;
    color: #fff;
    font-weight: bold;
    background: #333;
    padding: 0;
    height: 29px;
    width: 29px;
    line-height: 29px;
    text-decoration: none;
    border-radius: 50%;
    text-align: center;
}

.pollingpopup .closebtn:hover {
    color: #fff !important;
}

.pollingbtn {
    position: fixed;
    right: 0;
    width: 35px;
    height: 180px;
    top: 35%;
    /*margin-top: -205px;*/
    z-index: 100;
    cursor: pointer;
    display: none;
}


.Pollbtn {
    border-radius: 10px 0px 0px 10px;

}

.code {
    float: right;
    margin-top: 30px;
    font-size: 12px;
    color: #444444;
}

.langbtnlogo {
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    margin-right: 10px;
    text-align: center;
}

button:disabled .langbtnlogo,
button[disabled] .langbtnlogo {
    background: #cfcfcf !important;
}

button:disabled .blink_me,
button[disabled] .blink_me {
    display: none !important;
}

.logoblue {
    background: #1391cb;
}

.logogreen {
    background: #49b548;
}

.logopink {
    background: #c51288;
}

.logochocolate {
    background: #962929;
}

.logoyellow {
    background: #a27c29;
}

.logoorang {
    background: #f16733;
}

.logovollet {
    background: #6e29a2;
}

.logored {
    background: #a22929;
}

.logored {
    background: #a22929;
}

.logored {
    background: #a22929;
}


.logodarkblue {
    background: #074b6b;
}

.logodarkgreen {
    background: #08630c;
}

.linkbtn {
    position: fixed;
    bottom: 50px;
    right: 10px;
    opacity: 0.5;
    transition-property: opacity;
}

.linkbtn a {
    font-size: 20px;
    color: #fff;
    background: #b56d3b;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    text-decoration: none;
}

.linkbtn a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 1px 1px #cfcfcf;
}

.linkbtn:hover {
    opacity: 1;
}

.linkpopup {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 150px;
    display: inline-block;
    bottom: 110px;
    right: 10px;
    max-width: 500px;
    border-radius: 10px;
    padding: 20px;
}

.linkpopup .webcasts .rows {
    margin: 10px;
}

.linkpopup .webcasts .rows a {
    margin: 10px;
    color: #795c50;
}

.linkpopup .webcasts .rows a:hover {
    margin: 10px;
    text-decoration: none;
    cursor: pointer;
    color: #795c50;
}

.bottomlinks,
.bottomlinkwebcast {
    background: #2b2b2bbf;
    color: white !important;
}

.bottomlinks .rows {
    display: inline-block;
    width: 24.46043%;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);

}

.bottomlinkwebcast1 .rows {
    display: inline-block;
    width: 24.46043%;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
}

.bottomlinkwebcast2 
    .rows {
    display: inline-block;
        width: 32.5%;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
}

.bottomlinkwebcast .rowsmain {
    width: 20%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
}




.bottomlinkwebcast .rows {
    display: inline-block;
    width: 24.7%;
    width: -webkit-calc((100% - 22%) /3);
    width: expression((100% - 22%) /3);
    width: -moz-calc((100% - 22%) /3);
    width: -o-calc((100% - 22%) /3);
    width: calc((100% - 22%) /3);
    text-align: center;
    border-right: 1px solid #484848;

    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: #993CF3;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
}

.bottomlinks a,
.bottomlinkwebcast a, .bottomlinkwebcast1 a , .bottomlinkwebcast2 a  {
    color: #fff;
    text-decoration: none;
    width: 100%;
    letter-spacing: 2px;
    /* height: 100%; */
    padding: 10px;
    display: inline-block;
}

.cssbutton_ {
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #FFE53B;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);

}

.cssbutton_:hover {
    border-radius: 41px;
    background-color: #FFE53B !important;
    letter-spacing: 9px;
    transition: all 300ms;
    background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%) !important;

}

.bottomlinks a:hover,
.bottomlinkwebcast a:hover {
    font-weight: 800;
    color: white;
    background: #cfcfcf;
    text-decoration: none;
    letter-spacing: 4px;
    transition: all 300ms;
    background: rgb(13, 23, 37);
    background: #993CF3;
    text-shadow: 1px 1px 1px #4e4e4e;
    cursor: pointer;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(174, 146, 62, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
}

.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;
}



@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;
    }

    .bottomlinkwebcast .rowsmain {
        width: 20%;
        display: inline-block;
        text-align: center;
        border-right: 1px solid #484848;
        background: rgb(13, 23, 37);
        background: rgb(13, 23, 37);
        font-weight: 800;
    }

    .bottomlinkwebcast .rows {
        display: inline-block;
        width: 24.7%;
        width: -webkit-calc((100% - 21%) /3);
        width: expression((100% - 21%) /3);
        width: -moz-calc((100% - 21%) /3);
        width: -o-calc((100% - 21%) /3);
        width: calc((100% - 21%) /3);
        text-align: center;
        border-right: 1px solid #484848;

        background: rgb(13, 23, 37);
        background: rgb(13, 23, 37);
        font-weight: 800;
        color: white !important;
        background: #993CF3;
        background: rgb(13, 23, 37);
        background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
    }
}

/**Agenda**/
.tableText {
    padding: 0 15px;
}

.tableText2 {
    padding: 0 0px;
}

.tableText h1 {
    color: #8057a4 !important;
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
}

.agendaArea .tabs {
    border: 1px solid #eee;
    background: #f7f7f7;
}

.agendaArea .tabs .tab a:hover,
.agendaArea .tabs .tab a.active {
    background-color: transparent;
    color: #ee6e73;
}

.agendaArea .tabs .tab a.active {
    background-color: rgba(128, 87, 164, 0.2) !important;
}

.agendaArea .tabs .tab a:focus,
.agendaArea .tabs .tab a:focus.active {
    background-color: rgba(128, 87, 164, 0.2) !important;
    outline: none;
}

.tabs .indicator {
    background-color: #703d97 !important;
}

.agendaArea .tabs .tab a {
    font-size: 15px;
    color: #703d97 !important;
    font-weight: bold;
}

.tableText td {
    padding: 6px;
}

.agendabox {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 15px;
}

.agendaRow {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd7d7;
}

.agendaRow .agendaDate {
    float: left;
    width: 170px;
    /*background: #eee;*/
}

.agendaRow .agendaDate p {
    font-size: 13px;
    text-align: left;
    padding: 5px 10px;
    margin: 0;
}

.agendaTable .AgendaSpeaker2 {
    float: left;
    width: 20%;
    margin: 0px;
    text-align: center;
    /*border-right: 1px solid #eee;*/
}

.agendaRow .agendaTopic {
    float: left;
    width: calc(100% - 340px);
    text-align: left;
    border-left: 1px solid #eee;
    padding: 5px 20px;
    margin: 0px;
}

.agendaRow .agendaTopic p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.agendaRow .agendaSpeaker p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.agendaRow .agendaChairperson p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.agendaRow:nth-child(odd) {
    background: #f7f7f7;
}

.agendaRow:nth-child(even) {
    background: #fff;
}

.agendabox {
    border: 1px solid #eee;
    float: left;
}



.agenda {
    width: 100%;
    display: block;
    margin: 20px 0;
}

.agenda .table thead th {
    background: #5d0339;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-radius: unset !important;
    padding: 10px 10px;
    border: 1px solid #aeaeae;
}

.agenda .table tr td {
    color: #000;
    font-size: 13px;
}

.agenda h1 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #444;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    margin: 30px 0 20px 0;
    padding: 10px 0px;
}

.table-wrap {
    width: 100%;
}

.agenda p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0px;
    padding: 0px 15px;
    text-align: justify;
}

.table tr td.hands ul {
    padding-left: 15px;
}

.agenda .table tbody tr:nth-child(2n+1) {
    background: #eee;
}

.agenda table .subHead {
    background: #8e0a57;
    font-weight: bold;
    text-align: center;
    color: #222 !important;
    font-size: 15px;
}

.agenda .table tbody td {
    padding: 10px 10px;
    border: 1px solid #aeaeae;
}

.agenda .table .timeWid {
    width: 50px;
}

.agenda .table .speakWid {
    width: 145px;
}

.agenda .table .chairWid {
    width: 145px;
}






.agendaTable {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd7d7;
}

.agendNo {
    float: left;
    width: 50px;
    /*border-right: 1px solid #eee;*/
    padding: 5px 15px;
}


.agendaTable .AgendaDate {
    float: left;
    width: 100px;
    padding: 5px 15px;
    /*background: #eee;*/
}

.agendaTable .AgendaDate p {
    font-size: 13px;
    text-align: left;
    margin: 0;
}

.agendaTable .AgendaTopic {

    float: left;
    width: calc(100% - 340px);
    text-align: left;
    /*border-left: 1px solid #eee;
        border-right: 1px solid #eee;*/
    padding: 5px 15px;
    margin: 0px;
}

.agendaTable .AgendaTopic p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.agendaTable .AgendaSpeaker {
    float: left;
    width: 140px;
    padding: 5px 15px;
    margin: 0px;
    text-align: left;
    /*border-right: 1px solid #eee;*/
}

.agendaTable .AgendaSpeaker p {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.agendaTable:nth-child(odd) {
    background: #f7f7f7;
}

.agendaTable:nth-child(even) {
    background: #fff;
}

.agendabox {
    border: 1px solid #eee;
    float: left;
}

.agendaTableTitle {
    background: #151515 !important;
    color: #fff;
    font-weight: bold;
}

.agendaTableTitle1 {
    background: transparent;
     !important;
    color: #000;
    font-weight: bold;
}

.mobSmall {
    display: none;
}

.centerBox {
    position: relative;
    height: 94vh;
}

.centerBox .card-content {
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}




.bottId {
    left: 40px;
    position: absolute;
    bottom: 36px;
    color: #333;
    font-style: italic;
    font-size: 11px;
    margin: 0;
    width: calc(100% - 80px);
}


/*@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .centerBox .card-content {
        position: relative;
    
}}*/












/*.firstBlock .topics span, .secBlock .speaker span, .secBlock .time span {  font-size: 16px;}
    .firstBlock .topics p, .secBlock .speaker p, .secBlock .time p{ font-size: 14px;}*/



@media only screen and (min-width:992px) and (max-width:1500px) {
    .agenda .table .timeWid {
        min-width: 70px;
        width: auto;
    }

    .agenda .table .speakWid {
        width: 100px;
    }
}


@media only screen and (min-width:1201px) and (max-width:1300px) {
    .agendaTable .AgendaSpeaker {
        width: 130px;
    }

    .agendaTable .AgendaTopic {
        width: calc(100% - 340px);
    }
}

@media screen and (max-width: 1200px) {
    .agendaTable .AgendaSpeaker {
        width: 130px;
    }

    .agendaTable .AgendaTopic {
        width: calc(100% - 340px);
    }

    .speakers ul li {
        width: 100%;
    }
}




@media (max-width: 991px) {

    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
        display: block;
    }

    .table>tbody>tr>td {
        border: 1px solid #ddd !important;
    }

    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }


    /*.table-stripped tbody tr td::before {
        background: #56a2cf;
        color: white;
    }*/


    .table-wrap td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 30% !important;
        white-space: normal;
        text-align: left;
    }


    .table-wrap td:before {
        position: absolute;
        top: 14px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    .table-wrap td:last-child {
        padding-bottom: 16px;
    }

    .table-wrap td:first-child:before {
        top: 17px;
    }

    .table-wrap td:before {
        content: attr(data-title);
    }

    .table tbody tr {
        border-top: 1px solid #ddd;
    }

    .table tbody tr td {
        border: none;
    }

    .agenda .table tbody td {
        padding: unset;
    }

    .agenda table .subHead {
        padding: 15px !important;
    }

    .table-wrap td:first-child {
        padding-top: 17px !important;
    }

    .table-wrap td {
        padding: 15px 15px 15px 30% !important;
    }


    .mobNone {
        display: none !important;
    }

    .agendaTable .AgendaTopic {
        width: 100%;
    }

    .mobSmall {
        display: block !important;
        font-size: 11px !important;
        font-weight: bold;
        color: #5d0339;
        text-align: left !important;
    }

    .agendaTable .AgendaSpeaker {
        width: 50%;
    }

    .agendaTable .AgendaDate {
        width: 50%;
    }

    .mobTxt {
        display: block !important;
        background: #5d0339 !important;
        color: #fff;
        font-weight: bold;
        padding: 10px 15px;
    }

    .agendaTable .AgendaSpeaker2 {

        width: 50%;
        text-align: left;

    }

    .agendaTable .AgendaSpeaker2 p {
        margin-top: 0px;

    }
}

.rightform {
    height: 100%;
    position: fixed;
}

.footerlogo {
    margin-top: 30px;
}

.footerlogo img {
    width: 100%;
    max-width: 500px;

}


.bottomlinks,
.bottomlinkwebcast {
    background: #2b2b2bbf;
    color: white !important;
}

.bottomlinks .rows {
    display: inline-block;
    width: 24.46043%;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);

}

.bottomlinkwebcast .rowsmain {
    width: 20%;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #484848;
    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
}


.bottomlinkwebcast .rows {
    display: inline-block;
    width: 19.5%;
    text-align: center;
    border-right: 1px solid #484848;

    background: rgb(13, 23, 37);
    background: rgb(13, 23, 37);
    font-weight: 800;
    color: white !important;
    background: #993CF3;
    background: rgb(13, 23, 37);
    background: linear-gradient(90deg, rgba(13, 23, 37, 1) 0%, rgba(93, 51, 92, 1) 27%, rgba(171, 77, 144, 1) 53%, rgba(168, 87, 56, 1) 73%, rgba(38, 66, 106, 1) 100%);
}

.bottomlinks a,
.bottomlinkwebcast a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    letter-spacing: 2px;
    /* height: 100%; */
    padding: 10px;
    display: inline-block;
}