@charset "utf-8";

/*
@import url("https://fonts.googleapis.com/css?family=Lora:400italic|Montserrat:400,700|Raleway:400,100,200,300,500,600,700,800|Dancing+Script");
*/

@font-face {
  font-family: 'MyDigitalExpo';
  src:  url('../fonts/MyDigitalExpo.eot?bio0rb');
  src:  url('../fonts/MyDigitalExpo.eot?bio0rb#iefix') format('embedded-opentype'),
    url('../fonts/MyDigitalExpo.ttf?bio0rb') format('truetype'),
    url('../fonts/MyDigitalExpo.woff?bio0rb') format('woff'),
    url('../fonts/MyDigitalExpo.svg?bio0rb#MyDigitalExpo') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/*@function vh($quantity) {
    @return calc(var(--vh, 1vh) * #{$quantity});
}*/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, big, cite, em, img, amp-img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, summary, time, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
.wysiwyg html, .wysiwyg body, .wysiwyg div, .wysiwyg span, .wysiwyg iframe, .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .wysiwyg p, .wysiwyg blockquote,
.wysiwyg a, .wysiwyg address, .wysiwyg big, .wysiwyg cite, .wysiwyg em, .wysiwyg img, .wysiwyg amp-img, .wysiwyg strong, .wysiwyg sub, .wysiwyg sup, .wysiwyg b, .wysiwyg u,
.wysiwyg i, .wysiwyg ol, .wysiwyg ul, .wysiwyg li, .wysiwyg form, .wysiwyg label, .wysiwyg table, .wysiwyg tbody, .wysiwyg tfoot, .wysiwyg thead, .wysiwyg tr, .wysiwyg th,
.wysiwyg td, .wysiwyg article, .wysiwyg aside, .wysiwyg canvas, .wysiwyg embed, .wysiwyg figure, .wysiwyg footer, .wysiwyg header, .wysiwyg menu, .wysiwyg nav, .wysiwyg section,
.wysiwyg summary, .wysiwyg time, .wysiwyg audio, .wysiwyg video {
    margin: revert;
    padding: revert;
    border: revert;
    font-size: revert;
    vertical-align: revert;
}
@media only screen and (max-width: 767px) {
    html, body, div, span, iframe, p, blockquote, a, address, big, cite, em, img, amp-img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, summary, time, audio, video {
        font-size: 0.85rem;
    }
    /*
    h1 { font-size: 24px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    h2 { font-size: 22px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    h3 { font-size: 20px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    h4 { font-size: 18px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    h5 { font-size: 16px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    h6 { font-size: 16px !important; margin-top: 5px !important; margin-bottom: 10px !important; }
    */
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    html, body, div, span, iframe, p, blockquote, a, address, big, cite, em, img, amp-img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, summary, time, audio, video {
        font-size: 0.85rem;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
    html, body, div, span, iframe, p, blockquote, a, address, big, cite, em, img, amp-img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, summary, time, audio, video {
        font-size: 0.95rem;
    }
}
@media only screen and (min-width: 1280px) {
    html, body, div, span, iframe, p, blockquote, a, address, big, cite, em, img, amp-img, strong, sub, sup, b, u, i, ol, ul, li, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, embed, figure, footer, header, menu, nav, section, summary, time, audio, video {
        font-size: 1.1rem;
    }
}

html {
  line-height: 1
}
body {
    height: calc(100% - 0px);
    letter-spacing: 0;
    color: #bdbdbd;
    background-color: #1f1f1f;
    -webkit-font-smoothing: subpixel-antialiased;
    font-kerning: normal;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "liga= 1","calt=0";
    -moz-font-feature-settings: "liga" 1,"calt" 0;
    -webkit-font-feature-settings: "liga" 1,"calt" 0;
    -ms-font-feature-settings: "liga= 1","calt=0";
    -o-font-feature-settings: "liga" 1,"calt" 0;
    font-feature-settings: "liga" 1,"calt" 0;
}
ol, ul {
  list-style: none
}
.wysiwyg ol, .wysiwyg ul {
  list-style: initial;
}
a img, a amp-img {
  border: none
}

textarea:focus, input:focus {
    outline: none;
}

.bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -100;
}
.bg-video > video {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -99;
}
@media screen and (max-aspect-ratio: 1920/1080) {
    .bg-video > video {
        height: 100%;
    }
}
@media screen and (min-aspect-ratio: 1920/1080) {
    .bg-video > video {
        width: 100%;
    }
}

.room-settings-button:after,
.form-control.has-error + label:after,
.row-buttons-controls button.disable.cam span:before,
.row-buttons-controls button.disable.mic span:before,
.row-buttons-controls button.disable.share span:before,
.row-buttons-controls button.disable.subtitle span:before,
.row-buttons-controls button.disable.leave span:before,
.row-buttons-controls button.disable.archive span:before,
.row-buttons-controls button.cam span:before,
.row-buttons-controls button.mic span:before,
.row-buttons-controls button.share span:before,
.row-buttons-controls button.subtitle span:before,
.row-buttons-controls button.leave span:before,
.row-buttons-controls button.archive span:before,
.row-buttons-controls button.config span:before,
.stage-controls button.switch-room span:before,
.stage-controls button.select-all span:before,
.stage-controls button.mute-all span:before,
.live-chat .header span:after,
.live-chat .field-msg .upload:before,
.cnt-form .outer-item-form.mail:before,
.cnt-form .outer-item-form.pw:before,
.cnt-form .outer-item-form.language:before,
.cnt-form .outer-item-form.language:after,
.cnt-form .outer-item-form.select-item:after,
.cnt-tab .prev:before,
.cnt-tab .next:before,
span[class^="ico-status-"]:before,
.callbox .actions a:before,
.chat-swipe span:after,
.no-chat .chat-swipe span:after,
.exit-button:after,
.cnt-video.no-audio:after,
.close-page:after,
.exit-stand:after,
.no-audio:after,
.open-fullscreen:before,
ul.check-list li.valid:before,
ul.check-list li.invalid:before,
#exhibition-area-type.grid:before,
#exhibition-area-type.list:before {
  font-family: 'MyDigitalExpo';
  font-style: normal
}

.cnt-video {
    position: relative;
    padding-bottom: 56.6%;
    height: 0;
    overflow: hidden
}
.cnt-video iframe, .cnt-video embed, .cnt-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0
}

.spacer-5 {
    margin: 5px 0;
    border-color: transparent !important;
}

.m-0 { margin: 0 !important; }
.m-10 { margin: 10px !important; }
.m-20 { margin: 20px !important; }
.m-t-0 { margin-top: 0 !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-20 { margin-top: 20px !important; }
.m-r-0 { margin-right: 0 !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-20 { margin-right: 20px !important; }
.m-r-30 { margin-right: 30px !important; }
.m-l-0 { margin-left: 0 !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-20 { margin-left: 20px !important; }
.m-l-30 { margin-left: 30px !important; }
.m-b-0 { margin-bottom: 0 !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-b-30 { margin-bottom: 30px !important; }
.m-b-40 { margin-bottom: 40px !important; }
.m-b-50 { margin-bottom: 50px !important; }
.m-b-60 { margin-bottom: 60px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-20 { padding-top: 20px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-20 { padding-right: 20px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-20 { padding-left: 20px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-20 { padding-bottom: 20px !important; }

.b-t { border-top: 1px solid;
}

.pos-tl {
    position: absolute;
    top: 15px;
}
.pos-tr {
    position: absolute;
    top: 15px;
    right: 15px;
}


small, .small, .text-small {
    font-size: 0.975rem !important;
}

.text-wrap {
    display: block;
    word-wrap: break-word;
}

.form-control.has-error {
    border-bottom: 1px solid #e74a25 !important;
    background-color: rgba(0, 0, 0, .08) !important;
}
.form-control.has-error + label {
    
}
.form-control.has-error + label:after {
    content: "\f071";
    display: inline;
    margin-left: 10px;
    color: #e74a25;
}
.has-error .form-control, .has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #e74a25 !important;
}

.dropdown-menu {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .05)!important;
    -webkit-box-shadow: 0!important;
    -moz-box-shadow: 0!important;
    padding-bottom: 8px;
    margin-top: 0;
    top: 40px;
}

.dropdown-menu > li > a {
    padding: 9px 20px
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: #f7fafc
}

ul.language-switcher {
    display: flex !important;
}
ul.language-switcher > li {
    cursor: pointer;
    padding-right: 8px !important;
    padding-left: 0 !important;
}
ul.language-switcher > li.selected {
    cursor: default;
    font-weight: 400;
    padding-right: 8px !important;
    padding-left: 0 !important;
}
ul.language-switcher li:not(:last-child):after {
    content: '|';
    margin-left: 8px;
    font-weight: 100;
}

.form-group {
     margin-bottom: 20px;
}


.custom-form .row {
    margin-bottom: 10px;
}
.form-group.label2 label {
    font-size: 0.85em;
    font-weight: 200;
}
.form-group.label2.custom-select::after {
    transform: inherit;
}

.form-group.flt-label {
    position: relative;
}
.form-group.flt-label input::placeholder,
.form-group.flt-label textarea::placeholder {
    opacity: 0;
}
.form-group.flt-label label:not(.error) {
    position: absolute;
    top: 0;
    left: 15px;
    transform: translate(-5px, 15px);
    font-size: 1em;
    transition-duration: 300ms;
    font-weight: 200;
    color: inherit;
    opacity: .7;
    letter-spacing: .1rem;
}
.form-group.flt-label textarea + label:not(.error) {
    transform: translate(-5px, 10px);
}
.form-group.flt-label input:focus + label:not(.error),
.form-group.flt-label input:focus-within + label:not(.error),
.form-group.flt-label input:not(:placeholder-shown) + label:not(.error),
.form-group.flt-label select:focus + label:not(.error),
.form-group.flt-label select:focus-within + label:not(.error),
.form-group.flt-label select:not(:placeholder-shown) + label:not(.error) {
    font-size: 0.85em;
    font-weight: 400;
    color: #c8c8c8;
    transform: translate(-15px, -10px);
    opacity: 1;
}
.form-group.flt-label textarea:focus + label:not(.error),
.form-group.flt-label textarea:focus-within + label:not(.error),
.form-group.flt-label textarea:not(:placeholder-shown) + label:not(.error) {
    font-size: 0.85em;
    font-weight: 400;
    color: #c8c8c8;
    transform: translate(-15px, -20px);
    opacity: 1;
}


button.btn.continue, button.btn.back, button.btn.conferma {
    margin: 15px 0 30px;
}
button.btn i {
    margin: 0 5px;
}

.icon_x2 {
    font-size: 1.25rem;
}
.icon_x3 {
    font-size: 1.5rem;
}

.red {
    color: #eb4b3e;
}
.green {
    color: #2ba600;
}
.orange {
    color: #d07400;
}
.grey {
    color: #555555;
}
.required {
    color: #eb3030;
}

/*
h2.line-through {
    border-bottom: 1px solid #ffffff;
    line-height: 0.1em;
    margin: 10px 0 20px;
    text-align: center;
    width: 100%;
}
*/
h2.line-through, h3.line-through {
  overflow: hidden;
  text-align: center;
}
h2.line-through:before, h2.line-through:after,
h3.line-through:before, h3.line-through:after
 {
  background-color: #ffffff;
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
h2.line-through:before, h3.line-through:before {
  right: 0.5em;
  margin-left: -50%;
}
h2.line-through:after, h3.line-through:after {
  left: 0.5em;
  margin-right: -50%;
}

sup {
    top: -.3em;
    left: .2em;
}

.popover.right {
    margin-left: 15px;
}
.popover.right > .arrow {
    margin-left: 0;
}
.popover.right > .arrow:hover {
    border-right-color: #ffffff;
}
.popover-title, .popover-content {
    color: #000000;
}

.label-control {
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #888;
    color: #fff;
    letter-spacing: 2px;
}

label.error {
    font-size: .8rem;
    font-weight: 400;
    position: absolute;
    right: 0;
    color: #dd0000;
    text-transform: uppercase;
    padding: 2px 10px;
    background-color: #ffffff;
    border-radius: 2px;
}
.checkbox label.error {
    display: none !important;
}

.checkbox {
    display: flex;
    align-items: start;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

input, textarea, .custom-select select, .input-group .input-group-addon {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #888 !important;
    letter-spacing: 0.125rem;
    font-size: 16px !important;
}
input.no-border, textarea.no-border, .custom-select select.no-border, .input-group.no-border .input-group-addon.no-border {
    border: none !important;
}
input.full-border, textarea.full-border, .custom-select select.full-border, .input-group.full-border .input-group-addon.full-border {
    border: 1px solid #fff !important;
}
textarea {
    border: 1px solid #888 !important;
}
.custom-select {
    font-size: inherit;
    font-weight: inherit;
    width: 100%;
}
.custom-select select {
    -webkit-appearance: none;
}
.custom-select select option {
    color: #000;
    background-color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    line-height: 1.1rem
}
.custom-select select option:hover,
.custom-select select option:checked {
    color: #000;
}
.custom-select::after {
    content: "\f078";
    font-family: 'FontAwesome';
    right: 15px;
    color: #fff;
    font-size: 1.125rem;
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.page-header {
    display: flex;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 2px;
    width: 100%;
}
.page-header  h3 {
    font-size: 1.125rem;
}
.page-header .left-side {
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
}
.page-header .left-side > span {
    position: absolute;
    right: 0;
    margin-right: 20px;
    font-weight: 600;
    background-color: #b60000;
    padding: 0 10px;
    border-radius: 3px;
}
.page-header .right-side {
    display: flex;
    align-items: center;
    /*
    text-align: right;
    width: 25%;
    position: relative;
    */
}
.page-header .right-side span {
    position: relative;
}
.page-header .right-side .room-counter span {
    white-space: nowrap;
}
#guest .meeting-room-content {
   display: none; 
}

#meeting-room .page-header .left-side {
    display: table-cell;
    width: 75%;
    position: relative;
    align-items: center;
}
#meeting-room .page-header .right-side > span {
    /*
    position: absolute;
    left: 0;
    margin-left: 20px;
    */
    font-weight: 600;
}
#meeting-room .page-header .right-side .room-counter {
    display: contents;
    font-weight: 600;
}
#meeting-room .page-header .right-side .room-counter span {
    white-space: nowrap;
}
#meeting-room .page-header .right-side .room-counter i {
    margin-right: 3px;
}
#meeting-room .page-header .right-side .room-counter span.connections_count {
    margin-left: 3px;
    text-align: center;
    min-width: 25px
}

a, a:link {
  text-decoration: none;
  transition: all .6s ease
}
button {
  transition: all .6s ease
}
button:before, button:after {
  transition: all .6s ease
}
button:before, button:after {
  font-weight: normal
}
a:after, a:before {
  transition: all .6s ease
}
a:hover {
  text-decoration: none
}

a.thin, a.strong {
    text-decoration: none;
}
a.thin:hover, a.strong:hover {
    text-decoration: none;
}


.section {
    padding-top: 0;
    padding-bottom: 10px;
}


body .main-wrapper {
    height: calc(100% - 0px);
}

body.error-open .main-wrapper {
    background-color: rgba(0, 0, 0, .75);
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

body .main-wrapper > div.content {
    /*height: calc(100% - 50px);*/
}

body .main-wrapper #bg-virtual {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;
}

body .main-wrapper #bg-virtual img,
body .main-wrapper #bg-virtual video {
    width: 100%;
    height: auto;
}

body .main-wrapper #bg-virtual video {
    object-fit: fill;
}

body map > div {
    border: 2px solid #8BC6D3;
}

.area-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.area-container > img {
    position: absolute;
    top: 0;
    height: calc(100% - 0px) !important;
}
.area-container > video {
  position: absolute;
  top: 0;
  height: calc(100% - 0px) !important;
}

.errors {

}
.errors .alert {
    padding-left: 25px;
    z-index: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);;
    font-size: 18px;
    max-width: 70%;
    min-width: 20%;
}
.errors .alert::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 32px;
    text-rendering: auto;
}
.errors .alert-success::before {
    content: "\f00c";
}
.errors .alert-success .close::before,
.errors .alert-success .close::after {
    background: #ffffff;
}
.errors .alert-success {
    background-color: rgba(50, 198, 130, 0.9);
    border-color: rgb(50, 198, 130);
    color: #ffffff;
}

