/* 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;
}

.registration_form .label-icon {
    margin-top: 10px;
}

.login_form .label-icon {
    margin-top: 10px;
}

.top_banner img {
    width: 100%;
}

.left_container {
    float: left;
    padding: 0px;
    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 {}

.cover_img img {}

.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;
    vertical-align: top;
}

.speakers ul li img {
    width: 160px;
    height: 160px;
}

.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: #cdae83 !important;
    /* #2a528b */
}

.form_background { 
   background: linear-gradient(#cdae83, #ceae80) !important;
}

.theme_color {
    color: #9e6f2a !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 #358e72;
    background-color: #358e72;
    z-index: 0;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:after {
    background-color: #358e72;
}

[type="radio"]:checked+label:after,
[type="radio"].with-gap:checked+label:before,
[type="radio"].with-gap:checked+label:after {
    border: 2px solid #358e72;
}

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: #358e72;
}

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 #358e72;
    box-shadow: 0 1px 0 0 #358e72;
    /* #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: #cdae83;
}

.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;
}

.residence .heading,
.block_container .heading {
    margin-top: 20px !important;
    font-weight: 600;
}

@media (max-width: 1200px) {
    .left_container {
        padding: 0px;
    }

    .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;
    }
}

.move {
    text-indent: 53px;
}