@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,  700,  400,  600');
    h1, h2, h3, h4, h5, h6, li, p, ul {
    margin: 0;
    padding: 0;
}
.link-text, .modal-link, .underline, .underline:hover {
    text-decoration: underline;
}
html {
  /*  overflow-x: hidden;
    overflow-y: auto; */
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.Eva_desc, .MeetingId_441, .inline_para {
    font-family: arial, helvetica, sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
li, ul {
    list-style: none;
}
img {
    max-height: 100%;
    max-width: 100%}
.text-caps {
    text-transform: uppercase;
}
.italic {
    font-style: italic;
}
.inline {
    display: inline;
}
.inline-block {
    display: inline-block;
}
.block, .new-line {
    display: block;
}
.small-caps {
    text-transform: lowercase;
    font-variant: small-caps;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.float-left {
    float: left;
}
.font-bold {
    font-weight: 600!important;
}
.desc-text {
    font-size: 13px;
    color: #7b7b7b;
    margin-bottom: 2px;
}
.link-text {
    cursor: pointer;
    font-size: 12px;
    color: #428bca;
    display: inline-block;
}
.main-wrapper {
    position: absolute;
    width: 100%;
    min-height: 100%;
    z-index: 1001;
    background: #FFF;
}
.main-wrapper .main-content-section {
    padding: 0 0 30px;
}
.main-wrapper .main-content-section .header-section {
    /*background: url(/Content/WebcastHCPImages/header_bg.jpg) center center no-repeat #f68c1f;*/
    background:#FFF;
    background-size: cover;
    /*-webkit-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    -moz-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);*/
}
.main-wrapper .main-content-section .header-section .header-section-inner {
    /*background: url(/Content/WebcastHCPImages/header_inner_bg.jpg) -80px center no-repeat #f68c1f;
    background:#FFF !important;*/
    background-size: contain;
    padding: 1px 1px 7px 0;
}
.main-wrapper .main-content-section .header-section .header-left-panel {
    padding: 0;
}
.main-wrapper .main-content-section .header-section .header-left-panel .logo-wrap {
    display: inline-block;
    width: 180px;
}
.header-section .header-right-panel {
    padding: 0;
    text-align: right;
        margin-top: 10px;
}
.header-section .header-right-panel .user-menu {
    text-align: right;
    margin-top: 10px;
    font-size: 0;
}
.header-section .header-right-panel .user-menu li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}
.header-section .header-right-panel .user-menu li:last-child {
    border-left: 1px solid #fff;
}
.header-section .header-right-panel .user-menu li .user-item {
    display: inline-block;
    font-size: 13px;
    color: #fff;
}
.header-section .header-right-panel .user-menu li .user-item.logout {
    background: url(/Content/WebcastHCPImages/icon_logout.png) 0 3px no-repeat;
    background-size: 15px auto;
    padding: 0 0 0 18px;
}
.header-section .header-right-panel .link-sec {
    display: block;
    text-align: right;
    margin-top: 5px;
    font-size: 0;
}
.header-section .header-right-panel .link-sec .reg-link {
    font-size: 12px;
    text-align: center;
    padding: 4px 10px 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
}
.table-responsive {
    width: 100%;
    overflow-y: auto;
    margin-bottom: 20px;
    max-height:460px;
}
.footer-section {
    display: block;
    width: 100%;
    background: #002d62;
    bottom: 0;
    z-index: 1001;
    font-size: 12px;
    color: #f2f9ff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .4);
    position:absolute;
}
.concierge-sec .countdown-time {
    display: inline-block;
    color: #656565;
    text-align: center;
    margin: 0 25px 0 0;
}
.footer-section .footer-inner {
    padding: 7px 0 6px;
}
.footer-section .foot-copy {
    padding: 0;
    margin: 0;
}
.footer-section .foot-copy .copy-text {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
}
.footer-section .foot-menu-wrap {
    padding: 0;
    margin: 0;
    text-align: right;
}
.footer-section .foot-menu-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
}
.footer-section .foot-menu-list li {
    display: inline-block;
}
.footer-section .foot-menu-list li .foot-menu {
    font-size: 11px;
    padding: 0 10px 1px;
    margin: 0;
    display: block;
    border-right: 1px solid #848486;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
}
.footer-section .foot-menu-list li .foot-menu:hover {
    color: #fff;
}
.footer-section .foot-menu-list li:first-child .foot-menu {
    padding-left: 0;
}
.footer-section .foot-menu-list li:last-child .foot-menu {
    border: 0;
    padding-right: 0;
}
.main-body-section {
    padding-top: 15px;
}
.custom-modal .main-body-section {
    padding: 0;
}
.main-body-section .body-inner {
    padding: 10px 15px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    min-height: 500px;
    position: relative;
    overflow-x: hidden;
}
.main-body-section .body-inner .page-title, .main-body-section .body-inner .page-title-precourse {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    color: #0c4d8b;
    font-weight: 600;
}
.main-body-section .body-inner .page-title {
    font-size: 18px;
    text-transform: none;
}
.main-body-section .body-inner .page-title-precourse {
    font-size: 20px;
}
.main-body-section .body-inner .Meeting-title-precourse {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 20px;
}
.main-body-section .body-inner .Meeting-slot-precourse {
    font-size: 18px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
}
.main-body-section .body-inner .page-title .title-link {
    text-transform: none;
    font-weight: 400;
    font-size: 11px;
    float: right;
    display: inline-block;
    margin-bottom: 5px;
    border: 0;
    border-radius: 4px;
    color: #fff;
    background: url(/Content/WebcastHCPImages/icon-plus.png) 10px center no-repeat #f68c1f;
}
.main-body-section .body-inner .page-title .title-back {
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    float: right;
    display: inline-block;
    margin-bottom: 5px;
    background: #00897b;
    border: 0;
    border-radius: 4px;
    color: #fff;
}
.menu-section {
    background: #002d62;
    padding: 5px 0;
}
.menu-section .menu-inner {
    padding: 0;
}
.table-wrap {
    padding: 0;
    max-height: 550px;
}
.user-table {
    width: 100%;
    margin-bottom: 10px;
}
.table-fix {
    table-layout: fixed;
}
.table-align-center .user-table {
    margin-left: auto;
    margin-right: auto;
}
.table-align-right .user-table {
    margin-left: auto;
    margin-right: 0;
}
.user-table tr th {
    padding: 5px 10px;
    background: #4a6d97;
    font-size: 15px;
    color: #e6ebf1;
    border: 1px solid #a0b4c4;
    font-weight: 600;
}
.user-table tr th .checkbox-label {
    color: #e6ebf1;
    margin: 0;
}
.user-table tr td .th-button, .user-table tr th .th-button {
    color: #fff;
    background: #f68c1f;
    font-size: 15px;
    font-weight: 900;
    margin: 0;
    text-align: center;
    display: inline-block;
    outline: 0;
}
.user-table tr th .th-button {
    padding: 4px 6px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
}
.user-table tr td .th-button {
    padding: 2px 10px;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, .3);
}
.user-table tr td {
    padding: 5px 10px;
    font-size: 16px;
    color: #333;
    border: 1px solid #d8d8d8;
    vertical-align: middle;
    position: relative;
}
.user-table.align-left tr td, .user-table.align-left tr th {
    text-align: left;
}
.user-table.align-right tr td, .user-table.align-right tr th {
    text-align: right;
}
.user-table.align-center tr td, .user-table.align-center tr th {
    text-align: center;
}
.user-table tr td.align-left, .user-table tr th.align-left, .user-table tr.align-left td, .user-table tr.align-left th {
    text-align: left;
}
.user-table tr td.align-center, .user-table tr th.align-center, .user-table tr.align-center td, .user-table tr.align-center th {
    text-align: center;
}
.button-row .align-right, .sort-wrap, .user-table tr td.align-right, .user-table tr th.align-right, .user-table tr.align-right td, .user-table tr.align-right th {
    text-align: right;
}
.user-table tr td.valign-center {
    vertical-align: middle!important;
}
.user-table tr td.icon-wrap {
    font-size: 0;
}
.user-table tr td .td-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 0;
    vertical-align: top;
}
.user-table tr td .td-icon.icon-edit {
    background: url(/Content/WebcastHCPImages/icon-edit.png) center center no-repeat;
}
.user-table tr td .td-icon.icon-view {
    background: url(/Content/WebcastHCPImages/icon-view.png) center center no-repeat;
    background-size: 19px;
}
.user-table tr td .td-icon.icon-delete {
    background: url(/Content/WebcastHCPImages/icon-delete.png) center center no-repeat;
    background-size: 16px;
}
.user-table tr td .td-icon.save-cmd-icon {
    background: url(/Content/WebcastHCPImages/icon-save.png) center center no-repeat;
    background-size: 16px;
    display: none;
}
.user-table tr td .td-icon.icon-remove {
    border-radius: 50%;
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #535b63;
    background-size: 12px;
}
.user-table tr td .td-link {
    color: #4285f4;
}
.user-table tr td.action-wrap .action-text {
    color: #4285f4;
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
}
.user-table tr td .td-link.disable, .user-table tr td.action-wrap .action-text.disable {
    pointer-events: none;
    color: #aaa;
}
.user-table tr td .text-green {
    color: #00ad10;
}
.user-table tr td .text-red {
    color: #d90707;
}
.user-table tr td .text-completed {
    color: #4caf50;
}
.user-table tr td .text-inprogress {
    color: #ff9800;
}
.user-table tr td .text-upcoming {
    color: #2196f3;
}
.user-table tr td .text-cancel {
    color: #ccc;
}
.user-table tr td .checkbox, .user-table tr th .checkbox {
    display: inline-block;
}

.user-table tr td .img-thumb {
    max-width: 50px;
    max-height: 50px;
}
.table-wrap .table-caption {
    font-size: 14px;
    font-weight: 600;
    color: #0c4d8b;
    padding-bottom: 6px;
    text-transform: uppercase;
}
.user-table tr td .button-field {
    margin: 0 0 10px;
}
.user-table tr td .button-field-small {
    margin: 0;
    padding: 3px 5px 4px;
    font-size: 11px;
}
.user-table tr td .comments {
    font-size: 12px;
    color: #999;
}
.user-table tr td.highlight-td {
    background: #fff59d;
}
.user-table tr td .button-field.disable {
    pointer-events: none;
    opacity: .4;
}
.search-wrap {
   /*  width: 250px;  */ 
   width:auto;
}
.search-wrap .btn-search {
    width: 30px;
    height: 30px;
    background: url(/Content/WebcastHCPImages/icon-search.png) center center no-repeat #f1f1f1;
    background-size: 18px;
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-left: -1px;
    outline: 0;
}
.input-group .form-control {
    font-size: 12px;
    outline: 0;
    height: 30px;
}
.pagi-wrap .pagination {
    padding: 0;
    margin: 6px 0 0;
}
.pagi-wrap .pagination li a {
    font-size: 12px;
    padding: 0;
    background: 0 0;
    margin: 0 4px;
    border: 0;
    color: #666;
}
.pagination>li.active>a, .pagination>li.active>a:hover {
    background: #428bca;
    padding: 0 5px;
    color: #fff;
}
.form-row, .form-row>div {
    padding: 0;
}
.meeting-panel .form-row {
    padding: 0;
    margin-bottom: 15px;
    min-height: 79px;
}
.form-row {
    margin-bottom: 15px;
}
.form-row:last-child {
    margin-bottom: 0;
}
.form-row .view-details {
    font-size: 13px;
    color: #0070ee;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}
.form-label {
    font-size: 14px;
    color: #333;
    display: block;
    padding-top: 5px;
    font-weight:500;
    padding-right: 3px;
}
.form-label-inline {
    display: inline-block;
    margin-right: 5px;
        vertical-align: top;
    font-weight: bold;
}
.form-label-newline {
    display: block;
}
.form-label-disable {
    opacity: .6;
}
.text-field {
    border: 1px solid #ccc;
    padding: 4px 7px;
    width: 250px;
    font-size: 13px;
    outline: 0;
    color: #666;
}
.text-field-tiny {
    width: 50px;
}
.text-field-small {
    width: 140px;
}
.text-field-medium {
    width: 180px;
}
.text-field-large {
    width: 350px;
}
.text-field-full {
    width: 100%}
.text-field.inact {
    background: 0 0;
    border: none;
    pointer-events: none;
}
.form-row .clear-tag {
    color: #00c853;
    font-size: 12px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/Content/WebcastHCPImages/icon-refresh.png) center center no-repeat;
    cursor: pointer;
    margin-top: 9px;
    margin-left: 5px;
    vertical-align: top;
}
.select-field {
    border: 1px solid #ccc;
    padding: 3px 5px;
    width: 250px;
    font-size: 13px;
    outline: 0;
    color: #666;
}
.checkbox-label, .radio-label {
    color: #7b7b7b;
    font-weight: 400;
    font-size: 13px;
    cursor: pointer;
}
.select-field-tiny {
    width: 60px;
}
.select-field-small {
    width: 140px;
}
.select-field-medium {
    width: 180px;
}
.select-field-large {
    width: 350px;
}
.select-field-full {
    width: 100%}
