@media (min-width: 768px) {
  .h-md-100 {
    height: 100vh;
  }
}

@media (max-width: 980px) {
  body {
    font-size: 12px !important;
  }
  .panel {
    width: 200px !important;
    right: -200px;
  }
  .panel .panel-heading {
    font-size: 1em !important;
  }
  .panel .panel-content {
    padding: 10px !important;
  }
  .panel .btn-sendmsg {
    font-size: 1em !important;
  }
  #bottom-menu {
    height: 50px !important;
  }
  #bottom-menu .bottom-nav {
    padding: 3px 0 !important;
  }
  #bottom-menu ul li {
    /*padding:0 10px;*/
    margin: 0 4px !important;
  }
  #bottom-menu ul li i, #bottom-menu ul li a {
    font-size: 0.85em !important;
    padding: 3px 6px !important;
  }
  #bottom-menu ul li i {
    font-size: 1.4em !important;
  }
  #bottom-menu ul li i #chat-message {
    font-size: 0.5em !important;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 10px !important;
  }
  .panel {
    width: 125px !important;
    right: -125px;
  }
  .panel .panel-heading {
    font-size: 1em !important;
  }
  .panel .panel-content {
    padding: 5px !important;
  }
  .panel .btn-sendmsg {
    font-size: 1em !important;
  }
  #bottom-menu {
    height: 40px !important;
  }
  #bottom-menu .bottom-nav {
    padding: 2px 0 !important;
  }
  #bottom-menu ul li {
    /*padding:0 10px;*/
    margin: 0 2px !important;
  }
  #bottom-menu ul li i, #bottom-menu ul li a {
    font-size: 0.6em !important;
    padding: 3px 6px !important;
  }
  #bottom-menu ul li i {
    font-size: 1.2em !important;
  }
  #bottom-menu ul li i #chat-message {
    font-size: 0.5em !important;
  }
}

/*Modals*/
.modal {
  outline: 0;
}

.modal#attendees .modal-dialog, .modal#confAgenda .modal-dialog {
  width: 90% !important;
  max-width: 800px !important;
  height: 80vh;
  max-height: 600px;
}

.modal#wallSocial {
  z-index: 1050 !important;
}

.modal#wallSocial .modal-dialog {
  width: 90% !important;
  max-width: 1200px !important;
  height: 80vh;
  max-height: 600px;
  overflow-y: auto;
}

.modal .search-area form .input {
  width: 100%;
}

.modal .modal-dialog {
  /* width: 80%;
        max-width: 650px;
        height: 70vh;
        max-height: 600px; */
}

.modal .modal-dialog .modal-content {
  border: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  background-color: #284b8b;
}

.modal .modal-dialog .modal-content .modal-header h5.modal-title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
}

.modal .modal-dialog .modal-content .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: #c62828;
  color: #fff;
}

.modal .modal-dialog .modal-content .modal-header .close:focus {
  outline: none !important;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 0em;
  color: #616161;
  background-color: #F5F5F5;
  /*min-height: 50vh;*/
  /* #curator-feed-default-feed-layout{
                    max-height: 100%;
                } */
}

.modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 100%;
}

.modal .modal-dialog .modal-content .modal-body .search-area {
  background-color: #e0e0e0;
  color: #333;
  padding: 5px 10px;
}