.errors .alert-warning::before {
    content: "\f00c";
}
.errors .alert-warning .close::before,
.errors .alert-warning .close::after {
    background: #000000;
}
.errors .alert-warning {
    background-color: rgba(238, 191, 49, 0.9);
    border-color: rgb(238, 191, 49);
    color: #ffffff;
}

.errors .alert-danger::before {
    content: "\f071";
}
.errors .alert-danger .close::before,
.errors .alert-danger .close::after {
    background: #ffffff;
}
.errors .alert-danger {
    background-color: rgba(255, 85, 73, 0.9);
    border-color: rgb(255, 85, 73);
    color: #ffffff;
}

.errors ul {
    display: inline-grid;
    list-style: none;
    margin-left: 10px;
    
    vertical-align: super;max-width: 85%;
}

.error-panel {
    display: none;
    position: fixed;
    top: 10px;
    right: 100px;
    /*opacity: 0.8;*/
    /*padding: 15px;*/
    min-width: 200px;
    min-height: 60px;
    z-index: 1000;
}
.error-panel-backdrop {
    display: none;
    background-color: #000;
    z-index: 99;
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: .5;
}
.error-panel.alert-bottom {
	top: inherit;
	bottom: 0;
	left: 50%;
	min-width: 80%;
	min-height: 80px;
	transform: translateX(-50%);
	text-align: center;
}
/*.error-panel.alert-bottom {
	left: 0;
    min-width: 0;
    min-height: 0;
    margin-bottom: 0;
    width: 100%;
    height: 33px;
    padding: 3px 25px 3px 3px;
    border-radius: 0;
    transform: inherit;
}*/
.error-panel.alert-popup {
    display: flex;
    position: absolute;
	top: 50%;
	left: 50%;
    right: inherit;
	min-width: 480px;
	min-height: 80px;
	transform: translate(-50%, -50%);
    align-items: center;
}
.error-panel.alert-popup strong,
.error-panel.alert-popup span {
    font-size: 1.3rem;
}
.error-panel.alert-popup button {
    position: absolute;
    top: 10px;
    right: 10px;
}
.error-panel strong {
    margin-right: 10px;
}
.error-panel.alert-success {
    background-color: rgba(50, 198, 130, 0.9);
    border-color: rgb(50, 198, 130);
    color: #ffffff;
}
.error-panel.alert-warning {
    background-color: rgba(238, 191, 49, 0.9);
    border-color: rgb(238, 191, 49);
    color: #ffffff;
}
.error-panel.alert-danger {
    background-color: rgba(255, 85, 73, 0.9);
    border-color: rgb(255, 85, 73);
    color: #ffffff;
}


label {
    color: #d8d8d8;
}

label.switch {  
    text-align: left;
    width: 40px;
    height: calc(40px / 2);
    border-radius: 10px;    
    background-color: #27a622;
    display: inline-block;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
}
label.switch.switch-sm {  
    width: 35px;
    height: calc(35px / 2);
    margin-left: 5px;
    vertical-align: sub;
}

label.switch > span {
    display: block;
    width: 100%;
    height: 100%;
}

label.switch > input[type="checkbox"] {
    opacity: 0;
    position: absolute;
} 

label.switch > span:before, label.switch > span:after {
    content: "";
    cursor: pointer;
    position: absolute;
}

/*
label.switch > input[type="checkbox"]:focus ~ span {
    box-shadow: 0 0 0 4px #43b556; 
}

label.switch > input[type="checkbox"]:checked:focus ~ span {
    box-shadow: 0 0 0 4px #fff;
}
*/


label.switch > span {
    border-radius: 25px;    
}

label.switch > span:before {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #aaaaaa;
    border-radius: 10px;
    transition: opacity .2s ease-out .1s, transform .2s ease-out .1s;
    transform: scale(1);
    opacity: 1;
}

label.switch > span:after {
    top: 50%;
    z-index: 3;
    transition: transform .4s cubic-bezier(0.44,-0.12, 0.07, 1.15);
    width: calc(40px / 2);
    height: calc(40px / 2);
    transform: translate3d(0, -50%, 0);
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);  
}
label.switch.switch-sm > span:after {
    width: calc(35px / 2);
    height: calc(35px / 2);
}

label.switch > input[type="checkbox"]:checked ~ span:before {
    transform: scale(0);
    opacity: .7;
}

label.switch > input[type="checkbox"]:checked ~ span:after {
    transform: translate3d(100%, -50%, 0);
}


.maintenance h1 {
    color: #ffffff;
    padding: 80px 0;
}


#divLoading .loader-wrapper {
    top: 40%;
    position: absolute;
    z-index: 1000;
    width: 100%;
}
#divLoading .loader-wrapper .loader {
    border: 6px solid #dedede !important;
    border-radius: 50%;
    border-top: 6px solid #999999 !important;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    -webkit-animation: spin_loader 1s linear infinite;
    animation: spin_loader 1s linear infinite;
}
#divLoading .loader-wrapper .text {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 9999;
    font-size: 22px;
    font-style: 600;
    letter-spacing: 3px;
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
}

@-webkit-keyframes spin_loader {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin_loader {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

body.mobile nav.navbar {
    display: none;
}

.navbar {
    z-index: 1;
}
.navbar-header {
    display: flex;
}
.navbar-header a {
    align-items: center;
    display: flex;
}
.navbar-header .navbar-brand img,
.navbar-header .navbar-partners img {
    height: 50px;
}
.navbar-header .bottomtimer {
    padding: 18px;
    display: inline-block;
}
.navbar-header .bottomtimer em {
    /*font-family: 'Arial';*/
}

.g-recaptcha > div {
    margin: 0 auto;
}

#login .container form > div,
#register .register-header,
#register-details .register-details-header,
#reset-password .container form > div,
#change_password .container form > div,
#privateroom form > div {
    margin-top: 40px;
}
#login .container form > div,
#register .register-content,
#register-details .register-details-content,
#reset-password .container form > div,
#change_password .container form > div,
#privateroom form > div {
    margin-bottom: 60px;
}

#register .register-content {
    display: flex;
}

@media (min-width: 768px) {
    .navbar {
        padding: 5px 20px;
    }
    .navbar-nav > li > a {
      padding-top: 10px;
      padding-bottom: 10px;
    }
}

@media (max-width: 1023px) {
    .register-left {
        display: none;
    }
    .register-right {
        margin-left: 20%;
        width: 60%;
    }
}
@media (max-width: 767px) {
    #login .container form > div,
    #register .register-header,
    #register-details .register-details-header,
    #reset-password .container form > div,
    #change_password .container form > div,
    #privateroom form > div {
        margin-top: 10px;
    }
    #login .container form > div,
    #register .register-content,
    #register-details .register-details-content,
    #reset-password .container form > div,
    #change_password .container form > div,
    #privateroom form > div {
        margin-bottom: 40px;
    }

    .navbar-header {
        display: flex !important;
        float: left !important;
        width: inherit !important;
        margin-left: 10px !important;
        align-items: center;
    }
    .navbar-header .navbar-brand a {
        display: inline-block;
        height: 75px;
        min-height: 75px;
        margin-top: 15px;
    }
    /*.navbar-header .navbar-brand img {
        height: 80px !important;
        min-height: 80px !important;
    }*/
    .navbar-header .navbar-partners {
        /*display: none;*/
        margin-left: 20px;
    }
    .navbar-header .navbar-partners img {
        width: 70%;
        height: auto;
        max-height: 40px;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-collapse .navbar-nav {
        margin-top: 1px;
        margin-bottom: 0;
        background-color: inherit;
    }

    .navbar-nav > li {
        float: left;
        border-bottom: none;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .register-right {
        margin-left: 15%;
        width: 70%;
    }
}
@media (max-width: 639px) {
    .register-right {
        margin-left: 5%;
        width: 90%;
    }
}
@media (max-width: 479px) {
    .register-right {
        margin-left: 0%;
        width: 100%;
    }
}


.vertical-nav .nav-items {
    background-color: #eb4b3e;
}
.vertical-nav .nav-items .logo-alt {
    padding: 10px 0;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: #ffffff;
    width: 100%;
}
.vertical-nav .nav-items .logo-alt img {
    width: 150px;
}
.vertical-nav .nav-items ul li a {
    font-size: 16px;
    color: #ffffff;
}
.vertical-nav .nav-items ul li a:hover {
    color: #000000;
}
.vertical-nav .nav-items ul li.dropdown > ul {
    margin-left: 15px;
}


ul.navmenu-nav {
    font-size: 16px;
    padding: 15px 10px;
}
ul.navmenu-nav li {
    border-bottom: 1px solid #d8d8d8;
    margin: 5px 0;
}
ul.navmenu-nav li.last-item {
    border-bottom: none;
}
ul.navmenu-nav li > a {
    text-decoration: none;
    margin-bottom: 5px;
}
ul.navmenu-nav li.active > a {
    color: #eb4b3e;
}
ul.navmenu-nav li > a:hover,
ul.navmenu-nav li.active > a:hover {
    background-color: #eb4b3e;
    color: #fff;
}

.navbar-custom sup {
  left: -.3em;
}

.navbar-custom {
    border-bottom: 0;
}
.navbar-custom ul.navbar-right .dropdown-menu {
    background-color: rgba(25, 25, 25, 0.85);
    border-radius: 3px;
}
.navbar-custom ul.navbar-right .dropdown-menu li > a {
    color: rgba(255, 255, 255, 0.85) !important;
}
.navbar-custom ul.navbar-right .dropdown-menu li > a > i {
    margin-right: 10px;
}
.navbar-custom ul.navbar-right .dropdown-menu li > a:hover {
    background-color: rgba(200, 200, 200, 0.85) !important;
    color: rgba(0, 0, 0, 0.85) !important;
}
.navbar-custom .nav li.notify {
    
}
.navbar-custom .nav li.notify a {
    padding: 0 15px;
    display: flex;
    height: 50px;
    align-items: center;
}
.navbar-custom .nav li.notify a > i {
    font-size: 2rem;
}
.navbar-custom .nav li.notify a > sup {
    position: absolute;
    left: inherit;
    right: 3px;
    top: 1px;
}
.navbar-custom .nav li.notify .notify-number {
    color: #fff;
    background-color: #eb0e0e;
}
.navbar-custom .nav li.notify .notify-number {
    padding: 3px 5px;
    border-radius: 15px 15px 15px 0;
    line-height: 1;
    vertical-align: top;
    font-size: 0.75rem;
    font-weight: normal;
}
.navbar-custom .nav li.notify > ul {
    width: 250px;
}
.navbar-custom .nav li.notify .notify-wrap {
    max-height: 350px;
    padding: 10px 15px 15px 15px;
}
.navbar-custom .nav li.notify ul.notify-content .notify-item {
    border-bottom: 1px solid #6c6c6c;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 6px;
    padding-bottom: 6px;
}
.navbar-custom .nav li.notify ul.notify-content .notify-item span {
    font-size: 0.85rem;
}
.navbar-custom .nav li.notify ul.notify-content .notify-item.readed {
    color: #d6d6d6;
    font-weight: 200;
}
/*
.navbar-custom .nav li.notify ul.notify-content .notify-item .notify-title {
    text-transform: uppercase;
    font-size: 1rem !important;
    font-weight: 400;
}
*/
.navbar-custom .nav li.notify ul.notify-content .notify-item p {
    text-transform: inherit;
    font-size: 1rem !important;
    line-height: 1.15rem;
}
.navbar-custom .nav li.notify ul.notify-content .notify-item.isnew {
    
}
.navbar-custom .nav li > a.customer-profile {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 5px;
    padding-left: 5px;
}
.navbar-custom .nav li > a.customer-profile:before {
    background-repeat: no-repeat;
    background-size: 33px auto;
    background-position: center;
    background-color: #fff;
    display: inline-block;
    width: 33px;
    height: 33px;
    content: "";
    border-radius: 16px;
    position: absolute;
    top: 10px;
    left: -27px;
}
.navbar-custom .nav li > a.customer-profile > span {
    padding: 10px;
    display: block;
    position: relative;
    line-height: 30px;
    font-size: 1.1rem;
    font-weight: 400;
    color: #fff;
}
.navbar-custom .nav li > a {
    font-size: 16px;
    transition: transform .2s;
    background-color: transparent !important;
}
.navbar-custom .nav .open > a {
    background-color: transparent !important;
    /*transform: scale(1.4);*/
}
.navbar-custom .nav li > a.logout i {
    font-size: 1.5em;
    font-weight: 100;
}



.left-column {
    padding: 0;
}
.layout2 .center-column {
    padding-left: 0;
}
.center-column {

}
/*
.team .center-column {
    margin-left: 0;
    padding-left: 0;
}
*/
.right-column {
    padding: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .center-column {
        padding-left: 0;
        padding-right: 0;
    }
}


.left-column .left-content,
.right-column .right-content,
.center-column .center-content,
.center-column .exhibitor-content,
.center-column .pages-content,
.center-column .meeting-room-content {
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 15px;
    height: 100%;
}
.center-column .meeting-room-content {
    overflow: auto;
    padding: 0;
}

.center-column .meeting-room-content .page-header {
    padding-right: 15px;
    padding-left: 15px;
}

.sl-item {
    margin-top: 8px;
    margin-bottom: 16px;
}
.sl-left {
    float: left;
    z-index: 1;
    margin-right: 15px;
}
.sl-left img {
    max-width: 40px;
}
.sl-right {
    padding-left: 55px;
}
.sl-right > div {
    text-align: left;
}
.sl-date {
    font-size: 0.8rem;
    margin-left: 15px;
}

.support-messages > div {
    max-height: 250px;
}
.support-messages .sl-right p {
    font-size: 1.2rem !important;
}

#exhibitor-tab {
    height: 100%;
}
#exhibitor-tab .resp-tabs-container {
    padding-top: 10px;
}
#right-tabs .resp-tabs-container {
    height: calc(100% - 40px);
    padding-top: 10px;
}
#right-tabs .scrtabs-tabs-fixed-container {
    height: inherit
}

/*.page-body,*/
.center-column .pages-content #page,
/*.resp-tabs-container,*/
.table-content .table-body,
#right-tabs .tab_chat,
#right-tabs .tab_livefeed,
#right-tabs .tab_agenda {
    height: calc(100% - 0px);
}
#right-tabs .os-content ul,
#right-tabs .live-chat.plenary {
    height: 100%;
}

.table > thead:first-child > tr:first-child > th {
    border-bottom: 1px solid #666;
}