.select-field.inact {
    background: 0 0;
    border: none;
    pointer-events: none;
}
.radio-label {
    margin-right: 10px;
    display: inline-block;
}
.radio-label .radiobtn {
    display: inline-block;
    vertical-align: top;
    margin: 3px 3px 0 0;
    outline: 0;
}
.radio-label-block {
    display: block!important;
}
.checkbox-label {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}
.checkbox-label .checkbox {
    display: inline-block;
    vertical-align: top;
    margin: 0 3px 0 0;
    outline: 0;
}
.checkbox-label-block {
    display: block;
    margin: 0 0 2px;
}
.textarea {
    width: 250px;
    height: 80px;
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 16px;
    outline: 0;
    color: #666;
    resize: none;
}
.textarea-large {
    width: 350px;
    height: 100px;
}
.textarea-full {
    width: 100%;
    height: 120px;
}
.edit_textarea {
    height: auto;
    min-height: 100px;
    max-height: 140px;
    margin-bottom: 14px;
}
.calendar-wrap .calendar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/WebcastHCPImages/icon-calendar.png) center no-repeat;
    cursor: pointer;
    margin-top: 4px;
    vertical-align: top;
}
.button-field, .custom-modal .modal-footer .modal-btn {
    display: inline-block;
    color: #fff;
    background-color: #1c51a3;
    border-color: #1c51a3;
    padding: 5px 6px;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 3px;
    margin: 0 10px 0 0;
    text-align: center;
    outline: 0;
}
.error-text-newline, .meeting_head {
    display: block;
}
.button-field:focus, .button-field:hover {
    color: #fff;
    background: #023f73;
}
.button-row .align-right .button-field {
    text-align: right;
    margin: 0 0 10px 10px;
}
.disable {
    pointer-events: none;
    opacity: .4;
}
.button-fixed {
    min-width: 150px;
}
.modal-footer .button-field {
    margin: 0;
}
.add-button, .add-button:focus, .add-button:hover {
    border: 0;
    font-size: 12px;
    background: url(/Content/WebcastHCPImages/icon-plus.png) 10px center no-repeat #00897b;
    background-size: 13px auto;
    color: #fff;
    padding: 5px 15px 5px 30px;
    border-radius: 4px;
    margin-right: 15px;
    outline: 0;
    float:right;
    margin-left: 10px;
}
.error-note, .error-text {
    font-size: 11px;
    color: red;
    padding: 0;
}
.mand {
    color: red;
}
.form-head {
    font-size: 13px;
    margin-bottom: 10px;
}
.form-head .mand, .note {
    font-size: 12px;
}
.note {
    color: #999;
}
.modal-link {
    cursor: pointer;
    color: #1a96f5;
}
.custom-modal .modal-header {
    padding: 10px 15px;
    border-bottom: 0px solid #e5e5e5;
    background-color: #255286;
    color: #fff;
}
.custom-modal .modal-header .header-title {
    font-size: 14px;
}
.mce-btn button, .mce-ico {
    font-size: 13px!important;
}
.custom-modal .modal-header .close {
    color: #fff;
    opacity: .8;
    font-weight: 300;
    margin: 0;
    outline: 0;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row .meeting-remove-btn.remove-btn-deact, .remove-btn.remove-btn-deact {
    opacity: .4;
    pointer-events: none;
}
.custom-modal .modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}
.custom-modal .textarea-full {
    width: 100%;
    height: 85px!important;
}
.mce-container iframe {
    height: 250px!important;
}
.mce-btn .mce-caret {
    margin-top: 8px!important;
    margin-left: 0;
}
.mce-btn button {
    padding: 3px 6px!important;
    line-height: 16px!important;
}
.mce-ico {
    line-height: 13px!important;
    width: 13px!important;
    height: 13px!important;
}
.tab-wrap .nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.tab-wrap .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.tab-wrap .nav-tabs>li>a {
    margin-right: 30px;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    border-bottom: 4px solid #b5b5b5;
    background: 0 0;
    color: #333;
    padding: 2px 15px 5px 10px;
    position: relative;
}
.tab-wrap .nav-tabs>li>a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 10px;
    display: block;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
}
.tab-wrap .nav-tabs>li>a:hover {
    border-color: none;
    background: 0 0;
}
.tab-wrap .nav-tabs>li.active>a {
    cursor: default;
    background-color: none;
    border: none;
}
.tab-wrap .nav-tabs>li.active>#New_qus_a {
    border-bottom: 4px solid #4285f4;
    color: #4285f4;
}
.tab-wrap .nav-tabs>li.active>#Pending_qus_a {
    border-bottom: 4px solid #f39535;
    color: #f39535;
}
.tab-wrap .nav-tabs>li.active>#approve_qus_a, .tab-wrap .nav-tabs>li.active>#approved_ques_a {
    border-bottom: 4px solid #6dc829;
    color: #6dc829;
}
.tab-wrap .nav-tabs>li.active>#Rejected_qus_a {
    border-bottom: 4px solid #333;
    color: #333;
}
.tab-wrap .nav-tabs>li.active>#published_ques_a {
    border-bottom: 4px solid #099;
    color: #099;
}
.tab-wrap .nav-tabs>li.active>#Rejected_byall_qus_a {
    border-bottom: 4px solid #f44336;
    color: #f44336;
}
.tab-wrap .nav-tabs>li.active>#migrate_ques_a {
    border-bottom: 4px solid #e600ac;
    color: #e600ac;
}
.tab-wrap .nav-tabs>li.active>#Answered_qus_a {
    border-bottom: 4px solid #6dc829;
    color: #6dc829;
}
.tab-wrap .nav-tabs>li.active>#Answered_ques_a {
    border-bottom: 4px solid #42cbf4;
    color: #42cbf4;
}
.tab-wrap .nav-tabs>li.active>#declined_ques_a {
    border-bottom: 4px solid #f44336;
    color: #f44336;
}
.header>li.active>a, .header>li.active>a:focus, .header>li.active>a:hover {
    color: #333;
    cursor: default;
    background-color: #c3bcbc;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    font-weight: 600;
}
.tab-wrap .nav-tabs>li.active>a:after {
    background: url(/Content/WebcastHCPImages/arrrow-bottom-b.png) center center no-repeat;
}
.panel-group {
    margin-bottom: 10px;
}
.meeting-panel .panel-heading {
    padding: 0;
    background: #eee;
}
.meeting_head {
    padding: 10px;
    color: #333;
}
.meeting-panel-wrap .meeting-panel {
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(173, 173, 173, .59);
    -moz-box-shadow: 1px 1px 5px 1px rgba(173, 173, 173, .59);
    box-shadow: 1px 1px 2px 1px rgba(173, 173, 173, .59);
}
.meeting-panel-wrap .meeting-panel:last-child {
    margin-bottom: 0;
}
.meeting-panel-wrap .meeting-panel .title {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f57b05;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.meeting_head.collapsed .title {
    color: #333;
}
.meeting-panel-wrap .meeting-panel .icon {
    width: 22px;
    height: 22px;
    border: none;
    display: inline-block;
    margin-left: 5px;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: top;
    float: right;
}
.meeting-panel-wrap .meeting-panel .icon.icon-track {
    background: url(/Content/WebcastHCPImages/icon_down_arrow.png) center no-repeat #255286;
    background-size: 12px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: rotate(180deg);
}
.meeting-panel-wrap .meeting-panel .icon.icon-save {
    background: url(/Content/WebcastHCPImages/icon-save.png) center no-repeat #fdfdfd;
    background-size: 12px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    transform: rotate(180deg);
}
.savebtn_settings
{
    position: absolute;
}
.meeting-panel-wrap .meeting-panel .collapsed .icon.icon-track {
    background: url(/Content/WebcastHCPImages/icon_down_arrow.png) center no-repeat #255286;
    background-size: 12px;
    transform: rotate(0);
}
.meeting-panel-wrap .meeting-panel .add-meeting-wrap {
    margin: 0;
    padding: 0;
    margin-bottom: 5px!important;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row {
    position: relative;
    padding: 10px!important;
    background: #f3efe0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row>div {
    padding-left: 0;
}
.meeting-panel-wrap .meeting-panel .add_meeting_row .meeting-remove-btn {
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #adaa9e;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.meeting-panel-wrap .meeting-panel .presenter-row .view-profile, .meeting-panel-wrap .meeting-panel .view-profile {
    font-size: 13px;
    color: #0070ee;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    margin-left: 5px;
}
.meeting-panel-wrap .meeting-panel .presenter-row .remove-btn {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background: url(/Content/WebcastHCPImages/icon-minus.png) center center no-repeat #7b7b7b;
}
.meeting-panel-wrap .meeting-panel .presenter-row {
    margin-bottom: 10px;
}
.meeting-panel-wrap .meeting-panel .form-row .post_meet_row, .meeting-panel-wrap .meeting-panel .form-row .pre_meet_row {
    background: #f3efe0;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.meeting-panel-wrap .meeting-panel .form-row .post_meet_row .file-upload, .meeting-panel-wrap .meeting-panel .form-row .pre_meet_row .file-upload {
    display: inine-block;
    margin-right: 10px;
}
input[type=file] {
    display: inine-block;
}
.meeting-panel-wrap .meeting-panel .form-row .post_meet_row .post-remove-btn, .meeting-panel-wrap .meeting-panel .form-row .pre_meet_row .pre-remove-btn {
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #7b7b7b;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.meeting-panel-wrap .meeting-panel .form-row .token-row {
    margin-bottom: 5px;
}
.meeting-panel-wrap .meeting-panel .form-row .desc-text {
    display: block;
    font-size: 11px;
    margin-top: 3px;
    color: #999;
}
.main-body-section .body-inner .form-container, .main-body-section .body-inner .form-container.form-container-group {
    margin-bottom: 10px;
}
.main-body-section .body-inner .form-container .asset-video-sec {
    padding: 0;
}
.main-body-section .body-inner .form-container .sec-title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    color: #1a96f5;
    font-weight: 400;
}
.main-body-section .body-inner .form-container .asset-video-sec .upload-file {
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    background: #00bfa5;
    border: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin: 5px 0 0;
}
.main-body-section .body-inner .form-container .asset-video-sec .note {
    font-size: 12px;
    margin-top: 3px;
    color: #999;
}
.main-body-section .body-inner .form-container .form-row .checkbox-row {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0 10px;
    margin-bottom: 10px;
}
.main-body-section .body-inner .form-container .form-row .checkbox-row>div {
    padding-left: 0;
}
.main-body-section .body-inner .form-container .form-row .checkbox-row .image-panel .upload-image {
    max-width: 60px;
    vertical-align: bottom;
    display: inline-block;
}
.main-body-section .body-inner .form-container .user-attribute-wrap .left-panel, .main-body-section .body-inner .form-container .user-attribute-wrap .right-panel {
    background: #f3f4f5;
    overflow-y: auto;
    padding-bottom: 10px;
}
.main-body-section .body-inner .form-container .user-attribute-wrap .left-panel {
    margin-right: 7%}
.main-body-section .body-inner .form-container .user-attribute-wrap .list-title {
    margin: 0 0 10px;
    font-size: 15px;
    background: #0bc194;
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
}
.main-body-section .body-inner .form-container .user-attribute-wrap .user-list {
    margin: 0;
    list-style: none;
    padding: 0 15px;
    height: 400px;
    overflow-y: auto;
}
.main-body-section .body-inner .form-container .user-attribute-wrap .user-list li {
    display: block;
    margin: 0 0 3px;
    padding: 0;
}
.progress_bar {
    border-radius: 4px;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    display: inline-block;
    width: 400px;
    vertical-align: middle;
}
.progress_bar .progress_bar_inner {
    background-image: url(/Content/WebcastHCPImages/progress_bar.gif);
    border-right: 1px solid #aaa;
    text-align: right;
    font-size: 13px;
    color: #333;
    font-weight: 600;
}
.head-wrap {
    margin-bottom: 10px;
    margin-top: 5px;
}
.head-wrap .left-panel, .head-wrap .mid-panel, .head-wrap .right-panel {
    padding: 0;
}
.head-wrap .right-panel {
    text-align: right;
    padding-right: 0;
}
.head-bottom-wrap, .head-wrap .mid-panel {
    text-align: center;
}
.head-wrap .drop-page {
    padding-top: 3px;
    display: inline-block;
}
.head-wrap .drop-page .page-selectbox {
    font-size: 12px;
    border: 1px solid #d8d8d8;
    padding: 2px 1px;
    width: 60px;
    outline: 0;
}
.head-wrap .drop-page .page-selectbox option {
    overflow: auto;
}
.head-wrap .drop-page span {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.head-wrap .download {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/WebcastHCPImages/icon-download.png) center center no-repeat;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}
.survey-action-wrap {
    margin-bottom: 0;
    padding-left: 0;
}
.survey-action-wrap .label-block {
    display: inline-block;
    padding: 5px 8px 5px 10px;
    background: #00bc65;
    margin-right: 15px;
    font-weight: 400;
    color: #fff;
    float: left;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}
.survey-action-wrap .label-block .arrow {
    position: absolute;
    height: 100%;
    width: 6px;
    background: url(/Content/WebcastHCPImages/right-arrow-1.png) right center no-repeat;
    top: 0;
    right: -5px;
}
.survey-action-wrap .text-block {
    border: 1px solid #ccc;
    padding: 4px 10px;
    width: 225px;
    float: left;
    margin-right: 15px;
    font-size: 13px;
    height: 50px;
}
.survey-action-wrap .add-btn, .survey-action-wrap .remove-btn {
    display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 13px;
}
.user_survey_wrap {
    background: #f2f2f2;
    padding: 10px;
}
.user_survey_wrap .survey-action-wrap .add-btn, .user_survey_wrap .survey-action-wrap .remove-btn {
    margin-top: 0;
}
.survey-action-wrap .remove-btn {
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
}
.survey-action-wrap .add-btn {
    background: url(/Content/WebcastHCPImages/icon-plus1.png) center 5px no-repeat #7b7b7b;
    background-size: 11px;
}
.survey-action-wrap .checkbox-label, .survey-action-wrap .radio-label {
    margin-top: 15px;
    float: left;
    margin-right: 10px;
}
.main-body-section .body-inner .step-wrap {
    background: #f2f2f2;
    padding: 10px 5px 5px 10px;
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}
.main-body-section .body-inner .step-wrap .step-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-body-section .body-inner .step-wrap .step-list li {
    display: inline-block;
    position: relative;
    margin: 0 10px 0 0;
    padding: 0;
    overflow: hidden;
    width: 24%}
.main-body-section .body-inner .step-wrap.course-step-wrap .step-list li {
    margin-right: 5px;
    width: 22%}
.main-body-section .body-inner .step-wrap .step-list li:last-child {
    padding-right: 0;
}
.main-body-section .body-inner .step-wrap .step-list li .step {
    font-size: 14px;
    background: #f2f2f2;
    padding: 5px 10px 5px 0;
    color: #c7c7c7;
}
.main-body-section .body-inner .step-wrap-1 .step-list li .step {
    background: #fff;
}
.main-body-section .body-inner .step-wrap .step-list li .step .step-no {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #bdbdbd;
    text-align: center;
    border-radius: 100%;
    margin-right: 5px;
    line-height: 24px;
    color: #fff;
    vertical-align: middle;
}
.main-body-section .body-inner .step-wrap .step-list li .step.active, .main-body-section .body-inner .step-wrap .step-list li .step.inprogress {
    color: #2e2e2e;
}
.main-body-section .body-inner .step-wrap .step-list li .step.active .step-no {
    background: url(/Content/WebcastHCPImages/icon-tick-w.png) center center no-repeat #4285f4;
    background-size: 16px auto;
    font-size: 0;
}
.main-body-section .body-inner .step-wrap .step-list li .step.inprogress .step-no {
    background: #4285f4;
    background-size: 16px auto;
}
.main-body-section .body-inner .step-wrap .step-list li .step-line {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    left: auto;
}
.main-body-section .body-inner .notification {
    display: block;
    background: #00b8d4;
    color: #fff;
    padding: 5px 10px;
    border: 1px solid #0097a7;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 10px;
}
.main-body-section .body-inner .course-name {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.main-body-section .body-inner .course-name span {
    color: #c51162;
}
.resource-container {
    padding: 0;
}
.resource-container>div {
    padding-left: 0;
    padding-right: 30px;
}
.resource-container .left-panel .panel-head, .resource-container .right-panel .panel-head {
    padding: 0;
    margin: 0 0 15px;
    font-size: 15px;
    font-weight: 400;
    color: #1a96f5;
}
.resource-container .left-panel .cat-search-wrap {
    margin-bottom: 10px;
}
.resource-container .left-panel .user-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.resource-container .left-panel .user-list li {
    display: block;
    margin: 0 0 3px;
    padding: 0;
}
.resource-container .left-panel .user-list li .check-field {
    margin: 6px 4px 0 0;
    float: left;
}
.resource-container .left-panel .user-list li .form-label {
    display: inline-block;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    color: #7b7b7b;
    padding-top: 3px;
}
.resource-container .right-panel {
    padding: 0;
}
.resource-container .right-panel .panel-head {
    padding-left: 15px;
}
.resource-container .right-panel .select-item-wrap {
    margin-bottom: 15px;
    padding-left: 15px;
}
.resource-container .right-panel .select-item-wrap .sel-item {
    padding: 5px 15px;
    font-size: 13px;
    display: inline-block;
    background: #4b82c3;
    color: #fff;
    cursor: pointer;
    margin: 0 5px 8px 0;
    border-left: 5px solid #185294;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.select-all-wrap {
    background: #e2e2e2;
    margin: 0 15px 20px;
    padding: 5px 0 0 10px;
    border-radius: 5px;
}
.select-all-wrap .select-label {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
}
.resource-container .right-panel .resource-panel {
    padding: 0;
    max-height: 480px;
    margin-bottom: 15px;
}
.mapping-block {
    margin-bottom: 35px;
}
.mapping-block .mapping-block-inner {
    background: #fff;
    padding: 0;
    border-radius: 0;
    border: 1px solid #d2d2d2;
    -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, .2);
    position: relative;
}
.mapping-block .mapping-block-inner .image-wrap {
    height: 110px;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
}
.mapping-block .mapping-block-inner .image-wrap img {
    max-height: 100px;
}
.mapping-block .mapping-block-inner .title-wrap {
    padding: 5px 10px;
}
.mapping-block .mapping-block-inner .title-wrap .file-name {
    padding: 0;
    margin: 0;
    font-size: 13px;
    height: 40px;
    color: #4d4d4d;
}
.mapping-block .mapping-block-inner .action-wrap {
    height: 40px;
    padding: 0;
}
.mapping-block .mapping-block-inner .action-wrap .preview-wrap {
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: url(/Content/WebcastHCPImages/icon-view-w.png) left 18px center no-repeat #339194;
    padding-left: 35px;
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap {
    height: 100%;
    background: #d6d6d6;
    text-align: center;
    padding-top: 8px;
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap .checkbox {
    display: inline-block;
    vertical-align: middle;
}
.mapping-block .mapping-block-inner .action-wrap .select-wrap .val {
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
    font-size: 13px;
    color: #333;
}
.resource-select-panel {
    margin-bottom: 15px;
}
.resource-select-panel .res-row {
    margin-bottom: 10px;
    display: none;
}
.resource-select-panel:last-child .res-row {
    margin-bottom: 0;
}
.add_presenter_wrap .presenter-row {
    margin-bottom: 10px;
    font-size: 0;
}
.add_presenter_wrap .presenter-row:last-child {
    margin-bottom: 0;
}
.add_presenter_wrap .presenter-row .view-profile, .presenter-row .view-profile {
    font-size: 13px;
    color: #0070ee;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
}
.add_presenter_wrap .presenter-row .remove-btn, .add_venue_wrap .presenter-row .remove-btn {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
    vertical-align: top;
    margin-top: 3px;
}
.add_asset_wrap .presenter-row .checkbox-label {
    margin-bottom: 0;
}
.add_asset_wrap .presenter-row .remove-btn {
    vertical-align: top;
    margin-top: 3px;
}
.speaker-modal .pop-speaker-info .info-wrap {
    display: block;
    margin-bottom: 10px;
}
.speaker-modal .pop-speaker-info .img-wrap {
    width: 120px;
    height: 120px;
    float: left;
    border: 1px solid #ccc;
    text-align: center;
    padding: 5px;
    margin: 0 10px 10px 0;
    line-height: 58px;
}
.speaker-modal .pop-speaker-info .img-wrap img {
    max-height: 100%;
    max-width: 100%}
.speaker-modal .pop-speaker-info .name {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 2px;
}
.speaker-modal .pop-speaker-info .desi {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 3px;
}
.speaker-modal .pop-speaker-info .place {
    display: block;
    font-size: 13px;
    color: #999;
    margin-bottom: 3px;
}
.speaker-modal .pop-speaker-desc .desc {
    display: block;
    font-size: 13px;
    color: #7b7b7b;
}
.speaker-modal .modal-title {
    color: #fff;
    font-size: 15px;
}
.speaker-modal .close {
    font-size: 21px;
    text-shadow: 0;
    font-weight: 300;
    filter: alpha(opacity=80);
    opacity: .8;
    color: #fff;
}
.form-row-wrapper {
    border: 1px solid #ebe9d9;
    padding: 10px;
    background: #f5f3e6;
    margin-bottom: 15px;
}
.module-ques-wrap .order-wrap {
    padding-left: 15px;
}
.module-ques-wrap .add-btn {
    display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    margin-top: 3px;
    border-radius: 22px;
    cursor: pointer;
    margin-right: 10px;
    background: url(/Content/WebcastHCPImages/icon-plus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
}
.pretest_div .question-wrapper, .pretest_div .question-wrapper1, .question-wrapper {
    border-radius: 0;
    margin-bottom: 10px;
    padding: 10px 15px!important;
    position: relative;
}
.question-wrapper {
    -webkit-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    -moz-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
}
.pretest_div .question-wrapper, .pretest_div .question-wrapper1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.question-wrapper .ques {
    padding: 0 0 5px;
    margin: 0;
    color: #333;
}
.question-container .question-wrapper .remove-btn {
    height: 22px;
    width: 22px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #7b7b7b;
    background-size: 12px;
    cursor: pointer;
    z-index: 999;
}
.module-ques-wrap ul.token-input-list {
    width: 460px!important;
}
.mod-ques-container .question-wrapper {
    position: relative;
}
.mod-ques-container .question-wrapper .action-wrap {
    position: absolute;
    top: 3px;
    right: 5px;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn {
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #000;
    margin: 0 2px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 0;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn.edit-btn {
    background: url(/Content/WebcastHCPImages/icon-edit-w.png) center center no-repeat #4285f4;
    background-size: 16px;
}
.mod-ques-container .question-wrapper .action-wrap .action-btn.delete-btn {
    background: url(/Content/WebcastHCPImages/icon-delete-w.png) center center no-repeat #4285f4;
    background-size: 12px;
}
.disp-order-wrap {
    margin-bottom: 4px;
}
.disp-order-wrap .order-block {
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
}
.disp-order-wrap .order-block span {
    display: inline-block;
    padding: 0 2px;
    font-weight: 600;
}
.addhcp-modal .modal-body {
    padding: 0 15px 10px;
}
.addhcp .search-form-wrap {
    background: #e4e4e4!important;
    padding: 10px 9px;
}
.addhcp .search-form-wrap .search-form-row {
    padding: 0;
}
.addhcp .search-form-wrap .search-form-row .label-field {
    display: block;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    color: #6d6d6d;
    margin-bottom: 3px;
}
.addhcp .search-form-wrap .search-form-row .text-field {
    border: 1px solid #ccc;
    padding: 4px 10px;
    display: inline-block;
    width: 90%;
    max-width: 225px;
    color: #666;
    margin-bottom: 10px;
    font-size: 13px;
}
.addhcp .search-form-wrap .search-form-row .text-field-small {
    width: 120px;
}
.addhcp .search-form-wrap .search-form-row .btn-field {
    display: inline-block;
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #00897b;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
}
.addhcp .search-form-wrap .search-btn-row {
    text-align: right;
    padding-right: 30px;
}
.addhcp .search-form-wrap .search-btn-row .btn-field {
    margin-left: 15px;
    margin-top: 0;
}
.addhcp .search-form-wrap .search-form-row .calendar-wrap .text-field {
    float: left;
    margin-right: 5px;
}
.addhcp .search-form-wrap .search-form-row .calendar-wrap .calendar-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Content/WebcastHCPImages/icon-calendar.png) center no-repeat;
    cursor: pointer;
    margin-top: 3px;
}
.addhcp .search-result-wrap {
    max-height: 300px;
    overflow: auto;
}
#selectedhcp .addhcp .search-result-wrap {
    max-height: 430px;
}
.addhcp .search-result-wrap .result-table {
    border: 1px solid #e5e4e4;
}
.addhcp .search-result-wrap .user-table {
    margin: 0;
}
.addhcp .search-result-wrap .result-table tr td {
    font-weight: 400;
    color: #5d5d5d;
    padding: 7px 10px;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #e5e4e4;
}
.addhcp .search-result-wrap .result-table tr.even td {
    background: #f5f5f5;
}
.addhcp .search-result-wrap .result-table tr.odd td {
    background: #fff;
}
.addhcp .search-result-wrap .result-table tr td .doctor-icon {
    width: 16px;
    height: 16px;
    display: block;
}
.doctor-icon-check {
    background: url(/Content/WebcastHCPImages/checkbox-iconset.png) left center no-repeat #c6c6c6;
}
.doctor-icon-uncheck {
    background: url(/Content/WebcastHCPImages/checkbox-iconset.png) right center no-repeat #c6c6c6;
}
.addhcp .button-wrap {
    text-align: right;
}
.addhcp .button-wrap .btn-more {
    display: inline-block;
    border: 0;
    font-size: 12px;
    background: url(/Content/WebcastHCPImages/icon-more.png) right 5px center no-repeat #37474f;
    color: #fff;
    padding: 6px 25px 6px 10px;
    border-radius: 4px;
}
.addhcp-modal .modal-footer {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.addhcp-modal .modal-footer .btn-submit {
    border: 0;
    font-size: 12px;
    text-transform: uppercase;
    background: #2386bd;
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    margin-left: 10px;
}
.addhcp-modal .modal-footer .btn-submit.btn-grey {
    background: #9e9e9e;
    color: #fefced;
}
.addhcp_head_wrap {
    text-align: right;
    margin: 10px 0;
    padding: 0 15px;
}
.addhcp_head_wrap .drop-page {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.addhcp_head_wrap .drop-page span {
    display: inline-block;
    font-size: 12px;
    color: #666;
}
.addhcp_head_wrap .checkbox-label {
    margin: 0;
}
.search-filter-wrap {
    border: 1px solid #ebe9d9;
    padding: 10px;
    background: #f5f3e6;
    margin-bottom: 15px;
}
.total-reg-wrap {
    padding: 0;
    margin-bottom: 15px;
}
.total-reg-wrap .desc {
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}
.total-reg-wrap .desc .value {
    display: inine-block;
    background: #00897b;
    padding: 2px 10px;
    border-radius: 50%;
    margin-left: 5px;
    color: #fff;
    font-size: 13px;
}
.ui-widget-daredevel-checkboxTree li {
    list-style-type: none;
    position: relative;
}
.ui-widget-daredevel-checkboxTree li span {
    cursor: default;
    position: absolute;
    top: 1px;
    left: -16px;
}
.ui-widget-content label {
    color: #333;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px;
}
.ui-widget-content .tree-check {
    display: inline-block;
    vertical-align: top;
}
.ui-widget-content .main-tree-list {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.legend-wrap-user {
    margin: 10px 0 0;
}
.legend-wrap {
    display: block;
}
.legend-wrap .legend {
    display: inline-block;
    font-size: 12px;
    margin-right: 15px;
}
.legend-wrap .legend .legend-text {
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    color: #666;
}
.legend-wrap .legend .legend-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: red;
    vertical-align: top;
    margin-right: 4px;
}
.legend-wrap .legend .legend-icon.lege-completed {
    background: #4caf50;
}
.legend-wrap .legend .legend-icon.lege-inprogress {
    background: #ff9800;
}
.legend-wrap .legend .legend-icon.lege-upcoming {
    background: #2196f3;
}
.legend-wrap .legend .legend-icon.lege-cancel {
    background: #ccc;
}
.legend-wrap .legend .legend-icon.lege-new-ques {
    background: #bbdefb;
}
.legend-wrap .legend .legend-icon.lege-inp-ques {
    background: #fedc78;
}
.legend-wrap .legend .legend-icon.lege-appr-ques {
    background: #8af1a5;
}
.legend-wrap .legend .legend-icon.lege-dec-ques {
    background: #b7b6b4;
}
.legend-wrap .legend .legend-icon.lege-publis-ques {
    background: #8bec6a;
}
.legend-wrap .legend .legend-icon.lege-action-accept-ques {
    background: #6dc829;
}
.legend-wrap .legend .legend-icon.lege-action-reject-ques {
    background: #f44336;
}
.calendar-main-wrap {
    display: block;
    border: 3px solid #ccc;
    margin: 10px auto 20px;
    padding: 5px;
    background: #fff;
}
.calendar-main-wrap #calendar {
    max-width: 100%;
    max-height: 100%}
.ui-dialog {
    padding: 0;
}
.ui-widget-header {
    background: #1565c0;
    color: #fff;
    font-size: 14px;
    border: 0;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
}
.login-main-wrap, .login-right-wrap {
    position: absolute;
    
    width: 100%}
.ui-dialog .ui-dialog-content {
    padding: 10px;
}
.dialog_start {
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #333;
    font-weight: 600;
}
.dialog_start span {
    color: #878887;
    font-weight: 400;
}
.ui-dialog-content .button-sec {
    display: block;
    padding: 0;
    margin: 20px 0 0;
}
.ui-dialog-content .button-sec .btn-edit, .ui-dialog-content .button-sec .btn-track {
    display: inline-block;
    color: #fff;
    padding: 4px 15px;
    margin-right: 1px;
    outline: 0;
    background: #00bfa5;
    font-size: 12px;
    border-radius: 4px;
}
.login-main-wrap {
    float: none;
    padding: 0;
    margin: 0;
    background: #f2f2f2;
}
.login-main-wrap .db-back-btn {
    background: url(/Content/WebcastHCPImages/icon_left_arrow.png) 4px center no-repeat #f68c1f;
    background-size: 12px;
    position: absolute;
    display: block;
    z-index: 10009;
    right: 10px;
    top: 10px;
    padding: 4px 10px 4px 18px;
    font-size: 11px;
    border: 0;
    border-radius: 3px;
    color: #fff;
}
.login-right-wrap {
    width:480px;   margin:0 auto; margin-top: 120px; 
    display: flex;
    justify-content: center;
    align-items: center;    
    background-size: cover;
    right: 0;
    left: 0;
    z-index: 1001;
}
.login-right-wrap .login-wrap {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    width: 480px;
}
.login-right-wrap .login-logo-wrap {
    text-align: left;
    padding: 15px;
    /*background: url(/Content/WebcastHCPImages/header_inner_bg.jpg) center center no-repeat #fff;*/
    background:#FFF;
    background-size: cover;
}
.login-right-wrap .login-logo-wrap img {
    width: 160px;
}
.login-wrap .login-form {
    border: 3px solid #255286;
    padding: 15px 20px;
    background: #255286;
}
.login-wrap .login-form .form-block {
    text-align: left;
    margin-bottom: 30px;
}
.login-wrap .login-form .form-block .label-field {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.login-wrap .login-form .form-block .text-field {
    border: 0;
    background: 0 0;
    border-bottom: 1px solid #c4caeb;
    width: 100%;
    outline: 0;
    color: #fff;
}
.login-wrap .login-form .button-wrap {
    text-align: left;
    margin-bottom: 0;
}
.login-wrap .login-form .form-block .login-btn {
    background: #c4caeb;
    padding: 8px 30px;
    border-radius: 4px;
    display: block;
    color: #255286;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}
.login-wrap .login-form .form-block .new-reg-wrap .forget-pwd, .login-wrap .login-form .form-block .new-reg-wrap .reg-btn {
    font-size: 13px;
    color: #fff;
}
.login-wrap .login-form .form-block .new-reg-wrap .reg-btn {
    float: right;
}
.login-wrap .login-form .form-block ::-webkit-input-placeholder {
    color: #fff;
    opacity: .4;
}
.login-wrap .login-form .form-block :-moz-placeholder {
    color: #fff;
    opacity: .4;
}
.login-wrap .login-form .form-block ::-moz-placeholder {
    color: #fff;
    opacity: .4;
}
.login-wrap .login-form .form-block :-ms-input-placeholder {
    color: #fff;
    opacity: .4;
}
.login-wrap .error-wrap {
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    color: #e83434;
    font-style: italic;
}
.dash-title {
    display: block;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    font-size: 45px;
    color: #666;
}
.filter-wrapper {
    padding: 0;
    margin-bottom: 15px;
}
.filter-wrapper .filter-wrapper-inner, .filter-wrapper .filter-wrapper-inner>div {
    padding: 1% 0 1% 1%}
.filter-section {
    padding: 0 15px;
    display: block;
}
.filter-section .filter-panel {
    margin: 0;
    padding: 0 10px;
}
.filter-section .filter-panel .filter-left-panel {
    padding-left: 0;
}
.filter-section .filter-panel .filter-right-panel {
    padding-right: 0;
}
.filter-section .filter-row {
    margin: 0 0 10px;
    padding: 0;
}
.filter-section .filter-row:last-child {
    margin: 0;
}
.filter-section .filter-row .filter-cols {
    padding-left: 0;
    margin-bottom: 0;
}
.filter-section .filter-row .filter-cols:first-child {
    margin-bottom: 5px;
}
.filter-section .filter-row .filter-cols.filter-cols-calendar {
    margin-bottom: 28px;
}
.filter-section .filter-row .filter-cols.filter-cols-2 {
    margin-top: 0;
}
.filter-section .filter-row .filter-cols .label-filter {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 1px;
    color: #505051;
    text-transform: uppercase;
}
.filter-section .filter-row .filter-cols .filter-token {
    width: 250px;
}
.filter-section .filter-row.filter-row-search {
    text-align: center;
    margin-top: 10px;
}
.filter-section .filter-row .filter-search {
    display: inline-block;
    font-size: 13px;
    background: #f68c1f;
    outline: 0;
    margin-top: 0;
    color: #fff;
    padding: 4px 15px;
    border-radius: 4px;
    margin-left: -36px;
}
.filter-section .filter-row .filter-cols .cal-trig {
    font-size: 13px;
    border: 2px solid #02456c;
    cursor: pointer;
    float: right;
    background: url(/Content/WebcastHCPImages/icon_down_arrow.png) right 5px center no-repeat #0b2532;
    background-size: 13px;
    padding: 7px 25px 7px 15px;
    border-radius: 4px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px;
    display: none;
}
.filter-section .filter-row .filter-cols .cal-trig.trig-act {
    background: url(/Content/WebcastHCPImages/icon_up_arrow.png) right 5px center no-repeat #0b2532;
    background-size: 13px;
}
.filter-section .filter-panel .trig-sec {
    text-align: right;
}
.filter-section .filter-panel .trig-sec .cal-trig {
    cursor: pointer;
}
.filter-section .filter-panel .filter-right-panel .calendar-wrap {
    height: 200px;
}
.search-section {
    background: #fff7d3;
    padding: 10px;
    margin-bottom: 10px;
}
.search-section .search-panel {
    margin: 0;
    padding: 0;
}
.search-section .search-panel .left-panel {
    padding-left: 0;
}
.search-section .search-panel .left-panel .result-text {
    font-size: 14px;
    color: #656666;
    font-weight: 600;
    display: inline-block;
    padding-top: 0;
}
.search-section .search-panel .left-panel .result-text span {
    color: #0b2532;
}
.search-section .search-panel .right-panel {
    padding-right: 0;
    text-align: right;
}
.search-section .search-panel .right-panel .search-group {
    width: 250px;
    float: right;
}
.search-section .search-panel .right-panel .search-group .form-control {
    outline: 0;
}
.search-section .search-panel .right-panel .search-group .btn-search {
    border: 0;
    padding: 16px 15px;
    background: url(/Content/WebcastHCPImages/icon_search.png) center center no-repeat #0b2532;
    background-size: 16px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    margin: 0;
}
.search-section .search-panel .right-panel .sort-panel .label-filter {
    font-size: 14px;
    color: #0b2532;
    font-weight: 400;
    display: inline-block;
    padding-top: 0;
    margin-right: 5px;
}
.search-section .search-panel .right-panel .sort-panel .sort-select {
    border: 1px solid #ccc;
    font-size: 12px;
    padding: 3px 2px;
    width: 150px;
}
.search-section .search-panel .mid-panel {
    text-align: center;
    padding-top: 0;
}
.search-section .search-panel .mid-panel .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 0;
    margin: 0;
}
.search-section .search-panel .mid-panel .pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
}
.search-section .search-panel .mid-panel .pagination li a {
    padding: 2px 3px;
    font-size: 12px;
    cursor: pointer;
    background: 0 0;
    border: 0 solid #0b2532;
    color: #8e8e8e;
    font-weight: 600;
    display: inline-block;
}
.search-section .search-panel .mid-panel .pagination li.active a {
    color: #333;
}
.event-section {
    background: #fff;
    padding: 20px 0;
    margin: 0;
    border-bottom: 3px solid #e6e7e6;
}
.event-section .event-row {
    margin: 0;
    padding: 0;
}
.event-section .event-row .event-left-col {
    padding-left: 0;
}
.event-section .event-row .event-left-col .venue-panel {
    margin-bottom: 10px;
    padding: 2px 5px 2px 25px;
    background: url(/Content/WebcastHCPImages/icon-calendar.png) left 4px no-repeat;
    background-size: 18px;
}
.event-section .event-row .event-left-col .venue-panel .event-time {
    font-size: 12px;
    display: block;
    color: #787676;
    font-weight: 600;
    font-style: normal;
}
.event-section .event-row .event-left-col .venue-panel .event-edit {
    display: inline-block;
    font-size: 12px;
    background: #00897b;
    outline: 0;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    margin: 5px 0 0;
}
.event-section .event-row .event-left-col .option-panel {
    display: block;
    padding: 0;
}
.event-section .event-row .event-left-col .option-panel .option-icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-monitor {
    background: url(/Content/WebcastHCPImages/event_webcast.png) center center no-repeat #fff;
    background-size: cover;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-wifi {
    background: url(/Content/WebcastHCPImages/event_broadcast.png) center center no-repeat #fff;
    background-size: cover;
}
.event-section .event-row .event-left-col .option-panel .option-icon.icon-mob {
    background: url(/Content/WebcastHCPImages/event_tele.png) center center no-repeat #fff;
    background-size: cover;
}
.event-section .event-row .event-mid-col {
    padding-left: 0;
}
.event-section .event-row .event-mid-col .event-title {
    padding: 0;
    margin: 0 0 5px;
    font-size: 20px;
    color: #072551;
}
.event-section .event-row .event-mid-col .event-detial-sec {
    padding: 0;
    margin: 0;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    color: #830065;
    font-weight: 600;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    list-style: disc!important;
    line-height: 17px;
    margin-left: 50px;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-desc {
    padding: 0;
    margin: 0 0 10px;
    display: block;
    font-size: 13px;
    line-height: 22px;
    color: #787676;
}
.event-section .event-row .event-mid-col .event-detial-sec .event-desc:last-child {
    margin-bottom: 0;
}
.event-section .event-row .event-right-col {
    padding: 0;
}
.event-section .event-row .event-right-col .action-wrap {
    text-align: right;
    padding: 0;
}
.event-section .event-row .event-right-col .action-wrap .action-link-wrap {
    display: block;
    margin: 0 2px 7px;
}
.event-section .event-row .event-right-col .action-wrap .action-link-wrap:last-child {
    margin-bottom: 0;
}
.event-section .event-row .event-right-col .action-wrap .action-link {
    position: relative;
    width: 80%;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #f68c1f;
    padding: 7px 10px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
}
.event-section .event-row .event-right-col .action-wrap .action-link.disable {
    opacity: .7;
    pointer-events: none;
}
.brand-remove-btn-deact, .launch_meeting_panel .qa_answer_panel .question-wrapper .button-field.answer-disable, .venue-table .remove-btn.remove-btn-deact {
    opacity: .4;
    pointer-events: none;
}
.event-section .event-row .event-right-col .action-wrap .action-link.registered:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 26px;
    background: url(/Content/WebcastHCPImages/icon_accept.png) center center no-repeat #d8d8d8;
    background-size: 15px;
    right: 0;
    top: 0;
}
.frame-wrapper {
    border: 2px solid #9ed4fd;
    position: relative;
    padding: 15px 10px 10px;
    margin-bottom: 25px;
}
.frame-wrapper .frame-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a96f5;
    position: absolute;
    background: #fff;
    top: -10px;
    left: 15px;
    padding: 0 10px;
}
.temp_textarea {
    height: 300px;
}
.brand-wrapper {
    padding: 0;
    margin-bottom: 10px;
}
.brand-wrapper .brand_panel {
    position: relative;
    padding: 10px!important;
    background: #f3efe0;
    border-radius: 5px;
    margin-bottom: 10px;
}
.brand-remove-btn {
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #adaa9e;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.calendar-search-wrap {
    background: #f5f3e6;
    padding: 10px 10px 15px;
}
.calendar-search-wrap .button-field.search-button {
    margin-top: 29px;
    margin-bottom: 0;
}
.top-filter-section {
    background: #eee;
    margin-bottom: 10px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all linear .2s;
}
.top-filter-section-act {
    visibility: visible;
    padding: 10px 10px 15px;
    max-height: 300px;
}
.top-filter-section .form-row {
    padding: 0;
    margin-bottom: 5px;
}
.top-filter-section .button-field {
    margin: 27px 25px 0 0;
}
.filter-result-wrap {
    background: #f2f2f2!important;
    margin-bottom: 5px;
    border-radius: 6px;
}
.filter-result-wrap .result-desc {
    font-size: 12px;
    color: #666;
    display: inline-block;
    margin-right: 10px;
}
.filter-result-wrap .paging-record {
    font-size: 11px;
    margin-right: 10px;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    display: inline-block;
    background: #ccc;
    border-radius: 3px;
    color: #333;
    position: relative;
    cursor: pointer;
}
.filter-result-wrap-1 .paging-record:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 8px;
    display: none;
    background: url(/Content/WebcastHCPImages/arrow_down.png) center -10px no-repeat;
    left: 50%;
    margin-left: -10px;
    bottom: -7px;
}
.filter-result-wrap-1 .paging-record.paging-record-act {
    background: #002d62;
    color: #fff;
}
.filter-result-wrap-1 .paging-record-act.paging-record:after {
    background: url(/Content/WebcastHCPImages/arrow_down_blue.png) center -10px no-repeat;
    display: block;
}
.filter-result-wrap-2 .paging-record.paging-record-act {
    background: #264972;
    color: #fff;
}
.filter-result-wrap .result-desc span {
    color: #333;
    font-weight: 600;
}
.presenter-fields {
    padding: 0;
    display: none;
}
.filter-result-wrap-1 {
    display: none;
}
.filter-result-wrap-2 {
    display: none;
    margin-top: 5px;
    margin-bottom: 15px;
}
.search-slide-panel {
    position: absolute;
    height: 100%;
    width: 300px;
    padding: 10px;
    top: 0;
    left: -300px;
    background: #eee;
    z-index: 100;
    transition: left .4s linear 0s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .5);
}
.search-slide-panel-act {
    left: 0;
}
.search-slide-panel .search-trig {
    position: absolute;
    height: 30px;
    width: 30px;
    top: 40px;
    right: -30px;
    background: url(/Content/WebcastHCPImages/icon_search.png) center center no-repeat #00897b;
    background-size: 16px;
    cursor: pointer;
}
.search-slide-panel .search-inner-panel {
    position: relative;
    max-height: 100%;
    overflow-y: auto;
}
.search-slide-panel .search-inner-panel .search-row {
    margin-bottom: 8px;
}
.search-slide-panel .search-inner-panel .form-label {
    padding-top: 0;
    margin-bottom: 2px;
}
.search-btn-row {
    margin-top: 0;
    text-align: center;
}
.search-link-button {
    float: right;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
    padding: 5px 15px 5px 25px;
    border: 0;
    border-radius: 4px;
    background: url(/Content/WebcastHCPImages/icon_search.png) 7px center no-repeat #f68c1f;
    background-size: 13px auto;
    cursor: pointer;
}
h1.page-title .add-button, h1.page-title .title-link, h1.page-title>span {
    margin-top: -4px;
}
.filter-items-wrap {
    background: #f2f2f2;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 5px 10px;
    display: none;
}
.filter-items-wrap .filter-item {
    background: #e5e3e3;
    font-size: 11px;
    display: inline-block;
    padding: 3px 15px 3px 5px;
    border-radius: 4px;
    position: relative;
    margin-right: 5px;
}
.filter-items-wrap .filter-item .filter-close {
    position: absolute;
    width: 12px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(/Content/WebcastHCPImages/icon-close.png) 1px center no-repeat;
    background-size: 6px;
    cursor: pointer;
}
.meeting-title {
    font-size: 13px;
    color: #b7c4f1;
    padding: 5px 0;
}
.launch_meeting_panel .launch_meeting_left_panel {
    padding-left: 0;
}
.launch_meeting_panel .launch_meeting_left_panel .media-container {
    position: relative;
    padding: 10px;
    background: #000;
    margin-bottom: 10px;
    height: 400px;
}
.launch_meeting_panel .launch_meeting_left_panel .media-container .vid-sec {
    height: 96%}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper {
    border: 2px solid #002d62;
    border-radius: 1px;
    margin-bottom: 20px;
    padding: 0;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .ques-title {
    background: #002d62;
    color: #fff;
    font-size: 15px;
    padding: 7px 10px;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper {
    padding: 10px;
    background: #fff;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper .textarea {
    width: 80%;
    padding: 10px;
    height: 70px;
    resize: none;
    margin-right: 15px;
    border: 1px solid #ccc;
}
.launch_meeting_panel .launch_meeting_left_panel .ques-wrapper .form-wrapper .submit-btn {
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: #013e7a;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper {
    padding: 0;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper .question-wrapper {
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: none;
    padding: 5px!important;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.launch_meeting_panel .launch_meeting_left_panel .qa_answer_panel .form-wrapper .question-wrapper:last-child {
    margin-bottom: 0;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-left {
    padding: 0;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-left .ques {
    font-size: 12px;
    padding: 3px 0 0;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .question-wrapper-right {
    text-align: center;
}
.launch_meeting_panel .qa_answer_panel .question-wrapper .button-field {
    display: inline-block;
    color: #fff;
    background: #f68c1f;
    padding: 2px 10px 4px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin: 0;
    text-align: center;
    outline: 0;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap, .launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li, .launch_meeting_panel .launch_meeting_right_panel .publish-button {
    margin-bottom: 10px;
}
.launch_meeting_panel .launch_meeting_right_panel {
    padding-right: 0;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc {
    font-size: 13px;
    padding-left: 21px;
    display: block;
    color: #4c4c4c;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc a {
    color: #696969;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-pills {
    background: url(/Content/WebcastHCPImages/icon-capsule-gray.png) left center no-repeat;
    background-size: 16px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-kit {
    background: url(/Content/WebcastHCPImages/icon-download-gray.png) left center no-repeat;
    background-size: 16px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-terms {
    background: url(/Content/WebcastHCPImages/icon-policy-gray.png) left center no-repeat;
    background-size: 16px;
}
.launch_meeting_panel .launch_meeting_right_panel .info-list-wrap .info-list li .info-desc.info-safety {
    background: url(/Content/WebcastHCPImages/icon-warning-gray.png) left 1px no-repeat;
    background-size: 16px;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap {
    position: relative;
    height: 400px;
    padding: 10px 0 10px 0px;
    overflow: auto;
    background: #fff;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap {
    padding-right: 5px;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-title {
    margin: 0 0 8px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    color: #2b2b2b;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc {
    margin: 0 0 10px;
    padding: 0;
    font-size: 12px;
    color: #333;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc strong {
    color: #4c4c4c;
    display: block;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box {
    background: #f5f5f5;
    padding: 10px 10px 5px;
    margin-bottom: 10px;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box .box-title {
    font-size: 12px;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .content-box .box-desc {
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
    color: #696969;
}
.launch_meeting_panel .launch_meeting_right_panel .safety-info-wrap .content-wrap .desc:last-child {
    margin-bottom: 0;
}
.tk-success {
    text-align: center;
    font-size: 22px;
    margin: 30px 0;
    color: #666;
}
.tk-button-content {
    margin: 0 0 25px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    color: #7b7b7b;
}
.tk-button-content .certi-link {
    display: inline-block;
    font-size: 13px;
    text-align: center;
    outline: 0;
    background: #156d6e;
    color: #fff;
    padding: 5px 15px;
    border: 0;
    border-radius: 3px;
    margin: 5px 1px 0 0;
}
.tk-button-content .button-field {
    display: inline-block;
    background: #00897b;
    color: #fff;
    padding: 2px 10px 3px;
    border-radius: 4px;
    font-size: 11px;
}
.certificate-wrapper {
    height: 580px;
    background: #f1f2f1;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px;
}
.certificate-wrapper img {
    width: 90%;
    height: 100%}
.venue-table .remove-btn {
    display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    cursor: pointer;
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
}
.manage_venue_link, .submit-button-redirect, .venue_available_check {
    display: none;
}
.schedule-container {
    padding: 0;
}
.schedule-container .schedule-wrapper {
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    background: #eee;
}
.schedule-container .schedule-wrapper .schedule_row {
    padding: 0;
}
.schedule-container .schedule-wrapper .schedule_row.frame-wrapper {
    padding: 10px;
}
.schedule-container .schedule-wrapper .remove-btn {
    height: 22px;
    width: 22px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #adaa9e;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
}
.wave-container {
    padding: 0;
}
.wave-wrapper {
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    border-radius: 4px;
}
.row_wave_resend, .schedule_edit, .wave-wrapper-init, .wave_edit {
    display: none;
}
.wave-wrapper .frame-wrapper {
    margin: 0 0 15px;
    background: #f9f9f9;
}
.wave-wrapper .frame-wrapper .frame-title {
    font-size: 15px;
    font-weight: 600;
    color: #1a96f5;
    position: absolute;
    background: #f9f9f9;
    top: -10px;
    left: 15px;
    padding: 0 10px;
}
.x-admin-table {
    margin-bottom: 0;
}
.x-admin-table tr td {
    padding: 5px;
    border: 1px solid #f2f2f2;
    position: relative;
    min-height: 30px;
    vertical-align: top;
}
.custom-modal .x-admin-table tr td {
    border: 1px solid #ccc;
}
.x-admin-table tr td .td-icon-wrap {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: auto;
}
.x-admin-table tr td .icon-edit, .x-admin-table tr td .icon-view {
    vertical-align: middle;
}
.user-table tr td .approve-icon {
    vertical-align: middle;
    opacity: 1;
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.user-table tr td .approve-icon.approve-icon-act {
    background: #6dc829;
}
.user-table tr td .approve-icon.approve-icon-deact {
    opacity: 1;
    background: #f44336;
}
.user-table tr.pop-icon-th td {
    height: 30px;
}
.user-table tr.tr-success td {
    background: #8af1a5;
}
.user-table tr.tr-inprogress td {
    background: #fedc78;
}
.user-table tr.tr-pending td {
    background: #b7b6b4;
}
.user-table tr.tr-published td {
    background: #fff;
}
.user-table tr td .city, .user-table tr td .name {
    display: block;
}
.user-table tr td .drag-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: move;
    background: url(/Content/WebcastHCPImages/icon_menu_black.jpg) center center no-repeat;
    background-size: 22px;
    opacity: .9;
}
.user-table tr.tr-new td {
    background: #bbdefb;
}
#editcomment-pop .modal-footer, #viewcomment-pop .modal-footer, .x-source-wrap {
    background: #f2f2f2;
}
.x-source-wrap {
    margin-bottom: 10px!important;
    padding: 4px 10px;
}
.x-source-wrap>div {
    padding-left: 0;
    padding-right: 15px;
}
.x-source-wrap>div:last-child {
    margin: 0;
}
.x-source-wrap>.meet-detail-wrap {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid #ccc;
}
.x-source-wrap .button-field {
    margin: 0 0 0 10px;
}
.pop-comment-wrap {
    max-height: 350px;
    overflow: auto;
}
.pop-comment-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.pop-comment-wrap .comment-title .name {
    font-size: 14px;
    color: #2196f3;
    font-weight: 600;
}
.pop-comment-wrap .comment-title .time {
    font-size: 12px;
    color: #428bca;
    font-style: italic;
}
.pop-comment-wrap .comment-desc {
    font-size: 12px;
    color: #666;
}
#editcomment-pop .modal-footer .form-row, #viewcomment-pop .modal-footer .form-row {
    margin-bottom: 0;
}
#editcomment-pop .modal-footer .textarea, #viewcomment-pop .modal-footer .textarea {
    height: 70px;
}
.grid-panel-wrap {
    padding: 0;
}
.grid-panel-wrap .panel-head-row {
    padding: 0;
    font-size: 13px;
    color: #666;
}
.grid-panel-wrap .meeting-panel-wrap .meeting-panel {
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
}
.grid-panel-wrap .panel-head-row .panel-head-col-1>div, .grid-panel-wrap .panel-head-row .panel-head-col-2>div, .grid-panel-wrap .panel-head-row .panel-head-col-3>div {
    padding: 5px;
    border: 1px solid #e9e6e6;
    border-right: 0;
    border-bottom: 0;
    color: #666;
    font-size: 12px;
}
.grid-panel-wrap .panel-head-row .panel-head-col-3>div:last-child {
    border-right: 1px solid #e9e6e6;
}
.grid-panel-wrap .panel:last-child .panel-head-row {
    border-bottom: 1px solid #e9e6e6;
}
.grid-panel-wrap .grid-panel-th .panel-head-row .panel-head-col-1>div, .grid-panel-wrap .grid-panel-th .panel-head-row .panel-head-col-2>div, .grid-panel-wrap .grid-panel-th .panel-head-row .panel-head-col-3>div {
    background: #4a6d97;
    color: #e6ebf1;
    border: 1px solid #dfecfc;
    border-right: 0;
    font-weight: 600;
}
.grid-panel-wrap .grid-panel-th .panel-head-row .panel-head-col-1>div:nth-child(1) {
    border-left: 0;
}
.grid-panel-wrap .grid-panel-th .panel-head-row {
    border: 0;
    border-left: 1px solid #4a6d97;
    border-right: 1px solid #4a6d97;
}
.grid-panel-wrap .panel-head-row .panel-head-col-1 {
    padding: 0;
}
.grid-panel-wrap .panel-head-row .panel-head-col-1 .panel-head-col-1-2 {
    text-align: center;
}
.grid-panel-wrap .panel-head-row .panel-head-col-2 {
    padding: 0;
    text-align: center;
}
.grid-panel-wrap .panel-head-row .panel-head-col-2 .approve-icon {
    width: 20px;
    height: 14px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_tick-gray.png) center center no-repeat;
    background-size: 16px auto;
    vertical-align: top;
    margin-top: 3px;
}
.grid-panel-wrap .panel-head-row .grid-data, .grid-panel-wrap .panel-head-row .question {
    max-width: 95%;
    text-overflow: ellipsis;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    white-space: nowrap;
}
.grid-panel-wrap .panel-head-row .panel-head-col-2 .approve-icon.approve-icon-act {
    background: url(/Content/WebcastHCPImages/icon_tick-g.png) center center no-repeat;
    background-size: 16px auto;
}
.grid-panel-wrap .panel-head-row .panel-head-col-2 .approve-icon.approve-icon-deact {
    background: url(/Content/WebcastHCPImages/icon_cancel_g.png) center center no-repeat;
    background-size: 13px auto;
}
.grid-panel-wrap .panel-head-row .panel-head-col-3 {
    padding: 0;
    text-align: center;
}
.grid-panel-wrap .panel-head-row .question {
    font-size: 13px;
    position: relative;
    padding-right: 25px;
}
.grid-panel-wrap .panel-head-row .td-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 0;
    vertical-align: top;
    position: absolute;
    top: 2px;
    right: 0;
}
.grid-panel-wrap .panel-head-row .td-icon.icon-edit {
    background: url(/Content/WebcastHCPImages/icon-edit.png) center center no-repeat;
    background-size: 17px;
}
.grid-panel-wrap .panel-head-row .td-icon.icon-view {
    background: url(/Content/WebcastHCPImages/icon-view.png) center center no-repeat;
    background-size: 19px;
}
.grid-panel-wrap .panel-head-row .td-icon.icon-delete, .grid-panel-wrap .panel-head-row .td-icon.icon-save {
    background: url(/Content/WebcastHCPImages/icon-delete.png) center center no-repeat;
    background-size: 16px;
}
.grid-panel-wrap .panel-head-row .td-icon.icon-remove {
    border-radius: 50%;
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #535b63;
    background-size: 12px;
}
.grid-panel-wrap .panel-success {
    background: #99f5b1;
}
.grid-panel-wrap .panel-pending {
    background: #c9c8c7;
}
.grid-panel-wrap .panel-inprogress {
    background: #fde08c;
}
.panel-head-view-info {
    display: none;
}
.moderator-wrapper .question-wrapper-left {
    padding: 0 15px 0 0;
}
.moderator-wrapper .question-wrapper-right {
    padding: 0;
    text-align: right;
}
.moderator-wrapper .question-wrapper-right .button-field {
    margin: 0;
}
.moderator-wrapper .question-wrapper-right .button-field.publish-disable {
    margin: 0;
    opacity: .4;
    pointer-events: none;
}
.ques-confirmed-wrap .question-list {
    background: #f9f9f9;
    padding: 10px 5px;
    border: 1px solid #e2e2e2;
    max-height: 420px;
    overflow: hidden;
}
.presenter_qa_list.ques-confirmed-wrap .question-list {
    max-height: none;
}
.ques-confirmed-wrap .title {
    background: #2171b0;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.ques-confirmed-wrap div.title {
    padding: 0;
}
.ques-confirmed-wrap .question-wrapper {
    padding: 5px 10px 8px!important;
    background: #fff;
    position: relative;
}
.ques-confirmed-wrap .publish-question-wrapper {
    padding: 5px 10px!important;
    margin: 0!important;
}
.ques-confirmed-wrap .question-wrapper .publish-button, .ques-confirmed-wrap .question-wrapper .select-button {
    display: inline-block;
    color: #fff;
    background: #f68c1f;
    padding: 3px 10px;
    font-size: 11px;
    border: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    outline: 0;
    position: absolute;
    bottom: 0;
}
.ques-confirmed-wrap .question-wrapper .select-button {
    border-top-right-radius: 5px;
    left: 0;
    width: 70px;
}
.ques-confirmed-wrap .question-wrapper .select-button.select-button-act {
    background: #00c853;
}
.ques-confirmed-wrap .question-wrapper .publish-button {
    border-top-left-radius: 5px;
    right: 0;
}
.ques-confirmed-wrap .question-wrapper .ques-check {
    display: inline-block;
    margin: 0 3px 0 0;
    vertical-align: middle;
}
.ques-confirmed-wrap .question-wrapper .ques {
    font-size: 13px;
}
.ques-confirmed-wrap .text-field-tiny {
    padding: 1px 3px;
    font-size: 12px;
}
.approval-status-wrap .approval-col {
    width: 34px;
    float: left;
    border: 1px solid #e3e3e3;
    margin-right: 1px;
}
.approval-status-wrap .approval-col .approval-title {
    font-size: 11px;
    padding: 5px 1px;
    font-weight: 600;
    text-align: center;
    background: #009688;
    color: #fff;
}
.approval-status-wrap .approval-col .approval-status {
    height: 26px;
    text-align: center;
}
.approval-status-wrap .approval-col .approve-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/Content/WebcastHCPImages/icon_tick-gray.png) center center no-repeat;
    background-size: 16px auto;
    margin-top: 3px;
    opacity: .4;
}
.approval-status-wrap .approval-col .approve-icon.approve-icon-act {
    background: url(/Content/WebcastHCPImages/icon_tick-g.png) center center no-repeat;
    background-size: 16px auto;
    opacity: 1;
}
.mod-legend-wrap {
    margin-bottom: 5px;
}
.mod-legend-wrap .mod-legend-list li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}
.moderator-wrapper .question-wrapper .ques {
    padding: 0 60px 0 0;
}
.x-admin-table tr td .answer-button {
    margin: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 0;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .4);
    outline: 0;
    background: url(/Content/WebcastHCPImages/icon_tick-w.png) center center no-repeat #6dc829;
    background-size: 13px;
}
.x-admin-table tr td .answer-button.disable {
    background: url(/Content/WebcastHCPImages/icon_tick-w.png) center center no-repeat #ccc;
    background-size: 13px;
}
.x-admin-table .tbody-disable tr.tr-published td {
    background: #b7b6b4;
}
.approval-table-web {
    display: block;
}
.approval-table-mob {
    display: none;
}
.approval-table-wrap {
    margin-top: 0;
    height: auto;
    max-height: none;
    margin-bottom: 10px;
}
.approval-table-wrap .mob-user-row {
    padding: 0;
}
.approval-table-wrap .mob-user-row .meeting_head {
    padding: 5px 10px;
}
.approval-table-wrap .mob-user-row .user-row-left {
    padding: 0;
}
.approval-table-wrap .mob-user-row .user-row-left .question {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    position: relative;
    padding-right: 42px;
}
.approval-table-wrap .mob-user-row .user-row-left .source {
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 11px;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-edit, .approval-table-wrap .mob-user-row .user-row-left .question .icon-view {
    display: inline-block;
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 0 3px;
    vertical-align: top;
    position: absolute;
    top: 0;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-edit {
    background: url(/Content/WebcastHCPImages/icon-edit.png) center center no-repeat;
    background-size: 18px;
    right: 20px;
}
.approval-table-wrap .mob-user-row .user-row-left .question .icon-view {
    background: url(/Content/WebcastHCPImages/icon-view.png) center center no-repeat;
    background-size: 18px;
    right: 0;
}
.approval-table-wrap .mob-user-row .user-row-right {
    padding: 0;
    height: 48px;
    text-align: center;
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col {
    width: 34px;
    float: none;
    display: inline-block;
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col .approval-title {
    padding: 4px 1px;
}
.approval-table-wrap .mob-user-row .approval-status-wrap .approval-col .approval-status {
    height: 24px;
    text-align: center;
    background: #fff;
}
.approval-table-wrap .panel-success {
    background: #8af1a5;
}
.approval-table-wrap .panel-pending {
    background: #b7b6b4;
}
.approval-table-wrap .panel-inprogress {
    background: #fedc78;
}
.approval-table-web .approve-btn {
    width: 75px;
    padding: 4px 5px;
}
.approval-table-mob .user-row-right .approve-btn {
    padding: 4px 15px;
    font-size: 12px;
    margin-top: 12px;
}
.button-field.approve-disable {
    opacity: .5;
}
.stack_holder_panel .panel-body .user-table tr th {
    font-size: 12px;
    padding: 5px;
}
.stack_holder_panel .panel-body .user-table tr td {
    padding: 5px;
    font-size: 12px;
}
.stack_holder_panel .panel-body .user-table tr td .approve-btn, .user-table tr td .approve-btn {
    margin: 2px;
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    border: 0;
    -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, .4);
    outline: 0;
    background: url(/Content/WebcastHCPImages/icon_cancel.png) center center no-repeat #f44336;
    background-size: 10px;
}
.user-table tr td .approve-btn.approve-btn-act {
    background: url(/Content/WebcastHCPImages/icon_tick-w.png) center center no-repeat #6dc829;
    background-size: 13px;
}
.stack_holder_panel .panel-body {
    padding: 5px;
}
.stack_holder_panel .question-wrapper .question-wrapper-left {
    padding-left: 0;
}
.stack_holder_panel .question-wrapper .question-wrapper-right {
    padding-right: 0;
    text-align: right;
}
.stack_holder_panel .question-wrapper .publish-button {
    padding: 4px 15px;
    font-size: 12px;
}
.sk_question_wrapper, .sk_question_wrapper .sk_right_wrapper {
    padding: 0;
}
.sk_question_wrapper .sk_left_wrapper {
    padding-left: 0;
}
.sk_question_wrapper .sk_mid_wrapper {
    padding: 170px 0 0;
    text-align: center;
    height: 430px;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn {
    display: inline-block;
    color: #fff;
    background: #f68c1f;
    font-size: 11px;
    border: 0;
    border-radius: 3px;
    margin: 0 0 10px;
    text-align: center;
    outline: 0;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn.confirm-left {
    padding: 5px 18px 5px 5px;
    background: url(/Content/WebcastHCPImages/icon_db_next.png) center right 3px no-repeat #009688;
    background-size: 11px;
}
.sk_question_wrapper .sk_mid_wrapper .confirm-btn.confirm-right {
    padding: 5px 4px 5px 17px;
    background: url(/Content/WebcastHCPImages/icon_db_prev.png) center left 3px no-repeat #009688;
    background-size: 11px;
}
.modal-desc {
    font-size: 15px;
    color: #666;
    line-height: 21px;
    margin-bottom: 10px;
}
.modal-desc .title {
    font-weight: 700;
    color: #2196f3;
    display: block;
}
.modal-desc:last-child {
    margin-bottom: 0;
}
.modal-desc .modal-link {
    font-style: italic;
    font-weight: 600;
    color: #4285f4;
}
.dashboard-row {
    margin-bottom: 20px;
}
.dashboard-row:last-child {
    margin-bottom: 0;
}
.dashboard-row .dashboard-cols {
    margin-bottom: 25px;
    overflow: hidden;
}
.dashboard-row .dashboard-cols.dashboard-cols-1 .dashboard-cols-inner {
    background: url(/Content/WebcastHCPImages/ban-4.jpg) center center no-repeat #8bc34a;
}
.dashboard-row .dashboard-cols.dashboard-cols-2 .dashboard-cols-inner {
    background: url(/Content/WebcastHCPImages/ban-1.jpg) center center no-repeat #ba68c8;
}
.dashboard-row .dashboard-cols.dashboard-cols-3 .dashboard-cols-inner {
    background: url(/Content/WebcastHCPImages/ban-3.jpg) center center no-repeat #ff9800;
}
.dashboard-row .dashboard-cols.dashboard-cols-4 .dashboard-cols-inner {
    background: url(/Content/WebcastHCPImages/ban-2.jpg) center center no-repeat #607d8b;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner {
    height: 280px;
    position: relative;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-inner-title {
    text-align: center;
    color: #fff;
    opacity: .5;
    font-size: 34px;
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -30px;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-desc-sec {
    position: absolute;
    width: 100%;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    bottom: 0;
    left: 0;
    text-align: center;
}
.compare-data-row .remove-btn, .exp-data-row .remove-btn {
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
}
.dashboard-row .dashboard-cols .dashboard-cols-inner .dash-desc-sec .dash-link {
    color: #fff;
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 50px;
}
.role-label {
    padding-left: 30px;
}
.compare-data-row {
    margin-bottom: 10px;
}
.compare-data-row .compare-drop {
    margin-right: 10px;
}
.compare-data-row .remove-btn {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    cursor: pointer;
    background-size: 12px;
    vertical-align: top;
    margin-top: 5px;
}
.user-table tr td .action-text {
    color: #4285f4;
    font-weight: 600;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}
.exp-data-row .remove-btn, .speciality-data-row .remove-btn {
    height: 22px;
    width: 22px;
    border-radius: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
}
.exp-data-wrap, .run-rules-btn, .run-rules-btn:hover {
    margin-bottom: 0;
}
.exp-data-row {
    margin-bottom: 10px;
}
.exp-data-row .exp-drop {
    margin-right: 10px;
}
.exp-data-row .remove-btn {
    background-size: 12px;
}
.exp-data-row .exp-remove-btn.remove-btn-deact {
    opacity: .4;
    pointer-events: none;
}
.speciality-label-row .form-label {
    display: inline-block;
}
.speciality-label-row .form-label:first-child {
    margin-right: 164px;
}
.speciality-data-wrap {
    margin-bottom: 0;
}
.speciality-data-row {
    margin-bottom: 10px;
}
.speciality-data-row .speciality-drop {
    margin-right: 10px;
}
.speciality-data-row .remove-btn {
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
}
.speciality-data-row .speciality-remove-btn.remove-btn-deact {
    opacity: .4;
    pointer-events: none;
}
.venue_pop_wrap {
    height: 470px;
}
.bulk_upload_venue, .manage_venue {
    display: none;
}
.or-text {
    color: #666;
    font-weight: 600;
    display: block;
    padding-top: 5px;
}
.customized_field_wrap, .group-size-row {
    display: none;
}
.ques-confirmed-wrap .li_helper {
    box-sizing: border-box;
    left: 20px;
    top: 0;
    position: absolute;
    display: none;
    width: 100px;
    cursor: pointer;
    background-color: #f1f1f1;
    border-radius: 4px;
    padding: 0;
}
.ques-confirmed-wrap ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}
.ques-confirmed-wrap ul.sorter li {
    cursor: pointer;
    margin: 0 0 10px;
    border: 1px solid #d1d1d1;
    padding: 0;
}
.ques-confirmed-wrap .qa_question_list ul.sorter li {
    cursor: default;
}
.ques-confirmed-wrap .qa_question_list ul.sorter li .question-wrapper .text-field {
    border: 0;
    padding: 1px 0;
    font-weight: 700;
}
.ques-confirmed-wrap ul.sorter li.empty {
    cursor: pointer;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
}
.platform_variable_wrap {
    padding: 0;
    background: #f2f2f2;
}
.platform_variable_wrap .platform_variable_row {
    padding: 0 10px 15px;
}
.platform_variable_wrap .platform_variable_row:first-child {
    padding: 5px 10px 0;
}
.platform_variable_wrap .platform_variable_row .form-label {
    margin-bottom: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column, .platform_variable_wrap .platform_variable_row .platform_variable_column>div {
    padding-left: 0;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .add-btn, .platform_variable_wrap .platform_variable_row .platform_variable_column .remove-btn {
    display: inline-block;
    float: left;
    height: 22px;
    width: 22px;
    border-radius: 22px;
    margin-right: 10px;
    margin-top: 4px;
    cursor: pointer;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .add-btn {
    background: url(/Content/WebcastHCPImages/icon-plus1.png) center 5px no-repeat #7b7b7b;
    background-size: 11px;
}
.platform_variable_wrap .platform_variable_row .platform_variable_column .remove-btn {
    background: url(/Content/WebcastHCPImages/icon-minus1.png) center center no-repeat #7b7b7b;
    background-size: 12px;
}
.dyn-select-field {
    display: none;
}
.notify-success {
    background: #74c054;
    clear: both;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #2fbd56;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
}
.bulk-upload-data-wrap .data-details {
    margin-bottom: 5px;
}
.bulk-upload-data-wrap .data-details .title {
    font-size: 13px;
    display: inline-block;
    width: 90px;
    font-weight: 600;
    color: #333;
}
.bulk-upload-data-wrap .data-details .value {
    display: inline-block;
    font-size: 13px;
    color: #666;
}
.bulk-upload-data-wrap .data-row {
    background: #f2f2f2;
    padding: 5px 10px;
}
.bulk-upload-data-wrap .data-row .data-cols {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.bulk-upload-data-wrap .data-row .data-cols .title {
    font-size: 13px;
    display: inline-block;
    font-weight: 600;
    color: #333;
}
.bulk-upload-data-wrap .data-row .data-cols .value {
    display: inline-block;
    font-size: 13px;
    background: #677ae3;
    padding: 2px 10px;
    border-radius: 3px;
    margin-left: 5px;
    color: #fff;
}
.personal-info-wrap, .personal-info-wrap .personal-info-inner {
    margin-bottom: 15px;
}
.personal-info-wrap .personal-info-row {
    margin-bottom: 15px;
    position: relative;
}
.address-head-panel, .address-head-panel .address-head-left {
    padding: 0;
}
.address-head-panel .address-head-right {
    text-align: right;
}
.address-head-panel .address-head-right .meeting_head {
    display: inline-block;
}
.address-head-panel .address-head-right .meeting_head .icon {
    float: none;
}
.address-head-panel .address-head-right .panel-head-btn {
    display: inline-block;
    color: #fff;
    background: #f68c1f;
    padding: 3px 15px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    margin: 0 10px 0 0;
    text-align: center;
    outline: 0;
}
.top-search-section {
    background: #f1f1f1;
    padding: 10px 15px;
}
.top-search-section .search-button {
    margin-top: 26px;
}
.addeventatc {
    z-index: 999998;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    background: #f68c1f;
    outline: 0;
}
.addeventatc .alarm_reminder, .addeventatc .all_day_event, .addeventatc .attendees, .addeventatc .calname, .addeventatc .date_format, .addeventatc .description, .addeventatc .end, .addeventatc .facebook_event, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .recurring, .addeventatc .start, .addeventatc .timezone, .addeventatc .title {
    display: none!important;
}
.addeventatc_dropdown {
    width: 210px;
    position: absolute;
    z-index: 99999;
    padding: 6px 0 0;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    margin-left: -1px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
}
.addeventatc_dropdown span {
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    color: #8e8e8e;
    padding: 9px 10px 9px 34px;
    cursor: pointer;
}
.addeventatc_dropdown span:hover {
    background: #f4f4f4;
    color: #000;
}
.addeventatc_dropdown em {
    color: #999!important;
    font-size: 12px!important;
}
.addeventatc_dropdown .frs {
    background: #fff;
    color: #cacaca!important;
    cursor: pointer;
    font-size: 9px!important;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: 110%!important;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    text-align: right;
    text-decoration: none;
    top: 5px;
    z-index: 101;
}
.addeventatc_dropdown .ateappleical, .addeventatc_dropdown .atefacebook, .addeventatc_dropdown .ategoogle, .addeventatc_dropdown .ateyahoo {
    background-position: 13px 50%;
    background-repeat: no-repeat;
}
.addeventatc_dropdown .frs:hover {
    color: #999!important;
}
.addeventatc_dropdown .ateappleical {
    background-image: url(https://addevent.com/gfx/dropdown-apple-t1.png);
}
.addeventatc_dropdown .ateoutlook, .addeventatc_dropdown .ateoutlookcom {
    background-image: url(https://addevent.com/gfx/dropdown-outlook-t1.png);
    background-position: 13px 50%;
    background-repeat: no-repeat;
}
.addeventatc_dropdown .ategoogle {
    background-image: url(https://addevent.com/gfx/dropdown-google-t1.png);
}
.addeventatc_dropdown .ateyahoo {
    background-image: url(https://addevent.com/gfx/dropdown-yahoo-t1.png);
}
.addeventatc_dropdown .atefacebook {
    background-image: url(https://addevent.com/gfx/dropdown-facebook-t1.png);
}
.addeventatc_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}
.addeventatc_dropdown .brx {
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 100;
    left: 10px;
    right: 10px;
    top: 9px;
}
.button_Loader {
    padding: 5px 15px 5px 30px!important;
    background: url(/Content/WebcastHCPImages/loader.gif) 10px center no-repeat #f68c1f!important;
    background-size: 15px!important;
}
.home-main-body {
    padding: 0;
    position: absolute;
    top: 58px;
    left: 0;
    height: 100%;
    height: calc(100% - 88px);
    background: url(/Content/WebcastHCPImages/hm_left_bg.jpg) left bottom no-repeat #92a891;
    background-size: cover;
}
.home-main-body .home-main-left {
    position: fixed;
    top: 58px;
    left: 0;
    height: calc(100% - 88px);
    padding: 15px;
}
.home-main-body .home-main-left .banner-content {
    margin-top: 0;
    height: 400px;
    padding: 0;
}
.home-main-body .home-main-left .banner-content .slider-content {
    text-align: center;
    height: 370px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-main-body .home-main-left .banner-content .slider-content .slider-desc {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 0;
}
.home-main-body .home-main-left .banner-content .slider-content .slider-desc.slider-desc-list {
    display: inline-table;
    text-align: left;
}
.home-main-body .home-main-left .banner-content .slider-content .slider-desc span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-left: 25px;
    padding-bottom: 3px;
    margin-bottom: 10px;
    background: url(/Content/WebcastHCPImages/icon_star.png) left center no-repeat;
    background-size: 13px;
    border-bottom: 1px solid #a8b6a7;
}
.home-main-body .home-main-right {
    float: right;
    min-height: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 0;
    position: relative;
    background: rgba(0, 0, 0, .2);
}
.dashboard-container .resource-block .icon-wrap, .ques_text {
    overflow: hidden;
}
.home-main-body .home-main-right .grid-cols {
    height: 191px;
    width: 50%;
    float: left;
    background: #030c17;
    position: relative;
    border: 1px solid #000;
}
.home-main-body .home-main-right .grid-cols .img-grid {
    display: block;
    height: 100%}
.home-main-body .home-main-right .grid-cols .img-grid .thumb-img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%;
    opacity: .4;
}
.home-main-body .home-main-right .grid-cols .img-grid .img-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.home-main-body .home-main-right .grid-cols .img-grid .img-effect .grid-title {
    position: absolute;
    width: auto;
    overflow: hidden;
    right: 0;
    font-size: 15px;
    color: #fff;
    text-align: right;
    padding: 10px 15px 10px 10px;
    bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.home-main-body .home-main-right .grid-cols .img-grid .img-effect .grid-title::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: rgba(255, 255, 255, .7);
}
.home-main-body .home-main-right .grid-cols .img-grid .img-effect:hover .grid-title::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.home-main-body .home-main-right .grid-row {
    display: block;
    transition: all linear .2s;
    margin-bottom: 5px;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding-bottom: 5px;
}
.home-main-body .home-main-right .grid-row:first-child {
    margin-top: 10px;
}
.home-main-body .home-main-right .grid-row .img-sec {
    width: 120px;
    height: 80px;
    display: inline-block;
    background: #0c9;
    vertical-align: middle;
    margin: 0 10px;
    border: 3px solid #fff;
    border: 3px solid rgba(255, 255, 255, .7);
}
.home-main-body .home-main-right .grid-row .img-sec .thumb-img {
    min-height: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 100%}
.home-main-body .home-main-right .grid-row .grid-title {
    display: inline-block;
    font-size: 15px;
    color: #c0d5dd;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    transition: all linear .2s;
}
.home-main-body .home-main-right .grid-row:hover .grid-title {
    color: #fff;
    letter-spacing: 3px;
}
.radio-meeting {
    margin-right: 5px!important;
    margin-left: 5px!important;
}
.ques_text {
    max-height: 115px;
    display: -webkit-box;
    display: box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 12px;
}
.surevy-textarea {
    width: 100%;
    resize: none;
    height: 63px;
    background: url(../images/line_bg.png) left top repeat-x #fff;
    line-height: 33px;
    border: none;
    font-size: 13px;
    outline: 0;
}
.hcp-resource-container>div {
    padding: 0 15px;
}
.dashboard-container .resource-block {
    padding: 0 0 27px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #e8e8e8;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    -moz-box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    box-shadow: 2px 2px 10px 2px rgba(173, 173, 173, .59);
    vertical-align: top;
}
.dashboard-container .resource-block .icon-wrap, .dashboard-container .resource-block .icon-wrap.icon-wrap-video {
    text-align: center;
    padding: 0;
    display: block;
    height: 120px;
    position: relative;
}
.dashboard-container .resource-block .icon-wrap img {
    max-width: 100%}
.dashboard-container .resource-block .default-icon-wrap {
    background: #fff;
    padding-top: 10px;
}
.dashboard-container .resource-block .default-icon-wrap img {
    display: inline-block;
    vertical-align: top;
}
.dashboard-container .resource-block .icon-wrap.icon-wrap-video img {
    width: 100%;
    height: 100%}
.dashboard-container .resource-block .icon-wrap .pdf-icon, .dashboard-container .resource-block .icon-wrap .ppt-icon, .dashboard-container .resource-block .icon-wrap .vid-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .2;
}
.dashboard-container .resource-block .icon-wrap .vid-icon {
    background: url(../images/icon-play.png) center center no-repeat #000;
}
.dashboard-container .resource-block .icon-wrap .ppt-icon {
    background: url(../images/icon-ppt.png) center center no-repeat #000;
    background-size: 72px;
}
.dashboard-container .resource-block .icon-wrap .pdf-icon {
    background: url(../images/icon-pdf.png) center center no-repeat #000;
    background-size: 72px;
}
.dashboard-container .resource-block .title-wrap-blue, .dashboard-container .resource-block .title-wrap-green, .dashboard-container .resource-block .title-wrap-red {
    display: block;
    padding: 5px 10px;
    background: #f2f2f2;
    font-size: 13px;
    height: 50px;
}
.dashboard-container .resource-block .title-wrap .title-link {
    color: #333;
}
.dashboard-container .resource-block .rating-wrap {
    display: block;
    padding: 5px 0;
    margin-bottom: 5px;
}
.dashboard-container .resource-block .rating-wrap .left-sec {
    height: 100%;
    border-right: 1px solid #e2e2e2;
    padding: 0;
}
.dashboard-container .resource-block .rating-wrap .right-sec {
    height: 100%;
    padding: 0;
}
.dashboard-container .resource-block .rating-wrap .rate-link {
    font-size: 13px;
    color: #4285f4;
    padding-left: 10px;
}
.dashboard-container .resource-block .rate-content, .dashboard-container .resource-block .rating-wrap .rate-star {
    padding: 0;
    margin: 0;
    text-align: center;
}
.dashboard-container .resource-block .rating-wrap .rate-cmt {
    font-size: 12px;
    color: #4285f4;
}
.dashboard-container .resource-block .rating-wrap .star {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.dashboard-container .resource-block .rating-wrap .star.full-star {
    background: url(../images/rating-star.png) -9px center no-repeat;
}
.dashboard-container .resource-block .rating-wrap .star.half-star {
    background: url(../images/rating-star.png) -141px center no-repeat;
}
.dashboard-container .resource-block .rating-wrap .star.no-star {
    background: url(../images/rating-star.png) -75px center no-repeat;
}
.dashboard-container .resource-block .rate-content span {
    font-size: 13px;
    padding: 0 2px;
    color: #147cc2;
}
.dashboard-container .resource-block .rate-content span:first-child {
    border-right: 1px solid #b5b5b5;
    padding-right: 6px;
}
.dashboard-container .resource-block .viewed-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 23px;
}
.dashboard-container .resource-block .viewed-wrap span {
    font-size: 13px;
    color: #fff;
    background: #00c853;
    display: inline-block;
    padding: 2px 10px;
    height: 100%;
    border-radius: 3px;
}
.dashboard-container .resource-block .res-dwn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url(../images/icon_download1.png) center center no-repeat #448aff;
    background-size: 14px auto;
    left: 10px;
    bottom: 3px;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(175, 175, 175, .9);
    -moz-box-shadow: 2px 2px 5px 1px rgba(175, 175, 175, .9);
    box-shadow: 2px 2px 5px 1px rgba(175, 175, 175, .9);
}
.dashboard-container .resource-block .viewed-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: url(../images/eye.png) center center no-repeat #00c853;
    background-size: 20px auto;
    left: 45px;
    bottom: 3px;
}
.dashboard-container .resource-block .value-wrap {
    position: absolute;
    right: 0;
    top: 0;
    background: #f3f3f3;
    text-align: center;
    font-size: 13px;
    padding: 5px 10px;
    color: #702792;
    border-bottom-left-radius: 15px;
    z-index: 100;
    -webkit-box-shadow: 0 2px 5px 1px rgba(175, 175, 175, .9);
    -moz-box-shadow: 0 2px 5px 1px rgba(175, 175, 175, .9);
    box-shadow: -2px -1px 5px 1px rgba(175, 175, 175, .9);
}
.dashboard-container .resource-block .value-wrap .val_1, .dashboard-container .resource-block .value-wrap .val_2 {
    text-align: center;
    color: #333;
    font-size: 11px;
    margin: 0 0 0 5px;
    padding: 0;
    line-height: 15px;
}
.resource-block .detail-left .content, .resource-block .detail-right .content {
    margin-bottom: 10px;
    margin-top: 5px;
}
.resource-block .detail-bottom {
    margin-top: 10px;
    border-top: 1px solid;
}
.resource-block .detail-bottom .content {
    margin-top: 15px;
}
.dashboard-container .resource-block .button-field {
    width: 80%}
#event-detail {
    padding: 0;
}
#event-detail .temp_content_wrap .event-detail-right {
    padding: 0 20px;
}
#event-detail .page-title {
    color: #00507a;
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 0;
    line-height: 19px;
}
#event-detail .event_detail_banner .banner_title {
    background: #830065;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    line-height: 30px;
    border-bottom: 3px solid #fff;
}
#event-detail .event_detail_banner .banner-content-wrap .banner-content-sec {
    padding: 15px 0 0 20px;
    width: 420px;
    text-align: center;
    position: absolute;
    bottom: 0;
}
#event-detail .event_detail_banner .banner-content-wrap .banner-content-sec .logo {
    margin-bottom: 63px;
}
#event-detail .event_detail_banner .banner-content-wrap .banner-content-sec h4.event-subtitle {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
#event-detail .event_detail_banner .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 7px 5px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    width: 120px;
    margin-right: 10px;
}
#event-detail .temp_content_wrap .instruction-wrap .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
#event-detail .temp_content_wrap .instruction-wrap .desc-wrap .event-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    list-style: disc!important;
}

#event-detail .temp_content_wrap .instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 12px;
    padding: 5px 8px;
    background: #284b8b;
    color: #fff;
    text-align: center;
}
#event-detail .temp_content_wrap .instruction-wrap .desc-wrap .event-desc {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 15px;
    color: #333;
}
#event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
#event-detail .reg-speaker-wrap {
    padding: 0;
    margin-top: 40px;
}
#event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .view-bio1 {
    font-size: 15px;
    display: inline-block;
    background: url(/images/bio_icon1.png) left center no-repeat;
    background-size: 30px;
    color: #666;
    padding: 2px 0 2px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    top: 0;
    text-transform: uppercase;
}
#event-detail .left-panel {
    width: 70%;
    float: left;
    font-size: 15px;
    color: #333;
}
#event-detail .left-panel .name1 {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 700;
}
#event-detail .left-panel .desi, #event-detail .left-panel .place, #event-detail .left-panel .subcontent, #event-detail event-detail-container .event-detail-right .reg-speaker-wrap .desi, #event-detail event-detail-container .event-detail-right .reg-speaker-wrap .place {
    font-size: 15px;
    color: #333;
    display: block;
}
#event-detail .temp_content_wrap .resource-details {
    background: #f3e6ee;
    border-radius: 6px;
    padding: 20px 50px;
    margin: 30px;
}
#event-detail .temp_content_wrap .resource-details .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
#event-detail .temp_content_wrap .resource-details .resource-list .res-item {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 10px 5px 35px;
    font-weight: 500;
}
.indication_wrapper_stat {
    margin-bottom: 20px;
}
#event-detail .indication_wrapper .desc-wrap .para-title {
    margin-bottom: 10px;
}
#event-detail .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 7px 5px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    min-width: 120px;
    margin-right: 5px;
    white-space: nowrap;
    margin-bottom: 7px;
    cursor: pointer!important;
}
#event-detail .event_detail_banner {
    padding: 0;
    margin-bottom: 0;
}
#event-detail .action-wrap {
    margin-bottom: 15px;
}
#event-detail .temp_content_wrap {
    padding: 0;
    margin-bottom: 20px;
}
#event-detail .indication-desc-wrap {
    padding: 0;
}
#event-detail .indication_wrapper .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 700;
}
#event-detail .event-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    list-style: disc!important;
}
#event-detail .desc-wrap .event-list {
    margin: 0 0 0 20px;
    padding: 0;
}
#event-detail .instruction-wrap {
    padding: 0;
}
.conciege_container .concierge-sec h2.con-event-title {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
    line-height: 23px;
}
.conciege_container .concierge-sec h4.con-event-date {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #013c72;
    line-height: 33px;
}
.conciege_container .concierge-sec .countdown-time .cd-val {
    margin: 0;
    padding: 25px 0 0;
    display: inline-block;
    color: #666;
    font-size: 60px!important;
    line-height: 0;
    font-weight: 600;
}
.conciege_container .concierge-sec .resource-details .res-sec .title {
    display: block;
    color: #333!important;
    font-weight: 700;
    font-size: 19px!important;
    margin-bottom: 5px;
}
.conciege_container .concierge-sec .resource-details .res-sec .subtitle {
    display: block;
    color: #333!important;
    font-size: 16px!important;
    margin-bottom: 15px!important;
}
.conciege_container .concierge-sec .resource-details .res-sec .res-item {
    font-size: 16px!important;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 10px 5px 35px;
    font-weight: 500;
}
.res-item.res-item-wifi1 {
    background: url(/images/res_connection1.png) left 1px no-repeat;
    background-size: 28px;
}
.res-item.res-item-download1 {
    background: url(/images/res_download1.png) left 1px no-repeat;
    background-size: 28px;
}
#event-detail .temp_content_wrap .resource-details .resource-list .res-item.res-item-wifi {
    background: url(/images/res_connection1.png) left 1px no-repeat;
    background-size: 28px;
}
#event-detail .temp_content_wrap .resource-details .resource-list .res-item.res-item-download {
    background: url(/images/res_download1.png) left 1px no-repeat;
    background-size: 28px;
}
#event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-detail-wrap {
    margin-bottom: 30px;
    width: 100%}