.modal .modal-dialog .modal-content .modal-body .search-area button {
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 5px 0 0;
  border-radius: 4px;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList {
  border: 1px solid #e0e0e0;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee {
  padding: 10px 15px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee .attendee-actions {
  position: absolute;
  top: 7px;
  right: 10px;
}

.modal .modal-dialog .modal-content .modal-body #attendeeList .attendee .attendee-actions button {
  border: none;
  background-color: #BDBDBD;
  padding: 4px 8px;
  color: #EEEEEE;
}

.modal .modal-dialog .modal-content .modal-body .content {
  /* min-height: 30vh; */
  max-height: 65vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 15px;
  width: 95%;
  margin: 10px auto;
}

.modal .modal-dialog .modal-content .modal-body .content a {
  color: #284b8b;
}

.modal .modal-dialog .modal-content .modal-body .content a.btn-dlcards {
  color: #fefefe !important;
}

.modal .modal-dialog .modal-content .modal-body .content table {
  margin-bottom: 0 !important;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel {
  margin: 40px 20px;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  margin-bottom: 10px;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li a {
  color: #284b8b !important;
}

.modal .modal-dialog .modal-content .modal-body .content.b-case-panel ul li a:hover {
  text-decoration: none;
}

.modal-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0px solid #ccc;
  height: 40px;
  margin-bottom: 5px;
}

.modal-tabs:before {
  display: table-cell;
  content: '';
}

.modal-tabs li {
  float: left;
  border: 1px solid #ccc;
  padding: 10px;
}

.modal-tabs li a {
  color: #797878;
  padding: 18px 25px;
}

.modal-tabs li.active {
  border-top: 2px solid #232f3e;
  background-color: #EEEEEE;
}

.modal-tabs li.active a {
  color: #464646;
  font-weight: 600;
}

ul.audis {
  list-style: none;
  margin: auto;
}

ul.audis li {
  width: 100%;
  background-color: #284b8b;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px;
}

ul.audis li a {
  color: #fff !important;
  font-size: 1em;
}

/* Horizontal line */
.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  -webkit-transform: rotate(90deg) translateX(-1px);
          transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*Agenda Timeline*/
.timeline-detail {
  padding: 3rem 0;
}

#timeline {
  margin-bottom: 1rem;
}

[class*=timeline-status-] p {
  margin: 0;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}

[class*=timeline-status-] {
  padding: 10px 0;
}

.timeline-status-date {
  background-color: #ee3135;
}

.timeline-list {
  border: 1px solid #e5e5e5;
}

.timeline-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: .9rem;
  margin-left: 3rem;
  min-height: 5rem;
}

.timeline-item:last-child {
  padding-bottom: 4rem;
}

.timeline-item .timeline-date {
  margin-bottom: .5rem;
}

.timeline-item .timeline-date span {
  color: #888;
  font-size: 1em;
  font-weight: 500;
  padding-left: .4rem;
}

.timeline-item .timeline-content {
  background-color: #284b8b;
  color: #fafafa;
  border-color: #284b8b;
  padding: 25px;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
          box-shadow: 0 0.46875rem 2.1875rem rgba(4, 9, 20, 0.03), 0 0.9375rem 1.40625rem rgba(4, 9, 20, 0.03), 0 0.25rem 0.53125rem rgba(4, 9, 20, 0.05), 0 0.125rem 0.1875rem rgba(4, 9, 20, 0.03) !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border: none;
  max-width: 1109px;
  margin-bottom: 0px;
}

.timeline-item .timeline-content h4 {
  font-size: 1em;
  margin-bottom: 5px;
}

.timeline-item .timeline-content .btn-launch {
  margin: 10px 5px;
  font-size: 0.8em;
  background-color: #ee3135;
  padding: 5px 10px;
  color: #ffffff !important;
}

.timeline-item .timeline-content .timeline-speakers {
  margin-top: 10px;
}

.timeline-item .timeline-content .timeline-speakers .speaker {
  display: inline-block;
  background-color: #EEEEEE;
  border: 1px solid #E0E0E0;
  padding: 8px;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 10px;
}

