/* 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;
}



.heading-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.registration_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: 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: #af1f24 !important;
}

.theme_color {

    color: #af1f24 !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%
}