.navbar-custom ul.nav {
    display: flex;
}
.navbar-custom .right-menu {
    display: flex;
    transition: transform .2s;
    align-items: center;
}
.navbar-custom .right-menu .right-menu-icon {
    padding: 10px;
}
.navbar-custom .right-menu .right-menu-icon > i {
    font-size: 2em;
    font-weight: 100;
}
.navbar-custom .right-menu .right-menu-content {
    /*display: none;*/
    position: absolute;
    background-color: #ffffff;
    border-radius: 3px 0 0 3px;
    padding: 15px;
    top: 49px;
    width: 210px;
    transition: all 0.6s ease;
    transform: translateX(45px);
    transition-timing-funcion: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 167ms;
}
.navbar-custom .right-menu.open .right-menu-icon {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.navbar-custom .right-menu.open .right-menu-content {
    /*display: block;*/
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 167ms;
    transform: translateX(-169px);
}
.navbar-custom .right-menu.open .right-menu-content .right-menu-items li {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.3rem;
    color: #000000;
}
.navbar-custom .right-menu.open .right-menu-content .right-menu-items li:hover {
    cursor: pointer;
}
.navbar-custom .right-menu.open .right-menu-content .right-menu-items li > a {
    display: flex;
    align-items: center;
}
.navbar-custom .right-menu.open .right-menu-content .right-menu-items li > a > i {
    margin-right: 5px;
}
.navbar-custom .right-menu .right-menu-content .language-switcher {
    justify-content: center;
}
.navbar-custom .right-menu .right-menu-content .language-switcher > li {
    font-size: 14px;
}
.navbar-custom .right-menu .right-menu-content .language-switcher > li.selected {
    font-weight: 600;
}



.right-column .right-content .right-menu .right-menu-icon,
.right-column .right-content .conf-menu {
    position: absolute;
    right: 10px;
    margin: 8px;
    font-size: 20px;
    font-weight: 100;
    cursor: pointer;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 167ms;
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.right-column .right-content .right-menu.open .right-menu-icon {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.right-column .right-content .right-menu .right-menu-content {
    height: calc(100% - 60px);
    width: 91%;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px;
    position: absolute;
    margin-top: 42px;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 167ms;
    -ms-transform: translateX(115%);
    transform: translateX(115%);
    z-index: 100;
}
.right-column .right-content .right-menu.open .right-menu-content {
    -ms-transform: translateX(0);
    transform: translateX(0)
}
.right-column .right-content .right-menu-items {
    margin-top: 20px;
}
.right-column .right-content .right-menu-items li {
    margin-bottom: 3px;
    padding-top: 5px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 400;
    cursor: pointer;
}
.right-column .right-content .right-menu-items li a {
    color: inherit;
}
.right-column .right-menu-content ul:not(.right-menu-items) > li > span {
    text-transform: uppercase;
    font-size: 1.15rem;
    font-weight: 400;
}
.right-column .right-menu-content ul:not(.right-menu-items) > li > ul {
    padding-left: 5px;
    margin-top: 5px;
}

.program-filters {
    font-size: 1.15rem;
}
.program-filters label {
    font-size: 1.15rem;
}

#program-tab .resp-tab-item {
    
}
#program-tab .resp-tab-item span {
    font-size: 1.35rem;
}
#program-tab .program-list > li {
    margin-bottom: 10px;
}
#program-tab .program-list .program-item {
    position: relative;
    border: 1px solid #aaa;
    padding: 10px 20px;
    background-color: rgba(50, 50, 50, .8);
    border-radius: 3px;
    transition: all 1s ease;
}
#program-tab .program-list .program-item.highlights {
    border-color: #aa0;
    background-color: rgba(88, 88, 30, .8);
    border-width: 2px;
    transition: all .5s ease;
}
#program-tab .program-list .program-item .block-left {
    display: inline-block;
    vertical-align: top;
    width: 15%;
}
#program-tab .program-list .program-item .block-right {
    display: inline-block;
    vertical-align: top;
    width: 84%;
}
#program-tab .program-list .program-item .time {
    text-align: center;
    font-size: 1rem
}
#program-tab .program-list .program-item .time span {
    font-size: 1.35rem;
    font-weight: 400;
}
#program-tab .program-list .program-item .type {
    margin-top: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.05rem;
    justify-content: space-between;
}
#program-tab .program-list .program-item .actions {
    margin-top: 10px;
    text-align: center;
}
#program-tab .program-list .program-item .actions a {
    margin: 0 5px;
}
#program-tab .program-list .program-item .actions > a > i {
    font-size: 1.75rem;
}
#program-tab .program-list .program-item .expired {
    margin-top: 10px;
    text-align: center;
}
#program-tab .program-list .program-item .expired span {
    text-transform: uppercase;
    color: #ff3200;
    font-size: 1.2rem;
}
#program-tab .program-list .program-item .startsin {
    display: none;
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
}
#program-tab .program-list .program-item .startsin span {
    text-transform: lowercase;
}
#program-tab .program-list .program-item .startsin.blink {
    animation: blinker 1.5s linear infinite;
    color: #fff200;
}
#program-tab .program-list .program-item .startsin.inprogress {
    color: #32f200;
}
@keyframes blinker {
  50% {
    opacity: .3;
  }
}
#program-tab .program-list .program-item .startsin span {
    display: block;
    font-size: 1.2rem;
    padding: 5px 0;
}
.program-bookmark.book i.fa-star-o::before {
    content: "\f005";
    color: #f8f703;
}
#program-tab .program-list .program-item .block-right .actions {
    position: absolute;
    right: 30px;
    top: 10px;
}
#program-tab .program-list .program-item .block-right .actions > a {
    display: block;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 20px;
    clear: both;
}
#program-tab .program-list .program-item .block-right .actions > a > i {
    margin-left: 8px;
}
#program-tab .program-list .program-item .block-right .actions .program-gotoevent {
    display: none;
}

#program-tab .program-list .program-item .block-right .program-title {
    font-weight: 500;
    font-size: 1.4rem;
    margin-bottom: 8px;
}
#program-tab .program-list .program-item .program-owner {
    font-size: 0.85rem;
    margin-bottom: 6px;
}
#program-tab .program-list .program-item .program-owner > span {
    font-weight: 500;
}
#program-tab .program-list .program-description {

}
#program-tab .program-list .program-speakers .speakers {
    font-size: 0.85rem;
    text-transform: uppercase;
}
#program-tab .program-list .program-speakers > p {
    font-size: 0.85rem;
}
#program-tab .program-list .program-speakers > p > span {
    font-weight: 500;
}

.close::after {
    content: "";
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    width: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 101;
    height: 100%;
    display: block;
}
.close::before {
    content: "";
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 100;
    height: 100%;
    display: block;
}
.close {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}


.sortable-list .sortable {
    cursor: move;
}
.sortable-list .ui-state-highlight {
    border: 2px dashed #ffffff;
    background: rgba(0, 0, 0, 0) ;
    height: 45px;
    margin: 0 2px;
}


ul.list-radio {
    padding-left: 5px;
}
ul.list-radio li {
    list-style: none;
}
ul.list-radio li .radio {
    margin-bottom: 0;
}
ul.list-radio li .radio label {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    font-size: 14px;
}

ul.pagination {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 20px 0;
    margin: 0;
    text-align: left;
}

ul.pagination > li > a, 
ul.pagination > li > span {
    border-radius: 0 !important;
    margin-left: 0;
    padding: 8px 15px !important;
}
ul.pagination > li > span {
    background-color: #eb4b3e;
    color: #ffffff;
}
ul.pagination .prev,
ul.pagination .next {
    float: inherit;
    margin: 0;
}
ul.pagination .next a,
ul.pagination .prev a {
    background-color: #ffffff;
}
ul.pagination .next a:hover,
ul.pagination .prev a:hover {
    background-color: #000000;
}



.aside-list {
    padding: 15px;
    background-color: #fcfcfc;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.aside-list li span::before {
    content: "(";
    padding: 0 2px;
    display: inline-block;
    color: #ccc;
}
.aside-list li span::after {
    content: ")";
    padding: 0 2px;
    display: inline-block;
    color: #ccc;
}
.aside-list .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}
.aside-list .checkbox .icheckbox_square {
    font-size: 14px;
    margin: 5px 0px;
}
.aside-list .categories-list li a {
    text-transform: capitalize;
}


.upper-counter {
    background-color: #eb4b3e;
    border-radius: 15px 15px 15px 0;
    color: #fff;
    font-size: 55%;
    font-weight: normal;
    line-height: 1;
    margin-left: 2px;
    padding: 2px 5px;
    vertical-align: top;
}



.center-column .cbp-content {
    overflow: hidden !important;
    margin-top: 10px;
}


.cbp-wrapper-outer {
    overflow: visible;
}

.cbp-l-filters-alignCenter .cbp-filter-item {
    font-size: 15px;
    font-weight: 300;
    padding: 6px 20px;
    clear: both;
    display: table;
    margin: .8rem 0;
    border-radius: 3px;
    height: 40px;
    text-align: left;
    letter-spacing: 0.1rem;
    width: 100%;
}
.cbp-l-filters-alignCenter .cbp-filter-item span {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}
/*
.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    background-color: rgba(120, 120, 120, 0.7);
    color: #ffffff;
}
.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    background-color: rgba(50, 230, 30, 0.7);
    color: #ffffff;
}
*/
.cbp-l-filters-alignCenter .cbp-filter-counter {
    font-size: 16px;
    font-weight: 300;
    background-color: transparent;
    bottom: 15px;
    left: inherit;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}
.cbp-l-filters-alignCenter .cbp-filter-counter:after {
    border: none;
}
.cbp-l-filters-alignCenter .cbp-filter-item .cbp-filter-counter {
    -webkit-transform: none;
    transform: none;
}
.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
    -webkit-transform: none;
    transform: none;
}

.cbp-l-filters-alignCenter .cbp-filter-item img {
    position: absolute;
    margin-left: -35px;
    padding: 6px;
}

.main-topbar {
    display: table;
    width: 100%;
    border-bottom: 1px solid;
    min-height: 40px;
}
.main-topbar .cbp-search {
    display: table-cell;
    margin-bottom: 0;
    width: 260px;
}
.main-topbar .cbp-search-input {
    border: none !important;
    font-size: 100%;
}
/*.main-topbar .cbp-search-icon {
    pointer-events: auto;
}
.main-topbar .cbp-search-icon:hover {
    cursor: pointer;
    pointer-events: all;
}*/
.main-topbar .filters {
    max-width: 30%;
    min-width: 180px;
    margin-left: 20px;
}
.main-topbar .filters select {
    border: none !important;
}
.main-topbar .cbp-actions {
    display: table-cell;
    text-align: right;
}

#exhibition-area,
#exhibition-area .table-responsive {
    height: 100%;
}
#exhibition-area-type {
    color: #ffffff;
    padding: 2px;
    font-size: 1.625rem;
    text-decoration: none;
}
#exhibition-area-type.grid:before {
    content: "\e922"
}
#exhibition-area-type.list:before {
    content: "\ea71"
}

section.gridstack .grid-stack-item-content {
    background: #fff;
    color: #2b2b2b;
    text-align: center;
    font-size: 20px;
    overflow: hidden !important;
}
section.gridstack .grid-stack-item[data-banner="1"] .grid-stack-item-content {
    background-color: transparent;
}
section.gridstack .grid-stack-item-content .fa {
    font-size: 64px;
    display: block;
    margin: 20px 0 10px
}
section.gridstack .grid-stack-item:hover {
    cursor: pointer;
}
section.gridstack .grid-stack-item .exhibitor-name {
    transition-duration: 300ms;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: grid;
    align-items: center;
    opacity: 0;
}
section.gridstack .grid-stack-item[data-haslogo="1"]:hover .exhibitor-name {
    opacity: 1;
}
section.gridstack .grid-stack-item[data-haslogo="0"] .exhibitor-name {
    background-color: rgba(255, 255, 255, 0);
    color: #000000;
    opacity: 1;
}
section.gridstack .grid-stack-item-image {
    height: 100%;
    margin: 0 auto;
}
section.gridstack .grid-stack-item-image img {
    margin: auto !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
}

.cbp-zoom {
    position: absolute;
    right: 30px;
    bottom: 10px;
    z-index: 10;
}
.cbp-zoom > div {
    background-color: rgba(100, 100, 100, 0.6);
    color: #fff;
    padding: 10px;
    margin: 5px 0;
    cursor: pointer;
    display: block;
}
.cbp-zoom > div:hover {
    background-color: rgba(100, 100, 100, 0.9);
}




.cbp-l-filters-big {
    margin-bottom: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc;
    letter-spacing: 2px;
    text-align: center;
}
.cbp-l-filters-big .cbp-filter-item {
    margin: 0 !important;
    padding: 10px;
    border-radius: 0;
    background-color: transparent;
    border: none;
}

.cbp-l-filters-big .cbp-filter-item:hover {
    background-color: transparent;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 6px;
}
/*
os-host-scrollbar-vertical-hidden
os-host-overflow os-host-overflow-y
*/
.os-host-overflow-y .os-content {
    padding-right: 15px !important;
}

.os-content :not(.wysiwyg) p {
    font-size: 1.35rem !important;
    line-height: 1.65rem;
}
.os-content :not(.wysiwyg) a {
    font-size: 100%;
}
.right-column .right-content .right-menu .right-menu-icon,
.right-column .right-content .conf-menu {
    margin-top: 0;
    margin-bottom: 0;
}


#table-exhibitors {
    letter-spacing: 0.05rem;
}
/*
#table-exhibitors th {
    
}
#table-exhibitors tbody tr:not(:last-child) > td {
    border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}
#table-exhibitors tbody tr:hover {
    background-color: rgba(128, 128, 128, 0.25);
    cursor: pointer;
}
*/



.backdrop {
    -webkit-backdrop-filter: blur(8px);
    -moz-backdrop-filter: blur(8px);
    -o-backdrop-filter: blur(8px);
    -ms-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

#register {
    
}
#register .register-left fieldset {
    height: calc(100% - 0px);
}
#register .register-left-content {
    height: calc(100% - 0px);
}
#register-details {
    height: calc(100% - 40px);
}
#register-details .fileuploader {
    margin: 0 auto;
}
#register-details .form-content > div {
    min-height: 370px;
}
#register-details .picture {

}
#register-details .picture img {
    border: 1px solid #fff;
    padding: 5px;
    width: 100px;
    height: 100px;
}
#register-details .picture span {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 35px;
    font-size: 1.1rem;
    font-weight: 400;
}

#partner-register {
    height: calc(100% - 33px);
}

#partner-register .fileuploader {
    margin: 0 auto;
}



#login {
    
}

#content .callbox {
    position: absolute;
    width: 100%;
    display: block;
    top: 40px;
    z-index: 1000;
}
#content .callbox-backdrops {
    position: absolute;
    background-color: #000;
    z-index: 999;
    width: 100%;
    height: 100%;
    opacity: .3;
}
#content .callbox .content {
    display: block;
    margin: 0 auto;
    width: 300px;
    border: none;
    border-radius: 5px;
    padding: 15px;
    background-color: rgba(0, 0, 0, .75);
    height: 150px;
    overflow: hidden;
}
#content .callbox .img-box {
    position: absolute;
    width: 60px;
    height: 60px;
}
#content .callbox .img-box img {
    border-radius: 4px;
}
#content .callbox .member-name {
    color: #fff;
    display: inline-block;
    font-size: 1.125rem;
    padding: 5px 15px 5px 70px;
    width: 100%;
    height: 75px;
    overflow: hidden;
}
#content .callbox .member-name span {
    display: block;
    font-size: 1.1rem;
}
#content .callbox .actions {
    width: 100%;
    text-align: center;
}
#content .callbox .actions a {
    margin-left: 25px;
    margin-right: 25px;
    display: inline-flex;
    align-items: center;
}
#content .callbox .actions a span {
    font-size: 1.2rem;
    margin-left: 5px;
}
#content .callbox .actions a:before {
    font-size: 2.8rem;
    transition: transform .2s;
}
#content .callbox .actions a[name="btnAcceptCall"],
#content .callbox .actions a[name="btnAcceptCall"]:hover,
#content .callbox .actions a[name="btnAcceptCall"]:visited {
    color: #0fd900;
}
#content .callbox .actions a[name="btnAcceptCall"]:before {
    content: "\e942";
}
#content .callbox .actions a[name="btnRefuseCall"],
#content .callbox .actions a[name="btnRefuseCall"]:hover,
#content .callbox .actions a[name="btnRefuseCall"]:visited {
    color: #ee0f0f;
}
#content .callbox .actions a[name="btnRefuseCall"]:before {
    content: "\e943";
}
#content .callbox .actions a[name="btnCloseCall"],
#content .callbox .actions a[name="btnCloseCall"]:hover,
#content .callbox .actions a[name="btnCloseCall"]:visited {
    color: #ee0f0f;
}
#content .callbox .actions a[name="btnCloseCall"]:before {
    content: "\e943";
}
#content .callbox .actions a[name="btnAcceptCall"]:hover:before,
#content .callbox .actions a[name="btnRefuseCall"]:hover:before,
#content .callbox .actions a[name="btnCloseCall"]:hover:before {
    transform: scale(1.1);
}


#privateroom {
    height: calc(100% - 0px);
}
#privateroom .right-column {
    padding-right: 15px;
}
#privateroom .page-error span {
    width: 100%;
    display: block;
    font-size: 22px;
    text-align: center;
    margin-top: 40px;
}