#event-detail .temp_content_wrap .instruction-wrap .table-wrap .event-table tr td {
    border: none;
    font-size: 12px;
    padding: 5px 10px;
}
#event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-detail-wrap .view-bio {
    font-size: 14px;
    display: inline-block;
    background: url(/images/bio_icon1.png) left center no-repeat;
    background-size: 27px;
    color: #666;
    padding: 2px 0 2px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    top: 0;
    text-transform: uppercase;
}
#event-detail .reg_link {
    color: #f79c38;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    background: 0 0;
}
#event-detail .option-panel .title {
    color: #4f758b;
    font-size: 18px;
    margin-bottom: 10px;
}
.conciege_desc_wrapwrap {
    margin-bottom: 20px;
}
.conciege_desc_wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
.conciege_desc_wrap .event-list {
    margin: 0 0 0 10px;
    padding: 0;
}
.conciege_desc_wrap .event-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    list-style: disc!important;
}
.conciege_desc_wrap.instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 16px!important;
    padding: 5px 10px;
    background: #4f758b!important;
    color: #fff;
    text-align: center;
}
.conciege_desc_wrap.instruction-wrap .table-wrap .event-table tr td {
    border: none;
    font-size: 16px!important;
    padding: 5px 10px;
}
.conciege-reg-speaker-wrap .title1 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
.conciege-reg-speaker-wrap .img-sec {
    width: 185px;
    height: 152px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.conciege-reg-speaker-wrap .view-bio2 {
    font-size: 14px;
    display: inline-block;
    background: url(/images/bio_icon1.png) left center no-repeat;
    background-size: 27px;
    color: #666;
    padding: 2px 0 2px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    top: 0;
    text-transform: uppercase;
}
.name2, .name3, .speaker-info1 .subcontent {
    font-size: 16px;
    color: #333;
    display: block;
}
.div_view {
    float: left;
    position: absolute;
    margin-left: 200px;
    margin-top: 120px;
}
.name2 {
    font-weight: 700;
}
.conciege_desc_wrap {
    margin-bottom: 15px;
}
.speaker-info1 {
    margin: 10px 15px 15px;
}
.speaker-info1 .subcontent {
    line-height: 19px;
}
#conciege_container .indication_wrapper.indication_wrapper_stat .indication-title {
    border-top: 1px solid #830065!important;
    border-bottom: 1px solid #830065!important;
    padding: 8px 20px 8px 15px!important;
    margin-bottom: 0!important;
    color: #830065;
    font-weight: 700;
}
#event-detail .indication_wrapper_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    height: 38px;
    visibility: visible;
    opacity: 1;
    transition: all linear .3s;
}
#event-detail .indication_wrapper_fixed.indication_wrapper_fixed_act {
    visibility: hidden;
    opacity: 0;
}
#event-detail .indi_wrapper_fixed_heig_act {
    height: calc(100% - 170px);
}
#event-detail .indication_wrapper_fixed .indi-trig {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/Images/down-icon.png) center center no-repeat;
    background-size: 20px;
    float: right;
    cursor: pointer;
    transition: all linear .3s;
}
#event-detail .indication_wrapper_fixed .indi-trig.indi-trig-act {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
}
#event-detail .indication_wrapper_fixed .container {
    padding: 10px 30px;
    height: 100%;
    overflow: auto;
}
#event-detail .indication_wrapper_fixed .indication-desc-wrap {
    overflow: auto;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
}
#event-detail .indication_wrapper_fixed .indication-title-wrap {
    border-top-width: 0;
    border-bottom-width: 0;
    margin-bottom: 0;
}
#event-detail .indication_wrapper .desc-wrap {
    margin-bottom: 20px;
}
#event-detail .indication_wrapper .desc-wrap:last-child {
    margin-bottom: 0;
}
#event-detail .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 18px;
    color: #333;
}
#event-detail .indication_wrapper .desc-wrap .para-title {
    display: block;
    color: #333;
    font-weight: 800;
}
#event-detail .indication_wrapper .pres-desc-wrap {
    padding: 10px 0;
    display: block;
}
#event-detail .indication_wrapper .pres-desc-wrap p {
    display: inline-block;
    margin-top: 40px;
}
#event-detail .indication_wrapper .pres-desc-wrap p .link {
    color: #333;
    text-decoration: underline;
}
#event-detail .indication_wrapper .pres-desc-wrap img {
    float: right;
    display: inline-block;
}
#event-detail .indication_wrapper .desc-wrap .copy-text {
    display: block;
    color: #b7b7b7;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 50px;
}
#event-detail .indication_wrapper {
    padding: 0;
}
#event-detail .indication_wrapper .indication-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 8px 10px;
    font-weight: 600;
    color: #830065;
    border-top: 1px solid #830065;
    border-bottom: 1px solid #830065;
}
#event-detail .indication_wrapper.indication_wrapper_stat .indication-title {
    border-top: 2px solid #830065;
    border-bottom: 2px solid #830065;
    padding: 8px 10px 8px 0;
    margin-bottom: 20px;
    color: #830065;
    font-weight: 700;
    font-size: 18px;
}
.temp_4 .event_detail_banner {
    padding: 0;
    margin-bottom: 20px;
}
.temp_4 .event_detail_banner .banner_title {
    background: #243746;
    color: #ffcd00;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
}
.temp_4 .event_detail_banner .banner-content-wrap {
    height: 100%;
    background: url(/images/event-details-banner-bg1.jpg) right bottom no-repeat;
    background-size: contain;
    margin-bottom: 15px;
    min-height: 301px;
}
.temp_4 .event_detail_banner .banner-content-sec {
    width: 540px;
    padding: 40px 0 0 20px;
}
.temp_4 .event_detail_banner .banner-content-sec .event-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 32px;
}
.temp_4 .event_detail_banner .banner-content-sec .event-subtitle {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.temp_4 .event_detail_banner .banner-content-sec .reg_link {
    display: inline-block;
    background: #4a858e;
    color: #fff;
    font-size: 20px;
    padding: 7px 20px;
    border-radius: 7px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
}
.temp_4 .event_detail_banner .banner-content-sec .event_text {
    display: block;
    color: #fff;
    font-size: 14px;
}
.temp_4 .event_detail_banner .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #243746;
    padding: 7px 5px;
    font-size: 12px;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    width: 120px;
    margin-right: 10px;
}
.temp_4 .temp_content_wrap {
    padding: 0;
    margin-bottom: 30px;
}
.temp_4 .temp_content_wrap .event-detail-left .date-time-wrap {
    padding: 0;
    margin: 0 0 20px;
}
.temp_4 .temp_content_wrap .event-detail-left .date-time-wrap .date-time-sec {
    padding: 0;
    margin: 0;
}
.temp_4 .temp_content_wrap .event-detail-left .date-time-wrap .date-time-sec .event-time {
    font-size: 14px;
    display: block;
    color: #9b172e;
    font-weight: 600;
}
.temp_4 .temp_content_wrap .event-detail-left .option-panel {
    display: block;
    padding: 0;
    font-size: 0;
    text-align: right;
}
.temp_4 .temp_content_wrap .instruction-wrap {
    padding: 0;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap {
    margin-bottom: 20px;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap:last-child {
    margin-bottom: 0;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #9b172e;
    font-weight: 600;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-desc {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #8f9191;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-desc small {
    font-variant: small-caps;
    font-size: 12px;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-list {
    margin: 0 0 5px 20px;
    padding: 0;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-list li {
    font-size: 13px;
    color: #8f9191;
    margin-bottom: 10px;
    list-style: disc!important;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-link {
    color: #0180cb;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-note {
    font-style: italic;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .para-title {
    display: block;
    color: #333;
    font-weight: 600;
}
.temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-note.text-red, .temp_4 .temp_content_wrap .instruction-wrap .desc-wrap .event-note.text-red .para-title {
    color: red;
}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap {
    margin: 10px 0;
}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap .event-table {
    width: 100%}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 14px;
    padding: 5px 10px;
    background: #9b172e;
    color: #fff;
    text-align: center;
}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap .event-table tr td {
    border: none;
    font-size: 14px;
    padding: 5px 10px;
}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap .event-table tr td span {
    display: block;
}
.temp_4 .temp_content_wrap .instruction-wrap .table-wrap .table-title {
    font-weight: 600;
    margin-bottom: 10px;
}
.temp_4 .temp_content_wrap .instruction-wrap .disclaimer-wrap {
    background: #f2f2f2;
    padding: 15px;
    border-radius: 5px;
}
.instruction-wrap-web {
    display: block;
}
.instruction-wrap-mob {
    display: none;
}
.temp_4 .temp_content_wrap .event-detail-right {
    padding: 0 15px;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap {
    padding: 0 20px;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .left-panel {
    float: left;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #9b172e;
    font-weight: 600;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-detail-wrap {
    margin-bottom: 30px;
    width: 100%}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-details {
    padding: 0;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .desi, .temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .name, .temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .place {
    display: block;
    font-size: 13px;
    color: #666;
}

.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .view-bio {
    font-size: 14px;
    display: inline-block;
    background: url(/images/bio_icon.png) left center no-repeat;
    background-size: 27px;
    color: #666;
    padding: 2px 0 2px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    top: 0;
    text-transform: uppercase;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .img-sec {
    width: 60px;
    height: 80px;
    display: inline-block;
    background: #f0f;
    float: left;
    margin-right: 10px;
}
.temp_4 .temp_content_wrap .event-detail-right .reg-speaker-wrap .img-sec img {
    max-height: 100%;
    max-width: 100%}
.temp_4 .temp_content_wrap .event-detail-right .resource-details {
    background: #f4e8ec;
    border-radius: 6px;
    padding: 20px 50px;
}
.temp_4 .temp_content_wrap .event-detail-right .resource-list .res-item {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 10px 5px 35px;
    font-weight: 500;
}
.temp_4 .temp_content_wrap .event-detail-right .resource-list .res-item.res-item-wifi {
    background: url(/images/res_connection.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_4 .temp_content_wrap .event-detail-right .resource-list .res-item.res-item-download {
    background: url(/images/res_download.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_4 .indication_wrapper {
    padding: 0;
}
.temp_4 .indication_wrapper .indication-title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 700;
    color: #830065;
}
.temp_4 .indication_wrapper.indication_wrapper_stat .indication-title {
    border-top: 2px solid #830065;
    border-bottom: 2px solid #830065;
    padding: 8px 10px 8px 60px;
    margin-bottom: 20px;
    color: #830065;
    font-weight: 700;
    font-size: 18px;
}
.temp_4 .indication_wrapper_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    height: 38px;
    visibility: visible;
    opacity: 1;
    transition: all linear .3s;
    z-index: 1000001;
}
.temp_4 .indication_wrapper_fixed.indication_wrapper_fixed_act {
    visibility: hidden;
    opacity: 0;
}
.temp_4 .indi_wrapper_fixed_heig_act {
    height: calc(100% - 120px);
}
.temp_4 .indication_wrapper_fixed .indi-trig.indi-trig-act {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
}
.temp_4 .indication-desc-wrap {
    padding: 0 60px;
}
.temp_4 .indication_wrapper_fixed .container {
    padding: 10px 30px;
    height: 100%;
    overflow: auto;
}
.temp_4 .indication_wrapper_fixed .indication-desc-wrap {
    overflow: auto;
    padding: 0 15px 0 0;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
}
.temp_4 .indication_wrapper .desc-wrap {
    margin-bottom: 20px;
}
.temp_4 .indication_wrapper .desc-wrap:last-child {
    margin-bottom: 0;
}
.temp_4 .indication_wrapper .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 700;
}
.temp_4 .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #333;
}
.temp_4 .indication_wrapper .desc-wrap .para-title {
    display: block;
    color: #333;
    font-weight: 600;
    margin-bottom: 10px;
}
.temp_4 .indication_wrapper .pres-desc-wrap {
    padding: 10px 0;
    display: block;
}
.temp_4 .indication_wrapper .pres-desc-wrap p {
    display: inline-block;
    margin: 20px 0 40px;
    font-size: 16px;
    font-weight: 700;
}
.temp_4 .event-list {
    margin: 0 0 0 20px;
    padding: 0;
}
.temp_4 .event-list li, .temp_4.event-list li {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    list-style: disc!important;
}
.temp_4 .indication_wrapper .pres-desc-wrap p .link {
    color: #333;
    text-decoration: underline;
}
.temp_4 .indication_wrapper .pres-desc-wrap img {
    float: right;
    display: inline-block;
}
.temp_4 .indication_wrapper .desc-wrap .copy-text {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 50px;
}
.temp_4 .concierge-sec .con-event-title {
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #333;
}
.temp_4 .concierge-sec .con-event-date {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #003a74;
}
.speaker-detail-wrap1 {
    margin-bottom: 15px;
}
.temp_4 .concierge-sec .manage-btn-row {
    margin-bottom: 30px;
}
.temp_4 .concierge-sec .resource-details {
    margin-bottom: 50px;
}
.temp_4 .concierge-sec .resource-details .res-sec {
    margin-bottom: 20px;
}
.temp_4 .concierge-sec .resource-details .res-sec .title {
    display: block;
    color: #656565;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.temp_4 .concierge-sec .resource-details .res-sec .subtitle {
    display: block;
    color: #656565;
    font-size: 14px;
    margin-bottom: 10px;
}
.temp_4 .concierge-sec .resource-details .res-sec .res-item {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 10px 5px 35px;
    font-weight: 500;
}
.temp_4 .concierge-sec .resource-details .res-sec .res-item.res-item-wifi {
    background: url(/images/res_connection.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_4 .concierge-sec .resource-details .res-sec .res-item.res-item-download {
    background: url(/images/res_download.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_4 .concierge-sec .countdown-wrap {
    padding: 10px 0;
    border-radius: 5px;
    margin-bottom: 30px;
}
.temp_4 .concierge-sec .countdown-time {
    display: inline-block;
    color: #656565;
    text-align: center;
    margin: 0 25px 0 0;
}
.temp_4 .concierge-sec .countdown-time .cd-val {
    margin: 0;
    padding: 25px 0 0;
    display: inline-block;
    color: #656565;
    font-size: 42px;
    line-height: 0;
    font-weight: 600;
}
.temp_4 .concierge-sec .countdown-time .cd-text {
    display: block;
    font-size: 14px;
    color: #656565;
    margin-top: 5px;
    padding: 0;
}
.temp_4 .concierge-sec .countdown-wrap .countdown-title {
    margin: 0 0 10px;
    padding: 0;
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 600;
}
.temp_4 .concierge-sec .con-button-content {
    color: #666;
}
.temp_4 .concierge-sec .con-button-content .button-field {
    margin-top: 5px;
}
.conceirge_temp_2 .manage-btn-row {
    margin: 50px 0 30px;
}
.conceirge_temp_2 .manage-btn-row .parti-count {
    font-size: 18px;
    font-weight: 600;
    color: #666;
}
#event-detail .eventdetail_container {
    padding: 0 0 15px;
}
#event-detail .eventdetail_container_top {
    padding: 25px 50px;
}
.temp_4-modal .modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom-width: 0;
}
.temp_4-modal .modal-body {
    position: relative;
    padding: 15px 30px;
}
.temp_4-modal .modal-header .header-title {
    font-size: 20px;
    font-weight: 700;
    color: #014f79;
}
.temp_4-modal .modal-content .share-head {
    padding: 0;
    margin: 0;
    margin-bottom: 20px!important;
    font-size: 14px!important;
    color: #666!important;
    /*font-weight: 600!important;*/
}
.temp_4-modal .share-row .share-title {
    margin: 0 0 5px;
    font-size: 14px!important;
    font-weight: 600;
    padding: 5px 0!important;
    background: 0 0!important;
    border-radius: 0!important;
}
.temp_4-modal .form-label {
    font-weight: 400;
    font-size: 14px!important;
    color: #7b7b7b;
    display: block;
    padding-top: 5px;
}
.temp_4-modal .modal-footer {
    padding: 0 20px 20px;
    margin-top: 0;
    text-align: right;
    border-top-width: 0!important;
}
.marginright-20 {
    margin-right: 25px!important;
}
.temp_4-modal .modal-header .close {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 10;
}
.temp_5 .action-wrap .action-link, .temp_5 .action-wrap .action-link-wrap {
    text-align: center;
    outline: 0;
    min-width: 120px;
    white-space: nowrap;
    cursor: pointer!important;
}
.temp_4-modal .modal-header .close1 {
    margin-top: -20px;
    background: url(/images/close-icon.png) center center no-repeat;
    width: 31px;
    height: 31px;
    position: absolute;
    right: -12px;
}
.main-body-section .body-inner.temp_5 .page-title {
    font-size: 18px;
    color: #272a2e;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    margin-bottom: 0;
    text-transform: none;
    border-bottom: 1px solid #ccc;
}
@media(max-width:480px) {
    #conciege_container_wrap .conciege_container {
    padding: 10px;
}
.padding20-118 {
    padding: 10px 15px !important;
}
.MB .ques-list li {
   /*width:68px !important;*/
   width:54px !important;
    float: left;
}

.container .MB{
    padding: 10px 15px !important;
}
.MB #ques74 .ques-list li {
    width: 9.2% !important;
}
.MB .question_block .q_noblock {
        width: 6% !important;
    float: left;
    display: inline-block;
}
.conciege-reg-speaker-wrap .img-sec {
    height: 152px;
    display: inline-block;
    margin-right: 10px;
    width: 60%}
.div_view {
    text-align: center;
    margin-left: 0;
}
#event-detail .indication-desc-wrap, .temp_4 .indication-desc-wrap, .temp_4 .temp_content_wrap .event-detail-right {
    padding: 0 10px;
}
#event-detail .eventdetail_container_top {
    padding: 15px;
    text-align: center;
}
#event-detail .eventdetail_container {
    padding: 15px;
}
.temp_4 {
    font-size: 70%!important;
}
#event-detail .temp_content_wrap .resource-details {
    background: #f3e6ee;
    border-radius: 6px;
    padding: 10px 15px;
    margin: 10px;
}
#event-detail .left-panel {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
}#tblonlinesession .desc-wrap, #tblonlinesession .event-list li, #tblonlinesession .event-subtitle {
    font-size: 11px;
}
.temp_4 .action-wrap .action-link-wrap {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    min-width: 120px;
    margin-right: 5px;
    white-space: nowrap;
    margin-bottom: 7px;
}
.temp_4 .action-wrap .action-link-wrap .action-link {
    margin-bottom: 0!important;
}
/*
#Template .indication_wrapper_stat {
    margin-left: -1.5% 
    }
*/
.Line_list {
    list-style-type: disc;
    FONT-SIZE: smaller;
}
.black_bold {
    color: #000!important;
    font-weight: 700!important;
    text-transform: inherit;
    margin: 0!important;
   font-family: Arial,Helvetica,sans-serif;
}
#block55 .ques, .Eva_heading {
    font-weight: 700;
}
.inline_para {
    padding-left: 17px;
}
.Number_space {
    font-size: 12px!important;
    margin-top: 12px!important;
}
.indication_wrapper_fixed .Number_space {
    font-size: 12px!important;
    margin-top: 0!important;
}
.Header_isi event-subtitle {
    font-size: 18px;
}
.MeetingId_441 {
    font-size: 14px;
}
.MeetingId_441 .ques-list li {
    width: 100px;
    float: left;
}
#ques34 .ques-list li {
    width: 50%}
#ques51 .ques-list li, #ques52 .ques-list li {
    width: 100%;
    float: none;
}
.MeetingId_441 .question-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0!important;
}
.Eva_heading {
    font-size: 16px;
}
.Eva_heading_sub {
    margin-bottom: 20px;
}
#ques55 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}
#ques88 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}
.main-body-section .body-inner .page-title1 {
    font-size: 18px;
    color: #272a2e;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-transform: none;
}
.padding20-30 {
    padding: 25px 40px!important;
}
#block43 .ques, #block44 .ques {
    margin-left: 23px;
}
#ques43, #ques44 {
    margin-left: 65px;
}
.Eva_desc {
    font-size: 14px;
    margin-bottom: 25px;
}
#ques55 li {
    width: 100%!important;
}
#ques88 li {
    width: 100%!important;
}
.heading_dot {
    font-size: 50px;
    line-height: 0;
}
.small-title {
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 600;
}
.small-title small {
    color: #272a2e;
    font-weight: 600;
}
#Innvocana_event_details .page-title, .temp_5.page-title {
    color: #00507a;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 19px;
    text-transform: none;
}
.temp_5 {
    padding: 0!important;
}
#Innvocana_event_details .page-title {
    padding: 10px 20px;
}
.temp_5 .temp_content_wrap .event-detail-right {
    padding: 0 20px;
}
.temp_5.page-title {
    padding: 10px 20px;
}
.temp_5 .event_detail_banner .banner-content-wrap .banner-content-sec {
    padding: 15px 0 0 20px;
    width: 50%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 28px;
}
.temp_5 .event_detail_banner .banner-content-wrap .banner-content-sec .logo {
    margin-bottom: 63px;
}
.temp_5 .event_detail_banner .banner-content-wrap .banner-content-sec h4.event-subtitle {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
}
.temp_5 .indication_wrapper_stat .black_bold {
    display: inline-block;
    margin: 0!important;
    font-weight: 700;
}
.temp_5 .reg_link {
    color: #c52349;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}
.temp_5 .event_detail_banner .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 7px 5px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    text-align: center;
    outline: 0;
    width: 120px;
    margin-right: 10px;
}
.temp_5 .temp_content_wrap .instruction-wrap .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #004b8d;
    font-weight: 700;
}
.temp_5 .temp_content_wrap .instruction-wrap .desc-wrap .event-list li {
    font-size: 15px;
    color: #333;
    margin-bottom: 0;
    list-style: disc!important;
}
.temp_5 .temp_content_wrap .instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 13px;
    padding: 5px 10px;
    background: #284b8b;
    color: #fff;
    text-align: center;
}
.temp_5 .temp_content_wrap .instruction-wrap .desc-wrap .event-desc {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 15px;
    color: #333;
}
.temp_5 .temp_content_wrap .event-detail-right .reg-speaker-wrap .title {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #004b8d;
    font-weight: 700;
}
.temp_5 .action-wrap .action-link-wrap {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.temp_5 .action-wrap .action-link-wrap .action-link {
    margin-bottom: 0;
}
.temp_5 .reg-speaker-wrap {
    padding: 0;
    margin-top: 40px;
    margin-left: 45px;
}
.reg_link1 {
    color: #f79c38;
    font-size: 21px;
    font-weight: 700;
}
.timer-wrap {
    color: #284b8b;
    font-size: 15px;
    font-weight: 700;
}
.time {
    margin-top: 15px;
}
.nopaddingright {
    padding-right: 0;
}
.temp_5 .temp_content_wrap .event-detail-right .reg-speaker-wrap .view-bio1 {
    font-size: 15px;
    display: inline-block;
    background: url(/images/bio_icon1.png) left center no-repeat;
    background-size: 30px;
    color: #666;
    padding: 2px 0 2px 30px;
    border-radius: 0;
    margin-top: 0;
    float: right;
    top: 0;
    text-transform: uppercase;
}
.temp_5 .option-panel {
    margin-bottom: 15px;
}
.temp_5 .left-panel {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #333;
}
.temp_5 .left-panel .name1 {
    font-size: 15px;
    color: #000;
    display: block;
    font-weight: 700;
}
.temp_5 .left-panel .desi, .temp_5 .left-panel .place, .temp_5 .left-panel .subcontent, .temp_5 event-detail-container .event-detail-right .reg-speaker-wrap .desi, .temp_5 event-detail-container .event-detail-right .reg-speaker-wrap .place {
    font-size: 15px;
    color: #333;
    display: block;
}
.temp_5 .temp_content_wrap .resource-details {
    background: #f1f3f4;
    border-radius: 6px;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
    margin-left: 45px;
}
.temp_5 .temp_content_wrap .resource-details .title {
    margin: 0 0 15px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #004b8d;
    font-weight: 600;
}
.temp_5 .temp_content_wrap .resource-details .resource-list .res-item.res-item-wifi {
    background: url(/images/res_connection.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_5 .temp_content_wrap .resource-details .resource-list .res-item.res-item-download {
    background: url(/images/i_download.png) left 1px no-repeat;
    background-size: 28px;
}
.temp_5 .temp_content_wrap .resource-details .resource-list .res-item {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 10px 5px 40px;
    font-weight: 500;
    color: #333;
}
.temp_5 .temp_content_wrap .resource-details .resource-list .res-item a {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 10px 5px 0;
    font-weight: 500;
    color: #333;
}
.temp_5 .indication_wrapper .desc-wrap .para-title {
    margin-bottom: 10px;
}
.temp_5 .indication_wrapper_fixed .indication-title-wrap {
    margin-bottom: 0;
}
.temp_5 .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #284b8b;
    padding: 7px 5px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 7px;
}
.temp_5 .event_detail_banner {
    padding: 0;
    margin-bottom: 10px;
}
.temp_5 .action-wrap {
    margin-bottom: 15px;
}
.temp_5 .temp_content_wrap {
    padding: 0 25px;
    margin-bottom: 0;
}
.temp_5 .indication-desc-wrap {
    padding: 10px 25px;
}
.temp_5 .indication_wrapper .desc-wrap {
    margin-bottom: 15px;
}
.temp_5 .indication_wrapper .desc-wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0c4d8b;
}
.temp_5 .event-list li {
    /*font-family: arial, helvetica, sans-serif;*/
        font-family: 'Open Sans',sans-serif;
    font-size: 13px;
    width: 99%;
    padding-bottom: 2px;
    list-style: disc!important;
}
.temp_5 .desc-wrap .event-list {
    margin: 0;
    padding: 0;
    margin-left: 16px!important;
}
.Header_isi .event-subtitle {
    font-family: arial, helvetica, sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: #0c4d8b;
}
.temp_5 .instruction-wrap {
    padding: 0;
}
.temp_5 .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 17px;
    color: #333;
}
.temp_5 .indication_wrapper_fixed.indication_wrapper_fixed_act {
    visibility: hidden;
    opacity: 0;
}
.temp_5 .indication_wrapper_fixed .indi-trig {
    display: inline-block;
    width: 38px;
    height: 19px;
    background: url(/Images/iarrow_down.png) center center no-repeat;
    background-size: 20px;
    float: right;
    cursor: pointer;
    transition: all linear .3s;
}
.temp_5 .indication_wrapper_fixed .indi-trig.indi-trig-act {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
}
.temp_5 .indication_wrapper_fixed .container {
    padding: 10px 30px;
    height: 100%;
    overflow: auto;
}
.temp_5 .indication_wrapper_fixed .indication-desc-wrap {
    overflow: auto;
    padding: 0 15px 0 0;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
}
.temp_5 .indication_wrapper_fixed .indication-title-wrap {
    border-top: 2px solid #c60c46;
    border-bottom: 2px solid #c60c46;
    margin: 0 -15px;
}
.temp_5 .indication_wrapper .desc-wrap .copy-text {
    display: block;
    color: #666;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 50px;
}
.temp_5 .event_detail_banner .banner-content-wrap {
    height: 100%;
    background: url(https://webcastsiteimages.blob.core.windows.net/invokana/banner_top.png) left top no-repeat;
    background-size: contain;
    margin-bottom: 0;
    min-height: 330px;
}
.temp_5 .event_detail_banner .banner_title {
    background: #004b8d;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-bottom: 0;
    line-height: 30px;
}
.temp_5 .event_detail_banner .banner-content-sec .event-subtitle {
    color: #333;
    font-size: 19px;
    text-transform: none;
    margin: 5px 10px;
}
.temp_5 .event_detail_banner .banner-content-sec .event-title {
    color: #004b8d;
    font-size: 27px;
    text-transform: none;
    margin: 5px 10px;
    font-weight: 700;
}
.temp_5 .timer-wrap {
    color: #004b8d;
    font-size: 18px;
    font-weight: 700;
}
.temp_5 .option-panel {
    margin-top: 15px;
}
.temp_5 .available-via {
    color: #004b8d;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    line-height: 40px;
}
.temp_5.event-detail-container .event-detail-right .speaker-detail-wrap {
    display: block;
    vertical-align: top;
    width: 100%}
.temp_5.event-detail-container .event-detail-right .reg-speaker-wrap .speaker-details {
    padding: 0;
}
.temp_5 .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-detail-wrap {
    margin-bottom: 20px;
    width: 100%}
.temp_5 .event-detail-container .event-detail-right .reg-speaker-wrap {
    margin-bottom: 20px;
}
.temp_5.indi_wrapper_fixed_heig_act {
    height: calc(100% - 120px);
}
.temp_5 .indication_wrapper_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    height: 38px;
    visibility: visible;
    opacity: 1;
    transition: all linear .3s;
    z-index: 10000001;
}
.temp_5 .indication_wrapper_fixed .indication-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 10px 8px 30px!important;
    font-weight: 600;
    color: #c60c46;
}
.temp_5 .indication_wrapper .indication-title {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 8px 10px;
    font-weight: 600;
    color: #c60c46;
}
.temp_5 .indi_wrapper_fixed_heig_act {
    height: calc(100% - 170px);
}
.temp_5.conciege_container .concierge-sec h2.con-event-title {
    font-size: 17px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #00507a;
    line-height: 23px;
}
.temp_5.conciege_container .concierge-sec h4.con-event-date {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #013c72;
    line-height: 33px;
}
.temp_5 .event-date {
    display: block;
}
.temp_5 .concierge-sec .resource-details .res-sec .title {
    display: block;
    color: #004b8d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}
.temp_5 .res-item.res-item-wifi1 {
 background: url(/images/icon_tele.png) left 6px no-repeat;
    background-size: 28px;
}
.temp_5 .res-item.res-item-download1 {
    background: url(/images/i_download.png) left 1px no-repeat;
    background-size: 23px;
}
.temp_5 .concierge-sec .resource-details {
    margin-bottom: 30px;
}
.temp_5 .conciege_desc_wrap .event-subtitle {
    margin: 0 0 5px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #004b8d;
    font-weight: 700;
}
.margintop30 {
    margin-top: 30px;
}
.temp_5 .conciege_desc_wrap.instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 16px!important;
    padding: 5px 10px;
    background: #004b8d!important;
    color: #fff;
    text-align: center;
}
.temp_5 .conciege_desc_wrap.instruction-wrap .table-wrap .event-table tr td {
    border: none;
    font-size: 15px!important;
    padding: 5px 10px;
}
.temp_5 .conciege-reg-speaker-wrap .title1 {
    margin: 0 0 10px -15px;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
    color: #004b8d;
    font-weight: 700;
}
.temp_5 .speaker-info1 {
    margin: 10px 15px 15px 0;
}
.temp_5.indication_wrapper.indication_wrapper_stat .indication-title {
    border-top: 2px solid #c60c46;
    border-bottom: 2px solid #c60c46;
    padding: 8px 10px 8px 25px;
    margin-bottom: 20px;
    color: #c60c46;
    font-weight: 700;
    font-size: 18px;
}
.temp_5.indication_wrapper .desc-wrap .event-subtitle {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0c4d8b;
}
.temp_5.indication_wrapper .indication-title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 30px;
    font-weight: 700;
    color: #c60c46;
}
.invok_rem_title, .invokana_blue, .invokana_page_title {
    color: #0c4d8b!important;
}
.temp_4 .indication_wrapper_fixed .indication-title-wrap {
    border-top: 1px solid #c60c46;
    border-bottom: 1px solid #c60c46;
    margin-bottom: 0;
}
.temp_4 .indication_wrapper_fixed .indi-trig {
    display: inline-block;
    width: 38px;
    height: 19px;
    background: url(/Images/iarrow_down.png) center center no-repeat;
    background-size: 20px;
    float: right;
    cursor: pointer;
    transition: all linear .3s;
}
.temp_5 tr:nth-child(odd) {
    background-color: #ebebeb;
}
.Reg_terms {
    font-size: 13.3px;
}
.pretest_div .ques {
    float: left;
    width: 40%}