.timeline-item .timeline-content .timeline-speakers .speaker img {
  width: 50px;
  height: 50px;
  border-radius: 6px;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info {
  margin-left: 10px;
  width: calc(100% - 60px);
  display: inline-block;
  margin-top: 3px;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info h5 {
  font-size: 0.7em;
}

.timeline-item .timeline-content .timeline-speakers .speaker .speaker-info h6 {
  font-size: 0.6em;
}

.timeline-item .timeline-content span {
  display: block;
  color: #888;
  font-size: 85%;
}

.timeline-item .timeline-icon {
  line-height: 1rem;
  position: absolute;
  left: -0.5rem;
  width: 1rem;
  height: 1rem;
  text-align: center;
  border-radius: 50%;
  font-size: 1.1rem;
  background-color: #fff;
  color: #fff;
}

.timeline-item .timeline-icon.status {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  font-size: .6rem;
}

.timeline-item .timeline-icon.status.live {
  background-color: #0c0;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

.timeline-item .timeline-icon.status.over {
  background-color: #c00;
}

.timeline-item .timeline-icon.status.next {
  background-color: #00c;
}

@media (min-width: 992px) {
  .timeline-item {
    margin-left: 10rem;
  }
  .timeline-item .timeline-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .timeline-item .timeline-date span {
    display: block;
  }
  .timeline-item .timeline-content {
    padding: 25px;
    /*background-color:transparent*/
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 61, 125, 0.7);
            box-shadow: 0 0 0 0 rgba(36, 61, 125, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(36, 61, 125, 0);
            box-shadow: 0 0 0 10px rgba(36, 61, 125, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 61, 125, 0);
            box-shadow: 0 0 0 0 rgba(36, 61, 125, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 61, 125, 0.7);
            box-shadow: 0 0 0 0 rgba(36, 61, 125, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(36, 61, 125, 0);
            box-shadow: 0 0 0 10px rgba(36, 61, 125, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(36, 61, 125, 0);
            box-shadow: 0 0 0 0 rgba(36, 61, 125, 0);
  }
}

.e-card {
  position: relative;
}

.e-card:before {
  padding-top: 53.18%;
  content: '';
  display: block;
}

.e-card .ecard {
  background-image: url(../img/card-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3em 1em;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.e-card .ecard.mycard {
  border: none;
}

.e-card .ecard h1 {
  color: #284b8b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 2em;
}

.e-card .ecard h1 span {
  color: #284b8b;
  margin-top: 0.5em;
  display: block;
  font-size: 0.7em;
  font-weight: 400;
  text-transform: none;
}

.e-card .ecard .info {
  font-size: 1em;
  font-weight: 400;
  color: #284b8b;
}

#photoBooth .modal-dialog {
  max-width: 800px !important;
}

#photoBooth .modal-dialog .modal-content {
  position: relative;
}

#photoBooth .modal-dialog .modal-content .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
}

#photoBooth .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#photoBooth .modal-dialog .modal-content #cam-panel {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none;
}

#photoBooth .modal-dialog .modal-content #cam-panel .photo-jacket-contianer img.photo-jacket {
  width: 100% !important;
}

#photoBooth .modal-dialog .modal-content #cam-ui {
  width: 45% !important;
  height: auto !important;
  top: 35% !important;
  left: 40%;
  -webkit-transform: translateX(-65%);
          transform: translateX(-65%);
}

#photoBooth .modal-dialog .modal-content #after-capture,
#photoBooth .modal-dialog .modal-content #before-capture {
  bottom: -55px;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn i,
#photoBooth .modal-dialog .modal-content #before-capture .btn i {
  color: #fff;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-capture,
#photoBooth .modal-dialog .modal-content #before-capture .btn-capture {
  background-color: #ee3135;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-save,
#photoBooth .modal-dialog .modal-content #before-capture .btn-save {
  background-color: #284b8b;
}

#photoBooth .modal-dialog .modal-content #after-capture .btn-retry,
#photoBooth .modal-dialog .modal-content #before-capture .btn-retry {
  background-color: #284b8b;
}

@font-face {
  font-family: Arial;
  src: url(fonts/arial.ttf);
}

@font-face {
  font-family: Arial;
  src: url(fonts/arialbd.ttf);
  font-weight: bold;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Arial;
  font-size: 16px;
  background-color: #ffffff;
}

.main-content {
  background-image: url(../img/bottom-bar.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}

#mobile-portrait {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  display: none;
}

.center-device {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2.5);
          transform: translate(-50%, -50%) scale(2.5);
  height: 50vh;
  max-height: 250px;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 815px) and (orientation: portrait) {
  #mobile-portrait {
    display: block !important;
  }
}

a:hover {
  text-decoration: none;
}

ul {
  margin-bottom: 0;
}

.btn-round {
  border-radius: 30px;
}