.center-column.has_pinpad {
    padding-left: 15px;
}
.pinpad {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
}
.pinpad .pin-number {
    border-bottom: 1px solid #8c8c8c;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}
.pinpad .pin-number input {
    text-align: center;
    font-size: 4.754em !important;
    border-bottom: none !important;
    height: 55px;
}
.pinpad .pin-pad {
    width: 100%;
    height: auto;
}
.pinpad .pin-pad ul {
    display: table;
    width: 100%;
    height: auto;
}
.pinpad .pin-pad li {
    float: left;
    width: 33.3%;
    height: auto;
    align-items: center;
    display: flex;
}
.pinpad .pin-pad li button {
    border-top: none;
    border-left: none;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, 0);
    width: 100%;
    text-align: center;
    margin: 5px;
    font-size: 3.75em;
}
.pinpad .pin-pad li button:hover {
    background: rgba(255, 255, 255, .2);
}
.pinpad .pin-pad li button[name="pad-reset"]:hover {
    background: rgba(255, 0, 0, .4);
}
.pinpad .pin-pad li button[name="pad-ok"]:hover {
    background: rgba(0, 255, 0, .4);
}
.pinpad .pin-pad li button:active, .pinpad .pin-pad li button.active {
    background: rgba(255, 255, 0, .2);
}
.pinpad .pin-pad li button[name="pad-reset"].active {
    background: rgba(255, 0, 0, .4);
}
.pinpad .pin-pad li button[name="pad-ok"].active {
    background: rgba(0, 255, 0, .4);
}

#home {
    width: 100%;
    position: fixed;
}
/*
#home .main-content {
    padding-right: 0;
    padding-left: 0;
}
*/
#home .exhibitor-page,
#home .meeting-room,
#home .pages {
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 100%;
    padding: 0 15px;
    height: calc(100% - 10px);
}
#home .exhibitor-page .center-column,
#home .meeting-room .center-column,
#home .pages .center-column {
    padding-left: 0;
    height: 100%;
}

#exhibition-area-filters {
    height: calc(100% - 50px) !important;
}
#right-tabs {
    height: calc(100% - 0px) !important;
}

table.table thead {
    font-size: 1.05rem;
    text-transform: uppercase;
}
table.table tbody {
    font-size: 1.1rem;
    text-transform: uppercase;
}

table td.actions {
    display: flex;
    padding: 10px;
    align-items: center;
    float: right;
} 

.resp-tab-content .table-responsive,
.resp-tab-content .dataTables_wrapper,
.resp-tab-content .dataTables_scroll,
.resp-tab-content .dataTables_scrollBody {
    height: calc(100% - 0px);
}
.resp-tab-content .dataTables_scrollBody {
    max-height: inherit !important;
    height: calc(100% - 45px);
}


span[class^="ico-status-"] {
    display: flex;
    align-items: center;
}
span[class^="ico-status-"]:before {
    font-size: 1.3rem;
    padding-right: 15px;
}
span.ico-status-abort:before {
  content: "\e906"
}
span.ico-status-refuse:before {
  content: "\e903"
}
span.ico-status-noanswer:before {
  content: "\e903"
}
span.ico-status-done:before {
  content: "\e92e"
}

.tab_chat.cbp-item-off .cnt-chat > div,
.tab_livefeed.cbp-item-off .cnt-livefeed ul,
.tab_agenda.cbp-item-off .cnt-agenda ul {
    visibility: hidden !important;
    display: none !important;
}



#livefeed {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#livefeed.os-host {
    overflow: hidden !important;
}
#livefeed.content-scroll {
    height: calc(100% - 0px)
}
#livefeed .feed-item {
    text-align: left;
    overflow-wrap: break-word;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
}
#livefeed .feed-item:hover {
    cursor: pointer;
}
#livefeed .feed-item .feed-item-heading {
    text-transform: uppercase;
}
#livefeed .feed-item .feed-item-date span {
    font-size: 0.9rem;
}

#livefeed .feed-item .feed-item-description {
    max-height: 200px;
}
#livefeed .feed-item .feed-item-description p {
    font-size: 0.9rem !important;
    line-height: 1.15rem !important;
    margin-top: 8px;
    text-align: left !important;
}
#livefeed .feed-item .feed-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%
}
#livefeed .feed-item .feed-toggle i:hover {
    cursor: pointer;
}

#agenda {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
#agenda.os-host {
    overflow: hidden !important;
}
#agenda.agenda-team.content-scroll {
    height: calc(100% - 0px)
}
#agenda.agenda-visitor.content-scroll {
    height: calc(100% - 0px)
}
#agenda .agenda-item {
    text-align: left;
    overflow-wrap: break-word;
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 3px;
}
#agenda .agenda-item:hover {
    cursor: pointer;
}
#agenda .agenda-item .agenda-item-heading {
    text-transform: uppercase;
    margin: 3px 0 8px 0;
    text-align: center;
    font-size: 1rem;
}
#agenda .agenda-item .agenda-item-description,
#agenda .agenda-item .agenda-item-date {
    font-size: .975rem;
    font-weight: 400;
    line-height: 1.35rem;
    text-transform: uppercase;
}
#agenda .agenda-item .agenda-item-description span,
#agenda .agenda-item .agenda-item-date span {
    font-size: inherit;
    font-weight: 200;
    line-height: inherit;
    margin-left: 10px;
}


.left-content .page-header {
    padding-top: 3px;
    padding-bottom: 10px;
    text-align: center;
}

.exhibitor-content .page-header h3,
.meeting-room-content .page-header h3,
.pages-content .page-header h3 {
    display: inline-block;
    margin-bottom: 0;
}
.exhibitor-content .page-header .exit-stand,
.pages-content .page-header .close-page {
    cursor: pointer;
    color: #ffffff;
    display: flex;
    align-items: center;
}
.exhibitor-content .page-header .exit-stand > span,
.pages-content .page-header .close-page > span {
    font-size: 16px;
    margin-right: 5px;
    white-space: nowrap;
}

.exhibitor-content .page-header .exit-stand:after,
.pages-content .page-header .close-page:after {
    content: "\f52b";
}

#exhibitor .about-us-logo > img {
    width: auto;
    max-height: 65px;
}
#exhibitor .about-us-content {
    height: 100%;
}
#exhibitor .about-us-media-cover {
    width: 66%;
    position: relative;
    margin: 15px auto 0;
    border: 1px solid #000000;
}
#exhibitor .about-us-media-cover img,
#exhibitor .about-us-media-cover video {
    max-height: 205px;
    margin: 0 auto;
}
#exhibitor .about-us-description {
    margin-top: 15px;
}
#exhibitor .about-us-socials {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}
#exhibitor .team-members-list {
    height: 100%;
}

.exhibitor-broadcast {
    height: 460px;
    margin-bottom: 20px;
}
.exhibitor-broadcast aside {
    max-height: 400px;
}

/*
.thumbnail.style1.team-member {
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
}

.thumbnail.style2.team-member {
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
}
.thumbnail.style2 .img-box {
    width: 20%;
}
.thumbnail.style2 {
    padding-left: 20%;
}
.thumbnail.style2 .team-details {
    display: flex;
    padding: 10px 20px;
    height: 170px;
}
.thumbnail.style2 .team-details-left {
    width: 50%;
}
.thumbnail.style2 .team-details-right {
    width: 50%;
    margin: 10px 0;
}

.thumbnail.style2 .caption {
    padding: 0;
}
.thumbnail.style2 .caption .member-name {
    color: #000000;
    font-size: 1.4rem;
}
.thumbnail.style2 .caption > small {
    margin-bottom: 0;
}
.thumbnail.style2 .caption > small.line1 {
    color: #00aa00;
}
.thumbnail.style2 .caption > small.line2 {
    font-size: 10px;
    font-style: italic;
    color: #6c6c6c;
    text-transform: inherit;
}
.thumbnail.style2 .member-description {
    color: #000000;
    margin: 10px 0;
}
.thumbnail.style2 .member-description p {
    font-size: 1.1rem !important;
    line-height: 1.3rem;
}
.thumbnail.style2 .social {
    position: absolute;
    bottom: 10px;
}
.thumbnail.style2 .social li {
    margin-right: 3px;
}
.thumbnail.style2 .social i {
    font-size: 1.3rem;
}
.thumbnail.style2 .social i.social_facebook {
    color: #3b5999;
}
.thumbnail.style2 .social i.social_twitter {
    color: #55acee;
}
.thumbnail.style2 .social i.social_linkedin {
    color: #0077b5;
}
.thumbnail.style2 .social i.social_instagram {
    color: #e4405f;
}
.thumbnail.style2 .social i.social_whatsapp {
    color: #25d366;
}
.thumbnail.style2 .social i:hover {
    color: rgba(0, 0, 0, 0.6);
}

.member-bar {
    background-color: #000000;
    margin-bottom: 20px;
    padding: 5px 10px;
    height: 34px;
    border-radius: 0 0 2px 2px;
}
.member-bar .member-status::before {
    content: "";
    border-radius: 7px;
    display: inline-block;
    margin-right: 5px;
    width: 14px;
    height: 14px;
    position: relative;
    top: 3px;
}
.member-bar .member-status.status-unavailable {
    color: #00aa00;
}
.member-bar .member-status.status-available::before {
    background-color: #00aa00;
}
.member-bar .member-status.status-busy {
    color: #aaaa00;
}
.member-bar .member-status.status-busy::before {
    background-color: #aaaa00;
}
.member-bar .member-status.status-unavailable {
    color: #aaaaaa;
}
.member-bar .member-status.status-unavailable::before {
    background-color: #aaaaaa;
}
.member-bar button {
    float: right;
}
.member-bar button.chatmember {
    margin-right: 10px;
}
.member-bar > ul {
    text-align: right;
}
*/





/* NUOVO */

.team-item {
    display: flex;
    border: 2px solid;
    border-radius: 2px;
    margin-bottom: 15px;
    height: 115px;
}
.team-item .style1.team-member,
.team-item .style2.team-member {
    display: flex;
    position: relative;
    width: 100%;
}
.team-item .style2 .img-box {
    display: inherit;
    position: relative;
    width: 110px;
}
.team-item .style2 .img-box > img {
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 5px;
    width: 100px;
    transition: all 0.5s ease-out;
}
.team-item:not(.online) .style2 .img-box > img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease-out;
}
.team-item .style2 .img-box .team-info {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: calc(100% - 10px);
    margin: 5px;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: all 0.5s ease-out;
}
.team-item .style2 .img-box .team-info:hover {
    opacity: 1;
}
.team-item .style2 .img-box .team-info > a {
    margin: 0 auto;
}
.team-item .style2 .team-details {
    position: relative;
    padding: 12px;
    padding-bottom: 30px;
    width: 100%
}
.team-item .style2 > .team-info {
    position: absolute;
    right: 15px;
    top: 15px;
}
.team-item .style2 .team-details-bottom {
    position: absolute;
    bottom: 10px;
}
.team-item .style2 .caption {
    padding: 0;
}
.team-item .style2 .caption .member-name {
    font-size: 1.3rem;
}
.team-item .style2 .caption > small {
    font-size: 10px;
    color: #c6c6c6;
    display: block;
    text-transform: inherit;
    margin-bottom: 0;
}
.team-item .style2 .caption > small.line2 {
    font-style: italic;
}
.team-item .style2 .social {
    display: flex;
}
.team-item .style2 .social li {
    margin-right: 10px;
}
.team-item .style2 .social i {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
}
.team-item .style2 .social i:hover {
    color: rgba(255, 255, 255, 1);
}
.team-item .member-bar {
    padding: 10px 20px 10px 10px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.team-item .member-bar a:not(:last-child) {
    margin-right: 20px;
}
.team-item .member-bar a.callmember {
    color: #0fd900;
}
.team-item .member-bar a.chatmember {
    color: #5580ff;
}
.team-item .member-bar a.appointment {
    color: #d5de00;
}
.team-item .member-bar a > i {
    font-size: 32px;
}
.team-item .member-status > span {
    position: absolute;
    bottom: 7px;
    left: 12px;
    font-size: 12px;
    text-transform: uppercase;
    color: #3c3c3c;
}
.team-item .member-status > span::before {
    content: "";
    border-radius: 6px;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 12px;
    position: relative;
    top: 3px;
}
.team-item .member-status span.status-available::before {
    background-color: #00aa00;
}
.team-item .member-status span.status-busy::before {
    background-color: #aa0000;
}
.team-item .member-status span.status-unavailable::before {
    background-color: #3c3c3c;
}


/* END NUOVO */


.rooms-list {
    
}
.rooms-list .room-item {
    display: flex;
    border: 2px solid #ffffff;
    padding: 10px 15px;
    margin-top: 10px;
    align-items: center;
}
.rooms-list .room-item:hover {
    cursor: pointer;
}
.rooms-list .room-item .room-name {
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: uppercase;
}
.rooms-list .room-item a {
    position: absolute;
    right: 20px;
    font-size: 2rem;
    padding: 0 10px;
}


.right-content .scrtabs-tab-container {
    width: 85%;
}
.scrtabs-tab-scroll-arrow {
    border: none !important;
}
.scrtabs-tab-scroll-arrow:hover {
    background-color: rgba(200, 200, 200, .5) !important;
}
.scrtabs-tab-scroll-arrow > span {
    width: 12px !important;
    height: 12px !important;
}
.scrtabs-tabs-movable-container {
    transition: 0.5s !important;
}

ul.resp-tabs-list {
    width: max-content;
}
.resp-tabs-list li {
	font-weight: 400;
	font-size: 16px;
    padding: 7px 15px !important;
    height: 40px;
}
.resp-tabs-list li.resp-tab-active {
	color: #fff;
}
.resp-tab-item,
.resp-tab-active {
    background-color: rgba(0, 0, 0, 0) !important;
    border-top: 2px solid rgba(200, 200, 250, 0.2) !important;
	padding: 5px 14px 5px 14px !important;
    text-transform: uppercase;
}
.resp-tab-active {
    border-top-width: 2px solid  !important;
    border-top-style: solid !important;
    border-top-color: #ffffff;
}
.resp-tabs-container {
    background-color: rgba(0, 0, 0, 0) !important;
}
.resp-tabs-container .resp-tab-content {
	padding: 0;
    height: 100%;
}
.resp-tab-content {
    border: none;
}

.exhibitor-left-content.content-scroll h2.resp-accordion {
    display: flex !important;
    background-color: rgba(0, 0, 0, .25) !important;
    border-top: 2px solid rgba(200, 200, 250, 0.2);
	padding: 5px 14px 5px 14px !important;
    text-transform: uppercase;
}
.exhibitor-left-content.content-scroll h2.resp-accordion:hover,
.exhibitor-left-content.content-scroll h2.resp-accordion.resp-tab-active {
    background-color: rgba(64, 64, 64, .25) !important;
}
.exhibitor-left-content.content-scroll h2.resp-accordion > span:first-child {
    height: 30px;
}
.exhibitor-left-content.content-scroll h2.resp-accordion > span:first-child:before {
    line-height: 30px;
    color: #ffffff;
}

.table-content {
    height: 100%;
}
.table-content .table-header {
    display: flex;
    padding-top: 5px;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    height: 50px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 500;
    align-items: center;
}
.table-content .table-row {
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}
.table-content .table-cel {
    padding: 0 10px;
}
.table-content .table-body {
    font-size: 1rem;
}
.table-content .table-body .table-row {
    padding: 10px 0;
    border-bottom: 1px solid #636363;
    height: 80px;
    font-weight: 400;
}
.table-content .table-cel.no-data {
    width: 100% !important;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.15rem;
}

.tab-contacts .table-cel,
.tab-lost-contacts .table-cel,
.tab-chats .table-cel,
.tab-stands-visited .table-cel {
    width: 20%;
    color: #ffffff;
}
.tab-contacts .table-cel.date,
.tab-contacts .table-cel.image,
.tab-lost-contacts .table-cel.date,
.tab-lost-contacts .table-cel.image,
.tab-chats .table-cel.date,
.tab-chats .table-cel.image {
    width: 10%;
}
.tab-contacts .table-cel:last-child,
.tab-lost-contacts .table-cel:last-child,
.tab-chats .table-cel:last-child {
    width: 20%;
}

.tab-stands-visited .table-body .table-row {
    padding: 10px 0;
    height: 40px;
}
.tab-stands-visited .table-cel:last-child {
    width: 5%;
}


#privacyexhibitorlist .table-body .table-row {
    height: 50px;
}
#privacyexhibitorlist .table-cel {
    width: 50%;
}
#table-exhibitors .table-body {
    height: calc(100% - 55px);
}
#table-exhibitors .table-body .table-row {
    min-height: 50px;
    height: auto;
    align-items: start;
}
#table-exhibitors .table-body .table-row:hover {
    background-color: rgba(255, 255, 255, .1);
}
#table-exhibitors .table-cel {
    width: 20%;
}
#table-exhibitors .table-cel ul li {
    margin-bottom: 5px;
}