.pretest_div .ques-list li input {
    width: 100px;
}
.list-header-pre, .pre-table-header {
    font-weight: 800;
    font-size: 18px;
}
.invok_rem_title {
    padding: 12px 0;
    font-weight: 700;
    text-align: center;
    font-size: 26px;
    margin-bottom: 10px;
}
.invokana_page_title {
    font-size: 20px!important;
    text-transform: none!important;
    font-weight: 600!important;
}
.padding20 {
    padding: 20px;
}
.bold {
    font-weight: 700;
}
.invok_content {
    color: #333!important;
    font-size: 24px!important;
    font-weight: 700;
    margin-bottom: 25px;
}
.nomarginbottom {
    margin-bottom: 0;
}
.padding5 {
    padding: 5px;
}
.invok_date {
    font-size: 28px;
}
.invok_session_title {
    color: #0c4d8b!important;
    padding: 20px 0 5px;
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
}
.invok_content .event-date {
    color: #333!important;
    font-size: 28px!important;
    font-weight: 500;
}
.margin-bottom50 {
    margin-bottom: 50px!important;
}
.session_tmp_invokana .radio-label1 {
    font-size: 14px;
    color: #333;
    display: inline-block;
    padding-top: 0;
    padding-right: 0;
    margin-bottom: 0;
}
.header-section .welcome-name {
    font-size: 16px;
    margin-bottom: 1px;
    color: #fff;
    text-align: right;
}