.bg-indigo {
  background: indigo;
}

.text-cyan {
  color: #35bdff;
}

.text-blue {
  color: #284b8b;
}

.text-red {
  color: #ee3135;
}

.text-error {
  color: #ee3135;
  font-size: 0.8rem;
  font-weight: 600;
}

.alert {
  border-radius: 0;
}

@media (max-width: 768px) {
  .border-sm-0 {
    border: none !important;
  }
}

.bg-gradient-primary {
  background-color: #4e73df;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
  background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
  background-size: cover;
  background-attachment: fixed;
}

form.user .form-control-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 1.5rem 1rem;
}

form.user .btn-user {
  font-size: 0.8rem;
  border-radius: 10rem;
  padding: 0.75rem 1rem;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.form-wrapper {
  background-color: #fefefe;
  padding: 40px;
}

.form {
  width: 100%;
  font-size: 16px !important;
}

.form .form-group {
  position: relative;
  margin-bottom: 25px;
  overflow: hidden;
}

.form .form-group:last-child {
  margin-bottom: 0px;
}

.form label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #222;
}

.form span.req {
  color: #ee3135;
  font-weight: bold;
}

.form textarea {
  width: 100%;
}

.form input {
  width: 100%;
  display: block;
  border: 1px solid #2b3d7d;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-width: 2px;
  border-color: #2b3d7d;
}

.form input[type="checkbox"]:not(old) {
  width: 2em;
  margin: 0;
  padding: 0;
  font-size: 1em;
  display: none;
}

.form input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

.form input[type="checkbox"]:not(old) + label {
  display: inline-block;
  line-height: 1.5em;
  margin-top: 6px;
}

.form input[type="checkbox"]:not(old) + label > span {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 15px;
  margin-bottom: 3px;
  border: 1px solid #999;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  background: white;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white));
  background-image: linear-gradient(white, white);
  vertical-align: bottom;
}

.form .label-agree-term {
  position: relative;
  top: 0%;
  transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}

.form #signin {
  margin-top: 1em;
}

.form .form-submit {
  display: inline-block;
  background: #6dabe4;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer;
}

.form .btn-submit {
  background-color: #ee3135;
  color: #ffffff;
  border: none;
  border-radius: 2px;
  padding: 5px 30px;
  font-weight: bold;
}

/* Customization Style of SyoTimer */
.syotimer {
  text-align: center;
  margin: 30px auto 0;
  padding: 0 0 10px;
}

.syotimer-cell {
  display: inline-block;
  margin: 0 5px;
  width: 61px;
}

.syotimer-cell__value {
  font-size: 35px;
  color: #ffffff;
  background-color: #284b8b;
  height: 65px;
  line-height: 65px;
  margin: 0 0 5px;
}

.syotimer-cell__unit {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

#content {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh);
  overflow: hidden;
  /* &.wall{
    overflow: unset !important;
} */
}

#content #header-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: white;
  z-index: 1;
}

#content #header-menu a.logo {
  display: block;
}

#content #header-menu a.logo img {
  max-height: 45px;
  width: auto;
}

#content #header-menu a {
  color: #424242;
  font-size: 1em;
}

#content #header-menu ul#attendance {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content #header-menu ul#attendance li {
  margin-bottom: 0;
  font-size: 1em;
  padding: 0 10px;
  color: #424242;
}

#content #header-menu ul.nav li.user-menu {
  /* > .nav-link:after {
                  content:none;
                } */
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  border-top-width: 0;
  width: 280px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu,
#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #fff;
  border-radius: 50%;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body::after {
  display: block;
  clear: both;
  content: "";
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer::after {
  display: block;
  clear: both;
  content: "";
}

#content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f9f9f9;
  }
}

#content #header-menu ul.nav li.user-menu .btn-flat {
  border: 1px solid #757575;
  background-color: #eee;
  border-radius: 0;
  font-size: 0.75em;
  padding: 5px 15px;
}

#content #header-menu ul.nav li.user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (min-width: 576px) {
  #content #header-menu ul.nav li.user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