.elements-list {
	display: flex;
	border: 2px solid rgba(255, 255, 255, 0.35);
    align-items: center;
	margin-bottom: 7px;
	border-radius: 2px;
	cursor: pointer;
}
.elements-list:hover {
	border: 2px solid rgba(255, 255, 255, 0.45);
}
.elements-list a {
	color: #ffffff;
}
.elements-list > i {
    color: #ffffff;
	font-size: 20px;
}
.elements-list .element-name i {
	font-size: 28px;
}
.elements-list .element-name {
	display: flex;
	/*min-height: 40px;*/
	padding: 8px;
    align-items: center;
	width: calc(100% - 35px);
}
.elements-list .element-name span {
    font-size: 1.1rem;
	margin-left: 10px;
}



table .img-thumb {
    width: 50px;
}


.socials-list {
    display: inline-block;
	margin: 5px 0 0 0;
	padding: 0;
}
.socials-list li {
	padding: 0;
	margin: 0;
	display: inline;
	list-style: none;
	line-height: 1;
}
.socials-list li a {
	margin: 0 4px;
	text-decoration: none;
}


#reportsCurrentVisitors,
#reportsCurrentVisitors .body-cnt {
    height: calc(100% - 0px);
}


.member-box {
	display: inline-block;
    display: -webkit-inline-flex;
	width: 140px;
	height: 196px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.member-box .team-member.thumbnail {
    margin-bottom: 0;
    border-radius: 4px;
}
.member-box .team-member.thumbnail img {
    vertical-align: inherit;
}
.member-box .team-member .details {
	bottom: 0;
	padding: 10px;
}
.member-box .team-member .details span {
	display: block;
    min-height: 50px;
}
.thumbnail.style3 .details .social {
	margin-top: 10%;
}
.thumbnail.style3 .caption {
	padding: 5px;
	height: 45px;
	overflow: hidden;
}
.member-box .member-name {
    color: #000;
    font-size: 0.7rem;
    font-weight: 600;
}



.startsession .itemboxes {
    width: 100%;
    display: inline-flex;
}
.startsession .itembox {
    cursor: pointer;
    width: 220px;
    height: 180px;
    border: 1px solid #fff;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    display: inline-grid;
    background: rgba(0, 0, 0, .3);
}
.startsession .itembox.disabled,
.startsession .itembox.disabled * {
    cursor: not-allowed !important;
    opacity: .65;
}
.startsession .itembox.checked,
.session-config .program-item.checked {
    border-width: 2px;
}
.startsession .itembox i {
    font-size: 5rem;
}
.startsession .itembox span {
    font-size: 1.4rem;
}
.startsession .itembox input[type=radio],
.session-config .program-item input[type=radio] {
    opacity: 0;
    position: absolute;
}
.startsession .actions {
    display: inline-flex;
    width: 100%;
}
.startsession .actions button {
    margin: 0 auto;
}




.session-config .program-items {
    height: 180px;
}
.session-config .program-items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.session-config .program-items ul li {
    display: flex;
    margin-bottom: 10px;
}
.session-config .program-item {
    display: grid;
    padding: 5px 10px;
    border: 1px solid;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
    opacity: .6;
    width: 100%;
}
.session-config .program-item .status {
    position: absolute;
    bottom: 5px;
    right: 25px;
    text-transform: uppercase;
    font-size: .9rem;
}
.session-config .program-item.program-new {
    border-color: rgba(255, 255, 255, 1);
    cursor: pointer;
    opacity: 1;
}
.session-config .program-item.program-new .status {
    color: rgba(255, 255, 255, 1);
}
.session-config .program-item.program-active {
    border-color: rgba(0, 200, 0, 1);
    cursor: pointer;
    opacity: 1;
}
.session-config .program-item.program-active .status {
    color: rgba(0, 200, 0, 1);
}
.session-config .program-item.program-close {
    border-color: rgba(200, 0, 0, 1);
    cursor: not-allowed !important;
    opacity: .65;
}
.session-config .program-item.program-close .status {
    color: rgba(200, 0, 0, 1);
}
.session-config .program-item .title {
    font-weight: 500;
    margin-bottom: 5px;
}
.session-config .program-item .date {
    font-style: italic;
}


#test-page {
    height: calc(100% - 5px);
    padding: 15px;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
}
#test-page .section {
    background-color: rgba(32, 32, 32, .5);
    padding: 10px 15px 15px 15px;
    margin-bottom: 15px;
}
#test-page .title {
	font-size: 1.2rem;
    padding: 2px 0 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
#test-page .left-content {
	width: 30%;
	overflow: hidden;
    color: #fff;
}
#test-page .right-content {
	width: 70%;
    padding: 10px 15px;
}
#test-page ul.check-list {
    font-size: 1.25rem;
}
#test-page ul.check-list li.valid:before {
    content: "\e92e";
    color: #00aa00;
}
#test-page ul.check-list li.invalid:before {
    content: "\e906";
    color: #aa0000;
}
#test-page ul.check-list li {
    padding-left: 25px;
    margin-left: 20px;
    font-size: 1.475rem;
}
#test-page ul.check-list li span {
    margin-left: 10px;
}
#test-page .content {
    height: 100%;
    padding: 20px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
#test-page .content.test {
	padding: 0;
	height: calc(100% - 30px);
	position: relative
}
#test-page .back-button {
    margin-bottom: 0;
}
#test-page .back-button button {
    margin-bottom: 10px;
}


#meeting-room {
    height: calc(100% - 5px);
}
#meeting-room .notice {
    position: absolute;
    bottom: 55px;
    margin-right: 20px;
    margin-left: 20px;
    /*transform: translate(-50%, -50%);*/
    background: rgba(200, 0, 0, .5);
    border-radius: 3px;
    padding: 3px 45px 3px 15px;
    z-index: 100;
}
#meeting-room .notice span {
    font-size: 1.2rem;
    color: #fff;
}
#meeting-room .content-main {
    width: 100%;
    height: calc(100% - 86px);
    padding: 0 10px 10px 10px;
    /*background: transparent;
    position: relative;
    float: left;*/
}
#meeting-room.no-chat .content-main {
    width: 100%;
}
#meeting-room #share .audio-input {
    bottom: 0;
    position: absolute;
    right: 0;
}
#meeting-room #share .audio-input select[name="audioSource"] {
    font-size: 15px;
    color: #fff;
    background: transparent;
    text-align: right;
}
#meeting-room #share .audio-input select[name="audioSource"] option {
    direction: rtl;
}


.exhibitor-broadcast #meeting-room .content-main {
	width: 75%;
}

/*
#meeting-room .content-main {
    height: calc(100% - 134px);
    padding: 0 20px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
*/
#meeting-room .content {
    overflow: hidden
}
#meeting-room .controls:before {
    width: calc(100% - 0px);
    /*left: 20px*/
}
#meeting-room .controls,
#meeting-room .stage-controls {
    background-color: rgba(0,0,0,0.6);
    height: 50px;
}
#meeting-room .stage-controls {
    height: 45px;
    margin-bottom: 5px;
}
#meeting-room aside {
    width: 20%;
    height: calc(100% - 70px);
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: absolute;
    right: 30px;
    padding-left: 10px;
}
.exhibitor-broadcast #meeting-room aside {
	width: 25%;
}
#meeting-room .content {
    height: 100%;
    padding: 20px 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#meeting-room .content.room,
#meeting-room .content.stage {
	padding: 0;
	height: calc(100% - 0px);
	position: relative;
}
.exhibitor-broadcast #meeting-room .content.room {
	height: calc(100% - 10px);
}
#meeting-room .content .left-content {
	width: 36%;
	overflow: hidden;
}
#meeting-room .content .right-content {
	width: 54%
}

#meeting-room .content-main {
    transition: width .6s ease
}

#meeting-room .content-main.moderated .content.room {
    padding-right: 10px;
    border-right: 1px solid;
    display: inline-block;
    width: 75%;
}
#meeting-room .content-main.moderated .content.stage {
    width: 24%;
    display: inline-block;
}
#meeting-room .content-main.moderated .content.stage > div.content-scroll {
    height: calc(100% - 50px);
}

#meeting-room aside {
	opacity: 1;
	transition: opacity 1s ease;
	transition: width .6s ease
}

#tools-controls {
    height: 100%;
}
#tools-controls > div.content-scroll {
    height: calc(100% - 45px);
}
#tools-controls label {
    font-size: 1.1rem;
    border-bottom: 1px solid #ffffff;
    margin-top: 10px;
    margin-bottom: 8px;
    padding-bottom: 3px;
    width: 100%;
}
#tools-controls label a {
    display: inline-flex;
    position: absolute;
    right: 15px;
    font-size: 1.375rem
}
#tools-controls .os-host-scrollbar-vertical-hidden label a {
    right: 0;
}
#tools-controls label a:hover {
    cursor: pointer;
}
#tools-controls button span {
    font-size: 100%;
}
#tools-controls button.archive {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
#tools-controls button.archive.active {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
#tools-controls .speakers-list ul li,
#tools-controls .polls-list ul li {
    background-color: rgba(0, 0, 0, .25);
    padding: 4px 6px;
    min-height: 50px;
    border-radius: 3px;
    /*display: flex;*/
    margin-bottom: 3px;
}
#tools-controls .speakers-list ul li:hover,
#tools-controls .polls-list ul li:hover {
    cursor: pointer;
    background-color: rgba(32, 32, 32, .25);
}
#tools-controls .speakers-list li div,
#tools-controls .polls-list li div {
    display: flex;
}
#tools-controls .speakers-list li .speaker-status span,
#tools-controls .polls-list li .speaker-status span{
    font-size: .75rem;
    font-style: italic;
    font-weight: 400;
}
#tools-controls .speakers-list li[data-status="active"] .speaker-status span,
#tools-controls .polls-list li[data-status="open"] .poll-status span {
    color: #00ff00;
}
#tools-controls .speakers-list li[data-status="waiting"] .speaker-status span,
#tools-controls .polls-list li[data-status="unvoted"] .poll-status span {
    color: #ffff00;
}
#tools-controls .polls-list li[data-status="voted"] .poll-status span {
    color: #ff0000;
}
#tools-controls .speakers-list ul li span,
#tools-controls .polls-list ul li span {
    font-size: .95rem;
    text-transform: uppercase;
}

#tools-controls .tools-bottom {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 6px 0px 6px;
    border-top: 1px solid;
}
#tools-controls .tools-bottom a {
    margin: 0 auto;
}

.box-aside {
  padding: 10px 0;
  height: calc(100% - 10px);
  position: relative
}

.chat-swipe {
    display: flex;
    opacity: 0;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    padding: 5px 10px;
    border-radius: 0 0 10px 10px;
    cursor: pointer;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: top left;
}
.chat-swipe span:after {
    content: "\e90d";
    font-size: 1.25rem
}
.chat-swipe label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

#meeting-room.no-chat .content-main {
    width: 100%;
}
#meeting-room.no-chat aside {
    width: 0;
    padding-left: 30px;
}
.no-chat .chat-swipe {
    opacity: 1;
    transition: opacity 1s ease;
    transition: width .6s ease;
}
.ws-title {
    font-size: 1.25rem;
    width: 100%;
}


#meeting-chat {
    height: 100%;
}
#meeting-chat .clear-chat {
    position: absolute;
    font-size: 1.3rem;
    right: 0;
}

.no-chat .live-chat {
    overflow: hidden;
    opacity: 0;
}
.live-chat.full-h {
    height: 100%;
    padding: 0;
}
.live-chat.half-h {
    height: 60%;
    padding: 0;
}
#privateroom .live-chat.full-h {
    height: calc(100% - 40px);
}
.live-chat .header label {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.live-chat .header span {
    float: right;
    width: 15px;
    cursor: pointer;
    text-align: center;
}
.live-chat .header span:after {
    content: "\e90e"
}
.live-chat .message {
    overflow-wrap: break-word
}

.row-buttons-controls,
.stage-controls {
    width: 100%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center
}
.row-buttons-controls button:not(.btn),
.stage-controls button:not(.btn) {
    background: rgba(0, 0, 0, 0);
    width: 50px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    border: none;
    /*-webkit-border-radius: 8px;
    border-radius: 8px;*/
    cursor: pointer;
    margin: 0 10px;
    padding: 0;
    display: grid;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.stage-controls button:not(.btn) {
    width: 33%;
    height: 45px;
}
.row-buttons-controls button:not(.btn):hover,
.stage-controls button:not(.btn):hover {
    background: rgba(64, 64, 64, 0.5);
}
.row-buttons-controls button:not(.btn) span {
    line-height: 2.2;
    height: 28px;
}
.row-buttons-controls button:not(.btn) span:before {
    font-size: 1.25rem
}
.stage-controls button:not(.btn) span {
    line-height: 2.0;
    height: 20px;
}
.stage-controls button:not(.btn) span:before {
    font-size: 1rem
}
.row-buttons-controls button.active:not(.btn) {
    background: rgba(73, 175, 75, 0.7)
}
.row-buttons-controls button.disable:not(.btn) {
    background: rgba(196, 30, 34, 0.7)
}
.row-buttons-controls button.disable.cam span:before {
    content: "\f4e2"
}
.row-buttons-controls button.disable.mic span:before {
    content: "\f131"
}
.row-buttons-controls button.disable.share {
    position: relative
}
.row-buttons-controls button.disable.share span:before {
    content: "\f26c"
}
.row-buttons-controls button.disable.subtitle {
    position: relative
}
.row-buttons-controls button.disable.subtitle span:before {
    content: "\e916"
}
.row-buttons-controls button.active.archive span:before {
    content: "\f28d"
}
.row-buttons-controls button.disable.leave span:before {
    content: "\f52b"
}
.row-buttons-controls button.disable.block span:before {
    content: "\e919"
}
.row-buttons-controls button.cam span:before {
    content: "\f03d"
}
.row-buttons-controls button.mic span:before {
    content: "\f130"
}
.row-buttons-controls button.share span:before {
    content: "\f26c"
}
.row-buttons-controls button.subtitle span:before {
    content: "\e916"
}
.row-buttons-controls button.archive span:before {
    content: "\f111"
}
.row-buttons-controls button.leave span:before {
    content: "\f52b"
}
.row-buttons-controls button.config span:before {
    content: "\f013"
}

.stage-controls button.switch-room span:before {
    content: "\f03d"
}
.stage-controls button.select-all span:before {
    content: "\f03d"
}
.stage-controls button.mute-all span:before {
    content: "\f03d"
}

#configmenu {
    display: none;
    position: fixed;
    width: 250px;
    height: auto;
    border-radius: 5px 5px 0 0;
    background: rgba(0,0,0,0.8);
    left: 35%;
    bottom: 21%;
    padding: 15px;
    z-index: 10;
}
#configmenu.open {
    display: block;
}

#textfromspeech {
    position: relative;
    height: 58px;
    padding: 10px 0;
    bottom: 50px;
}
#textfromspeech .single-sub {
  display: flex;
  padding: 5px 0
}
#textfromspeech .single-sub .sender {
  padding-right: 10px
}



#streaming-content .name,
#test-streaming-content .name {
  position: absolute;
  z-index: 200;
  bottom: 2px;
  left: 2px;
  padding: 2px 10px;
  font-size: .875rem;
  background: rgba(0, 0, 0, 0.8)
}
#streaming-content,
#test-streaming-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%
}
#streaming-content > div,
#test-streaming-content > div {
  display: inline-block;
  border: 3px solid transparent;
  transition-property: all;
  transition-duration: 0.5s
}
#streaming-content > div,
#test-streaming-content > div {
  width: 0;
  height: 0;
  opacity: 0
}
#streaming-content > div.ot-layout,
#test-streaming-content > div.ot-layout {
  opacity: 1
}
#streaming-content > div.ot-layout.speaking:not(.selected) {
    border: 2px solid rgba(255, 255, 0, .6);
    padding: 8px;
    transition: all 0.5s;
}
#streaming-content > div.ot-layout.selected:not(.speaking) {
    border: 2px solid rgba(0, 255, 0, .7);
    padding: 8px;
}
#streaming-content > div[data-streamid="no-stream"] > div {
    background-color: #000000;
    width: 100%;
    height: 100%;
}

