
.account-details-section {
  line-height: 2em;
}
@media (max-width: 989px) {
  .account-details-right-section {
    border-top: 1px solid #dedede;
    margin: 15px 30px;
    padding: 15px 0 0 0;
  }
}
@media (min-width: 990px) {
  .account-details-section {
    padding: 12px;
  }
  .account-details-right-section {
    border-left: 1px solid #dedede;
    font-weight: bold;
    font-size: 12px;
  }
}
.account-details-section .row {
  margin: 0;
}
.account-details-right-section ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
}
.account-details-right-section ul li {
  margin: 0;
  padding: 0;
  color: #999;
}
.account-detail-user-image {
  background: #dedede;
  border-radius: 5px;
  color: white;
  font-size: 50px;
  text-align: center;
  padding: 20px 0;
}
@media (max-width: 989px) {
  .account-detail-user-image {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.account-details-edit-left {
  width: 140px;
}
.account-details-info,
.account-details-edit,
.account-details-save {
  color: #a3b5c1;
}
.account-details-save {
  padding: 0 0 0 5px;
}
.cancelButtonsWrap {
  padding-top: 30px;
  padding-bottom: 10px;
}
.cancelButtonsWrap .btn {
  padding: 6px 46px;
  font-size: 18px;
}
.cancelButtonsWrap .btn.unselected {
  background: #cbd9eb;
  border-bottom-color: #afc4de;
}
.cancelButtonsWrap .btn.unselected:hover,
.cancelButtonsWrap .btn.unselected:focus,
.cancelButtonsWrap .btn.unselected:active {
  background: #afc4de !important;
}
.cancelSubscriptionDetails {
  display: none;
  padding-top: 30px;
}
.cancelSubscriptionDetails textarea {
  margin-top: 10px;
}
.btn-cancel {
  margin-top: 30px;
  background: #46535c !important;
  border-bottom-color: #2b3841 !important;
  color: white;
  padding: 0 20px;
  line-height: 34px;
  font-family: "Benton Sans", Arial;
}
.btn-cancel:hover,
.btn-cancel:focus,
.btn-cancel:active {
  background: #2b3841 !important;
  color: white;
}
#cancelStep2 {
  display: none;
}
.cancelSubscriptionSuccess {
  font-family: "Benton Sans", Arial;
  font-size: 16px;
  padding: 0 0 40px 0;
  max-width: 320px;
  margin: 0 auto;
}

.ajaxFormMessage {
  margin: 20px 0 0 0;
}

.performance-unknown,
.performance-bad,
.performance-ok,
.performance-good {
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.6em;
  width: 1.6em;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
}
.performance-unknown {
  background: #999;
}
.performance-bad {
  background: #a80a0a;
}
.performance-ok {
  background: #bf640f;
}
.performance-good {
  background: #026609;
}
.performance-100 {
  font-size: 0.8em;
  width: 2.2em;
  height: 2.2em;
}
.analytics-value-with-chart {
  margin: -10px 0 10px 0;
}
.analytics-value-with-chart .analytics-large-value {
  font-size: 50px;
  font-family: "Benton Sans Ext Light", Arial;
  color: #2b3841;
  white-space: nowrap;
}
.analytics-value-with-chart .analytics-large-value small {
  font-size: 30px;
}
.analytics-box-list-wrap {
  position: relative;
  max-height: 290px;
  overflow-y: auto;
  overflow-x: hidden;
  margin: -10px -15px;
  padding: 0 15px;
  color: #677d8c;
}
.analytics-box-list-wrap .small,
.analytics-box-list-wrap small {
  font-size: 0.94em;
}
.analytics-box-list-wrap.chat-list .chat-item {
  padding: 8px 10px;
  margin: 0 -10px;
}
.analytics-box-list-wrap.chat-list .chat-item:nth-of-type(even) {
  background: #f8f9fb;
}
.analytics-box-list-wrap .time-wrap {
  min-width: 48px;
}
.analytics-box-list-wrap .chat-name-wrap {
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .analytics-box-list-wrap .chat-name-wrap {
    width: 140px;
  }
}
.analytics-box-list-wrap .chat-name-to {
  font-size: 0.8em;
  opacity: 0.5;
}
.analytics-box-list-wrap svg {
  fill: #aab7bf;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-top: -2px;
}
.analytics-box-list-wrap .margin-left {
  margin-left: 6px;
}
.shared-url-value {
  font-size: 30px;
  font-family: "Benton Sans Ext Light", Arial;
  color: #2b3841;
  padding: 8px 0 18px 0;
}
.ct-series-a .ct-line,
.ct-series-a .ct-bar {
  stroke: #3498db !important;
}
.ct-series-a .ct-point {
  stroke: #3498db !important;
  stroke-width: 6px;
}
.ct-series-a .ct-line {
  stroke-width: 1px;
}
.ct-series-a .ct-bar {
  stroke-width: 4px;
}
.analytics-header-details {
  background: #f5fbff;
  padding: 20px;
  border: 1px solid #bcdef5;
  border-radius: 5px;
  font-size: 22px;
  font-family: "Benton Sans", Arial;
  margin-bottom: 25px;
}
@media (max-width: 1024px) {
  .analytics-header-details {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .analytics-header-details {
    font-size: 16px;
  }
}
.analytics-header-details .seperator {
  width: 1px;
  background: #cfdae5;
  height: 16px;
}
@media (max-width: 767px) {
  .analytics-header-details .seperator {
    display: none;
  }
}
.analytics-header-details small {
  font-size: 0.75em;
}
.analytics-header-details svg {
  display: inline-block;
  margin: 0 14px;
  fill: #a5bccc;
  width: 29px;
  height: 13px;
}
.sort-by-wrap {
  text-transform: none;
  font-family: "Benton Sans Light", Arial;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.sort-by-wrap select {
  margin-left: 10px;
}

.api-docs-body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  overflow: hidden;
  background: white;
}
.api-docs-body * {
  box-sizing: border-box;
}
.api-docs-body p {
  margin: 0 0 1em 0;
}
.api-docs-body img {
  margin: 0;
  padding: 0;
}
.api-docs-body .api-docs {
  height: 100%;
}
@media (max-width: 991px) {
  .api-docs-body .api-docs {
    display: flex;
    flex-direction: column;
  }
}
.api-docs-body .api-docs .sidebar {
  background: #f1f4f8;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .api-docs-body .api-docs .sidebar {
    width: 220px;
    height: 100%;
  }
}
.api-docs-body .api-docs .sidebar .header {
  width: 100%;
  padding: 18px 20px 14px 20px;
  border-bottom: 1px solid #e2e9ee;
}
@media (min-width: 992px) {
  .api-docs-body .api-docs .sidebar .header {
    text-align: center;
  }
}
@media (max-width: 543px) {
  .api-docs-body .api-docs .sidebar .header {
    text-align: center;
  }
  .api-docs-body .api-docs .sidebar .header .logo {
    margin-bottom: 10px;
  }
  .api-docs-body .api-docs .sidebar .header .select-menu {
    width: 100%;
  }
}
.api-docs-body .api-docs .sidebar .header .select-menu {
  padding: 8px;
  border-radius: 3px;
  border: none;
}
.api-docs-body .api-docs .sidebar .links {
  overflow: auto;
}
@media (max-width: 991px) {
  .api-docs-body .api-docs .sidebar .links {
    display: none;
  }
}
.api-docs-body .api-docs .sidebar .links .section {
  padding: 30px 10px;
}
.api-docs-body .api-docs .sidebar .links .section .title {
  text-transform: uppercase;
  color: #677d8c;
  font-weight: 600;
  font-size: 11px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.api-docs-body .api-docs .sidebar .links .section a {
  color: #2b3841;
  font-size: 13px;
  text-decoration: none;
  padding: 8px 10px;
  display: block;
  font-weight: 600;
}
.api-docs-body .api-docs .sidebar .links .section a:hover,
.api-docs-body .api-docs .sidebar .links .section a.selected {
  background: #e6ebf3;
  text-decoration: none;
}
.api-docs-body .api-docs .content {
  height: 100%;
  overflow: auto;
}
.api-docs-body .api-docs .content section h1 {
  font-size: 30px;
  color: #2b3841;
  font-weight: 400;
}
.api-docs-body .api-docs .content section .section-title .left {
  padding-bottom: 0px !important;
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .api-docs-body .api-docs .content section .section-title .left {
    padding-top: 50px !important;
  }
}
.api-docs-body .api-docs .content section .section-title .left h1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .api-docs-body .api-docs .content section .section-title .right {
    display: none;
  }
}
.api-docs-body .api-docs .content section .item .left {
  padding: 20px;
  color: #677d8c;
  font-size: 14px;
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .api-docs-body .api-docs .content section .item .left {
    padding: 26px 40px;
  }
}
.api-docs-body .api-docs .content section .item .left a {
  font-weight: bold;
  text-decoration: none;
  color: #677d8c;
}
.api-docs-body .api-docs .content section .item .left a:hover {
  text-decoration: underline;
}
.api-docs-body .api-docs .content section .item .right {
  padding: 20px;
  background: #2b3841;
  color: white;
  min-width: 0;
  overflow: auto;
}
@media (min-width: 768px) {
  .api-docs-body .api-docs .content section .item .right {
    padding: 26px 40px;
  }
}
.api-docs-body .api-docs .content section .item .right h2 {
  font-size: 14px;
  font-weight: 600;
  padding-top: 20px;
}
.api-docs-body .api-docs .content section .item .right pre {
  margin: 0;
  padding: 10px;
}
.api-docs-body .api-docs .content section .item .right .pre-wrap {
  overflow: hidden;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.api-docs-body .api-docs .content section .item .right .pre-wrap:not(:last-of-type) {
  margin-bottom: 2em;
}
.api-docs-body .api-docs .content section .item .right .pre-wrap.ps-container .ps-scrollbar-x-rail,
.api-docs-body .api-docs .content section .item .right .pre-wrap.ps-in-scrolling .ps-scrollbar-x-rail,
.api-docs-body .api-docs .content section .item .right .pre-wrap.ps-container .ps-scrollbar-x-rail:hover,
.api-docs-body .api-docs .content section .item .right .pre-wrap.ps-in-scrolling .ps-scrollbar-x-rail:hover {
  background: none;
}
.cm-tab {
  width: 22px;
}

.avatar-wrap {
  width: 100%;
  height: 130px;
}
.avatar-wrap .avatar {
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background: url(/images/avatar-large-placeholder.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
.wide .avatar-wrap {
  width: 150px;
  height: auto;
}
.wide .avatar-wrap .avatar {
  margin: 0;
}
.profile-upload-box.wide {
  display: flex;
}
.profile-upload-box.small {
  text-align: center;
}
.profile-upload-box.small #avatarUploadForm {
  display: inline-block;
  margin: 0 auto;
}
.profile-upload-box .upload-status-wrap {
  margin-top: 0;
  width: 200px;
}
.btn-avatar-upload,
.btn-topbar-logo-upload {
  background: #3498db;
  color: white;
  padding: 0 22px 0 18px;
  line-height: 44px;
  border: none;
  border-bottom: 2px solid #107dc3;
  font-family: "Benton Sans", Arial;
}
.btn-avatar-upload .icon,
.btn-topbar-logo-upload .icon {
  margin-right: 10px;
}
.btn-avatar-upload:hover,
.btn-topbar-logo-upload:hover,
.btn-avatar-upload:focus,
.btn-topbar-logo-upload:focus,
.btn-avatar-upload:active,
.btn-topbar-logo-upload:active {
  background: #2c85c0 !important;
  color: white !important;
  border-color: #107dc3;
}

/*-----ROWS-----*/
.row {
  margin-bottom: 10px;
}
.row.no-margin {
  margin-bottom: 0;
}
.row-separator {
  background: #cfdae5;
  height: 12px;
  width: 1px;
}
.row-separator.margin-above {
  margin-top: 2px;
}
.col-small-gap > div:not(:first-child) {
  padding-left: 7px;
}
.col-small-gap > div:not(:last-child) {
  padding-right: 7px;
}

.box {
  position: relative;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 2px 7px 0px #e3e9f0;
  margin-bottom: 25px;
  padding: 20px 25px;
}
@media (max-width: 767px) {
  .box {
    padding: 15px;
  }
}
.box.no-padding {
  padding: 0;
}
.box.no-top-padding {
  padding-top: 0;
}
.box.small-top-padding {
  padding-top: 12px;
}
.box.no-bottom-padding {
  padding-bottom: 0;
}
.box .box-header {
  border-bottom: 1px solid #e5eaf1;
  font-family: "Benton Sans Medium", Arial;
  font-size: 13px;
  padding-bottom: 14px;
  text-transform: uppercase;
}
.box .box-header:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}
.box .box-header .normal-weight {
  font-family: "Benton Sans Light", Arial;
}
.box .box-header .normal-case {
  text-transform: none;
}
.box .box-header .right-links {
  margin-left: 10px;
}
.box .box-header .right-links a {
  font-family: "Benton Sans", Arial;
  text-decoration: underline;
  text-transform: none;
}
.box .box-header .right-links a.no-underline {
  text-decoration: none;
}
.box .box-header .large-title {
  font-family: "Benton Sans Book", Arial;
  text-transform: none;
  font-size: 16px;
  color: #2b3841;
}
@media (min-width: 992px) {
  .box .box-header .large-title {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  .box .box-header .large-title {
    font-size: 22px;
  }
}
.box .box-header.with-small-padding {
  padding: 5px 10px;
}
.box .box-header.with-padding {
  padding: 25px;
}
.box .box-header.no-top-padding {
  padding-top: 0;
}
.box .box-header.no-bottom-padding {
  padding-bottom: 0;
}
.box .box-header.small-bottom-padding {
  padding-bottom: 8px;
}
.box .box-header.no-transform {
  text-transform: none;
}
.box .box-header.no-bold {
  font-weight: normal;
}
.box .box-content {
  padding-top: 20px;
}
.box .box-content .line-separator {
  margin-top: -20px;
  margin-bottom: -20px;
  width: 1px;
  background: #e5eaf1;
}
@media (max-width: 544px) {
  .box .box-content .line-separator {
    height: 1px;
    width: 100%;
    margin: 20px 0;
  }
}
.box .box-content.with-small-top-padding {
  padding-top: 10px;
}
.box .box-content.with-padding {
  padding: 20px 25px;
}
.box .box-content.no-padding {
  padding: 0;
}
.box .box-footer {
  border-top: 1px solid #eeeeee;
  margin-top: 20px;
  padding-top: 15px;
}
.box .box-footer .pagination {
  margin: 0;
}
.box .box-footer.no-padding {
  padding-top: 0px;
}

.btn {
  transition: 0.2s ease-in-out;
}
.disabled {
  pointer-events: none;
  cursor: default;
}
.btn-default {
  background: #3498db;
  color: white;
  padding: 0 20px;
  line-height: 34px;
  border: none;
  border-bottom: 2px solid #107dc3;
  font-family: "Benton Sans", Arial;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  background: #2c85c0;
  color: white !important;
  border-color: #107dc3;
}
.btn-default[disabled] {
  background: #3498db;
}
.btn-default.dropdown-toggle {
  width: 100%;
  padding-left: 14px;
  border: 1px solid #e5eaf1;
  border-bottom-width: 2px;
  background: url(/icons/chevron-down.png) no-repeat right 10px center white;
  height: 54px;
  line-height: 54px;
  color: #677d8c;
  outline: none !important;
}
.btn-default.dropdown-toggle.small {
  height: 26px;
  padding-left: 6px;
  font-size: 11px;
}
.btn-default.dropdown-toggle:hover,
.btn-default.dropdown-toggle:active,
.btn-default.dropdown-toggle:focus {
  background: url(/icons/chevron-down.png) no-repeat right 10px center white !important;
  color: #677d8c !important;
  outline: none !important;
}
.btn-default.dropdown-toggle .bs-caret {
  display: none;
}
.bootstrap-select.open .dropdown-toggle {
  border-color: #3498db !important;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: #f5f5f5;
  color: #262626;
  padding-top: 6px;
  padding-bottom: 6px;
}
.btn-action {
  border: 1px solid #ccc;
  color: black;
}
.btn-action :hover {
  background: #efefef;
}
.btn-logout {
  font-size: 12px;
  padding: 3px 8px;
  background: #efefef;
  border-radius: 15px;
  color: #333;
}
.btn-logout:hover,
.btn-logout:focus,
.btn-logout:active {
  background: #ababab;
  color: white;
}
.btn-logout span {
  margin-left: 6px;
}
.btn-black {
  background: #222;
  border-color: black;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  background: black !important;
  border-color: black !important;
}
.btn-tall {
  line-height: 52px;
  height: 52px;
  font-size: 16px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-wide {
  padding-left: 30px;
  padding-right: 30px;
}
.btn-extra-wide {
  padding-left: 60px;
  padding-right: 60px;
}
.btn-play {
  display: block;
  color: white;
  background: #3498db;
  width: 20px;
  line-height: 18px !important;
  height: 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 9px;
  padding: 0 0 0 1px;
  margin: 0;
}
.btn-play:hover,
.btn-play:active,
.btn-play:focus {
  background: #176091;
  color: white;
}
.btn-upgrade {
  font-family: "Benton Sans Book", Arial;
  font-size: 13px;
  color: #b3becc;
  line-height: 34px;
  background: white;
  padding: 0 15px;
  border-radius: 20px;
  margin-left: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
  cursor: pointer;
}
.btn-upgrade:hover {
  text-decoration: none;
  color: #333;
}
.btn-learn-more {
  background: #1c252a;
  color: white;
  padding: 8px 20px;
}
.btn-learn-more:hover {
  background: #242f35;
  color: white;
}
.btn-view-all {
  background: #e9f4fb;
  color: #1873ad;
  padding: 10px;
  margin-top: 20px;
}
.btn-view-all:hover,
.btn-view-all:active,
.btn-view-all:focus {
  background: #d3e9f7;
}

.centre-body {
  background: black;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 100%;
}
.centre-body .centre-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(/images/waiting-bg.jpg);
  background-size: cover;
  opacity: 0.8;
  z-index: 0;
}
.centre-body .centre-layout-wrap {
  text-align: center;
  margin: 0 auto;
  padding: 25px;
  background: white;
  border-radius: 3px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  z-index: 1;
}
@media (min-width: 768px) {
  .centre-body .centre-layout-wrap {
    min-width: 450px;
  }
}
.centre-body .centre-layout-wrap .centre-logo-wrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeff3;
}
.centre-body .centre-layout-wrap .access-title {
  font-size: 26px;
  border-bottom: 1px solid #eaeff3;
  padding-bottom: 18px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .access-header {
  color: #2b3841;
  font-family: "Benton Sans", Arial;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 2px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .access-sub-header {
  color: #2b3841;
  font-family: "Benton Sans", Arial;
  font-size: 16px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .access-loader {
  padding-top: 40px;
  padding-bottom: 10px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .access-loader img {
  animation: spin 4s linear infinite;
}
.centre-body .centre-layout-wrap .centre-layout-inner #message {
  color: #a2b6c4;
  padding-top: 30px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .warnings {
  font-style: italic;
  margin-top: 30px;
  color: #d60615;
}
.centre-body .centre-layout-wrap .centre-layout-inner .warnings .warnings-header {
  font-style: normal;
  margin-bottom: 14px;
}
.centre-body .centre-layout-wrap .centre-layout-inner .warnings .warning {
  margin-bottom: 4px;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.checkout-wrap {
  max-width: 400px;
}

.configure-preview-wrap {
  background: white;
  border: 1px solid #d4dde8;
  border-radius: 3px;
  padding: 16px;
  margin: 6px 0 30px 0;
  overflow: auto;
}
.configure-preview-wrap * {
  pointer-events: none;
  cursor: pointer;
}
.configure-preview-wrap .preview-bar {
  background: #2a3842;
  padding: 10px;
  border-radius: 3px;
  min-width: 690px;
}
.configure-preview-wrap .preview-bar .logo {
  margin-right: 14px;
  max-height: 40px;
  border-radius: 3px;
}
.configure-preview-wrap .preview-bar .address-bar {
  background: #394a57;
  border-radius: 3px;
  line-height: 26px;
  margin-right: 2px;
  padding: 6px 8px;
  color: #556a7a;
  font-size: 13px;
  font-family: "Benton Sans", Arial;
  height: 40px;
}
.configure-preview-wrap .preview-bar .address-bar .nav-buttons-wrap {
  margin-left: 4px;
  margin-right: 10px;
}
.configure-preview-wrap .preview-bar .address-bar .nav-buttons-wrap .button {
  background: #2a3842;
  text-align: center;
  line-height: 22px;
  height: 22px;
  width: 22px;
  margin-right: 4px;
  border-radius: 3px;
}
.configure-preview-wrap .preview-bar .address-bar .nav-buttons-wrap .button .icon {
  fill: #cbd6df;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}
.configure-preview-wrap .preview-bar .address-bar .refresh {
  margin-right: 4px;
  margin-left: 10px;
}
.configure-preview-wrap .preview-bar .address-bar .refresh .icon {
  fill: #cbd6df;
}
.configure-preview-wrap .preview-bar .buttons-wrap {
  padding: 0 16px;
}
.configure-preview-wrap .preview-bar .buttons-wrap .button {
  padding: 0 10px;
}
.configure-preview-wrap .preview-bar .buttons-wrap .button .icon {
  fill: #cbd6df;
}
.configure-preview-wrap .preview-bar .buttons-wrap .button.active {
  border-bottom: 3px solid transparent;
  padding-bottom: 17px;
  margin-bottom: -20px;
}
.configure-preview-wrap .preview-bar .room-wrap {
  padding-left: 15px;
  padding-right: 10px;
  border-left: 1px solid #394a57;
}
.configure-preview-wrap .preview-bar .room-wrap .title {
  font-size: 10px;
  color: #6d7b86;
}
.configure-preview-wrap .preview-bar .room-wrap .number {
  font-size: 14px;
  color: #ccd6de;
}
.logo-preview {
  margin-left: 10px;
  border-radius: 3px;
}
.logo-preview.logo-preview-bg {
  background: #2a3842;
}
.theme-colour-header {
  margin-bottom: 15px;
}
.theme-colours-wrap {
  margin-bottom: -15px;
}
.theme-colours-wrap .theme-colour-option {
  height: 40px;
  width: 40px;
  border-radius: 3px;
  float: left;
  margin: 0 15px 15px 0;
  box-shadow: rgba(0, 0, 0, 0.15) 0 -2px 0 inset;
}
.theme-colours-wrap .theme-colour-option:hover {
  cursor: pointer;
}
.theme-colours-wrap .theme-colour-option:active {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px inset;
}
.theme-colours-wrap .theme-colour-option.selected {
  box-shadow: rgba(0, 0, 0, 0.15) 0 3px 2px inset;
}
.theme-colours-wrap .theme-colour-option.selected:after {
  content: ' ';
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/icons/check-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
}
.theme-or {
  padding: 20px 0;
  text-align: center;
}
#themeColourCustomError {
  display: none;
}
#themeColourPicker .input-group-addon {
  background: white !important;
}
.colorpicker-visible {
  min-width: 0;
  padding: 5px 5px 0 5px;
}
.colorpicker-color {
  display: none;
}
.configure-list-item:not(:first-of-type) {
  padding-top: 6px;
}
.configure-list-item:not(:last-of-type) {
  padding-bottom: 6px;
}
.configure-list-item .icon {
  fill: #8d9ea9;
  margin-right: 6px;
  margin-top: -4px;
}

.confirm-dialog .modal-content {
  padding: 20px;
}
.confirm-dialog .modal-content .modal-title {
  text-transform: none;
}
.confirm-dialog .modal-content .modal-body {
  padding-bottom: 30px;
}
.confirm-dialog .modal-content .modal-footer {
  padding: 0;
  border: none;
}
.confirm-dialog .btn-cancel-confirm {
  background: white;
  border: 1px solid #efefef;
}
.confirm-dialog .btn-cancel-confirm:focus,
.confirm-dialog .btn-cancel-confirm:hover,
.confirm-dialog .btn-cancel-confirm:active {
  background: #efefef;
}

.timepicker {
  position: relative;
}
.datepicker .input-group-addon:hover,
.datepicker .input-group-addon:active,
.datepicker .input-group-addon:focus {
  cursor: pointer;
  background: #fbfbfb;
}

.flex {
  display: flex;
}
@media (min-width: 544px) {
  .flex-sm {
    display: flex;
  }
}
@media (min-width: 768px) {
  .flex-md {
    display: flex;
  }
}
@media (min-width: 992px) {
  .flex-lg {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .flex-xl {
    display: flex;
  }
}
@media (min-width: 1600px) {
  .flex-xxl {
    display: flex;
  }
}
.flex-1 {
  flex: 1;
}
@media (min-width: 544px) {
  .flex-1-sm {
    flex: 1 !important;
  }
}
@media (min-width: 768px) {
  .flex-1-md {
    flex: 1 !important;
  }
}
@media (min-width: 992px) {
  .flex-1-lg {
    flex: 1 !important;
  }
}
@media (min-width: 1200px) {
  .flex-1-xl {
    flex: 1 !important;
  }
}
@media (min-width: 1600px) {
  .flex-1-xxl {
    flex: 1 !important;
  }
}
.flex-2 {
  flex: 2;
}
@media (min-width: 544px) {
  .flex-2-sm {
    flex: 2 !important;
  }
}
@media (min-width: 768px) {
  .flex-2-md {
    flex: 2 !important;
  }
}
@media (min-width: 992px) {
  .flex-2-lg {
    flex: 2 !important;
  }
}
@media (min-width: 1200px) {
  .flex-2-xl {
    flex: 2 !important;
  }
}
@media (min-width: 1600px) {
  .flex-2-xxl {
    flex: 2 !important;
  }
}
.flex-3 {
  flex: 3;
}
@media (min-width: 544px) {
  .flex-3-sm {
    flex: 3 !important;
  }
}
@media (min-width: 768px) {
  .flex-3-md {
    flex: 3 !important;
  }
}
@media (min-width: 992px) {
  .flex-3-lg {
    flex: 3 !important;
  }
}
@media (min-width: 1200px) {
  .flex-3-xl {
    flex: 3 !important;
  }
}
@media (min-width: 1600px) {
  .flex-3-xxl {
    flex: 3 !important;
  }
}
.flex-4 {
  flex: 4;
}
@media (min-width: 544px) {
  .flex-4-sm {
    flex: 4 !important;
  }
}
@media (min-width: 768px) {
  .flex-4-md {
    flex: 4 !important;
  }
}
@media (min-width: 992px) {
  .flex-4-lg {
    flex: 4 !important;
  }
}
@media (min-width: 1200px) {
  .flex-4-xl {
    flex: 4 !important;
  }
}
@media (min-width: 1600px) {
  .flex-4-xxl {
    flex: 4 !important;
  }
}
.flex-5 {
  flex: 5;
}
@media (min-width: 544px) {
  .flex-5-sm {
    flex: 5 !important;
  }
}
@media (min-width: 768px) {
  .flex-5-md {
    flex: 5 !important;
  }
}
@media (min-width: 992px) {
  .flex-5-lg {
    flex: 5 !important;
  }
}
@media (min-width: 1200px) {
  .flex-5-xl {
    flex: 5 !important;
  }
}
@media (min-width: 1600px) {
  .flex-5-xxl {
    flex: 5 !important;
  }
}
.flex-6 {
  flex: 6;
}
@media (min-width: 544px) {
  .flex-6-sm {
    flex: 6 !important;
  }
}
@media (min-width: 768px) {
  .flex-6-md {
    flex: 6 !important;
  }
}
@media (min-width: 992px) {
  .flex-6-lg {
    flex: 6 !important;
  }
}
@media (min-width: 1200px) {
  .flex-6-xl {
    flex: 6 !important;
  }
}
@media (min-width: 1600px) {
  .flex-6-xxl {
    flex: 6 !important;
  }
}
.flex-7 {
  flex: 7;
}
@media (min-width: 544px) {
  .flex-7-sm {
    flex: 7 !important;
  }
}
@media (min-width: 768px) {
  .flex-7-md {
    flex: 7 !important;
  }
}
@media (min-width: 992px) {
  .flex-7-lg {
    flex: 7 !important;
  }
}
@media (min-width: 1200px) {
  .flex-7-xl {
    flex: 7 !important;
  }
}
@media (min-width: 1600px) {
  .flex-7-xxl {
    flex: 7 !important;
  }
}
.flex-8 {
  flex: 8;
}
@media (min-width: 544px) {
  .flex-8-sm {
    flex: 8 !important;
  }
}
@media (min-width: 768px) {
  .flex-8-md {
    flex: 8 !important;
  }
}
@media (min-width: 992px) {
  .flex-8-lg {
    flex: 8 !important;
  }
}
@media (min-width: 1200px) {
  .flex-8-xl {
    flex: 8 !important;
  }
}
@media (min-width: 1600px) {
  .flex-8-xxl {
    flex: 8 !important;
  }
}
.flex-9 {
  flex: 9;
}
@media (min-width: 544px) {
  .flex-9-sm {
    flex: 9 !important;
  }
}
@media (min-width: 768px) {
  .flex-9-md {
    flex: 9 !important;
  }
}
@media (min-width: 992px) {
  .flex-9-lg {
    flex: 9 !important;
  }
}
@media (min-width: 1200px) {
  .flex-9-xl {
    flex: 9 !important;
  }
}
@media (min-width: 1600px) {
  .flex-9-xxl {
    flex: 9 !important;
  }
}
.flex-10 {
  flex: 10;
}
@media (min-width: 544px) {
  .flex-10-sm {
    flex: 10 !important;
  }
}
@media (min-width: 768px) {
  .flex-10-md {
    flex: 10 !important;
  }
}
@media (min-width: 992px) {
  .flex-10-lg {
    flex: 10 !important;
  }
}
@media (min-width: 1200px) {
  .flex-10-xl {
    flex: 10 !important;
  }
}
@media (min-width: 1600px) {
  .flex-10-xxl {
    flex: 10 !important;
  }
}
.flex-gap-1 > *:not(:first-of-type) {
  margin-left: 5px;
}
@media (min-width: 544px) {
  .flex-gap-1-sm > *:not(:first-of-type) {
    margin-left: 5px;
  }
}
@media (min-width: 768px) {
  .flex-gap-1-md > *:not(:first-of-type) {
    margin-left: 5px;
  }
}
@media (min-width: 992px) {
  .flex-gap-1-lg > *:not(:first-of-type) {
    margin-left: 5px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-1-xl > *:not(:first-of-type) {
    margin-left: 5px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-1-xxl > *:not(:first-of-type) {
    margin-left: 5px;
  }
}
.flex-gap-2 > *:not(:first-of-type) {
  margin-left: 10px;
}
@media (min-width: 544px) {
  .flex-gap-2-sm > *:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .flex-gap-2-md > *:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .flex-gap-2-lg > *:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-2-xl > *:not(:first-of-type) {
    margin-left: 10px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-2-xxl > *:not(:first-of-type) {
    margin-left: 10px;
  }
}
.flex-gap-3 > *:not(:first-of-type) {
  margin-left: 15px;
}
@media (min-width: 544px) {
  .flex-gap-3-sm > *:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .flex-gap-3-md > *:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (min-width: 992px) {
  .flex-gap-3-lg > *:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-3-xl > *:not(:first-of-type) {
    margin-left: 15px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-3-xxl > *:not(:first-of-type) {
    margin-left: 15px;
  }
}
.flex-gap-4 > *:not(:first-of-type) {
  margin-left: 20px;
}
@media (min-width: 544px) {
  .flex-gap-4-sm > *:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .flex-gap-4-md > *:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (min-width: 992px) {
  .flex-gap-4-lg > *:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-4-xl > *:not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-4-xxl > *:not(:first-of-type) {
    margin-left: 20px;
  }
}
.flex-gap-5 > *:not(:first-of-type) {
  margin-left: 25px;
}
@media (min-width: 544px) {
  .flex-gap-5-sm > *:not(:first-of-type) {
    margin-left: 25px;
  }
}
@media (min-width: 768px) {
  .flex-gap-5-md > *:not(:first-of-type) {
    margin-left: 25px;
  }
}
@media (min-width: 992px) {
  .flex-gap-5-lg > *:not(:first-of-type) {
    margin-left: 25px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-5-xl > *:not(:first-of-type) {
    margin-left: 25px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-5-xxl > *:not(:first-of-type) {
    margin-left: 25px;
  }
}
.flex-gap-6 > *:not(:first-of-type) {
  margin-left: 30px;
}
@media (min-width: 544px) {
  .flex-gap-6-sm > *:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .flex-gap-6-md > *:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .flex-gap-6-lg > *:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-6-xl > *:not(:first-of-type) {
    margin-left: 30px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-6-xxl > *:not(:first-of-type) {
    margin-left: 30px;
  }
}
.flex-gap-7 > *:not(:first-of-type) {
  margin-left: 35px;
}
@media (min-width: 544px) {
  .flex-gap-7-sm > *:not(:first-of-type) {
    margin-left: 35px;
  }
}
@media (min-width: 768px) {
  .flex-gap-7-md > *:not(:first-of-type) {
    margin-left: 35px;
  }
}
@media (min-width: 992px) {
  .flex-gap-7-lg > *:not(:first-of-type) {
    margin-left: 35px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-7-xl > *:not(:first-of-type) {
    margin-left: 35px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-7-xxl > *:not(:first-of-type) {
    margin-left: 35px;
  }
}
.flex-gap-8 > *:not(:first-of-type) {
  margin-left: 40px;
}
@media (min-width: 544px) {
  .flex-gap-8-sm > *:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  .flex-gap-8-md > *:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media (min-width: 992px) {
  .flex-gap-8-lg > *:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-8-xl > *:not(:first-of-type) {
    margin-left: 40px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-8-xxl > *:not(:first-of-type) {
    margin-left: 40px;
  }
}
.flex-gap-9 > *:not(:first-of-type) {
  margin-left: 45px;
}
@media (min-width: 544px) {
  .flex-gap-9-sm > *:not(:first-of-type) {
    margin-left: 45px;
  }
}
@media (min-width: 768px) {
  .flex-gap-9-md > *:not(:first-of-type) {
    margin-left: 45px;
  }
}
@media (min-width: 992px) {
  .flex-gap-9-lg > *:not(:first-of-type) {
    margin-left: 45px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-9-xl > *:not(:first-of-type) {
    margin-left: 45px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-9-xxl > *:not(:first-of-type) {
    margin-left: 45px;
  }
}
.flex-gap-10 > *:not(:first-of-type) {
  margin-left: 50px;
}
@media (min-width: 544px) {
  .flex-gap-10-sm > *:not(:first-of-type) {
    margin-left: 50px;
  }
}
@media (min-width: 768px) {
  .flex-gap-10-md > *:not(:first-of-type) {
    margin-left: 50px;
  }
}
@media (min-width: 992px) {
  .flex-gap-10-lg > *:not(:first-of-type) {
    margin-left: 50px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-10-xl > *:not(:first-of-type) {
    margin-left: 50px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-10-xxl > *:not(:first-of-type) {
    margin-left: 50px;
  }
}
.flex-gap-11 > *:not(:first-of-type) {
  margin-left: 55px;
}
@media (min-width: 544px) {
  .flex-gap-11-sm > *:not(:first-of-type) {
    margin-left: 55px;
  }
}
@media (min-width: 768px) {
  .flex-gap-11-md > *:not(:first-of-type) {
    margin-left: 55px;
  }
}
@media (min-width: 992px) {
  .flex-gap-11-lg > *:not(:first-of-type) {
    margin-left: 55px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-11-xl > *:not(:first-of-type) {
    margin-left: 55px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-11-xxl > *:not(:first-of-type) {
    margin-left: 55px;
  }
}
.flex-gap-12 > *:not(:first-of-type) {
  margin-left: 60px;
}
@media (min-width: 544px) {
  .flex-gap-12-sm > *:not(:first-of-type) {
    margin-left: 60px;
  }
}
@media (min-width: 768px) {
  .flex-gap-12-md > *:not(:first-of-type) {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .flex-gap-12-lg > *:not(:first-of-type) {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-12-xl > *:not(:first-of-type) {
    margin-left: 60px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-12-xxl > *:not(:first-of-type) {
    margin-left: 60px;
  }
}
.flex-gap-13 > *:not(:first-of-type) {
  margin-left: 65px;
}
@media (min-width: 544px) {
  .flex-gap-13-sm > *:not(:first-of-type) {
    margin-left: 65px;
  }
}
@media (min-width: 768px) {
  .flex-gap-13-md > *:not(:first-of-type) {
    margin-left: 65px;
  }
}
@media (min-width: 992px) {
  .flex-gap-13-lg > *:not(:first-of-type) {
    margin-left: 65px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-13-xl > *:not(:first-of-type) {
    margin-left: 65px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-13-xxl > *:not(:first-of-type) {
    margin-left: 65px;
  }
}
.flex-gap-14 > *:not(:first-of-type) {
  margin-left: 70px;
}
@media (min-width: 544px) {
  .flex-gap-14-sm > *:not(:first-of-type) {
    margin-left: 70px;
  }
}
@media (min-width: 768px) {
  .flex-gap-14-md > *:not(:first-of-type) {
    margin-left: 70px;
  }
}
@media (min-width: 992px) {
  .flex-gap-14-lg > *:not(:first-of-type) {
    margin-left: 70px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-14-xl > *:not(:first-of-type) {
    margin-left: 70px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-14-xxl > *:not(:first-of-type) {
    margin-left: 70px;
  }
}
.flex-gap-15 > *:not(:first-of-type) {
  margin-left: 75px;
}
@media (min-width: 544px) {
  .flex-gap-15-sm > *:not(:first-of-type) {
    margin-left: 75px;
  }
}
@media (min-width: 768px) {
  .flex-gap-15-md > *:not(:first-of-type) {
    margin-left: 75px;
  }
}
@media (min-width: 992px) {
  .flex-gap-15-lg > *:not(:first-of-type) {
    margin-left: 75px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-15-xl > *:not(:first-of-type) {
    margin-left: 75px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-15-xxl > *:not(:first-of-type) {
    margin-left: 75px;
  }
}
.flex-gap-16 > *:not(:first-of-type) {
  margin-left: 80px;
}
@media (min-width: 544px) {
  .flex-gap-16-sm > *:not(:first-of-type) {
    margin-left: 80px;
  }
}
@media (min-width: 768px) {
  .flex-gap-16-md > *:not(:first-of-type) {
    margin-left: 80px;
  }
}
@media (min-width: 992px) {
  .flex-gap-16-lg > *:not(:first-of-type) {
    margin-left: 80px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-16-xl > *:not(:first-of-type) {
    margin-left: 80px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-16-xxl > *:not(:first-of-type) {
    margin-left: 80px;
  }
}
.flex-gap-17 > *:not(:first-of-type) {
  margin-left: 85px;
}
@media (min-width: 544px) {
  .flex-gap-17-sm > *:not(:first-of-type) {
    margin-left: 85px;
  }
}
@media (min-width: 768px) {
  .flex-gap-17-md > *:not(:first-of-type) {
    margin-left: 85px;
  }
}
@media (min-width: 992px) {
  .flex-gap-17-lg > *:not(:first-of-type) {
    margin-left: 85px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-17-xl > *:not(:first-of-type) {
    margin-left: 85px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-17-xxl > *:not(:first-of-type) {
    margin-left: 85px;
  }
}
.flex-gap-18 > *:not(:first-of-type) {
  margin-left: 90px;
}
@media (min-width: 544px) {
  .flex-gap-18-sm > *:not(:first-of-type) {
    margin-left: 90px;
  }
}
@media (min-width: 768px) {
  .flex-gap-18-md > *:not(:first-of-type) {
    margin-left: 90px;
  }
}
@media (min-width: 992px) {
  .flex-gap-18-lg > *:not(:first-of-type) {
    margin-left: 90px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-18-xl > *:not(:first-of-type) {
    margin-left: 90px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-18-xxl > *:not(:first-of-type) {
    margin-left: 90px;
  }
}
.flex-gap-19 > *:not(:first-of-type) {
  margin-left: 95px;
}
@media (min-width: 544px) {
  .flex-gap-19-sm > *:not(:first-of-type) {
    margin-left: 95px;
  }
}
@media (min-width: 768px) {
  .flex-gap-19-md > *:not(:first-of-type) {
    margin-left: 95px;
  }
}
@media (min-width: 992px) {
  .flex-gap-19-lg > *:not(:first-of-type) {
    margin-left: 95px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-19-xl > *:not(:first-of-type) {
    margin-left: 95px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-19-xxl > *:not(:first-of-type) {
    margin-left: 95px;
  }
}
.flex-gap-20 > *:not(:first-of-type) {
  margin-left: 100px;
}
@media (min-width: 544px) {
  .flex-gap-20-sm > *:not(:first-of-type) {
    margin-left: 100px;
  }
}
@media (min-width: 768px) {
  .flex-gap-20-md > *:not(:first-of-type) {
    margin-left: 100px;
  }
}
@media (min-width: 992px) {
  .flex-gap-20-lg > *:not(:first-of-type) {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  .flex-gap-20-xl > *:not(:first-of-type) {
    margin-left: 100px;
  }
}
@media (min-width: 1600px) {
  .flex-gap-20-xxl > *:not(:first-of-type) {
    margin-left: 100px;
  }
}
.flex-v-top {
  align-self: flex-start !important;
}
.flex-v-top * {
  align-self: flex-start;
}
.flex-v-center {
  align-self: center !important;
}
.flex-v-center * {
  align-self: center;
}
.flex-v-bottom {
  align-self: flex-end !important;
}
.flex-v-bottom * {
  align-self: flex-end;
}
.flex-v-space-between {
  align-content: space-between;
}
.flex-v-space-around {
  align-content: space-around;
}
.flex-h-left {
  justify-content: flex-start;
}
.flex-h-center {
  justify-content: center;
}
.flex-h-right {
  justify-content: flex-end;
}
.flex-h-space-between {
  justify-content: space-between;
}
.flex-h-space-around {
  justify-content: space-around;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-vertical {
  flex-direction: column;
}
.flex-no-shrink {
  flex-shrink: 0;
  min-width: 0;
}

.input-validation-error {
  border-color: #a94442 !important;
}
.form-control {
  box-shadow: none !important;
  transition: border 0.2s ease-in-out;
}
.form-control.small {
  height: 26px;
  padding-left: 6px;
  font-size: 12px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}
label {
  font-weight: normal;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: white;
  border-color: #e5eaf1;
  border-bottom-width: 2px;
  justify-content: center;
  align-items: center;
  width: 44px;
}
.input-group-addon i {
  display: inline-block;
}
.input-group-addon svg {
  fill: #677d8c;
}
.form-control {
  border-color: #e5eaf1;
  border-bottom-width: 2px;
  height: 54px;
  box-shadow: none;
  color: #677d8c;
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.form-control:focus {
  border-color: #3498db !important;
}
.form-control.shallow {
  height: 34px;
  line-height: 34px;
}
.form-tip {
  font-family: "Benton Sans", Arial;
  font-size: 12px;
  text-transform: none;
  color: #677d8c;
}
.form-tip label {
  font-weight: normal !important;
  vertical-align: middle;
}
.form-reminder {
  color: #91a5b2;
}
.nav-tabs {
  border: none;
}
select button {
  width: 100%;
  padding-left: 14px;
  border: 1px solid #e5eaf1;
  border-bottom-width: 2px;
  background: url(/icons/chevron-down.png) no-repeat right 10px center white;
  height: 54px;
  color: #677d8c;
}
select button .caret {
  display: none;
}
select button:hover,
select button:active,
select button:focus {
  color: #677d8c !important;
  border-color: #e5eaf1;
  background: url(/icons/chevron-down.png) no-repeat right 10px center white !important;
  box-shadow: none !important;
}
select.open button {
  border-color: #3498db !important;
  background: url(/icons/chevron-down.png) no-repeat right 10px center white !important;
  box-shadow: none !important;
}
select .filter-option {
  text-overflow: ellipsis;
}
select option {
  padding: 10px;
}
select.small {
  width: auto !important;
}
select.small button {
  height: 26px;
  line-height: 20px;
  padding-left: 6px;
  padding-top: 0;
  color: #2b3841;
  font-size: 11px;
  font-family: "Benton Sans", Arial;
}
select .dropdown-menu {
  border: none;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.175);
  max-width: 400px;
  overflow: hidden;
}
select .dropdown-menu .text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.daterangepicker {
  border: none;
}
.daterangepicker .ranges {
  margin: 6px 10px;
}
.daterangepicker .ranges li:last-of-type {
  margin-bottom: 0;
}
textarea.form-control {
  line-height: inherit;
  padding: 15px 20px;
}
.input-group-btn > .btn {
  line-height: 54px;
  height: 54px;
}
.form-group.no-bottom-margin {
  margin-bottom: 0;
}
::-webkit-input-placeholder {
  color: #a5aeb8 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a5aeb8 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a5aeb8 !important;
}
:-ms-input-placeholder {
  color: #a5aeb8 !important;
}
input[type="text"],
input[type="password"],
textarea,
select,
button,
a {
  outline: none !important;
  outline-color: transparent !important;
}
input[type=checkbox].styled {
  display: none;
}
input[type=checkbox].styled + input + label,
input[type=checkbox].styled + label {
  padding-top: 4px;
  color: #677d8c;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input[type=checkbox].styled + input + label span,
input[type=checkbox].styled + label span {
  vertical-align: middle;
  margin-top: -2px;
  display: inline-block;
  width: 14px;
  height: 15px;
  margin-right: 8px;
  background: url(/images/checkbox-unchecked.png);
}
input[type=checkbox].styled:checked + input + label span,
input[type=checkbox].styled:checked + label span {
  background: url(/images/checkbox-checked.png);
}
/*-----CLEARABLE INPUT-----*/
.clearable {
  background: #fff url(/icons/clear-form.png) no-repeat right -14px center;
}
.clearable.x {
  background-position: right 15px center;
  padding-right: 35px;
}
.clearable.onX {
  cursor: pointer;
}
.clearable::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
/*-----MARKDOWN EDITOR-----*/
.editor-toolbar {
  border-color: #e5eaf1 !important;
  opacity: 1 !important;
}
.CodeMirror {
  border-color: #e5eaf1 !important;
  border-bottom-width: 2px !important;
}
@keyframes opacityPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.2;
  }
}
.pulsing-disabled {
  animation: opacityPulse 1s infinite ease-in-out;
  pointer-events: none;
}

body,
html {
  font-family: "Benton Sans Light", Arial;
  font-size: 13px;
  color: #677d8c;
  background: #f1f4f8;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}
body.white-bg,
html.white-bg {
  background: white;
}
p {
  margin-bottom: 20px;
}
.hidden {
  display: none !important;
}
a,
a:active {
  outline: none !important;
}
a {
  text-decoration: none;
}
a:hover {
  color: #23527c;
}
a.blue-link {
  color: #2c97de;
  font-family: "Benton Sans", Arial;
}
.version_info {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 4px 6px;
  font-size: 11px;
  color: black;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  z-index: 1000000000000000;
}
.form-group {
  margin-bottom: 15px;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.clearboth:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-family: "Benton Sans", Arial;
}
.nothing-found {
  text-align: center;
  padding: 35px 0 30px 0;
}
.info-text {
  color: #91a5b2;
  font-size: 12px;
}
.success-wrap {
  border: 1px solid #26a33f;
  color: #26a33f;
  font-family: "Benton Sans", Arial;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 15px;
}
.error-wrap {
  border: 1px solid #D60909;
  color: #D60909;
  font-family: "Benton Sans", Arial;
  margin-bottom: 25px;
  border-radius: 5px;
  padding: 15px;
}
.error-text {
  color: #D60909;
}
.ellipsis-wrap {
  min-width: 0;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: 543px) {
  .bottom-gap-sm {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bottom-gap-md {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .bottom-gap-lg {
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .bottom-gap-xl {
    margin-bottom: 20px;
  }
}
@media (max-width: 1599px) {
  .bottom-gap-xxl {
    margin-bottom: 20px;
  }
}
.theme-colour {
  color: #3498db;
}
/*-----MARGINS----*/
.margin-top-large {
  margin-top: 40px;
}
.margin-top {
  margin-top: 30px;
}
.margin-top-small {
  margin-top: 10px;
}
.margin-bottom-large {
  margin-bottom: 40px;
}
.margin-bottom {
  margin-bottom: 30px;
}
.margin-bottom-small {
  margin-bottom: 10px;
}
.margin-left {
  margin-left: 15px;
}
.margin-left-small {
  margin-left: 10px;
}
.margin-left-small-important {
  margin-left: 10px !important;
}
.margin-left-vsmall {
  margin-left: 5px;
}
.margin-left-vsmall-important {
  margin-left: 5px !important;
}
.margin-right {
  margin-right: 15px;
}
.no-right-margin {
  margin-right: 0;
}
.no-right-margin-important {
  margin-right: 0 !important;
}
.margin-right-small {
  margin-right: 10px;
}
/*-----NAVBAR-----*/
@media (max-width: 767px) {
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
}
/*-----POSITIONING-----*/
.vertical-center {
  vertical-align: middle;
}
.vertical-center-children * {
  vertical-align: middle;
}
.horizontal-center {
  margin: 0 auto;
}
/*-----EDIT TOGGLE-----*/
.show-in-edit {
  display: none;
}
/*-----COLUMNS-----*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 13px;
  padding-left: 13px;
}
/*-----SESSION MESSAGE-----*/
#message-modal .modal-body {
  font-size: 13px;
  padding: 24px;
}
#message-modal textarea {
  margin: 12px 0 20px 0;
  color: #888;
}
.modal-invite-buttons {
  text-align: center;
}
.modal-invite-buttons .btn {
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
}
.btn-copy-invite {
  background: #33394d;
  margin-right: 10px;
}
.btn-copy-invite:hover {
  background: black !important;
}
/*-----VISIBILITY-----*/
@media (max-width: 319px) {
  .hide-xxs {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 424px) {
  .hide-xs {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 543px) {
  .hide-sm {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hide-md {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .show-until-md {
    display: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .show-until-lg {
    display: none;
    padding: 0;
    margin: 0;
  }
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}

.header-bar {
  background: #e9edf3;
  padding: 10px 30px;
  font-family: "Benton Sans Medium", Arial;
}
@media (min-width: 768px) {
  .header-bar {
    min-height: 90px;
  }
}
.header-bar .input-group {
  width: 100%;
}
.header-bar .name {
  color: #2b3841;
}
@media (max-width: 543px) {
  .header-bar .name {
    display: none;
  }
}
.header-bar .input-group-addon {
  border-color: #dae3ed;
  height: 48px;
}
.header-bar .form-control {
  height: 48px;
  border-color: #dae3ed;
}
.header-bar .form-control .btn {
  height: 48px;
  line-height: 48px;
  margin-left: 0;
  border-color: #dae3ed;
}
.header-bar .btn-tall {
  height: 46px;
  line-height: 46px;
}

.help-center {
  font-family: 'Montserrat Hairline', "Benton Sans Light", Arial;
  font-size: 16px;
}
.help-center .left-links {
  width: 180px;
  margin: 0 100px 40px 0;
}
.help-center .left-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.help-center .left-links ul li {
  margin-bottom: 3px;
  font-size: 16px;
  color: #2b3841;
}
.help-center .left-links ul li.heading {
  font-family: 'Montserrat Light', "Benton Sans Light", Arial;
  padding: 6px 10px;
  font-size: 12px;
  margin-top: 34px;
  text-transform: uppercase;
  color: #afb9c5;
  padding-bottom: 5px;
}
.help-center .left-links ul li a {
  padding: 6px 10px;
  display: block;
}
.help-center .left-links ul li a:hover,
.help-center .left-links ul li a:focus,
.help-center .left-links ul li a:active {
  background: #3498db;
  border-radius: 3px;
  color: white !important;
  text-decoration: none;
}
.help-center .left-links ul li a.active {
  background: #3498db;
  border-radius: 3px;
  color: white !important;
}
.help-center .left-links ul li a.active:hover,
.help-center .left-links ul li a.active:focus,
.help-center .left-links ul li a.active:active {
  cursor: default;
}
.help-center .help-center-heading {
  font-family: 'Montserrat Hairline', "Benton Sans Light", Arial;
  margin-top: 0;
  font-size: 68px;
  color: #2b3841;
}
@media (max-width: 768px) {
  .help-center .help-center-heading {
    font-size: 40px;
  }
}
@media (max-width: 500px) {
  .help-center .help-center-heading {
    font-size: 30px;
  }
}
.help-center .help-center-subheading {
  padding: 10px 0 60px 0;
}
.help-center .horizontal-menu li a {
  font-family: 'Montserrat Hairline', "Benton Sans Light", Arial;
  text-transform: none !important;
  font-size: 16px;
}
.help-center .horizontal-menu li.active a {
  color: #3498db;
}
.help-center .article-wrap {
  margin-top: 40px !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.help-center .article-wrap a.article-header {
  font-family: 'Montserrat Light', "Benton Sans Light", Arial;
  font-size: 18px;
  color: #2b3841;
  margin-bottom: 20px;
}
.help-center .article-wrap a.article-header:focus,
.help-center .article-wrap a.article-header:active {
  text-decoration: none;
}
.help-center .article-wrap a.article-header svg {
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
  margin-left: 16px;
  transition: transform 0.5s ease;
}
.help-center .article-wrap a.article-header.collapsed svg {
  transform: rotate(180deg);
}
.help-center .article-wrap .article-content-wrap .article-content {
  padding: 20px 0;
}
.help-center .article-wrap .article-content-wrap .article-footer {
  font-size: 13px;
  font-family: 'Montserrat Light', "Benton Sans Light", Arial;
  padding-bottom: 25px;
  border-bottom: 1px solid #e5eaf1;
}
.help-center .article-wrap .article-content-wrap .article-footer .close-question {
  color: #3498db;
}
.help-center .article-wrap .article-content-wrap .article-footer .close-question svg {
  fill: #124364;
  margin-top: -4px;
  margin-left: 12px;
  height: 8px;
  width: 8px;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap {
  color: #9198a1;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link {
  color: #9198a1;
  margin-left: 12px;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link:hover,
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link:active,
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link:focus {
  text-decoration: none;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link svg {
  margin-top: -2px;
  height: 22px;
  width: 22px;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link .helpful-count {
  font-size: 11px;
  display: inline-block;
  margin-top: -2px;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link .helpful-count.helpful-yes {
  color: #58bc49;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-wrap .help-center-helpful-link .helpful-count.helpful-no {
  color: #e45f5d;
}
.help-center .article-wrap .article-content-wrap .article-footer .helpful-feedback-message {
  display: none;
}

.horizontal-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horizontal-menu.margin-below {
  margin-bottom: 30px;
}
.horizontal-menu.border-below {
  border-bottom: 1px solid #d4dde8;
}
.horizontal-menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.horizontal-menu li {
  float: left;
  margin-right: 30px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .horizontal-menu li {
    margin-right: 10px;
  }
}
.horizontal-menu li .nav-link {
  border-left: none;
  border-top: none;
  border-right: none;
}
.horizontal-menu li a {
  transition: color 0.2s ease-in-out;
  display: inline-block;
  font-family: "Benton Sans Medium", Arial;
  font-size: 13px;
  display: block;
  padding: 20px 0 11px 0;
  color: #aeb8bf;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border-bottom: 3px solid transparent !important;
}
.horizontal-menu li a:hover,
.horizontal-menu li a:focus,
.horizontal-menu li a:active {
  color: #2b3841;
  text-decoration: none;
  background: none;
}
.horizontal-menu li a.active {
  color: #2b3841;
  border-bottom-color: #2c97de !important;
  text-decoration: none;
  border-left: none;
  border-top: none;
  border-right: none;
}
.horizontal-menu li.active a {
  color: #2b3841;
  border-bottom-color: #2c97de !important;
  text-decoration: none;
}
.horizontal-menu li.no-top-padding a {
  padding-top: 0;
}

.show-on-hover {
  display: none;
}
.hover-list-item {
  padding: 8px 10px;
  margin: 0 -10px;
  transition: background 0.2s ease-out;
  border-radius: 3px;
}
.hover-list-item:hover {
  background: #f5f5f5;
}
.hover-list-item.extra-spacing {
  margin-top: 5px;
  margin-bottom: 5px;
}
.hover-list-item a:hover,
.hover-list-item a:active,
.hover-list-item a:focus {
  color: #3498db;
  text-decoration: none;
}
.hover-list-wrap {
  margin: -8px 0;
}
.drag-handle,
.reorder-button {
  padding: 6px;
  background: #3498db;
  color: white;
  border-radius: 3px;
  text-align: center;
  margin-right: 14px;
  cursor: pointer;
}
.drag-handle:active {
  cursor: grab;
}
.blockOverlay {
  opacity: 0.4 !important;
  border-radius: 3px;
}
.blockMsg {
  background: none !important;
  border: none !important;
  color: white !important;
  font-size: 20px !important;
  font-family: "Benton Sans", Arial !important;
}
.blockMsg i {
  font-size: 30px !important;
}

.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.icon-hover {
  fill: #3498db;
}
.icon-light {
  fill: white;
  opacity: 0.5;
}

.invitee-email {
  display: inline-block;
  color: #2b3841;
}
.avatar-small {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: url(/images/avatar-small-placeholder.png) no-repeat center center;
  background-size: cover;
  margin-right: 4px;
  display: inline-block;
}

.account-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
}
.account-body .bg-image {
  background: url(/images/login-bg.jpg) no-repeat center center;
  background-size: cover;
  opacity: 0.8;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.account-body .centre-layout-wrap {
  z-index: 1;
  background: white;
  min-width: 400px;
  max-width: 100%;
  padding: 26px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
}
.account-body .centre-layout-wrap .centre-logo-wrap {
  margin-bottom: 20px;
}
.account-body .centre-layout-wrap .centre-logo-wrap img {
  max-width: 214px;
}
.account-body .centre-layout-wrap input[type=text],
.account-body .centre-layout-wrap input[type=password] {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.account-body .centre-layout-wrap .input-group-addon {
  background: #fdfdfd;
}
.account-body .centre-layout-inner .password-reset {
  padding-bottom: 20px;
}
.account-body .centre-layout-inner .forgot-password {
  padding-bottom: 1em;
}
.account-body .centre-layout-inner .login-options-or {
  text-align: center;
  padding: 2em 0;
  position: relative;
  font-size: 1.08em;
}
.account-body .centre-layout-inner .login-options-or span {
  background: white;
  padding: 0.6em;
  display: inline-block;
  z-index: 1;
  position: relative;
}
.account-body .centre-layout-inner .login-options-or::after {
  content: ' ';
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 1px;
  background: #4c6170;
  opacity: 0.6;
}
.account-body .centre-layout-inner .btn-login-option {
  font-family: "Benton Sans Book", Arial;
  text-decoration: none;
  border: 1px solid #3498db;
  color: #3498db !important;
  background: none !important;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1em;
}
.account-body .centre-layout-inner .btn-login-option span {
  flex: 1;
  text-align: left;
}
.account-body .centre-layout-inner .btn-login-option.no-image span {
  text-align: center;
}
.account-body .centre-layout-inner .btn-login-option img {
  max-width: 80px;
  max-height: 22px;
}
.account-body .centre-layout-inner .btn-login-option:hover {
  background: #3498db !important;
  color: white !important;
}

.meeting-details {
  font-family: "Benton Sans Book", Arial;
  font-size: 15px;
  color: #2b3841;
}
.meeting-details .session-title {
  font-size: 24px;
}
.meeting-details .theme-colour {
  font-family: "Benton Sans Light", Arial;
}
.meeting-details .light-text {
  color: #677d8c;
}
.meeting-details .small-text {
  font-family: "Benton Sans Light", Arial;
  font-size: 13px;
}
.meeting-details a {
  word-wrap: break-word;
}
.meeting-details .btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .modal-content {
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.3);
  }
  .modal-dialog {
    width: 450px;
  }
  .modal-content {
    padding: 20px 30px 30px 30px;
    border-radius: 3px;
  }
  .modal-header {
    padding: 0 0 15px 0;
    margin-bottom: 25px;
  }
  .modal-header a {
    opacity: 1;
    fill: #a3b4c0 !important;
  }
  .modal-header a:hover,
  .modal-header a:active,
  .modal-header a:focus {
    opacity: 1;
  }
  .modal-header a:hover .icon,
  .modal-header a:active .icon,
  .modal-header a:focus .icon {
    fill: #3c4b56 !important;
  }
  .modal-body {
    padding: 0;
  }
}
.modal-header {
  font-family: "Benton Sans Medium", Arial;
  font-size: 13px;
  text-transform: uppercase;
  border-bottom: 1px solid #e5eaf1;
}
.modal-content .hide-in-modal {
  display: none;
}
.modal-content .no-float-in-modal {
  float: none !important;
}
.modal {
  text-align: center;
  padding: 0 !important;
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.is-default {
  background: #3498db;
  padding: 3px 9px;
  font-size: 0.8em;
  font-family: "Benton Sans", Arial;
  border-radius: 3px;
  color: white;
  text-transform: uppercase;
}
.credit-card {
  height: 20px;
  margin-right: 6px;
}

.right-content-wrap {
  overflow: auto;
}
.right-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
.right-content,
.header-wrap,
.header-bar,
.welcome-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .right-content,
  .header-wrap,
  .header-bar,
  .welcome-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1400px) {
  .right-content,
  .header-wrap,
  .header-bar,
  .welcome-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (min-width: 768px) {
  .header-wrap h1 small span {
    margin: 0 14px 0 12px;
  }
  .right-content-wrap {
    padding-top: 70px;
  }
}

.schedule-session-title {
  color: #2b3841;
  font-family: "Benton Sans Light", Arial;
  font-size: 14px;
  margin-bottom: 5px;
}
#schedule-session-extra textarea {
  margin-bottom: 20px;
}
.input-create-room {
  margin-top: 14px;
}
.input-create-room.wide {
  display: flex;
}
.input-create-room.wide > * {
  align-self: center;
}
.input-create-room.wide input {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 1;
}
.input-create-room.wide > .btn {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 54px;
  line-height: 54px;
  width: auto;
}
.input-create-room.wide .dropdown-toggle {
  border-right: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-create-room.small input {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-create-room.small > .btn {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.input-create-room.small .dropdown-toggle {
  border-bottom: none;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-create-room.small > .btn-group {
  width: 100% !important;
}
.input-create-room > .btn {
  padding: 0 24px;
  height: 44px;
  width: 100%;
}
.input-create-room > .btn.btn-default {
  font-size: 18px;
}
.input-create-room > .btn.btn-join {
  background: #46535c !important;
  border-color: #2b3841 !important;
}
.input-create-room > .btn.btn-join:hover,
.input-create-room > .btn.btn-join:active,
.input-create-room > .btn.btn-join:focus {
  background: #2b3841 !important;
  border-color: black !important;
}
.link-wrap {
  background: #fcfcfc;
  padding: 10px;
  font-family: "Benton Sans", Arial;
  text-align: center;
  border-radius: 3px;
  word-wrap: break-word;
}
.input-session-length-wrap input[type=text] {
  border-right: none;
  padding-right: 0;
}
.input-session-length-wrap .input-group-addon {
  padding-left: 0;
}

.session-list {
  margin-top: -15px;
}
.session-list .session-list-item {
  padding: 15px 0;
}
.session-list .session-list-item:not(:last-of-type) {
  border-bottom: 1px solid #edf1f5;
}
.session-list .session-list-item .session-details .session-details-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.session-list .session-list-item .session-list-time {
  font-size: 20px;
}
.session-list .session-list-item .session-list-time small {
  font-size: 12px;
}
.session-list .session-list-item .session-list-date {
  font-size: 12px;
  color: #677d8c;
}
@media (min-width: 768px) {
  .session-list .session-list-item .session-list-date {
    min-width: 80px;
  }
}
.session-list .session-list-item .event-name {
  font-size: 20px;
  font-family: "Benton Sans Book", Arial;
}
.session-list .session-list-item .event-name:hover {
  text-decoration: none;
}
.session-list .session-list-item .room-number {
  font-size: 12px;
  color: #677d8c;
}
.session-list .session-list-item a svg {
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
}
.load-more {
  background: #f4f7fa;
  color: #91a5b2;
  padding: 10px;
  margin-top: 10px;
  border-radius: 3px;
  text-align: center;
  display: block;
}
.load-more * {
  vertical-align: middle;
}
.load-more:hover,
.load-more:focus,
.load-more:active {
  background: #e9eff6;
  color: #91a5b2;
  text-decoration: none;
}
.load-more svg {
  margin-top: -3px;
  margin-right: 4px;
  fill: #91a5b2;
  height: 20px;
  width: 20px;
}
.webui-popover-content .screen-recording-link {
  display: block;
  white-space: nowrap;
}
.webui-popover-content .screen-recording-link:not(:last-of-type) {
  margin-bottom: 10px;
}

.settings-links {
  border-bottom: 1px solid #e5eaf1;
  margin: 0 0 30px 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
.settings-links li {
  margin: 0 5px 5px 0;
  padding: 0;
  float: left;
}
.settings-links li a {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #e5eaf1;
  border-bottom-width: 2px;
  color: black;
  font-size: 13px;
  line-height: 34px;
  padding: 0 10px;
}
.settings-links li.active a {
  background: #3498DB;
  color: white;
  border-color: transparent;
}
.settings-links li.active a:hover {
  text-decoration: none;
  cursor: default;
}
.api-title {
  font-family: "Benton Sans Medium", Arial;
  font-size: 11px;
  text-transform: uppercase;
}

.main-sidebar {
  font-family: "Benton Sans Light", Arial;
  background: #2b3841;
}
@media (min-width: 768px) {
  .main-sidebar {
    width: 275px;
    min-height: 100%;
  }
}
@media (min-width: 768px) {
  .main-sidebar .navbar-collapse {
    display: block;
  }
}
.main-sidebar .sidebar-logo {
  padding: 0 20px;
  line-height: 70px;
  height: 70px;
}
.main-sidebar .sidebar-logo img {
  height: 28px;
}
.main-sidebar .sidebar-logo a {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: white;
  display: block;
}
.main-sidebar .sidebar-logo a:hover,
.main-sidebar .sidebar-logo a:active,
.main-sidebar .sidebar-logo a:focus {
  text-decoration: none;
}
.main-sidebar .navbar-toggler {
  position: relative;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 15px;
  padding-right: 0;
  float: right;
}
@media (min-width: 768px) {
  .main-sidebar .navbar-toggler {
    display: none;
  }
}
.main-sidebar .navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 4px;
}
.main-sidebar .icon-bar {
  background: #f1f1f1;
}
.main-sidebar ul {
  margin: 0;
  padding: 0;
  border-top: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  .main-sidebar ul {
    width: 100%;
    z-index: 100;
  }
}
.main-sidebar ul li {
  margin: 5px 0;
  padding: 0;
}
@media (min-width: 768px) {
  .main-sidebar ul li {
    margin-top: 20px;
  }
}
.main-sidebar ul li * {
  vertical-align: middle;
}
.main-sidebar ul li a {
  display: block;
  color: #a5aeb8;
  font-size: 16px;
  padding: 0 0 0 30px;
  line-height: 42px;
  cursor: pointer;
  border-left: 2px solid transparent;
}
.main-sidebar ul li a img {
  margin-right: 24px;
}
.main-sidebar ul li a svg,
.main-sidebar ul li a i {
  margin-top: -1px;
  margin-right: 24px;
  fill: #4c6170;
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.main-sidebar ul li a i {
  color: #4c6170;
  text-align: center;
  font-size: 20px;
}
.main-sidebar ul li a:hover,
.main-sidebar ul li a:active,
.main-sidebar ul li a:focus,
.main-sidebar ul li.active a {
  border-left-color: #3498db;
  color: #efefef;
  text-decoration: none;
}
.main-sidebar ul li a:hover svg,
.main-sidebar ul li a:active svg,
.main-sidebar ul li a:focus svg,
.main-sidebar ul li.active a svg {
  fill: #3498db;
}
.main-sidebar ul li a:hover i,
.main-sidebar ul li a:active i,
.main-sidebar ul li a:focus i,
.main-sidebar ul li.active a i {
  color: #3498db;
}
.main-sidebar .user-info-wrap {
  display: flex;
  align-items: center;
  background: #3498db;
  padding: 20px;
  color: white;
  height: 90px;
  min-height: 90px;
}
@media (max-width: 767px) {
  .main-sidebar .user-info-wrap {
    display: none;
  }
}
.main-sidebar .user-info-wrap .user-info-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 40px;
}
.main-sidebar .user-info-wrap .avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: url(/images/avatar-placeholder.png) no-repeat center center;
  background-size: cover;
  margin: 0 16px 0 3px;
  float: left;
}
.main-sidebar .user-info-wrap .user-info-name {
  float: left;
  font-size: 16px;
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-sidebar .user-info-wrap .user-info-name a {
  color: white;
}
.main-sidebar .user-info-wrap .user-info-notifications {
  background: #107dc3;
  border-radius: 5px;
  float: right;
  font-size: 12px;
  line-height: 24px;
  margin-top: 9px;
  padding: 0 8px;
  color: #d4eeff;
}
@media (min-width: 768px) {
  .main-sidebar #side-links {
    overflow-y: auto !important;
  }
}
.main-sidebar .sidebar-footer {
  border-top: 1px solid #222e36;
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .main-sidebar .sidebar-footer {
    padding: 20px;
    display: block;
  }
}
.main-sidebar .sidebar-footer a {
  padding: 6px;
  border-radius: 3px;
  display: inline-block;
  margin-right: 35px;
  float: right;
}
.main-sidebar .sidebar-footer a:first-of-type {
  margin: 0;
}
.main-sidebar .sidebar-footer a:hover,
.main-sidebar .sidebar-footer a:focus,
.main-sidebar .sidebar-footer a:active {
  background: #243038;
}
@media (min-width: 768px) {
  body.sidebar-collapsed .main-sidebar {
    width: 90px;
  }
  body.sidebar-collapsed .hide-when-collapsed {
    display: none !important;
  }
  body.sidebar-collapsed .hide-when-expanded {
    display: block !important;
  }
  body.sidebar-collapsed ul li a img {
    padding-right: 0;
  }
  body.sidebar-collapsed .sidebar-logo img {
    margin-right: 0;
  }
  body.sidebar-collapsed .sidebar-footer {
    padding: 10px;
  }
  body.sidebar-collapsed .sidebar-footer a {
    display: block;
    float: none;
    margin: 10px 0;
  }
}
@media (min-width: 768px) {
  .hide-when-expanded {
    display: none !important;
  }
  .logo-wrap {
    padding: 0;
    height: 70px;
    line-height: 70px;
    text-align: center;
  }
  .sidebar-logo a {
    text-align: center;
  }
}

@font-face {
  font-family: 'Montserrat Hairline';
  src: url("/fonts/Montserrat-Hairline.otf") format("opentype");
}
@font-face {
  font-family: 'Montserrat Light';
  src: url("/fonts/Montserrat-Light.otf") format("opentype");
}
@font-face {
  font-family: 'Montserrat Regular';
  src: url("/fonts/Montserrat-Regular.otf") format("opentype");
}
a {
  color: #677d8c;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.copied {
  color: #02b12f !important;
}
.bold {
  font-weight: bold;
}
.light-text {
  color: #ababab;
}
.text-success {
  color: #22ab39;
}
.darkLink,
.darkText {
  color: #2b3841;
  font-family: "Benton Sans", Arial;
}
.darkLink:hover {
  color: #2b3841;
  text-decoration: underline;
}
.underlineOnHover {
  text-decoration: none !important;
}
.underlineOnHover:hover {
  text-decoration: underline !important;
}
.link-margin-left {
  margin-left: 14px;
}

#toast-container > div {
  box-shadow: none;
}
#toast-container > div:hover {
  box-shadow: none;
}

.tooltip {
  background: rgba(43, 56, 65, 0.94);
  font-family: "Benton Sans Light", Arial;
  font-size: 11px;
  color: white;
  border-radius: 3px;
  padding: 0 10px;
  line-height: 28px;
  box-shadow: none;
}
.tooltip.sidebar-tooltip {
  background: #181f24;
  color: #7d919f;
}
.tooltip.sidebar-tooltip:before {
  border-color: #181f24;
}

.header-wrap {
  background: white;
  height: 70px;
}
.header-wrap.secondary-header-wrap {
  position: inherit !important;
}
@media (min-width: 768px) {
  .header-wrap {
    z-index: 3;
    position: fixed;
    top: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 5px;
    left: 275px;
  }
  body.sidebar-collapsed .header-wrap {
    left: 90px;
  }
}
.header-wrap a {
  display: inline-block;
}
.header-wrap a:hover {
  text-decoration: none;
}
.header-wrap h1 {
  font-size: 13px;
  margin: 0;
  color: #677d8c;
  font-family: "Benton Sans Medium", Arial;
  font-weight: normal;
}
.header-wrap h1 a {
  color: #677d8c;
  font-size: 13px;
}
.header-wrap h1 a:hover {
  text-decoration: underline;
}
.header-wrap h1 small {
  color: #677d8c;
  font-size: 13px;
}
.header-wrap h1 small span {
  margin: 0 5px;
}
.header-wrap .right-buttons a:last-of-type {
  margin-left: 10px;
}
@media (max-width: 543px) {
  .header-wrap .right-buttons a:last-of-type {
    margin-left: 0;
  }
}
@media (min-width: 544px) {
  .header-wrap h1 small span {
    margin: 0 14px 0 12px;
  }
}

@media (max-width: 767px) {
  .welcome-modal {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .welcome-modal .modal-dialog {
    min-width: 480px;
  }
}
@media (max-width: 767px) {
  .welcome-modal .modal-dialog {
    margin: 0;
  }
}
.welcome-modal .modal-dialog .modal-content {
  border: none;
  text-align: center;
  padding: 0;
  background: #f6f9fb;
  color: #45525d;
}
.welcome-modal .modal-dialog .modal-content .modal-body {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .welcome-modal .modal-dialog .modal-content .modal-body {
    padding: 30px 40px 20px 40px;
  }
}
.welcome-modal .modal-dialog .modal-content .modal-body .welcome-title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: "Benton Sans Medium", Arial;
}
.welcome-modal .modal-dialog .modal-content .modal-body .welcome-sub-title {
  font-size: 16px;
  line-height: 26px;
  margin: 35px 0;
}
.welcome-modal .modal-dialog .modal-content .modal-body .skip-tutorial {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Benton Sans", Arial;
}
.skip-tutorial {
  text-decoration: underline;
}
.tutorial-highlighted-item {
  z-index: 10;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.tutorial-highlighted-item * {
  pointer-events: none;
}
.tutorial-popover-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: rgba(21, 28, 35, 0.7);
}
@media (max-width: 767px) {
  .tutorial-popover-bg {
    display: none !important;
  }
}
.tutorial-popover {
  padding: 25px;
  border-radius: 3px;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 12;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.tutorial-popover .tutorial-step-number {
  border-radius: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  font-family: "Benton Sans Medium", Arial;
  text-align: center;
  background: #2c97dd;
  color: white;
  position: absolute;
  left: -8px;
  top: 26px;
}
.tutorial-popover .tutorial-arrow {
  position: absolute;
  top: 5px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.tutorial-popover .tutorial-arrow.tutorial-arrow-left {
  border-right: 6px solid white;
}
.tutorial-popover .tutorial-arrow.tutorial-arrow-right {
  border-left: 6px solid white;
  left: auto;
  right: -6px;
}
.tutorial-popover .tutorial-header-wrap {
  margin-bottom: 20px;
}
.tutorial-popover .tutorial-header-wrap .tutorial-header {
  font-family: "Benton Sans", Arial;
  font-size: 16px;
}
.tutorial-popover .tutorial-body {
  font-size: 14px;
  color: #637888;
  max-width: 250px;
}
.tutorial-popover .tutorial-button-wrap {
  border-top: 1px solid #d9e1e7;
  margin-top: 20px;
  padding-top: 20px;
}
.tutorial-popover .tutorial-button-wrap .btn-close-tutorial {
  background: #627787;
  border-bottom-color: #425869;
  text-decoration: none;
}
.tutorial-popover .tutorial-button-wrap .btn-close-tutorial:hover,
.tutorial-popover .tutorial-button-wrap .btn-close-tutorial:focus,
.tutorial-popover .tutorial-button-wrap .btn-close-tutorial:active {
  background: #425869 !important;
}
.tutorial-popover .tutorial-button-wrap a {
  font-family: "Benton Sans Medium", Arial;
}

.upgrade-title {
  font-size: 48px;
  font-family: "Benton Sans Ext Light", Arial;
  text-align: center;
  color: #2b3841;
  padding-top: 30px;
}
.upgrade-description {
  color: #677d8c;
  font-size: 20px;
  text-align: center;
  padding: 20px 10px 60px 10px;
  margin: 0 auto;
  /*max-width: 640px;*/
}
.upgrade-wrap #plan-enterprise-reveal {
  display: none;
}
.upgrade-wrap .plan {
  color: #2b3841;
  padding: 24px 10px;
  text-align: center;
  border: 1px solid #e5eaf1;
  background: white;
  border-radius: 3px;
  max-width: 300px;
  min-width: 250px;
}
@media (max-width: 1199px) {
  .upgrade-wrap .plan {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.upgrade-wrap .plan .title {
  font-size: 22px;
  font-family: "Benton Sans Book", Arial;
  margin-bottom: 10px;
}
.upgrade-wrap .plan .price {
  font-size: 32px;
  font-family: "Benton Sans Book", Arial;
}
.upgrade-wrap .plan .price small {
  display: block;
  font-size: 11px;
  color: #2b3841;
  height: 24px;
  margin-top: -8px;
}
.upgrade-wrap .plan.plan-basic .price {
  color: #4c6170;
}
.upgrade-wrap .plan.plan-basic .btn-upgrade-plan {
  background: #4c6170;
  border-color: #425461;
}
.upgrade-wrap .plan.plan-basic .btn-upgrade-plan:hover,
.upgrade-wrap .plan.plan-basic .btn-upgrade-plan:active,
.upgrade-wrap .plan.plan-basic .btn-upgrade-plan:focus {
  background: #425461;
}
.upgrade-wrap .plan.plan-premium .price {
  color: #2c97de;
}
.upgrade-wrap .plan.plan-premium .btn-upgrade-plan {
  background: #2c97de;
  border-color: #107dc3;
}
.upgrade-wrap .plan.plan-premium .btn-upgrade-plan:hover,
.upgrade-wrap .plan.plan-premium .btn-upgrade-plan:active,
.upgrade-wrap .plan.plan-premium .btn-upgrade-plan:focus {
  background: #107dc3;
}
.upgrade-wrap .plan.plan-pro .price {
  color: #ff5e49;
}
.upgrade-wrap .plan.plan-pro .btn-upgrade-plan {
  background: #ff5e49;
  border-color: #d04330;
}
.upgrade-wrap .plan.plan-pro .btn-upgrade-plan:hover,
.upgrade-wrap .plan.plan-pro .btn-upgrade-plan:active,
.upgrade-wrap .plan.plan-pro .btn-upgrade-plan:focus {
  background: #d04330;
}
.upgrade-wrap .plan.plan-enterprise {
  width: 300px;
}
@media (min-width: 1200px) {
  .upgrade-wrap .plan.plan-enterprise {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
  }
}
.upgrade-wrap .plan.plan-enterprise .price {
  color: #63ba62;
}
.upgrade-wrap .plan.plan-enterprise .btn-upgrade-plan {
  background: #63ba62;
  border-color: #3a9c38;
}
.upgrade-wrap .plan.plan-enterprise .btn-upgrade-plan:hover,
.upgrade-wrap .plan.plan-enterprise .btn-upgrade-plan:active,
.upgrade-wrap .plan.plan-enterprise .btn-upgrade-plan:focus {
  background: #3a9c38;
}
.upgrade-wrap .plan.plan-enterprise-learn-more {
  padding: 25px 40px;
  text-align: left;
  font-size: 20px;
  font-family: "Benton Sans", Arial;
}
.upgrade-wrap .plan .features-title {
  font-size: 12px;
  font-family: "Benton Sans", Arial;
  text-transform: uppercase;
  padding: 6px 0 14px 0;
}
.upgrade-wrap .plan .features {
  margin: 0;
  padding: 0;
  list-style: none;
}
.upgrade-wrap .plan .features li {
  line-height: 32px;
  font-size: 13px;
}
.upgrade-wrap .plan .btn-upgrade-plan {
  margin: 10px 0;
  width: 150px;
  line-height: 40px;
  height: 44px;
  padding: 0;
  font-size: 16px;
  font-family: "Benton Sans", Arial;
  color: white;
  border: none;
  border-bottom: 2px solid transparent;
}
.upgrade-wrap .plan .separator {
  background: #dedede;
  margin: 14px auto;
  width: 20px;
  height: 1px;
  overflow: hidden;
}
.upgrade-wrap .plan.current-plan {
  border-width: 3px;
  background: white url(/images/current-plan-corner.png) top left no-repeat;
}
.upgrade-wrap .plan.current-plan > * {
  opacity: 0.6;
}
.upgrade-wrap .plan.current-plan .btn-upgrade-plan {
  pointer-events: none;
  cursor: default;
}
.upgrade-wrap .upgrade-small-print {
  text-align: center;
  padding: 30px 0 50px 0;
}
@media (max-width: 1199px) {
  .upgrade-wrap .upgrade-small-print {
    padding-top: 0;
  }
}
@media (min-width: 400px) {
  #upgradeModal .modal-dialog {
    width: 360px;
  }
}
.upgrade-cart-details {
  padding: 1em;
  color: #a5aeb8;
  background-color: #f6f8f9;
  margin-bottom: 30px;
  border-radius: 3px;
}
.upgrade-cart-details .cartValue {
  font-size: 2em;
}
@media (max-width: 767px) {
  .upgrade-cart-details .cartValue {
    font-size: 1.5em;
  }
}
.upgrade-cart-details .cartPrice {
  color: #66b966;
}
.no-access-to-feature {
  text-align: center;
  padding: 50px 0;
}
.no-access-to-feature a {
  color: #2c97de;
  font-family: "Benton Sans", Arial;
}

.btn-file-upload {
  background: #3498db;
  color: white;
  font-size: 15px;
  line-height: 30px;
  padding: 5px 15px 5px 5px;
  width: 100%;
  text-align: left;
}
.btn-file-upload .icon {
  margin: 0 12px;
  fill: white;
  opacity: 0.8;
}
.btn-file-upload:hover {
  background: #107dc3;
  color: white;
}
@media (min-width: 768px) {
  .btn-file-upload {
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.file-input {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.file-input input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.upload-status-wrap {
  display: none;
  margin-top: 30px;
}
.upload-status-text {
  color: #bbc2ca;
  font-size: 11px;
  margin-bottom: 6px;
}
.upload-progress-wrap {
  position: relative;
  height: 10px;
}
.upload-progress,
.upload-progress-bg {
  position: absolute;
  height: 100%;
  border-radius: 5px;
  border-bottom: 2px solid transparent;
}
.upload-progress {
  background: #9edf73;
  border-bottom-color: #83cd52;
  width: 0;
}
.upload-progress.unknown-length {
  background-color: #d68528;
  border-bottom-color: #ba6b11;
  width: 100% !important;
}
.upload-progress-bg {
  background: #f1f4f8;
  border-bottom-color: #e6ebf1;
  width: 100%;
}
.upload-list-item {
  margin: 0 -10px;
  padding: 8px 10px;
}
.upload-list-item .tool-tip {
  transform: translateX(-50%) translateY(-74px);
}
.upload-thumb-wrap {
  border-radius: 3px;
  margin-right: 12px;
  width: 75px;
  height: 52px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e5eaf1;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.latest-uploads-wrap {
  position: relative;
}
.latest-uploads {
  overflow: hidden;
  white-space: nowrap;
}
.latest-uploads-item {
  display: inline-block;
  width: 125px;
  overflow: hidden;
}
.latest-uploads-item:not(:last-of-type) {
  margin-right: 20px;
}
.latest-uploads-item .upload-thumb-wrap {
  width: 125px;
  height: 80px;
  margin-bottom: 8px;
}
.latest-uploads-item-name {
  width: 125px;
  font-family: "Benton Sans", Arial;
  font-size: 13px;
}
.latest-uploads-item-size,
.latest-uploads-item-date {
  font-size: 12px;
}
.latest-uploads-item-size {
  margin-top: 1px;
}
.latest-uploads-item-date {
  margin-top: 3px;
}
.upload-list-item a:hover,
.upload-list-item a:active,
.upload-list-item a:focus {
  color: #3498db;
  text-decoration: none;
}
.upload-share-link span {
  min-width: 70px;
  display: inline-block;
  text-align: center;
}
.btn-paging {
  position: absolute;
  top: 0;
  height: 100%;
  width: 80px;
  padding-top: 80px;
  display: none;
  background-repeat: repeat-y;
  background-size: 100%;
}
.btn-paging-left {
  left: 0;
  background-image: url(/images/paging-btn-gradient-left.png);
}
.btn-paging-right {
  right: 0;
  text-align: right;
  background-image: url(/images/paging-btn-gradient-right.png);
}
.upload-items .reordering {
  position: relative;
}
.upload-items .reordering .reorder-button {
  margin: 0;
}
.upload-items .reordering .dropdown {
  display: none;
  position: absolute;
  right: 0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.upload-items .reordering .dropdown div {
  padding: 8px 14px;
  background: white;
  text-align: center;
  cursor: pointer;
}
.upload-items .reordering .dropdown div:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
}
.upload-items .reordering .dropdown div:hover {
  background: #f5f5f5;
}
.upload-items .reordering .dropdown.shown {
  display: inline-block;
  white-space: nowrap;
}
.upload-items:first-of-type .move-to-top,
.upload-items:first-of-type .move-up {
  display: none;
}
.upload-items:last-of-type .move-down {
  display: none;
}

.user-details-wrap.wide .box-header {
  display: flex;
}
.user-details-wrap .row {
  padding: 6px 0 12px 0;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #e5eaf1;
}
.user-details-wrap.wide .row {
  display: flex;
}
.user-details-wrap.wide .row > div {
  align-self: center;
}
.user-details-wrap .name {
  font-family: "Benton Sans", Arial;
  font-size: 22px;
  color: #2b3841;
}
.user-details-wrap .business {
  font-family: "Benton Sans Light", Arial;
  font-size: 16px;
}
.user-details-wrap .separator {
  width: 60px;
  height: 1px;
  background: #cfdae5;
  margin: 10px 0;
}
.user-details-wrap .left {
  font-family: "Benton Sans", Arial;
  color: #b3bac2;
  text-transform: uppercase;
  font-size: 12px;
}
.user-details-wrap.wide .left {
  width: 150px;
}
.user-details-wrap .value {
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-details-wrap .users-wrap {
  display: flex;
  line-height: 20px;
  height: 20px;
}
.user-details-wrap .users-wrap > div {
  align-self: center;
}
.user-details-wrap .users-wrap .left {
  font-family: "Benton Sans Light", Arial;
  width: 60px;
}
.user-details-wrap .change-password-link {
  font-size: 13px;
  text-decoration: underline;
}

.user-list .user-list-item {
  padding: 8px 10px;
  margin: 0 -10px;
}
.user-list .user-list-item.current-user {
  font-weight: bold;
}

/*# sourceMappingURL=site.css.map */