.download_link  a
{
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 10px 10px 5px 0;
    font-weight: 500;
    color: #333;
}

.qadiv .checkbox {
    height:20px;
    width:20px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    padding: 10px;
}

#addquestion-pop .checkbox {
    height:20px;
    width:20px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    padding: 10px;
}

#active_ques .checkbox {
    height: 20px;
    width: 20px;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    padding: 10px;
}

/*#Action_button {
    margin-bottom:10px;
}*/


/*morphabond*/
#marpho-container .page-title{
color:#00507a !important;
    text-transform: none;
    font-size: 17px;
    font-weight: 700;
    padding: 10px 20px;
    margin-bottom: 0px;
    line-height: 19px;
}
#marpho-container .event_detail_banner .banner_title {
    background: #4f758b;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 35px;
    line-height: 30px;
    border-bottom: 3px solid #ffffff;
}
#marpho-container .event_detail_banner .banner-content-wrap {
    height: 100%;
    
    background-size: 100% 100%;
    margin-bottom: 0;
    min-height: 328px;
}
#marpho-container .event_detail_banner .banner-content-wrap .banner-content-sec {
    padding: 15px 0px 0px 55px;
    width: 470px;
    text-align: center;
    position: absolute;
    bottom: 30px;
}
#marpho-container .event_detail_banner .banner-content-wrap .banner-content-sec h4.event-subtitle {
    color: #FFF;
    font-size: 18px;
    text-transform: none;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}