#content #bottom-menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 60px;
  width: 100%;
  background-color: #284b8b;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#content #bottom-menu .bottom-nav {
  padding: 8px 0;
}

#content #bottom-menu ul li {
  /*padding:0 10px;*/
  margin: 0 6px;
}

#content #bottom-menu ul li i,
#content #bottom-menu ul li a {
  display: block;
  color: #eeeeee;
  font-size: 1em;
  text-align: center;
  padding: 5px 10px;
}

#content #bottom-menu ul li i:hover,
#content #bottom-menu ul li a:hover {
  text-decoration: none;
}

#content #bottom-menu ul li i {
  position: relative;
  font-size: 1.2em;
  padding: 0px;
}

#content #bottom-menu ul li i #chat-message {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 0.75em;
}

#content #bg {
  position: relative;
  margin-top: 60px;
}

#content #bg img {
  width: 100%;
  height: auto;
}

#content #bg .indicator {
  background-color: #ee3135;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #000;
          box-shadow: 0 0 0 0 #000;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
}

#content #bg .indicator.d-10 {
  width: 10px;
  height: 10px;
  bottom: -5px;
  /*top: calc(100% - 5px) !important;*/
}

#content #bg .indicator.d-6 {
  width: 6px;
  height: 6px;
  bottom: -3px;
  /*top: calc(100% - 3px) !important;*/
}

#content #bg .indicator.d-8 {
  width: 8px;
  height: 8px;
  bottom: -4px;
}

#content #bg .indicator.d-12 {
  width: 12px;
  height: 12px;
  bottom: -6px;
  /*top: calc(100% - 3px) !important;*/
}

#content #bg area {
  outline: none;
}

#content #bg area:focus {
  outline: none;
}

#content #bg #lobbyVideo {
  position: absolute;
  top: 21.2%;
  left: 43%;
  width: 14.2%;
  height: 12.8%;
}

#content #bg #networkLounge {
  position: absolute;
  top: 23.8%;
  left: 27.8%;
  width: 7.7%;
  height: 2.5%;
}

#content #bg #partnersLounge {
  position: absolute;
  top: 23.8%;
  left: 65.4%;
  width: 6.2%;
  height: 2.5%;
}

#content #bg #audi1 {
  position: absolute;
  top: 37.5%;
  left: 32.4%;
  width: 5.6%;
  height: 2.5%;
}

#content #bg #audi2 {
  position: absolute;
  top: 37.5%;
  left: 47.4%;
  width: 5.6%;
  height: 2.5%;
}

#content #bg #audi3 {
  position: absolute;
  top: 37.5%;
  left: 62.4%;
  width: 5.6%;
  height: 2.5%;
}

#content #bg #bannerAgenda {
  position: absolute;
  top: 49.3%;
  left: 40.7%;
  width: 2.5%;
  height: 8.1%;
}

#content #bg #bannerAgenda .indicator {
  bottom: 40%;
  left: 40%;
}

#content #bg #bannerHighlights {
  position: absolute;
  top: 49.3%;
  left: 57%;
  width: 2.5%;
  height: 8.1%;
}

#content #bg #bannerHighlights .indicator {
  bottom: 40%;
  left: 40%;
}

#content #bg #helpDesk {
  position: absolute;
  top: 54%;
  left: 47.9%;
  width: 4.4%;
  height: 1.8%;
}

#content #bg #helpDesk .indicator {
  bottom: -40%;
  left: 40%;
}

#content #bg #loungeVideo {
  position: absolute;
  top: 14.4%;
  left: 41.4%;
  width: 19.5%;
  height: 17.3%;
}

#content #bg #socialWall {
  position: absolute;
  top: 32.1%;
  left: 67.9%;
  width: 20.4%;
  height: 17.8%;
  overflow-x: hidden;
  overflow-y: auto;
}

#content #bg #socialWall .indicator {
  bottom: 50%;
}

#content #bg.helpdesk #lobbyVideo {
  position: absolute;
  top: 1.2%;
  left: 38%;
  width: 24%;
  height: 21.8%;
  background-color: #000;
}