#stage-content {
    display: grid;
    grid-gap: 10px 5px;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    margin-right: 10px;
}
#stage-content li {
    position: relative;
    border-radius: 5px;
    padding-top: 75% !important;
}
#stage-content li:empty {
    background-color: #000000;
}
#stage-content li > div {
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 0;
}
#stage-content li.speaking {
    border: 2px solid rgba(255, 255, 0, .6);
    padding: 6px;
    transition: all 0.5s;
}
#stage-content li.selected {
    border: 2px solid rgba(0, 255, 0, .7);
    padding: 6px;
}
#stage-content li .OT_name {
    font-size: .85rem;
}
#stage-content li .OT_bar {

}

.live-chat .content-scroll {
    height: calc(100% - 100px)
}
.live-chat.half-h .content-scroll {
    height: calc(100% - 105px);
}
.live-chat.half-h .title {
    padding: 2px 0 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.live-chat .row-msg {
    display: flex;
    width: 100%;
}
.live-chat .single-msg {
    max-width: 85%;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 0 6px 5px 6px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
}
.live-chat .single-msg.mymsg {
    margin-left: auto;
}
.live-chat .single-msg .sender {
    display: flex;
    text-transform: uppercase;
    margin-bottom: 4px
}
.live-chat .single-msg .sender span {
    display: flex;
    font-size: 11px;
    font-weight: 400;
    align-items: center;
    width: 100%;
}
.live-chat .single-msg .time {
    position: relative;
    right: 0;
    font-size: 11px;
    margin-left: 10px;
}
.live-chat .single-msg .message {
    font-size: 16px;
    text-align: left;
    line-height: 16px;
}
.live-chat .field-msg {
    /*border-top: 1px solid #fff;*/
    padding: 10px 0;
    margin-top: 10px;
    height: 110px;
    position: relative
}
.live-chat.half-h .field-msg {
    padding: 8px 0;
    margin-top: 8px;
    height: 85px;
}
.live-chat .field-msg .cnt-textarea {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .12) !important;
    -webkit-border-radius: 8px;
    border-radius: 5px;
}
.live-chat .field-msg textarea::placeholder {
    font-size: .8rem;
}
.live-chat .field-msg textarea {
    resize: none;
    background: none;
    width: 100%;
    height: 100px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px !important;
    border: none !important;
    padding: 5px;
    line-height: 1.15rem;
}
.live-chat.half-h .field-msg textarea {
    width: 100%;
    height: 68px;
    font-size: 12px;
    border-radius: 8px;
}
.live-chat .field-msg textarea::-webkit-input-placeholder,
.live-chat .field-msg textarea:-moz-placeholder,
.live-chat .field-msg textarea::-moz-placeholder,
.live-chat .field-msg textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
}
.live-chat .field-msg .upload {
    position: absolute;
    z-index: 200;
    right: 5px;
    top: 40px;
    width: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}
.live-chat.half-h .field-msg .upload {
    left: inherit;
    top: 10px;
    line-height: 20px;
}
.live-chat .field-msg .upload:before {
    content: "\f0c6";
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
}
.live-chat .field-msg .upload:hover:before {
    color: rgba(255, 255, 255, 1);
}

.cnt-form .outer-item-form {
    position: relative
}
.cnt-form .outer-item-form .item-form {
    margin: 0
}
.cnt-form .outer-item-form:before {
    content: "";
    left: 0;
    font-size: 1.25rem
}
.cnt-form .outer-item-form.mail:before {
    content: "\f0e0"
}
.cnt-form .outer-item-form.pw:before {
    content: "\f13e"
}
.cnt-form .outer-item-form.language:before {
    content: "\f0ac"
}
.cnt-form .outer-item-form.language:after, 
.cnt-form .outer-item-form.select-item:after {
    content: "\e92e";
    right: 15px;
    font-size: 1.625rem;
    z-index: 1
}
.cnt-form .item-form {
    width: 100%;
    position: relative;
    margin: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: rgba(255,255,255,0.2);
}
.item-form.has-error {
    background-color: rgba(255,0,0,0.4) !important;
}
.cnt-form .item-form input, .cnt-form .item-form select {
    width: 100%;
    background: transparent;
    border: none;
    height: 45px;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 100;
    color: #FFF;
    font-size: 1rem;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}
.cnt-form .item-form select {
    -webkit-appearance: none
}
.cnt-form .item-form select option {
  background: #a7a7a7 !important;
  text-transform: uppercase;
  font-size: 1rem
}
.cnt-form .item-form input {
  padding: 0 15px
}
.cnt-form .item-form label {
  z-index: 1;
  /*color: #a7a7a7;*/
  display: block;
  left: 15px;
  transition: all .6s ease;
  font-size: 1.125rem;
  text-transform: uppercase
}
.cnt-form .item-form label span {
  text-transform: none;
  font-size: 1rem
}
.cnt-form .item-form .error {
  display: none;
  background: #c80905;
  color: #FFF;
  text-transform: uppercase;
  font-size: .75rem;
  position: absolute;
  right: 10px;
  bottom: -18px;
  padding: 1px 5px
}
.cnt-form .item-form.input-error {
  border-color: #c80905
}
.cnt-form .item-form.input-error .error {
  display: block
}
.cnt-form .row-btn {
  width: 100%;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 40px
}
.cnt-form .row-btn input, .cnt-form .row-btn button {
  -webkit-appearance: none
}



#page {
    overflow: hidden;
}

.page-top-banner {
    margin-bottom: 15px;
    width: 100%;
}
.page-top-banner img {
    margin: 0 auto;
}
.page-top-banner .skdslider .slide-navs {
    display: none;
}
.page-top-banner .skdslider a.prev {
    left: 5px;
}
.page-top-banner .skdslider a.next {
    right: 5px;
}



.page-top-filters {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.page-top-filters .filter-item {
    display: flex;
    padding-right: 15px;
    align-items: center;
    -webkit-align-item: center;
    width: auto;
}

.page-top-filters .filter-item span {
    font-size: 16px;
    line-height: 20px;
    padding-right: 15px;
    text-align: right;
    text-transform: uppercase;
    min-width: 120px;
}

.page-top-filters .btn-search,
.page-top-filters .btn-reset {
    width: 50px;
    height: 40px;
    align-items: center;
    display: flex;
}
.page-top-filters .btn-search i,
.page-top-filters .btn-reset i {
    margin: 0 auto;
    font-size: 1.4rem;
}
.page-top-filters .btn-search:hover,
.page-top-filters .btn-reset:hover {
    cursor: pointer;
}

.cnt-plenary {
    height: calc(100% - 0px);
    padding-bottom: 0;
}

.pages .cnt-video {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
    height: 100%;
    overflow: hidden;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1;
}
.pages .cnt-video iframe {
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto
}

.pages .plenary-style0 {
    background: none;
}

.pages .plenary-style1 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style1.jpg') no-repeat top center;
}
.pages .plenary-style2 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style2.jpg') no-repeat top center;
}
.pages .plenary-style3 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style3.jpg') no-repeat top center;
}
.pages .plenary-style4 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style4.jpg') no-repeat top center;
}
.pages .plenary-style5 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style5.jpg') no-repeat top center;
}
.pages .plenary-style6 {
    background: url('https://ims.mydigitalexpo.com/elements/plenaries/style6.jpg') no-repeat top center;
}

.cnt-video.no-audio:after, .no-audio:after {
    content: "\f131";
    position: absolute;
    background: #a7a7a7;
    color: #fff;
    right: 5px;
    bottom: 5px;
    z-index: 201;
    padding: 5px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.responsive-video {
    margin-top: 0;
}
.responsive-video iframe {
    max-width: 100%;
}
.responsive-video video {
    width: 100%;
}
.area-container map .responsive-video iframe {
    position: absolute;
    width: 100%;
    height: calc(100% - 0px);
}

.area-container map .img-responsive {
    background-color: transparent;
    width: 100%;
    height: 100%;
}
.area-container map .img-responsive img {
    height: 100%;
    width: auto;
    position: relative;
    display: flex;
    margin: 0 auto;
}
.area-container map .booth-logo {
    background-color: #ffffff;
}
.area-container map .booth-logo.img-responsive {
    display: flex;
    align-items: center;
}
.area-container map .booth-logo.img-responsive img {
    max-width: inherit;
    max-height: 100%;
    height: fit-content;
}

.pages #program-tab > ul,
.pages #activities-tab > ul {
    display: inline-block;
}


.form-actions button.pos-fl {
    float: left;
    left: 30px;
    position: absolute;
}
.form-actions button.pos-fr {
    float: right;
    right: 30px;
    position: absolute;
}


.pop-up {
    display: flex;
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}
.pop-up#pop-resolution {
    background: rgba(0, 0, 0, 0.95);
}
.pop-up#gridLoading {
    position: absolute
}

#pop-resolution .cnt-resolution {
    position: relative;
    width: 100%;
    height: calc(100% - 0px);
    padding: 25px;
}
#pop-resolution .inner-resolution.portrait {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
#pop-resolution .cnt-resolution .big-title,
#pop-resolution .cnt-resolution .msg-support {
    text-align: center;
    font-size: 3.5rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#pop-resolution .cnt-resolution .msg-support {
    font-size: 2rem;
}
#pop-resolution .cnt-resolution .img-rotate {
    text-align: center;
}
#pop-resolution .cnt-resolution .img-rotate img {
    width: 200px;
}


.notify > div {
    position: absolute;
    width: 30%;
    min-width: 250px;
    display: flex;
    left: 25px;
    bottom: 50px;
    padding: 30px 40px 30px 30px;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 4px;
    border: 1px solid #fff;
}
.notify .image-box {
    width: 130px;
}
.notify .message-content {
    margin-left: 20px;
}
.notify .message-content .message-header {
    margin-bottom: 5px;
}
.notify .message-content .message-header .name {
    font-size: 1.3rem;
}
.notify .message-date {
    position: absolute;
    bottom: 5px;
    right: 20px;
}
.notify .message-date span {
    font-size: 0.9rem;
}



.fileuploader, .fileuploader-popup {
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: left;
}