#marpho-container .reg_link1 {
    color: #f79c38;
    font-size: 21px;
    font-weight: bold;
}
#marpho-container .reg_link1:hover {
    color: #f79c38;
}

#marpho-container .action-wrap .action-link-wrap {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    color: #fff;

    padding: 0;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 7px;
}

#marpho-container .action-wrap .action-link {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    background: #4f758b;
	}


#marpho-container .eventdetail_container_top{
    padding: 15px 25px 0 25px;
    margin-bottom:5px;
	}
#marpho-container .eventdetail_container{
padding:15px 25px 0px 25px;
	}
#marpho-container.temp_content_wrap .instruction-wrap .desc-wrap .event-subtitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 700;
}
#marpho-container .temp_content_wrap .instruction-wrap .desc-wrap .event-desc {
    margin-bottom: 12px;
    line-height: 19px;
    font-size: 14px;
    color: #333333;
}
#marpho-container .temp_content_wrap .instruction-wrap .table-wrap .event-table tr th {
    border: none;
    font-size: 15px;
    padding: 5px 10px;
    background: #4f758b;
    color: #fff;
    text-align: center;
}
#marpho-container tr:nth-child(even) {
    background-color: #f5f5f5;
}
#marpho-container #event-detail .temp_content_wrap .instruction-wrap .table-wrap .event-table tr td {
    border: none;
    font-size: 15px;
    padding: 5px 10px;
    color: #333333;
    font-weight: bold;
}
#marpho-container #event-detail .temp_content_wrap .event-detail-right {
    padding: 0px 0px 0px 10px;
    font-family: Arial, Helvetica, sans-serif;
}
#marpho-container .button_event_group
{
margin-bottom:15px;
}
#marpho-container #event-detail .instruction-wrap {
    padding-right: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.margin-bottom20{
margin-bottom:20px;
}
#marpho-container .timer-wrap {
    color: #830065;
    font-size: 21px;
    font-weight: bold;
}
#marpho-container .time {
    margin-top:0px;
}
#marpho-container #event-detail .option-panel .title {
    color: #4f758b;
    font-size: 18px;
    margin-bottom: 15px;
}

