/* 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;
}
.agendabox {
    border: 1px solid #eee;
    float: left;
}

.agendaTable {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd7d7;
}

.agendaTable .AgendaDate {
    float: left;
    width: 160px;
    padding: 5px 15px;
    /*background: #eee;*/
}

.agendaTable .AgendaDate p {
    font-size: 13px;
    text-align: left;
    margin: 0;
}

.agendaTable .AgendaTopic {

    float: left;
    width: calc(100% - 410px);
    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: 250px;
    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;
}

.agendaTableTitle {
    background: #5d0339 !important;
    color: #fff;
    font-weight: bold;
}

.agendNo {
    float: left;
    width: 50px;
    /*border-right: 1px solid #eee;*/
    padding: 5px 15px;
}



.heading-title {
    font-size: 18px;
    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: 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;
}


.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: 15px;
    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: 100%;
    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(34,58,100) !important;
    /* #2a528b */
}

.theme_color {
    color: rgb(34,58,100) !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: 20px;
}

.disclaimer label {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.disclaimer p {
    font-size: 12px;
    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(58, 79, 112);
    background-color: rgb(58, 79, 112);
    z-index: 0;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: rgb(58, 79, 112);
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid rgb(58, 79, 112);
}

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(58, 79, 112);
}

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(58, 79, 112);
    box-shadow: 0 1px 0 0 rgb(58, 79, 112);
    /* #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;
    color: rgb(34,58,100);
}

.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;
    }

    .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 {
    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;

}

.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;
}

.downloadagenda a{
    
    color: #394d6e;
    font-weight: 600;
}

.downloadagenda{
     margin-top: 20px;
}

.footerlogo img{
    max-width: 200px;
    width:100%;
}



.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: 160px;
    padding: 5px 15px;
    /*background: #eee;*/
}

.agendaTable .AgendaDate p {
    font-size: 13px;
    text-align: left;
    margin: 0;
}

.agendaTable .AgendaTopic {

    float: left;
    width: calc(100% - 410px);
    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: 250px;
    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: #5d0339 !important;
    color: #fff;
    font-weight: bold;
}

.mobSmall {
    display: none;
}
















/*.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;
    }
}

.centerBox {
    position: relative;
    height: 81vh;
    text-align: center;
}

.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%;
}

@media (max-width: 767px) {
    /*.mobShow {display:block !important;width:100% !important;}
    .mobShow p {width: 100%;text-align: left;color:#0550BA;}

    .qnaEvent li.headings {display:none;}
    .qnaEvent .block {padding: 10px 0px;}
    .qnaEvent .block div {line-height: 10px;height: auto;}
    .qnaEvent .block .date {width:50%;height: 65px;}
    .qnaEvent .block .city {width:50%;height: 65px;}
   .qnaEvent.block div.chairperson { width: 50%;height: auto;margin-bottom:20px;}
    .qnaEvent .block div.venue { width: 50%;height: 65px;}
    
    .qnaEvent {padding:15px;}
.qnaEvent .block div img {display:none;}*/
}

@media (max-width:480px) {
    /*.qnaEvent .block {margin: 0 8px 5px;width: 93%;float: left; }*/
}

@media (max-width: 420px) {
    .table-wrap td {
        padding: 15px 15px 15px 40% !important;
    }
}

@media (max-width: 360px) {

    /*.qnaEvent .block {margin: 0 8px 5px;width: 90%;float: left; }*/
    .agendaTable .AgendaSpeaker {
        width: 40%;
    }

    .agendaTable .AgendaDate {
        width: 60%;
    }
}