#content #bg.helpdesk #bannerAgenda {
  position: absolute;
  top: 37.1%;
  left: 27.7%;
  width: 6.0%;
  height: 19.1%;
}

#content #bg.helpdesk #bannerAgenda .indicator {
  bottom: 50%;
  left: 45%;
}

#content #bg.helpdesk #bannerHighlights {
  position: absolute;
  top: 37.1%;
  left: 66.3%;
  width: 6.0%;
  height: 19.1%;
}

#content #bg.helpdesk #bannerHighlights .indicator {
  bottom: 50%;
  left: 45%;
}

#content #bg.helpdesk #helpDesk {
  position: absolute;
  top: 49%;
  left: 44.9%;
  width: 10.4%;
  height: 2.8%;
}

#content #bg.helpdesk #helpDesk .indicator {
  bottom: -42%;
  left: 43%;
}

#content #bg #partners-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #284b8b;
}

#content #bg #partners-menu ul li {
  border-right: 1px solid #ccc;
  padding: 0 15px;
}

#content #bg #partners-menu ul li:last-child {
  border-right: none;
}

#content #bg #partners-menu ul li a {
  color: #fff;
  font-size: 1rem;
}

#content #bg #clickSelfie {
  position: absolute;
  top: 32.9%;
  left: 16.9%;
  width: 21.4%;
  height: 21.9%;
}

#content #bg #clickSelfie .indicator {
  bottom: 35%;
  left: 40%;
}

#content #bg #shareCards {
  position: absolute;
  top: 46.1%;
  left: 47.4%;
  width: 12.4%;
  height: 3.9%;
}

#content #bg.audi #webcast-area {
  position: absolute;
  top: 15.2%;
  left: 34%;
  width: 32.8%;
  height: 29%;
}

#content #bg.audi #webcast-area #player {
  width: 100%;
  height: 100%;
}

#content #bg.audi #actions {
  position: absolute;
  top: 60%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0px solid #c00;
}

#content #bg.audi #actions a.btn {
  border: 0px solid white;
  font-size: 1em;
  letter-spacing: 2px;
  padding: 3% 5%;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
  margin: 0.5em 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
}

#content #bg.audi #actions a.btn img {
  max-width: 40px;
}

#content #bg #hallsCarousel {
  position: absolute;
  top: 25%;
  left: 22%;
  width: 56%;
  height: 30%;
  border: 0px solid #ccc;
  padding: 15px;
}

#content #bg #hallsCarousel .carousel-control-next, #content #bg #hallsCarousel .carousel-control-prev {
  -webkit-box-align: unset !important;
      -ms-flex-align: unset !important;
          align-items: unset !important;
  -webkit-box-pack: unset !important;
      -ms-flex-pack: unset !important;
          justify-content: unset !important;
  top: 35% !important;
  left: 10px;
  background-color: #284b8b;
  width: 60px;
  height: 60px;
  padding: 16px 18px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50%;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  opacity: 0.65;
}

#content #bg #hallsCarousel .carousel-control-next:hover, #content #bg #hallsCarousel .carousel-control-prev:hover {
  opacity: 1;
}

#content #bg #hallsCarousel .carousel-control-next {
  padding: 16px 23px;
  left: auto;
  right: 10px;
}

#content #bg #hallsCarousel .carousel-item.stall1, #content #bg #hallsCarousel .carousel-item.stall2 {
  padding: 0;
}

#content #bg #hallsCarousel .carousel-item.stall1 #hall1, #content #bg #hallsCarousel .carousel-item.stall2 #hall1 {
  position: absolute;
  top: 2.3%;
  left: 5%;
  width: 24.3%;
  height: 21.7%;
}

#content #bg #hallsCarousel .carousel-item.stall1 #hall2, #content #bg #hallsCarousel .carousel-item.stall2 #hall2 {
  position: absolute;
  top: 2.3%;
  left: 38.7%;
  width: 22.6%;
  height: 21.7%;
}

#content #bg #hallsCarousel .carousel-item.stall1 #hall3, #content #bg #hallsCarousel .carousel-item.stall2 #hall3 {
  position: absolute;
  top: 2.3%;
  left: 70.5%;
  width: 25.6%;
  height: 21.7%;
}