#marpho-container .option-panel  .list-inline > li {
    display: inline-block;
    padding-right:10px;
    padding-left:0px;
}
#marpho-container .event-detail-container .event-detail-right .reg-speaker-wrap .speaker-details {
    padding: 0px;
}
#marpho-container #event-detail .reg-speaker-wrap {
    padding: 0px;
    margin-top:27px;
}
#marpho-container #event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
#marpho-container .event-detail-right .right_cont{
 font-size: 13px;
}
#marpho-container #event-detail .temp_content_wrap .event-detail-right .Featured_faculty_Wrap .title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom:5px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 600;
}
#marpho-container #event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .speaker-detail-wrap {
    margin-bottom:18px;
    width: 100%;
}
#marpho-container #event-detail .temp_content_wrap .resource-details {
    background: #f3e6ee;
    border-radius: 18px;
    padding: 20px 74px 10px;
    margin:25px 50px 15px;
}
#marpho-container #event-detail .temp_content_wrap .resource-details .resource-list .res-item.res-item-download {
    background: url(../images/res_download1.png) no-repeat left 1px;
    background-size: 28px;
}
#marpho-container #event-detail .temp_content_wrap .resource-details .resource-list
	{
	    padding: 10px 0;
		}
#marpho-container #event-detail .indication_wrapper {
    /* background: #f0f; */
    padding:0px;
}
#marpho-container .indication_wrapper.indication_wrapper_stat .indication-title {
    padding: 8px 10px 8px 25px;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
	    border-top: 2px solid #830065;
    border-bottom: 2px solid #830065;
	    color: #830065;
		text-transform: uppercase;
        font-family: Arial,Helvetica,sans-serif;
}

#marpho-container .indication_wrapper_fixed.indication_wrapper_fixed_act {
    visibility: hidden;
    opacity: 0;
}
#marpho-container #event-detail .indication-desc-wrap {
    padding: 10px 25px;
}
#marpho-container #event-detail .indication_wrapper .desc-wrap .para-title {
    display: block;
    color: #830065;
    font-weight: bold;
    margin-bottom:3px;
    margin-top:3px;
}

#marpho-container .indication_wrapper_fixed {
    background: #fff;
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    left: 0;
    bottom: 0;
    height: 38px;
    visibility: visible;
    opacity: 1;
    transition: all linear .3s;
    z-index: 10000001;
}
#marpho-container .indication_border_group{
    border: 2px solid #030303;
    padding: 0px 15px;
	margin-bottom:20px;
    margin-top:10px;
}
#marpho-container #event-detail .indication_wrapper .desc-wrap .event-desc {
    margin-bottom:0px;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    margin-top: 5px;
    font-family: Arial,Helvetica,sans-serif;
}
#marpho-container #event-detail .indication_wrapper .desc-wrap .event-desc u{
    line-height:23px;
}
#marpho-container #event-detail .indication_wrapper .pres-desc-wrap p {
    display: inline-block;
    margin-top:0px;
    margin-bottom:0px !important;
}
#marpho-container .indication_wrapper_fixed .indication-title-wrap {
    border-top: 2px solid #830065;
    border-bottom: 2px solid #830065;

}
#marpho-container #event-detail .indication_wrapper .indication-title{
    border-top-width: 0;
    border-bottom-width: 0;
	    margin-bottom: 0px;
}
#marpho-container #event-detail .temp_content_wrap .event-detail-right .reg-speaker-wrap .view-bio1 {
font-size: 15px;
    display: inline-block;
    background: url(../images/bio_icon1.png) no-repeat left center;
    background-size: 33px;
    color: #666;
    padding: 5px 0 2px 36px;
    border-radius: 0;
    margin-top: 0;
    float: left;
    top: 0;
    text-transform: uppercase;
    height: 37px;
}
#marpho-container #event-detail .indication_wrapper_fixed .indi-trig {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/arrow_down_pink.png) no-repeat center center;
    background-size: 20px;
    float: right;
    cursor: pointer;
    transition: all linear 0.3s;
}
#marpho-container #event-detail .indication_wrapper.indication_wrapper_stat .indication-title {
    border-top: 2px solid #830065;
    border-bottom: 2px solid #830065;
    padding: 8px 10px 8px 25px;
    margin-bottom: 10px;
    color: #830065;
    font-weight: 700;
    font-size: 18px;
}
#marpho-container .desc-wrap .event-desc.right_cont
{
font-size:12px;
}
#marpho-container .desc-wrap .event-desc.indent_cont
{
font-size:14px;
}
.template_live .launch_meeting_right_panel .mCustomScrollbar {
    border: 1px solid #868181;
    height: 518px;
    box-shadow: 0px 0px 5px grey;
}