.inner-pop-up.test-page {
    background-color: rgba(0, 0, 0, 0.75) !important;
    width: 100%;
    max-width: 90%;
    height: calc(100% - 50px) !important;
}
.inner-pop-up.push-message {
    width: 90%;
    max-width: 700px;
    height: 500px;
    padding: 10px 30px;
}
.inner-pop-up.push-message .cnt-push-message {
    display: block;
    position: relative;
    width: 100%;
}
.inner-pop-up.push-message .cnt-push-message .all-messages {
    position: absolute;
    top: 0;
    right: 0;
}
.inner-pop-up.push-message .cnt-push-message .message {
    margin-bottom: 15px;
}
.inner-pop-up.push-message .cnt-push-message .message > span {
    margin-left: 15px;
    font-size: 0.8rem;
    font-weight: 200;
    text-transform: uppercase;
    color: #00ff00;
}
.inner-pop-up.push-message .cnt-push-message .message textarea {
    padding: 10px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    height: 115px;
    margin-top: 10px;
    color: #fff;
    font-size: 1.125rem;
    resize: none;
}
.inner-pop-up.push-message .cnt-push-message .schedule {

}
.inner-pop-up.push-message .cnt-push-message .schedule .form-group {
    margin-left: 10px;
}
.inner-pop-up.push-message .timeselect {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.inner-pop-up.push-message .cnt-push-message .timeselect label {
    text-transform: uppercase;
    padding-right: 15px;
    display: block;
    white-space: nowrap;
}
.inner-pop-up.push-message .cnt-push-message .timeselect .enable-schedule {
    display: flex;
    align-items: center;
    margin-right: 25px;
}

.inner-pop-up.push-message .row-btn {
    position: absolute;
    bottom: 15px;
    width: 94%;
    margin-top: 15px !important;
}
.inner-pop-up.push-message .overlay {
    width: 96%;
    padding: 20px;
}


.push-message .table-archive .table {
    display: block;
}
.push-message .table-archive .table .table-row {
    display: inline-table;
    width: 100%;
}
.push-message .table-archive .table .table-head {
    
}
.push-message .table-archive .table .table-head .table-row {
    border-bottom: 1px solid;
    padding-bottom: 4px;
    text-transform: uppercase;
}
.push-message .table-archive .table .table-head .table-item {
    display: table-cell;
    font-size: 1rem;
    font-weight: 400;
    padding-right: 10px;
}
.push-message .table-archive .table .table-body {
    display: block;
    height: 100%;
    padding-top: 5px;
    padding-bottom: 20px;
    max-height: 330px;
}
.push-message .table-archive .table .table-row {
    margin-bottom: 8px;
}
.push-message .table-archive .table .table-body .table-item {
    display: table-cell;
    word-wrap: anywhere;
    font-size: 0.875rem;
    padding-right: 10px;
}
.push-message .table-archive .table .table-body .table-full-row {
    font-size: 1rem;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100%;
}
.push-message .table-archive .table .table-body .table-item.actions a {
    margin-left: 8px;
}

.inner-pop-up.requestpassword {
    width: 100%;
    max-width: 450px;
    height: 225px;
}
.inner-pop-up.requestpassword .cnt-requestpassword {
    padding: 0 10px;
    text-align: center;
}
.inner-pop-up.requestpassword .actions {
    padding: 10px;
    text-align: center;
}

.inner-pop-up.speaker-confirm {
    width: 100%;
    max-width: 400px;
    height: 225px;
    padding: 0;
}
.inner-pop-up.speaker-confirm .cnt-speaker-confirm {
    padding: 0 10px;
    text-align: center;
}
.inner-pop-up.speaker-confirm .cnt-speaker-confirm > span > span {
    font-weight: 600;
}
.inner-pop-up.speaker-confirm .actions {
    padding: 10px;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.inner-pop-up.speaker-invite {
    width: 100%;
    max-width: 540px;
    height: 350px;
    padding: 0 15px;
}
.inner-pop-up.speaker-invite .cnt-speaker-invite {
    padding: 0 10px;
    text-align: center;
}
.inner-pop-up.speaker-invite .cnt-speaker-invite > span > span {
    font-weight: 600;
}
.inner-pop-up.speaker-invite .actions {
    padding: 10px;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.inner-pop-up.poll {
    width: 100%;
    max-width: 640px;
    height: 450px;
}
.inner-pop-up.poll .cnt-poll {
    text-align: center;
}
.inner-pop-up.poll .cnt-poll > span > span {
    font-weight: 600;
}
.inner-pop-up.poll .cnt-poll textarea {
   resize: none;
}
.inner-pop-up.poll .form-actions {
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 5px;
    position: fixed;
    width: 100%;
}


.inner-pop-up.openpoll {
    width: 100%;
    max-width: 640px;
    height: 350px;
    padding: 20px 30px 30px 30px;
}
.inner-pop-up.openpoll .cnt-openpoll {
    text-align: center;
    height: 155px;
}
.inner-pop-up.openpoll .cnt-openpoll .title {
    font-size: 1.5rem;
    font-weight: 600;
}
.inner-pop-up.openpoll .cnt-openpoll p {
    font-size: 1.3rem !important;
    font-size: 1.3rem !important;
    white-space: pre;
    text-align: left;
}
.inner-pop-up.openpoll .actions {
    padding: 10px;
    text-align: center;
    left: 0;
    bottom: 5px;
    position: fixed;
    width: 100%;
}
.inner-pop-up.openpoll .actions button {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}




.inner-pop-up.endsession {
    width: 100%;
    max-width: 400px;
    height: 225px;
    padding: 0;
}
.inner-pop-up.endsession .cnt-endsession {
    padding: 0 10px;
    text-align: center;
}
.inner-pop-up.endsession .actions {
    padding: 10px;
    text-align: center;
    bottom: 0;
    position: fixed;
    width: 100%;
}

.inner-pop-up.waiting {
    width: 100%;
    max-width: 600px;
    height: 400px;
    padding: 0;
}
.inner-pop-up.waiting .head-title {
    padding: 30px 50px 25px;
}
.inner-pop-up.waiting .cnt-waiting {
    padding: 0 100px;
}
.inner-pop-up.waiting table.count-down,
.meeting-room table.count-down {
    margin-top: 35px;
}
.inner-pop-up.waiting table.count-down td,
.meeting-room table.count-down td {
    padding: 0;
}
.inner-pop-up.waiting table.count-down tbody td,
.meeting-room table.count-down tbody td {
    font-size: 3.4rem;
    font-weight: 400;
}
.inner-pop-up.waiting table.count-down tfoot td,
.meeting-room table.count-down tfoot td {
    font-size: 1rem;
}
.inner-pop-up.waiting .form-actions {
    bottom: 15px;
    position: fixed;
    width: 100%;
}

.inner-pop-up.profile {
    width: 100%;
    max-width: 800px;
    height: calc(80% - 0px);
}
.inner-pop-up.profile .cnt-profile {
    height: calc(100% - 110px);
    margin-bottom: 10px;
}
.inner-pop-up.profile .fileuploader {
    margin: 0 auto;
}
.inner-pop-up.profile table td {
    border-top: none;
    white-space: nowrap;
}
.inner-pop-up.edit-exhibitor {
    max-width: 70%;
    height: calc(80% - 0px);
}
.inner-pop-up.pages {
    max-width: 60%;
    height: calc(80% - 0px);
}
.inner-pop-up.pages .cnt-page {
    height: calc(100% - 110px);
    margin-bottom: 10px;
}
.inner-pop-up.edit-exhibitor .cnt-edit-exhibitor {
    height: calc(100% - 110px);
    margin-bottom: 10px;
}
.inner-pop-up.edit-exhibitor .fileuploader {
    background-color: transparent;
}
.inner-pop-up.edit-exhibitor .fileuploader-theme-thumbnails .fileuploader-thumbnails-input,
.inner-pop-up.edit-exhibitor .fileuploader-theme-thumbnails .fileuploader-items-list .fileuploader-item {
    width: 40%;
    width: calc(40% - 0px);
}
.inner-pop-up.edit-exhibitor table td {
    border-top: none;
    /*white-space: nowrap;*/
}
.inner-pop-up.edit-exhibitor .socials-list .input-group-addon i {
    width: 25px;
}
.inner-pop-up.program-info {
    width: 100%;
    max-width: 800px;
    height: calc(80% - 0px);
}
.inner-pop-up.program-info .actions {
    position: absolute;
    top: 25px;
    left: 40px;
}
.inner-pop-up.program-info .actions .program-bookmark {
    font-size: 1.75rem;
}
.inner-pop-up.program-info .cnt-program-info {
    height: calc(100% - 90px);
    margin-bottom: 10px;
}
.inner-pop-up.program-info .info,
.inner-pop-up.program-info .description,
.inner-pop-up.program-info .speakers {
    display: block;
    margin-bottom: 15px;
}
.inner-pop-up.program-info .description ul,
.inner-pop-up.program-info .speakers ul {
    list-style: inherit;
    padding-left: 25px;
}
.inner-pop-up.program-info .info > div span {
    font-weight: 400;
    font-size: 1.4rem;
    margin-left: 10px;
}
.inner-pop-up.program-info .info .title,
.inner-pop-up.program-info .info .date,
.inner-pop-up.program-info .info .time,
.inner-pop-up.program-info .info .type {
    font-size: 1.4rem;
}
.inner-pop-up.program-info .info .type span {
    text-transform: uppercase;
}
.inner-pop-up.program-info .header-title {
	font-size: 1.1rem;
    font-weight: 400;
    padding: 2px 0 5px 0;
    color: #ffffff;
    text-transform: uppercase;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}
.inner-pop-up.program-info .description {
    font-size: 1.2rem;
}
.inner-pop-up.program-info .speakers {
    font-size: 1.2rem;
}
.inner-pop-up.program-info .speakers ul {
    list-style: outside;
}
.inner-pop-up.program-info .speakers ul li {
    margin-bottom: 10px;
}
.inner-pop-up.program-info .speakers ul li span {
    font-weight: 400;
    text-transform: uppercase;
}


.form-group input,
.form-group select,
.form-group textarea,
.form-group span {
    font-size: 18px;
    letter-spacing: 0.1rem;
}

.form-group .fileuploader span {
    font-size: 14px;
    letter-spacing: 0.1rem;
}

.form-group-inline {
    
}

.inner-pop-up, 
.inner-pop-up.myagenda .overlay, 
.inner-pop-up.edit-exhibitor .overlay,
.inner-pop-up.push-message .overlay {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}
.inner-pop-up {
    width: 90%;
    max-width: 800px;
    padding: 10px 50px 30px 30px;
    overflow: hidden;
}
.inner-pop-up.myagenda {
    width: 100%;
    max-width: 1280px;
}
.inner-pop-up.myagenda .member {
    width: calc(90% - 44px)
}
.inner-pop-up.myagenda .member h2 {
    font-size: 1.875rem;
    line-height: 30px
}
.inner-pop-up.myagenda .member h3 {
    font-size: 1.5rem;
    line-height: 24px
}
.inner-pop-up.myagenda .member p {
    font-size: 1.125rem
}
.inner-pop-up.myagenda .cnt-member {
    padding: 20px 0 5px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}
.inner-pop-up.myagenda .row-btn,
.inner-pop-up.edit-exhibitor .row-btn,
.inner-pop-up.push-message .row-btn {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px
}
.inner-pop-up.myagenda h5,
.inner-pop-up.edit-exhibitor h5,
.inner-pop-up.push-message h5 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5625rem;
    margin-bottom: 20px
}
.inner-pop-up.myagenda h5 span,
.inner-pop-up.edit-exhibitor h5 span,
.inner-pop-up.push-message h5 span {
    display: block;
    line-height: 28px
}

.myagenda-schedule header {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.myagenda-schedule header .cnt-tab {
    height: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    opacity: 1;
}
.myagenda-schedule header .cnt-tab .prev.disabled,
.myagenda-schedule header .cnt-tab .next.disabled {
    opacity: .2;
    cursor: default;
}
.myagenda-schedule header .cnt-tab .prev {
    margin-right: 15px;
    cursor: pointer
}
.myagenda-schedule header .cnt-tab .prev:before {
    content: "\e912";
    font-size: 1.25rem;
    color: #fff
}
.myagenda-schedule header .cnt-tab .next {
    margin-left: 15px;
    cursor: pointer
}
.myagenda-schedule header .cnt-tab .next:before {
    content: "\e914";
    font-size: 1.25rem;
    color: #fff
}
.myagenda-schedule header .tab {
    display: flex
}
.myagenda-schedule header .tab li {
    margin: 0 1px;
    border: none;
    transition: all 0.6s ease;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    height: 38px;
    line-height: 35px;
    font-size: 1.1rem;
    padding: 0 15px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.15);
}
.myagenda-schedule header .tab li.active {
    position: relative;
    background-color: rgba(0, 0, 0, 0.55);
}
.myagenda-schedule header .tab li.active:before {
    content: "";
    height: 3px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.myagenda-schedule .cnt-scroll {
    height: 320px;
    padding: 10px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 2px;
    margin-top: 10px;
}
.myagenda-schedule .table tr.free-slot {
    background-color: rgba(0, 185, 50, 0.7);
    color: #ffffff;
}
.myagenda-schedule .table tr.request-note {
    font-size: 0.9rem;
}
.myagenda-schedule .table tr.request-note td {
    border-top: none;
    padding: 2px 8px 5px;
}
.myagenda-schedule .table tr.grayed {
    opacity: 0.5;
}
.myagenda-schedule .table tr.grayed:hover {
    cursor: not-allowed;
}

input[type="time"] {
    -webkit-appearance: none
}
input[type="time"]::-webkit-clear-button {
    display: none
}

.cnt-overlay {
    position: absolute;
    z-index: 400;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}
.inner-pop-up.myagenda .overlay {
    width: 96%;
    padding: 20px
}
.inner-pop-up.edit-exhibitor .overlay {
    width: 60%;
    padding: 20px
}
.inner-pop-up.myagenda .overlay label {
    text-transform: uppercase;
    padding-right: 15px;
    display: block
}
.inner-pop-up.myagenda .overlay .member {
    width: 100%
}
.inner-pop-up.myagenda .overlay .member h3 {
    font-size: 1.25rem
}
.inner-pop-up.myagenda .overlay .member p {
    font-size: 1rem
}
.inner-pop-up.myagenda .overlay .timeselect,
.inner-pop-up.push-message .timeselect {
    width: 100%;
    max-width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 15px 20px;
    margin: 20px 0
}
.inner-pop-up.myagenda .overlay .timeselect .timepick,
.inner-pop-up.push-message .timeselect .timepick {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: 30px
}
.inner-pop-up.myagenda .overlay .timeselect .timepick input[type="time"]::-webkit-clear-button,
.inner-pop-up.myagenda .overlay .timeselect .timepick input[type="time"]::-webkit-inner-spin-button,
.inner-pop-up.push-message .timeselect .timepick input[type="time"]::-webkit-clear-button,
.inner-pop-up.push-message .timeselect .timepick input[type="time"]::-webkit-inner-spin-button {
    display: none
}
.inner-pop-up.myagenda .overlay .timeselect .timepick input[type="time"]::-webkit-calendar-picker-indicator,
.inner-pop-up.push-message .timeselect .timepick input[type="time"]::-webkit-calendar-picker-indicator {
    display: none
}
.inner-pop-up.myagenda .overlay .timeselect .timepick .item-form,
.inner-pop-up.push-message .timeselect .timepick .item-form {
    margin: 0;
    height: 45px
}
.inner-pop-up.myagenda .overlay .timeselect .timepick input,
.inner-pop-up.myagenda .overlay .timeselect .timepick select,
.inner-pop-up.push-message .timeselect .timepick input,
.inner-pop-up.push-message .timeselect .timepick select {
    border: none !important;
    background: transparent;
    height: 45px;
    line-height: 45px;
}
.inner-pop-up.myagenda .overlay .timeselect .timepick:before,
.inner-pop-up.push-message .timeselect .timepick:before {
    content: "\f017";
    font-family: 'FontAwesome';
    font-size: 1.25rem;
    margin-right: 8px;
    margin-left: 10px
}
.inner-pop-up.myagenda .overlay .timeselect .timepick.date,
.inner-pop-up.push-message .timeselect .timepick.date {
    margin-right: auto;
    margin-left: 0;
    position: relative
}
.inner-pop-up.myagenda .overlay .timeselect .timepick.date:after,
.inner-pop-up.push-message .timeselect .timepick.date:after {
    display: none
}
.inner-pop-up.myagenda .overlay .timeselect .timepick.date:before,
.inner-pop-up.push-message .timeselect .timepick.date:before {
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 1.375rem;
    margin-right: 8px;
    z-index: 1;
}
.inner-pop-up.myagenda .overlay .timeselect .timepick.date select,
.inner-pop-up.push-message .timeselect .timepick.date select {
    width: 175px
}
.inner-pop-up.myagenda .overlay .timeselect .timepick.durata:after,
.inner-pop-up.push-message .timeselect .timepick.durata:after {
    content: "\f017"
}
.inner-pop-up.myagenda .overlay .note textarea {
    padding: 10px;
    border: 1px solid #fff;
    background: transparent;
    width: 100%;
    height: 115px;
    margin-top: 10px;
    color: #fff;
    font-size: 1.125rem
}


.inner-pop-up.about-user {
	width: 50%;
}
.inner-pop-up.about-user .member-item,
.inner-pop-up.myagenda .overlay.about-user .member-item {
    display: table;
    width: 100%;
}
.inner-pop-up.about-user .left-box,
.inner-pop-up.myagenda .overlay.about-user .left-box {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid;
    margin-right: 10px;
    min-height: 180px;
    padding-right: 10px;
    min-width: 140px;
}
.inner-pop-up.about-user .img-box,
.inner-pop-up.myagenda .overlay.about-user .img-box {
    margin-bottom: 15px;
}
.inner-pop-up.about-user .img-box img,
.inner-pop-up.myagenda .overlay.about-user .img-box img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.inner-pop-up.about-user .actions {
    width: 100%;
}
.inner-pop-up.about-user .actions button {
    margin: 0 auto;
    display: block;
}
.inner-pop-up.about-user .caption,
.inner-pop-up.myagenda .overlay.about-user .caption {
	display: table-cell;
    width: 100%;
}
.inner-pop-up.about-user .member-name,
.inner-pop-up.myagenda .overlay.about-user .member-name {
	margin-bottom: 5px;
}
.inner-pop-up.about-user .member-description,
.inner-pop-up.myagenda .overlay.about-user .member-description {
	margin-top: 10px;
}
.inner-pop-up.about-user .member-description p,
.inner-pop-up.myagenda .overlay.about-user .member-description p {
    font-size: 0.8rem;
}

.inner-pop-up.myagenda .overlay.about-user {
	width: 50%;
}




.inner-pop-up.myagenda.appointment-popup {
    max-width: 740px;
}
.inner-pop-up.myagenda.appointment-popup h5 {
    padding-top: 20px
}
.inner-pop-up.myagenda.appointment-popup .row-btn button {
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px
}
.inner-pop-up.myagenda.appointment-popup .row-btn button.reject {
    background: #c80905
}
.inner-pop-up.myagenda.appointment-popup .row-btn button.confirm {
    background: #c8d400
}
.inner-pop-up.myagenda.appointment-popup .row-btn button.goto {
    background: transparent
}
.inner-pop-up.myagenda.appointment-popup .message {
    width: 100%;
    border-top: 1px solid #fff;
    padding: 15px 0;
    margin-top: 20px;
    text-align: center;
    font-size: 1.35rem;
    font-weight: 400;
    color: #fff;
    
}
.inner-pop-up.myagenda.appointment-popup .reply {
    width: 100%;
    padding: 5px 0 15px;
    text-align: center;
    font-size: 1.15rem;
}
.inner-pop-up.myagenda.appointment-popup .cnt-info {
    display: block;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.inner-pop-up.myagenda.appointment-popup .cnt-info .hour {
    font-size: 1.35rem;
    margin-top: 5px;
    text-align: center;
}
.inner-pop-up.myagenda.appointment-popup .speaker {
    text-align: center;
}
.inner-pop-up.myagenda.appointment-popup .speaker h3 {
    font-size: 1.125rem
}
.inner-pop-up.myagenda.appointment-popup .speaker p {
    font-size: 1rem
}


.media {
	margin-top: 0px;
}

.inner-pop-up.media {
	max-width: 60%;
	background: rgba(0, 0, 0, 0.9);
	padding-top: 40px;
}
.inner-pop-up.media .fluid-width-video-wrapper {
	padding-top: 50%;
}
.inner-pop-up.document {
	height: calc(90% - 0px);
}

.inner-pop-up.content {
	height: calc(90% - 0px);
}
.inner-pop-up.content .content-custom-pdf {
    position: relative;
}
.inner-pop-up.content .content-custom-word {
    position: relative;
}
.inner-pop-up.content .content-custom-excel {
    position: relative;
}
.inner-pop-up.content .content-custom-powerpoint {
    position: relative;
}
.inner-pop-up.content .content-custom-image {
    position: relative;
    width: auto;
    max-width: 100%;
}
.inner-pop-up.content .content-custom-audio {
    position: relative;
}
.inner-pop-up.content .content-custom-video {
    position: relative;
}

#chat-box {
    z-index: 1000;
}

.msg-overlay-conversation {
    display: flex;
	border-radius: 3px;
    position: fixed;
    z-index: 300;
    width: 580px;
    height: 70vh;
    right: 15px;
    bottom: 30px;
    transition: all 0.6s ease;
    transform: translateY(0);
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transition-duration: 167ms;
}

.msg-overlay-conversation.minimized {
    width: 320px;
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
    transition-duration: 167ms;
    transform: translateY(100%) translateY(-13px);
    height: 70vh;
    height: inherit;
}
.msg-overlay-conversation .left-panel {
    width: 40%;
    height: 100%;
}
.msg-overlay-conversation.minimized .left-panel {
    display: none;
}
.msg-overlay-conversation .main-panel {
    width: 60%;
    height: 100%;
}
.msg-overlay-conversation.minimized .main-panel {
    width: 100%;
}
.msg-overlay-conversation.minimized header {
    height: 40px;
}
.msg-overlay-conversation.minimized header .profile-card {
    width: 72%;
    display: flex;
    -webkit-align-items: center;
    align-items: center
}
.msg-overlay-conversation.minimized header .profile-card img {
    display: none
}
.msg-overlay-conversation.minimized header .buttons {
    width: 26%
}
.msg-overlay-conversation.minimized header .buttons .minimize {
    display: none
}
.msg-overlay-conversation header .buttons .maximize {
    display: none
}
.msg-overlay-conversation.minimized header .buttons .maximize {
    display: block
}
.msg-overlay-conversation.minimized header .buttons .expand {
    display: none
}
.msg-overlay-conversation.minimized header .user-img.online:after,
.msg-overlay-conversation.minimized header .user-img.offline:after,
.msg-overlay-conversation.minimized header .user-img.busy:after {
    content: "";
    position: relative;
    right: auto;
    bottom: auto
}
.msg-overlay-conversation.minimized header .user .company {
    display: none
}
.msg-overlay-conversation.expand {
    height: 90vh;
    width: 680px;
}
.msg-overlay-conversation.expand header {
    cursor: pointer
}
.msg-overlay-conversation .cnt-scroll {
    padding-right: 20px
}
/*.msg-overlay-conversation .show-hide {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    cursor: pointer
}*/
.msg-overlay-conversation header {
    position: relative;
    padding: 10px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    background: #000;
    height: 70px;
}
.msg-overlay-conversation .left-panel header {
    display: flex;
    align-items: center;
}
.msg-overlay-conversation .left-panel header span {
    margin: 0 auto;
}
.msg-overlay-conversation .left-panel .member-list {
    background-color: rgba(255, 255, 255, .12);
    margin: 10px 0 10px 10px;
    border-radius: 4px;
    height: calc(100% - 90px);
    padding: 6px 6px 10px 6px;
}
.msg-overlay-conversation .left-panel .member-list .member-row {
    padding: 2px;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 4px;
    margin-bottom: 5px;
}
.msg-overlay-conversation .left-panel .member-list .member-row.active {
    background-color: rgba(128, 255, 64, .1);
}
.msg-overlay-conversation .left-panel .member-list .member-row:hover:not(.active) {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .2);
}
.msg-overlay-conversation .left-panel .member-list .member {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 50px;
    pointer-events: all;
}
.msg-overlay-conversation .left-panel .member-list .member .img-box {
    display: flex;
    flex: none;
    align-items: center;
    padding: 0 5px 0 3px;
}
.msg-overlay-conversation .left-panel .member-list .member .img-box img {
    border-radius: 50%;
    height: 30px;
    width: 30px;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info {
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    min-width: 0;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .info-header {
    display: flex;
    align-items: center;
    line-height: normal;
    text-align: left;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .name {
    display: flex;
    flex-grow: 1;
    overflow: hidden;
    font-size: 0.85rem;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .time {
    flex: none;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem;
    margin-right: 3px;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .message {
    font-size: 0.75rem;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 2px;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 5px;
    right: 5px;
    /*-webkit-transition: visibility 0s 1s, opacity 1s linear;
       -moz-transition: visibility 0s 1s, opacity 1s linear;
        -ms-transition: visibility 0s 1s, opacity 1s linear;
         -o-transition: visibility 0s 1s, opacity 1s linear;*/
            transition: opacity .3s, visibility .3s;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count.visible {
    opacity: 1;
    visibility: visible;
}
.msg-overlay-conversation .left-panel .member-list .member .member-info .count span {
    display: block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: .7rem;
}

.msg-overlay-conversation header .profile-card {
    width: 72%;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 10
}
.msg-overlay-conversation header .profile-card img {
    display: block;
    border-radius: 50%;
}
.msg-overlay-conversation header .buttons {
    width: 26%;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    z-index: 20
}
.msg-overlay-conversation header .buttons i {
    font-size: 1.3rem;
}
.msg-overlay-conversation header .buttons .close-panel,
.msg-overlay-conversation header .buttons .minimize,
.msg-overlay-conversation header .buttons .maximize,
.msg-overlay-conversation header .buttons .expand {
	color: #fff;
}
.msg-overlay-conversation header .buttons .close-panel {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .minimize {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .maximize {
    width: 21px;
    height: 21px;
    margin-left: 12px;
    cursor: pointer
}
.msg-overlay-conversation header .buttons .expand {
    width: 21px;
    height: 21px;
    cursor: pointer
}
.msg-overlay-conversation header .user-img {
    margin-right: 10px;
    position: relative
}
.msg-overlay-conversation header .user-img.online:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #00cc00
}
.msg-overlay-conversation header .user-img.offline:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #fff
}
.msg-overlay-conversation header .user-img.busy:after {
    content: "";
    width: 12px;
    height: 12px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    background: #cc0000
}
.msg-overlay-conversation header .user {
    display: block;
    width: calc(100% - 60px);
    font-size: 1rem
}
.msg-overlay-conversation header .user .name {
    text-transform: uppercase
}
.msg-overlay-conversation .live-chat {
    font-size: 1rem;
    line-height: 18px;
    height: calc(100% - 70px);
}
.msg-overlay-conversation .live-chat .no-member {
    opacity: .4;
    height: 100%;
    display: flex;
    align-items: center;
}
.msg-overlay-conversation .live-chat .no-member span {
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    width: 100%;
}
.msg-overlay-conversation .live-chat.btn-visible {
    /*display: contents;*/
    height: calc(100% - 70px);
    padding: 10px 0;
}
.msg-overlay-conversation.minimized .live-chat {
    display: none;
}
.msg-overlay-conversation .live-chat .row-btn {
    display: none;
    padding: 0 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}
.msg-overlay-conversation .live-chat.btn-visible .row-btn {
    display: flex;
    height: 26px;
}
.msg-overlay-conversation.minimized .live-chat .row-btn {
    display: none;
}
.msg-overlay-conversation .live-chat .row-btn > div {
	padding-right: 5px;
	padding-left: 5px;
}
.msg-overlay-conversation .live-chat .row-btn .icon-btn span {
    display: block
}
.msg-overlay-conversation .live-chat .sender {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.msg-overlay-conversation .live-chat .box-aside {
    display: contents;
    padding: 0 10px;
    /*height: calc(100% - 0px);*/
}
.msg-overlay-conversation .live-chat .box-aside .cnt-scroll {
    padding-left: 10px;
    height: calc(100% - 130px);
}
.msg-overlay-conversation .live-chat .box-aside .cnt-scroll .date {
    color: #000000;
    background-color: #e2e2e2;
    border-radius: 6px;
    padding: 3px 9px;
    font-size: .9rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 8px;
    margin-bottom: 8px;
    width: fit-content;
}
.msg-overlay-conversation .live-chat .field-msg {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
    height: 110px;
}
.msg-overlay-conversation .live-chat .field-msg .cnt-textarea {
    /*display: flex;*/
    padding-right: 0;
}
.msg-overlay-conversation .live-chat .field-msg textarea {
    height: 100%;
    font-size: 0.9rem;
}
.msg-overlay-conversation .live-chat .row-msg {
    display: flex;
    width: 100%;
}
.msg-overlay-conversation .live-chat .single-msg {
    max-width: 85%;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px 50px 3px 10px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
}
.msg-overlay-conversation .live-chat .single-msg .sender {
    position: relative;
}
.msg-overlay-conversation .live-chat .single-msg .sender span {
    width: inherit;
    margin-right: 15px;
}
.msg-overlay-conversation .live-chat .single-msg .sender .time {
    position: absolute;
    right: -40px;
}
.msg-overlay-conversation .live-chat .single-msg.received {
    background: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
}
.msg-overlay-conversation .live-chat .single-msg.received .sender,
.msg-overlay-conversation .live-chat .single-msg.received .message {
    color: rgba(0, 0, 0, 0.9);
}
.msg-overlay-conversation .live-chat .single-msg.sent {
    background: rgba(30, 128, 15, 0.9);
    border-color: rgba(30, 128, 15, 0.9);
    margin-left: auto;
}
.msg-overlay-conversation .live-chat .single-msg.sent .sender,
.msg-overlay-conversation .live-chat .single-msg.sent .message {
    color: rgba(255, 255, 255, 0.9);
}

.emoji-menu {
    bottom: 0px;
    right: 35px;
}
.emoji-picker-container,
.emoji-picker-container:focus,
.emoji-picker-container:focus-visible,
.emoji-wysiwyg-editor,
.emoji-wysiwyg-editor:focus,
.emoji-wysiwyg-editor:focus-visible {
    border-style: none;
    outline-style: none;
}
.emoji-picker-icon {
    background-color: transparent;
    border-style: none !important;
    color: #ffffff !important;
}

.jconfirm .jconfirm-title-c {
    border-bottom: 3px solid #eb4b3e;
    margin-bottom: 5px;
    padding-bottom: 5px !important;
}
.jconfirm .jconfirm-title-c .jconfirm-title {
    font-size: 25px;
    color: #000;
    text-align: center;
    width: 100%;
}
.jconfirm .jconfirm-content .message {
    padding: 15px 5px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.jconfirm .jconfirm-content fieldset {
    border: none;
    padding: 0px;
    border-radius: 0;
}
.jconfirm .jconfirm-content ul.product-options {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}
.jconfirm .jconfirm-content ul.product-options li {
    font-size: 14px;
    color: #000;
    line-height: 26px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.jconfirm .jconfirm-content ul.product-options li > label {
    font-size: 12px;
    width: 100%;
    cursor: pointer;
}
.jconfirm .jconfirm-content ul.product-options li > label.selected {
    color: #eb4b3e;
    font-weight: bold;
}
.jconfirm .jconfirm-content ul.product-options li > label:hover {
    background-color: #f8f8f8
}
.jconfirm .jconfirm-content ul.product-options li > label > input {
    display: none;
}
.jconfirm .jconfirm-content ul.product-options li .price {
    float: right;
}
.jconfirm .jconfirm-buttons {
    width: 100%;
}
.jconfirm .jconfirm-buttons button {
    width: 100%;
    padding: 12px !important;
}


.error-box {
    padding-top: 60px;
}
.error-box h1 {
    font-size: 10rem;
}
.error-box h3 {
    font-size: 25px;
}

footer.footer {
    bottom: 0;
    padding: 5px 0;
    position: fixed;
    width: 100%;
}
footer .ft-cards > span {
    font-size: 20px;
    margin: 0 4px;
}
footer .ft-cards > span > span {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

footer .cookie-banner-container {
    width: 100%;
    bottom: 0;
    position: fixed;
    background-color: rgb(0,0,0,0.85);
    z-index: 1051;
    text-shadow: none;
}
footer .cookie-banner-wrapper {
    max-width: 80%;
    margin: 0 auto;
    padding-top: 0px;
}
footer .cookie-banner-content {
    font-weight: 400;
    font-size: 15px;
    margin-top: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
}
footer .cookie-banner-button-wrapper {
    text-align: center;
    padding-bottom: 20px;
}
footer .cookie-banner-button {
    background-color: rgba(50, 230, 30, 0.7);
    border-color: rgba(50, 230, 30, 0.7);
    color: #ffffff;
    font-size: 13px;
    width: 200px;
}

footer .cookie-banner-button:hover {
    background-color: rgba(120, 120, 120, 0.4);
    border-color: rgba(120, 120, 120, 0.4);
    color: #ffffff;
}




div#messages.debug {
    position: absolute;
}

input#text.debug {
    color: goldenrod !important;
    font-size: 14px !important;
    bottom: 50px;
    position: fixed;
}


@media only screen and (max-width: 767px) {
    .page-header  h3 {
        font-size: 1rem;
    }
    .cbp-zoom {
        display: none;
    }
    .navbar-custom .nav li > a.customer-profile:before {
        width: 28px;
        height: 28px;
        left: -10px;
    }
    .inner-pop-up {
        max-width: 100% !important;
        width: 98% !important;
    }
    .exhibitor-content .page-header .exit-stand > span,
    .pages-content .page-header .close-page > span {
        font-size: 12px;
    }
    section.gridstack .grid-stack-item .exhibitor-name {
        font-size: .6rem;
    }
    .exhibitor-left-content > .os-padding {
        margin-top: 10px;
    }
    .exhibitor-left-content .os-content p {
      font-size: 1.15rem !important;
      line-height: 1.4rem;
    }
    #exhibitor-reports-tab > hr.spacer-5 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .team-item .team-details .member-name {
        font-size: 1.1rem;
    }
    .team-item .member-bar a > i {
        font-size: 24px;
    }
    .team-item .member-bar a:not(:last-child) {
        margin-right: 15px;
    }
    .rooms-list .room-item .room-name {
        font-size: 1.1rem;
    }
    .right-column .right-content .right-menu .right-menu-icon {
        margin-top: 0;
        margin-bottom: 0;
    }
    #program-tab .resp-tabs-container h2.resp-accordion {
        display: none !important;
    }
    #program-tab .resp-tab-item span {
        font-size: 1rem !important;
    }
    #program-tab .program-list .program-item .time span,
    #program-tab .program-list .program-item .expired span {
        font-size: 1rem !important;
    }
    #program-tab .program-list .program-item .program-title {
        font-size: 1rem !important;
    }
    h2.resp-accordion {
        display: flex !important;
        background-color: rgba(0, 0, 0, .25) !important;
        border-top: 2px solid rgba(200, 200, 250, 0.2) !important;
        padding: 5px 14px 5px 14px !important;
        text-transform: uppercase;
    }
    h2.resp-accordion:hover,
    h2.resp-accordion.resp-tab-active {
        background-color: rgba(64, 64, 64, .25) !important;
    }
    h2.resp-accordion > span:first-child {
        height: 30px;
    }
    h2.resp-accordion > span:first-child:before {
        line-height: 30px;
        color: #ffffff;
    }
    h2.resp-accordion > span:last-child {
        font-size: 1rem;
    }
    .msg-overlay-conversation .left-panel {
        width: 35%;
    }
    .msg-overlay-conversation .main-panel {
        width: 65%;
    }
    .msg-overlay-conversation .live-chat .field-msg {
        height: 50px;
    }
    .msg-overlay-conversation .live-chat .box-aside .cnt-scroll {
        height: calc(100% - 50px);
    }
    .live-chat .single-msg .sender span {
        font-size: 9px;
    }
    .live-chat .single-msg .time {
        font-size: 9px;
    }
    .live-chat .single-msg .message {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cbp-zoom {
        display: none;
    }
    section.gridstack .grid-stack-item .exhibitor-name {
        font-size: .7rem;
    }
    .right-column .right-content .right-menu .right-menu-icon {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cbp-l-filters-big .cbp-filter-item {
        font-size: 0.75rem;
        padding: 6px;
    }
    .right-column .right-content .right-menu .right-menu-icon {
        margin-top: 0;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
    body:not(.meeting-room) header.main-header, body:not(.login) header.main-header {
        height: 40px
    }
    .header {
        height: 40px
    }
    .cbp-l-filters-big .cbp-filter-item {
        font-size: 0.85rem;
        padding: 10px 6px;
    }
    .cbp-l-filters-alignCenter .cbp-filter-item {
        padding: 6px 15px;
    }
    .cbp-filter.count {
        display: none;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1899px) {
    .header, header.main-header {
        height: 25px !important
    }
}
@media only screen and (max-width: 1440px) {
    .row-buttons-controls button {
        line-height: 20px
    }
    .row-buttons-controls button:before {
        font-size: 1rem
    }
    .cnt-img .name, .cnt-media .name {
        font-size: .875rem
    }
}
@media only screen and (max-width: 1900px) {
    .box-aside {
        padding: 10px 0;
        height: 100%;
    }
}
@media only screen and (max-width: 767px) {
    footer .ft-cards {
        text-align: center !important;
        margin: 15px 0;
    }
    footer small {
        font-size: 0.8rem !important;
    }
}


.menu-nav {
    display: grid;
}
.menu-nav .three-dots {
    position: absolute;
    right: 0;
}
.menu-nav .three-dots:after {
    cursor: pointer;
    content: '\2807';
    font-size: 30px;
    padding: 0 10px;
}
.menu-nav-dropdown {
    position: absolute;
    top: 40px;
    right: 20px;
    background-color: rgba(0, 0, 0, .8);
    outline: none;
    opacity: 0;
    z-index: -1;
    max-height: 0;
    transition: opacity 0.1s, z-index 0.1s, max-height 5s;
    padding: 10px 10px 20px 20px;
    border: 1px solid rgba(128, 128, 128, .8);
    border-radius: 4px;
    text-align: right;
}
.menu-nav-dropdown.open {
    opacity: 1;
    z-index: 100;
    min-width: 130px;
    max-height: 100vh;
    transition: opacity 0.2s, z-index 0.2s, max-height 0.2s;
}
.menu-nav-dropdown > a {
    display: block;
    font-size: 1.375rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.menu-nav-dropdown > a > i {
    font-size: 1.375rem;
    width: 22px;
}