#content #bg #hallsCarousel .carousel-item.stall1 #hall4, #content #bg #hallsCarousel .carousel-item.stall2 #hall4 {
  position: absolute;
  top: 26.2%;
  left: 12.2%;
  width: 30.8%;
  height: 29.9%;
}

#content #bg #hallsCarousel .carousel-item.stall1 #hall5, #content #bg #hallsCarousel .carousel-item.stall2 #hall5 {
  position: absolute;
  top: 26.2%;
  left: 56.7%;
  width: 32.2%;
  height: 29.9%;
}

#content #bg.exhib #tv {
  position: absolute;
  top: 23.3%;
  left: 38.0%;
  width: 33.7%;
  height: 30.3%;
}

#content #bg.exhib #tvMini {
  position: absolute;
  top: 22.3%;
  left: 17.7%;
  width: 14.3%;
  height: 13.2%;
}

#content #bg.exhib #posterOne {
  position: absolute;
  top: 14.3%;
  left: 75%;
  width: 9.6%;
  height: 18.1%;
  border-radius: 3px;
}

#content #bg.exhib #posterTwo {
  position: absolute;
  top: 34.1%;
  left: 75%;
  width: 9.6%;
  height: 18.1%;
  border-radius: 3px;
}

#content #bg.exhib #resources {
  position: absolute;
  top: 5%;
  left: 92%;
  width: 4.5%;
  height: 8%;
}

#content #bg.exhib #query {
  position: absolute;
  top: 16%;
  left: 92%;
  width: 4.5%;
  height: 8%;
}

#content #bg.exhib #know-more {
  position: absolute;
  top: 28%;
  left: 92%;
  width: 4.5%;
  height: 8%;
}

#content .panel {
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: calc(100vh - 60px);
  cursor: pointer;
  background-color: #adb5bd;
  font-size: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

#content .panel .panel-heading {
  background-color: #212529;
  text-transform: uppercase;
  padding: 5px 10px;
  position: relative;
  font-size: 1.25em;
  color: #eeeeee;
}

#content .panel .panel-heading .close {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 1em;
  color: #ccc;
  background-color: #c00;
  padding: 2px 4px 3px 4px;
}

#content .panel .panel-content {
  padding: 20px;
}

#content .panel .panel-content form textarea {
  width: 100%;
}

#content .panel .panel-content #currpoll .form-check-input {
  margin-left: 0;
}

#content .panel.show {
  right: 0;
}

.scroll::-webkit-scrollbar {
  width: 10px;
}

.scroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px #eee;
  -webkit-box-shadow: inset 0 0 6px #eee;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #167ac6;
  border-radius: 10px;
  outline: 0px solid #0c0;
}

ul#pollResults {
  margin: 0;
  padding: 0;
}

ul#pollResults li {
  display: block;
  border: solid 1px #ddd;
  padding: 14px;
  margin-bottom: 10px;
  position: relative;
  z-index: 0;
}

ul#pollResults li .perc-back {
  background: #fefefe;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  z-index: -1;
}

ul#pollResults li label {
  vertical-align: middle;
  cursor: pointer;
  overflow: hidden;
}

ul#pollResults li .perc-number {
  float: right;
}

.cn-logo {
  max-width: 105px;
}

ul.popuplist {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

ul.popuplist li {
  padding: 10px;
}

ul.popuplist li i, ul.popuplist li a {
  color: #333 !important;
  font-size: 1.2em;
}

ul.popuplist li i {
  margin-right: 10px;
}

section.videotoplay {
  z-index: 9999;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
  height: calc(100vh);
}

section.videotoplay video {
  width: 100%;
  height: calc(100vh);
  -o-object-fit: cover;
     object-fit: cover;
}

section.videotoplay .skip {
  position: absolute;
  bottom: 100px;
  right: 50px;
  background-color: #cc0000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 20px;
}

section.videotoplay .skip a {
  color: #fff;
}

section.videotoplay .skip a:hover {
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=styles.css.map */