.nomarginbottom
{
  margin-bottom:0px !important;
}
.custom-modal.marpho-popup .modal-header {
    padding:40px 40px 20px 40px;
    border-bottom-width:0;
    background-color: #4A9B97;
    background: none;
    color: #00507a;
}
.custom-modal.marpho-popup .modal-body {
    position: relative;
 padding:0px 40px 40px 40px;
}
.marpho-popup.speaker-modal .modal-title {
    color: #00507a;
    font-size: 18px;
    font-weight: 600;
}
.speaker-modal.marpho-popup .pop-speaker-info .name {
    display: block;
    font-size: 16px;
    color: #333;
    margin-bottom: 3px;
    font-weight: 700;
        font-family: Arial, Helvetica, sans-serif;
}
.speaker-modal.marpho-popup .pop-speaker-info .place {
    display: block;
    font-size: 13px;
    color: #c6c5c5;
    color: #333333;
    margin-bottom: 0px;
        font-family: Arial, Helvetica, sans-serif;
}
.speaker-modal.marpho-popup .pop-speaker-info .img-wrap {
    width: 142px;
    height: 186px;
    float: left;
    border-width:0;
    text-align: center;
    padding: 0px;
    margin: 0px 10px 10px 0px;
    line-height: 58px;
}
.speaker-modal.marpho-popup .custom-modal .modal-header .close {
    color: #000;
    opacity: 0.8;
    font-weight: 300;
    margin: 0;
    outline: none;
}
.speaker-modal.marpho-popup .pop-speaker-desc .desc {
    display: block;
    font-size: 13px;
    color: #333;
        margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

#marpho-container .button-field{
margin:10px 0;
}
#marpho-container .conciege_container .concierge-sec h4.con-event-date {
    font-size: 26px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #013c72;
    line-height: 33px;
}
#marpho-container .concierge-sec .countdown-wrap .countdown-title {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    color: #7B7B7B;
    font-size: 14px;
    font-weight: 600;
}
#marpho-container .concierge-sec .countdown-wrap{
	padding:10px 0px;
	/* text-align:center; */
	border-radius:5px;
	margin-bottom:30px;
}
#marpho-container .concierge-sec .countdown-time{
	display:inline-block;
	color:#656565;
	text-align:center;
	margin:0px 25px 0px 0px;
}
#marpho-container .concierge-sec .countdown-time .cd-val{
	margin:0;
	padding:0;
	display:inline-block;
	color:#656565;
	font-size:42px;
	line-height:0px;
	padding-top:25px;
	font-weight:600;
}
#marpho-container .concierge-sec .countdown-time .cd-text{
	display:block;
	font-size:14px;
	color:#656565;
	margin-top:5px;
	padding:0;
}
#marpho-container .concierge-sec .countdown-wrap .countdown-title{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#7B7B7B;
	font-size:14px;
	font-weight:600;
}
#event-detail .temp_content_wrap .instruction-wrap .desc-wrap .event-list li {
    font-size: 16px;
    color: #333333;
    margin-bottom: 7px;
    list-style: disc !important;
    line-height: 19px;
}
#marpho-container .conciege_container .event-date
{
display:inline-block !important;
}
#marpho-container  .concierge-sec .resource-details .res-sec .title {
    display: block;
    color: #333333 !important;
    font-weight: 700;
    font-size: 19px !important;
    margin-bottom: 5px;
}
#marpho-container .main-body-section .body-inner{

}
#marpho-container .conciege_container .concierge-sec .resource-details .res-sec .subtitle {
    display: block;
    color: #333333 !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
#marpho-container .res-item.res-item-wifi1 {
    background: url(../images/res_connection1.png) no-repeat left 1px;
    background-size: 28px;
}
#marpho-container .res-item.res-item-download1 {
    background: url(../images/res_download1.png) no-repeat left 1px;
    background-size: 28px;
}
#marpho-container .concierge-sec .resource-details .res-sec .res-item {
    font-size: 16px !important;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 5px 10px 5px 45px;
    font-weight: 500;
}
#marpho-container .event-list li {
    font-size: 14px;
    color: #333;
    margin-bottom: 4px;
    list-style: none !important;
    line-height: 19px;
    background: url(/Content/images/bullet-bg.png) no-repeat left 5px;
    background-size: 5px;
    padding-left: 10px;
}
#marpho-container .event-detail-container .instruction-wrap .table-wrap .event-table tr td {
    border-width:0;
    font-size: 12px;
    padding: 5px 10px;
}
#marpho-container .conciege_desc_wrap.instruction-wrap .table-wrap .event-table tr td
{
border: none;
    font-size: 15px;
    padding: 5px 10px;
    color: #333333;
    font-weight: bold;
	}
#marpho-container .concierge-sec .manage-btn-row {
    margin-bottom: 30px;
}
#marpho-container .table-title
{
    font-size: 16px;
    font-weight: 700;
}
#marpho-container .conciege_desc_wrap{
margin-bottom:40px;
}
#marpho-container .conciege-reg-speaker-wrap .title1 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #830065;
    font-weight: 700;
}
#marpho-container .conciege-reg-speaker-wrap .view-bio2 {
    font-size: 16px;
    display: inline-block;
    background: url(../images/bio_icon1.png) no-repeat left center;
    background-size: 27px;
    color: #666;
    padding: 2px 0px 2px 30px;
    border-radius: 0px;
    margin-top: 0px;
    float: right;
    top: 0;
    text-transform: uppercase;
}
#marpho-container .conciege-reg-speaker-wrap .img-sec {
    width: 185px;
    height: 120px;
    display: inline-block;
    margin-right: 10px;
    float: left;
}
#marpho-container .div_view {
    float: left;
    position: absolute;
    margin-left: 180px;
    margin-top: 90px;
}
#marpho-container .speaker-detail-wrap1 {
    margin-bottom: 50px;
}
#marpho-container .speaker-info1 {
    margin: 10px 15px 15px 0;
}
#marpho-container .concierge-sec .resource-details {
    margin-bottom: 50px;
}
#marpho-container #event-detail .indication_wrapper .desc-wrap .event-subtitle {
    margin: 0;
    padding: 0;
    font-size: 14px;
    margin-bottom: 0px !important;
    text-transform: uppercase;
    color: #830065;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 13px;
}
#marpho-container .indication_wrapper{
padding:0px;
}
#marpho-container .indication-desc-wrap {
    padding: 10px 25px;
}
#marpho-container .indication_wrapper .desc-wrap .event-subtitle {
    margin: 0;
    padding: 0;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #830065;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 20px;
}
#marpho-container  .indication_wrapper .desc-wrap .para-title {
    display: block;
    color: #333;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
    font-family: Arial,Helvetica,sans-serif;
}
#marpho-container .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    margin-top: 3px;
    font-family: Arial,Helvetica,sans-serif;
}
#marpho-container .indication_wrapper .desc-wrap .event-desc u{
    line-height:25px;
}
/*#marpho-container u {
    border-bottom: 2px solid black;
    text-decoration: none;
}*/
/*#marpho-container .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin-top: 0px;
}*/
#marpho-container .desc-wrap .event-list {
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-bottom: 20px;
}
#marpho-container  .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin-top: 0px;
}
#marpho-container  .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin-top: 0px;
}
#marpho-container  .indication_wrapper .pres-desc-wrap p .link {
    color: #333;

        border-bottom: 2px solid black;
    text-decoration: none;
}
#marpho-container .indication_wrapper .desc-wrap .copy-text {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#marpho-container .indication_wrapper .indication-title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding: 8px 10px 8px 10px;
    font-weight: 600;
    color: #830065;
    border-top: 1px solid #830065;
    border-bottom: 1px solid #830065;
}
#marpho-container  .indication_wrapper .indication-title {
    border-top-width: 0;
    border-bottom-width: 0;
    margin-bottom: 0px;
}
#marpho-container .indication_wrapper_fixed .indi-trig.indi-trig-act {
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(180deg);
}
#marpho-container .indication_wrapper_fixed .indi-trig {
    display: inline-block;
    width: 20px;
    height: 19px;
    background: url(../images/arrow_down_pink.png) no-repeat center center;
    background-size: 20px;
    float: right;
    cursor: pointer;
    transition: all linear 0.3s;
}
#marpho-container .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    margin-top: 10px;
}
#marpho-container .indication_wrapper_fixed .indication-desc-wrap {
    overflow: auto;
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
    height: calc(100% - (20px + 30px));
    padding: 0;
    padding-right: 15px;
}
#marpho-container .indi_wrapper_fixed_heig_act {
    height: calc( 100% - 120px);
}
#marpho-container .indication_wrapper_fixed .container {
    padding: 10px 30px;
    height: 100%;
    overflow: auto;
}
#marpho-container .indication_wrapper .pres-desc-wrap {
    padding:0px;
    display: block;
}
#marpho-container .temp_content_wrap {
    /*margin-bottom: 30px;*/
}
#marpho-container .disclaimer-container .page-title {
    font-size: 14px;
    color: #333333 !important;
    font-weight: 600;
   padding:0px;
   margin-top:10px;
    border-bottom-width:0;
}
#marpho-container .disclaimer-container .desc {
    color: #6b6b6b;
      color: #333333;
    margin-bottom: 15px;
    line-height: 22px;
	font-size:14px;
}
    #marpho-container .disclaimer-container .desc .desc_link {
        text-decoration: underline;
        font-size: 14px;
        color: #333333;
        font-weight: 500;
    }
#marpho-container .disclaimer-button-row {
    background: none;
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 10px;
}
#marpho-container .disclaimer-button-row .button-field {
    display:inline-block;
    width: auto;
    margin: 0px 15px 10px 0;
    padding: 7px 10px;
    text-transform: none;
}
#marpho-container .disclaimer-button-row .button-field.hcp {
    display:inline-block;
    width: auto;
    margin: 0px 15px 10px 0;
    padding: 7px 10px;
    min-width:265px;
    text-transform: none;
}
#marpho-container .button-fieldNew-load.cancel  {
    padding: 7px 15px 7px 35px !important;
    background: url(/Content/WebcastHCPImages/loader_gray.gif) #023f73 no-repeat 10px center !important;
    background-size: 19px !important;
    opacity: .6;
    pointer-events: none;
    margin-right: 15px !important;
}
#marpho-container  .button-field,#marpho-container  .button-field:hover,#marpho-container  .event-section .event-row .event-right-col .action-wrap .action-link {
    background: #023f73;
}
#marpho-container .button-field.cancel{
    background:#023f73;
    min-width:100px;
}
#marpho-container .indication_border_group .event-list {
    margin: 7px 0 0 20px !important;
    padding: 0; 
    font-family: Arial, Helvetica, sans-serif;
}
#marpho-container .pres-desc-wrap .event-desc{
    margin-bottom:10px !important;

}
#marpho-container .event-desc.pres-desc-wrap{
     margin-bottom:15px !important;
}
.liveisi #marpho-container .indication_wrapper p, .liveisi #marpho-container .event-list li{
    font-size:12px !important;
        line-height: 16px !important;
}
.liveisi #marpho-container .indication_wrapper .desc-wrap .event-subtitle{
      font-size:14px !important;
}
.liveisi #marpho-container .indication-desc-wrap {
    padding: 10px;
}
.launch_meeting_right_panel #marpho-container .indication_wrapper .desc-wrap .event-desc {
    margin-bottom: 7px !important;
    margin-top: 0px !important;
}
.liveisi #marpho-container .indication_border_group .event-list {
    margin: 7px 0 0 0px !important;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.marpho-popup.custom-modal .modal-header .close {
    background: url(../images/close-icon.png) no-repeat;
  background-size: 28px;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -10px;
}

#marpho-container .button-fieldNew-load {
    padding: 7px 15px 7px 35px !important;

    background: url(/Content/WebcastHCPImages/loader_gray.gif) #023f73 no-repeat 10px center !important;
    background-size: 19px !important;
    opacity: .6;
    pointer-events: none;
    margin-right: 15px !important;
}

#marpho-container .event-detail-container .instruction-wrap .desc-wrap {
        margin-bottom:43px !important;
}

#marpho-container .button-field, .custom-modal .modal-footer .modal-btn {
    background: #002d62 !important;
}
#marpho-container #event-detail .temp_content_wrap .instruction-wrap .desc-wrap .event-list li {
        font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    list-style: none !important;
    line-height: 19px;
    margin-left: 10px;
}
#marpho-container #event-detail .left-panel .subcontent{
    font-size:14px !important;
    line-height: 19px;
}
.launch_meeting_right_panel #marpho-container .indication_wrapper .desc-wrap .event-desc{
margin-bottom: 7px !important;
    margin-top: 0px !important;
}
.launch_meeting_right_panel #marpho-container .indication_wrapper .desc-wrap .event-subtitle{
        margin-top: 10px !important;
        margin-bottom: 0px !important;
}
.launch_meeting_right_panel #marpho-container .indication_border_group{    
    margin-top:0px;
        margin-bottom: 10px !important;
}
.launch_meeting_right_panel #marpho-container .indication_border_group {
    border: 2px solid #030303;
    padding: 5px 15px;
}
.launch_meeting_right_panel #marpho-container .indication_wrapper .desc-wrap .para-title {
    display: block;
    color: #830065;
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 5px;
    font-family: Arial,Helvetica,sans-serif;
}
.launch_meeting_right_panel #marpho-container .indication_wrapper_stat {
    margin-bottom:0px;
}
.launch_meeting_right_panel .indication_wrapper .Prescribinginfo a .link {
    color: #333;
    border-bottom: 2px solid #000;
    text-decoration: none;
}
#marpho-container sub, #marpho-container sup {
    position: relative;
    font-size: 60%;
    line-height: 0;
    vertical-align: baseline;
}
#marpho-container sup {
    top: -0.6em;
}
.marpho-popup {

}
#marpho-container #conciege_container_wrap .event-detail-right {
    padding-left: 55px;
}
#marpho-container #conciege_container_wrap .event-detail-left.concierge-sec
{
    padding-right: 25px;
}
#marpho-container .concierge-sec .resource-details .res-sec .res-item a
{
    color:#333;
    font-weight:500;
}
.MB {
 font-size: 14px;
    font-family: arial,helvetica,sans-serif;
    color: #333;
}
.MB .ques-list li {
        width: 78px;
    float: left;
}
#ques34 .ques-list li {
    width: 50%}
#ques51 .ques-list li, #ques52 .ques-list li {
    width: 100%;
    float: none;
}
.MB .question-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0!important;
}
.Eva_heading {
    font-size: 16px;
}
.Eva_heading_sub {
    margin-bottom: 20px;
}
#ques55 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}
#ques88 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}
.main-body-section .body-inner .page-title1 {
    font-size: 18px;
    color: #272a2e;
    font-weight: 700;
    padding-bottom: 5px;
    margin-bottom: 0;
    text-transform: none;
}
.padding20-118 {
    padding: 25px 52px!important;
}
#block43 .ques, #block44 .ques {
    margin-left: 23px;
}
#ques43, #ques44 {
    margin-left: 65px;
}
.Eva_desc {
    font-size: 14px;
    margin-bottom: 25px;
}
#ques55 li {
    width: 100%!important;
}
#ques88 li {
    width: 100%!important;
}
.heading_dot {
    font-size: 50px;
    line-height: 0;
}
.small-title {
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 600;
}
.small-title small {
    color: #272a2e;
    font-weight: 600;
}
.MB .question-wrapper .ques {
    font-family: arial,helvetica,sans-serif;
    font-size: 14px;
    color: #333;
}

#block74 .ques{
 width: 100%;
}

#ques74 {
        width: 100%;
        padding: 0;
}

.MeetingId_448 #ques74 .ques-list li {
    width: 9.2%;
}
.MB #ques74 .ques-list li{
        width: 9.2%;
}

#block74 .ques{
        margin-bottom: 7px;
}

.MB .question-wrapper .ques {
    padding: 0 0 0px
}
.MB .pretest_div .question-wrapper, .MB .pretest_div .question-wrapper1,.MB .question-wrapper {

    margin-bottom:5px;

}
.MB .Eva_heading {
    margin-top: 0px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}
.MB .button-field-load {
    padding: 7px 15px 7px 35px !important;
    background: #002d62 url(/Content/WebcastHCPImages/loader1.gif) no-repeat 10px center !important;
    /* background-size: 19px !important; */
    background-size: 19px !important;
    opacity: 0.6;
    pointer-events: none;
    margin-right: 0px !important;
}
/*.question_block{
    display: inline-block;
}*/
.question_block .q_noblock{
    width: 4%;
    float: left;
    display: inline-block;
}
.question_block .q_block{
    margin-left: 0;
    display: inline-block;
    width: 90%;
    float: left;
    margin-bottom: 10px;
}


/*this is for Verizino*/ 

.VR {
 font-size: 14px;
    font-family: Verdana;
 color: rgb(0,0,0);
}
.VR .ques-list li {
          min-width: 190px;
    float: left;
    margin-left: 15px;
}
#ques34 .ques-list li {
    width: 50%}
#ques51 .ques-list li, #ques52 .ques-list li {
    width: 100%;
    float: none;
}
.VR .question-wrapper {
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0!important;
}
.vr_textarea
{
    width: 100%;
    min-height: 60px;
}





.Eva_heading {
    font-size: 16px;
}
.Eva_heading_sub {
    margin-bottom: 20px;
}
#ques55 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}
#ques88 .surevy-textarea {
    background: 0 0;
    border: 1px solid;
    outline: 0;
}



.padding20-118 {
    padding: 25px 52px!important;
}
#block43 .ques, #block44 .ques {
    margin-left: 23px;
}
#ques43, #ques44 {
    margin-left: 65px;
}

#ques55 li {
    width: 100%!important;
}
#ques88 li {
    width: 100%!important;
}

.VR .question-wrapper .ques {
    font-family: Verdana;
    font-size: 14px;
    color: rgb(0,0,0);
}

#block74 .ques{
 width: 100%;
}

#ques74 {
        width: 100%;
        padding: 0;
}

.MeetingId_452 #ques74 .ques-list li {
    width: 9.2%;
}
.VR #ques74 .ques-list li{
        width: 9.2%;
}

#block74 .ques{
        margin-bottom: 7px;
}
.VR .ques-list{
    margin-left:8%;

}
.VR .question-wrapper .ques {
    padding: 0 0 0px;
    margin-bottom: 8px;
}
.VR .pretest_div .question-wrapper, .VR .pretest_div .question-wrapper1,.VR .question-wrapper {
        margin-bottom: 25px;
        }
.VR .Eva_heading {
    margin-top: 0px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 10px;
}
.VR .button-field-load {
    padding: 7px 15px 7px 35px !important;
    background: #002d62 url(/Content/WebcastHCPImages/loader1.gif) no-repeat 10px center !important;
    /* background-size: 19px !important; */
    background-size: 19px !important;
    opacity: 0.6;
    pointer-events: none;
    margin-right: 0px !important;
}
.launch_meeting_right_panel.verzenio .verzenio_button{
    min-width: 170px;
}


.manageattendent .list-header-pre,.manageattendent .pre-table-header{
    float: left;
  width: 50%;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.manageattendent .pretest_div .question-wrapper,.manageattendent .pretest_div .question-wrapper1{
        
        margin-bottom: 10px;
        padding: 10px 15px!important;

        width: auto !important;
        float: none; 
      
}
.manageattendent .pretest_div .ques{
        width: 60% !important;
}

#Panel_div table tr td, #testing_comments table tr td {
   
    font-size: 18px !important;
    /*font-weight: 600;*/
}

#Panel_div .user-table tr td .button-field-small{
    font-size: 16px !important;
}

#Panel_div .user-table tr th{
 font-size: 17px !important;
}

#presenter-table.user-table tr td {
   
    font-size: 18px !important;
        /*font-weight: 600;*/
   
}

#presenter-table .user-table tr th{
       font-size: 17px !important;
}

#tblpublishedQA.user-table tr td {
   
    font-size: 18px !important;
        /*font-weight: 600;*/
   
}

#no_ques_app_New, #no_ques_app_approved, #no_ques_app_rejected, #no_ques_app_Answered, #approved_ques, #declined_ques, #no_ques_app_Published{
        font-size: 18px !important;
        /*font-weight: 600;*/
}

#webpublish, #webdecline{
    font-size: 18px !important;
    /*font-weight: 600;*/
}

.textarea-full{
    font-size:18px !important;
}

.x-admin-table table tr td {
   
    font-size: 18px !important;
    /*font-weight: 600;*/
}

.meet-detail-wrap .form-label-inline{
 font-size: 17px !important;
}

#Meeting_tab{
font-size: 17px !important;
}

#view_action_pop .button-field,#view_action_pop .select-field,#viewcomment-pop .button-field{
font-size: 17px !important;
}

.legend-wrap .button-field{
    font-size: 17px !important;
}

#answer_pop .header-title{
        font-size: 18px !important;
}

#answer_pop .form-row p{
        font-size: 17px !important;
}
.meet-detail-wrap .search-wrap{
    width:200px;
} 

.container_QA1 .form-label-inline .search-wrap{
width:200px;
}
.ans_slider_div
{
        width: 950px !important;
    margin-left: 30px;
    padding: 0px 20px;
}
.submit_btn_test
{
         margin-left: 20px !important;
}
.modal .modal-content {
    border: 0;
}
.body-inner #meeting_session .button-field {
    font-size:11px;
}
.regpop #Registration .modal-header .close {
    margin-top: -11px;
}
.header-section{
		border-bottom:1px solid #ddd;
	}
table#CSR_Table td .button-field {
    margin: 5px 10px;
}

.bg-kickoff {
    background: #ff0000;
}
.bg-kickoff:hover {
    background: #d81f1f;
}