/*@os-red-opq: rgba(228,24,113,0.7);*/
.verticalAlign {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
label.required:after {
  content: "*";
  font-weight: bold;
  color: #e41871;
}
.reqFields {
  text-align: right;
  font-size: 10px;
  color: #999;
  margin: 5px 20px 0 0;
  font-style: italic;
}
.text-danger,
.text-danger:hover,
a.text-danger,
a.text-danger:hover,
a.text-danger:focus {
  color: #e41871;
}
body {
  overflow: auto !important;
}
h4 {
  font-style: italic;
  font-weight: 400;
  color: #999;
}
.navbar.navbar-inverse.impersonation,
.navbar.navbar-inverse.navbar-glass.impersonation:hover {
  background-color: #e41871;
}
.navbar.navbar-inverse.impersonation .impersonationblockitem,
.navbar.navbar-inverse.navbar-glass.impersonation:hover .impersonationblockitem {
  color: white;
  padding: 10px 20px 0 20px;
  line-height: 40px;
}
.impersonationarea form {
  display: none;
}
.not-active-color {
  color: #BFCDDB;
}
#page-container .block-title {
  padding: 10px 10px 10px 0px;
}
#page-container .block-title .btn-group-actions {
  margin-left: 10px;
}
#page-container .block-title .btn-primary,
#page-container .block-title .btn-actions {
  background-color: #eee;
  border-color: #eee;
  color: #333;
}
#page-container .block-title .btn-primary:hover,
#page-container .block-title .btn-actions:hover {
  background-color: #e41871;
  border-color: #e41871;
  color: white;
}
#meetingRoomGeneralSettings,
#meetingRoomPartSettings,
#socialGeneralSettings,
#socialPartSettings {
  padding-top: 15px;
}
.labelValue {
  padding-top: 7px;
  display: block;
}
/* use this class for a or span to be on the place of a input field instead */
.form-field {
  padding-top: 7px;
  display: block;
}
span.form-control {
  border: none;
}
/*.radio-inline{
    padding-top:7px;
}*/
.popupBigBlocksToChoose {
  display: block;
  width: 80%;
  padding: 20px;
  background-color: #005187;
  margin: 0 auto 30px;
  text-align: center;
}
.popupBigBlocksToChoose.fullwidth {
  width: 100%;
}
.popupBigBlocksToChoose:hover,
.popupBigBlocksToChoose:focus {
  background-color: #5692CE;
  text-decoration: none;
}
.popupBigBlocksToChoose > i,
.popupBigBlocksToChoose > span > i {
  font-size: 35px;
  padding: 20px 0;
  color: white;
}
.popupBigBlocksToChoose > div {
  color: white;
  text-decoration: none;
}
.popupBigBlocksToChoose.disabled {
  background-color: #eee;
}
.popupBigBlocksToChoosePages {
  display: block;
  width: 95%;
  padding: 20px;
  background-color: #005187;
  margin: 0 auto 30px;
  text-align: center;
}
.popupBigBlocksToChoosePages.fullwidth {
  width: 100%;
}
.popupBigBlocksToChoosePages:hover,
.popupBigBlocksToChoosePages:focus {
  background-color: #5692CE;
  text-decoration: none;
}
.popupBigBlocksToChoosePages > i,
.popupBigBlocksToChoosePages > span > i {
  font-size: 35px;
  padding: 20px 0;
  color: white;
}
.popupBigBlocksToChoosePages > div {
  color: white;
  text-decoration: none;
}
.popupBigBlocksToChoosePages.disabled {
  background-color: #eee;
}
.widget {
  border: solid 1px #ebeef2;
}
.btn-confirm {
  background: #e41871;
  border-color: #e41871;
  color: white;
}
.btn-confirm:hover {
  background: #454E59;
  border-color: #454E59;
  color: white;
}
.btn-primary:focus {
  color: #333 !important;
}
.popover.top > .arrow {
  z-index: -1;
  bottom: -9px;
}
.input-validation-error {
  border-color: #de815c;
}
a.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.txt-warning {
  color: #e41871;
}
#accountButton .dropdown-menu div {
  padding: 8px 10px;
}
#accountButton .dropdown-menu ul.submenu {
  /*padding-bottom: 8px;*/
  padding-left: 0px;
  list-style: none;
}
#accountButton .dropdown-menu ul.submenu li {
  padding: 5px 5px 5px 0px;
}
#accountButton .dropdown-menu ul.submenu li a {
  color: #333;
  line-height: 1.42857;
  padding-left: 30px;
  display: block;
}
#accountButton .dropdown-menu ul.submenu li:hover,
#accountButton .dropdown-menu ul.submenu li:focus {
  background-color: #5692CE;
}
#accountButton .dropdown-menu ul.submenu li:hover a,
#accountButton .dropdown-menu ul.submenu li:focus a {
  color: #ffffff;
  text-decoration: none;
}
.block-section.mediaupload {
  margin-bottom: 0;
}
.dropzone .dz-message {
  filter: none;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  margin: 10px 0;
  text-align: center;
}
.dropzone .dz-message .fa-cloud-upload {
  font-size: 25px;
  margin-top: 15px;
}
.sidebar-title.impersonation {
  background-color: #e41871;
}
.sidebar-content .dropzone {
  display: none;
}
.slimScrollDiv .sidebar-content .dropzone {
  display: block;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.margin-top-20 {
  margin-top: 20px;
}
.first {
  margin-top: 0px;
}
.table thead > tr > th {
  font-size: 16px;
  padding: 8px;
}
th.actions,
td.actions {
  text-align: center;
}
th.cb,
td.cb {
  text-align: center;
  width: 50px;
}
.dataTables_wrapper .row.table-paging {
  margin-bottom: 20px;
}
.dataTables_wrapper .row.table-paging .startat,
.dataTables_wrapper .row.table-paging .stopat,
.dataTables_wrapper .row.table-paging .totitems {
  font-weight: bold;
}
.nav-tabs.nav-tabs-noBottomLine {
  border-bottom: 0;
}
.nav-tabs.nav-tabs-noBottomLine > li.active > a {
  border-color: #DAE0E8 #DAE0E8 transparent;
}
.moreOptions {
  text-align: center;
  color: #e41871;
  font-size: smaller;
  padding: 20px 0 30px 0;
  cursor: pointer;
}
.dashboard {
  padding-bottom: 20px;
  /*&.allClients {
        margin-bottom: 5px;
    }*/
}
.dashboard p.name {
  display: block;
  margin-bottom: 10px;
}
.dashboard.block {
  height: 100%;
}
.iconbig {
  font-size: 40px;
  display: block;
  float: left;
}
.amount-med {
  font-weight: bold;
  font-size: 18px;
}
.link-blue {
  color: #005187;
}
.link-blue:hover {
  color: #005187;
}
.link-red {
  color: #e41871;
}
.link-regular {
  color: #454E59;
}
.link-regular:hover {
  color: #454E59;
}
.progress-oscart {
  margin-bottom: 0 !important;
  height: 80px !important;
  position: relative;
}
.progress-oscart span {
  line-height: 80px;
  font-size: 24px;
  position: relative;
}
.progress-oscart .progress-bar {
  background-color: #005187;
  height: 80px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-oscart .progress-bar-full {
  background-color: #e41871;
}
.progress-oscart .white-label {
  color: #fff;
}
.progress {
  margin-bottom: 10px;
}
.progress .progress-bar-oscart {
  background-color: #e41871;
}
.amount-big {
  font-weight: bold;
  font-size: 25px;
}
.gray {
  color: #454E59;
}
.rolecategory {
  margin-bottom: 15px;
}
.rolecategory label {
  display: block;
}
.rolecategory label.js-cb-parent {
  font-weight: bold;
}
.itembreadcrumb {
  display: block;
  padding: 0 0 15px 0;
}
.itembreadcrumb a {
  margin-top: 2px;
}
.itembreadcrumb a i.gi-home {
  margin-top: -3px;
}
.itembreadcrumb .levelUp {
  margin-left: 15px;
  font-size: 15px;
}
.itembreadcrumb .pathseperator {
  padding: 0 5px;
  color: #666;
}
tr.js-file td .mediaPreview {
  cursor: pointer;
}
tr.js-file td > img {
  margin: 5px;
  max-width: 80px;
  max-height: 80px;
}
tr.js-file td > i {
  margin: 10px;
}
.folder {
  margin: 10px;
  font-size: 20px;
}
#modal-media-details .detail-item {
  margin-bottom: 10px;
}
#modal-media-details .detail-item label {
  margin-bottom: 3px;
  display: block;
}
.modal-body {
  overflow-y: auto;
  max-height: 70vh;
  /*75vh*/
}
.fullwidth {
  width: 100%;
}
a.deviceType {
  display: block;
  width: 80%;
  padding: 20px;
  background-color: #005187;
  margin: 0 auto 30px;
  text-align: center;
}
a.deviceType.fullwidth {
  width: 100%;
}
a.deviceType:hover,
a.deviceType:focus {
  background-color: #5692CE;
  text-decoration: none;
}
a.deviceType > i,
a.deviceType > span > i {
  font-size: 35px;
  padding: 20px 0;
  color: white;
}
a.deviceType > div {
  color: white;
  text-decoration: none;
}
a.deviceType.disabled {
  background-color: #eee;
}
.btn-black {
  background: black;
  border-color: black;
  color: white;
  cursor: default;
}
.btn-offline {
  background: #e41871;
  border-color: #e41871;
  color: white;
  cursor: default;
}
.btn-online {
  background: #005187;
  border-color: #005187;
  color: white;
  cursor: default;
}
.smallericon {
  font-size: 10px;
  padding-top: 9px;
}
.btn-grey {
  background: #999;
  border-color: #999;
  color: white;
  cursor: default;
}
.btn-grey-black {
  background-image: linear-gradient(45deg, #000 25%, #999 25%, #999 50%, #000 50%, #000 75%, #999 75%, #999);
  border-color: #999;
  color: white;
  cursor: default;
}
#devicesTable i.btn {
  width: 40px;
  height: 29px;
}
/*i.offline {
    color: @os-red;
}*/
td.not-licensed {
  background-color: #e41871;
  color: white;
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
img.pageThumb {
  max-height: 85px;
  max-width: 180px;
}
@media (min-width: 1200px) {
  img.pageThumb {
    max-height: 125px;
    width: auto;
    max-width: 220px;
  }
}
a.createPageType {
  display: block;
  width: 95%;
  padding: 20px;
  background-color: #005187;
  margin: 0 auto 30px;
  text-align: center;
}
a.createPageType.fullwidth {
  width: 100%;
}
a.createPageType:hover,
a.createPageType:focus {
  background-color: #5692CE;
  text-decoration: none;
}
a.createPageType > i,
a.createPageType > span > i {
  font-size: 35px;
  padding: 20px 0;
  color: white;
}
a.createPageType > div {
  color: white;
  text-decoration: none;
}
a.createPageType.disabled {
  background-color: #eee;
}
.tag {
  background-color: #5692CE;
  color: white;
  padding: 3px 5px;
  margin-right: 2px;
  font-size: 12px;
  border-radius: 2px;
}
.tag.security {
  background-color: #e41871;
}
#editPlaylist .layer-icon {
  margin-right: 10px;
  max-height: 20px;
}
#editPlaylist #pages .usedPagesTitle {
  display: block;
  padding: 15px;
  background-color: #BFCDDB;
}
#editPlaylist .page {
  width: 100%;
  margin: 0px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1;
}
#editPlaylist .page .page_overlay,
#editPlaylist .page .page_main {
  display: none;
  align-items: center;
}
#editPlaylist .page .page_overlay {
  width: 100%;
}
#editPlaylist .page .page_overlay .one-line {
  margin: 2px;
  display: inline-block;
}
#editPlaylist .page .PlaylistThumb {
  max-width: 100px;
  width: 100%;
  height: auto;
}
#editPlaylist .page .movable {
  cursor: move;
  float: left;
}
#editPlaylist .page .tag,
#editPlaylist .page .condition {
  margin-right: 5px;
  display: inline-block;
  padding: 2px;
  outline: 1px black solid;
}
.info-block {
  display: none;
}
.inline-form-control {
  width: initial;
  display: inline;
}
.hourddl::after {
  content: ":";
  position: absolute;
  right: 0px;
  top: 7px;
}
.fromminuteddl::after {
  content: "-";
  position: absolute;
  right: 0px;
  top: 7px;
}
.step_indicator {
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
.step_indicator h3 {
  font-weight: bold;
}
/*.indicator_bar {
    width: 100%;
    height: 10px;
    outline: 2px black solid;
}
.step_indicator_active .indicator_bar {
    background-color: black;
}*/
.level-selector {
  height: 150px;
  padding: 20px;
  outline: 2px black solid;
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.level-selector:hover {
  background-color: darkgray;
}
.level-selector > div {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.level-selector p {
  margin: 20px 0 0 0;
}
.level-selector .fa,
.level-selector .gi {
  font-size: 40px;
}
.level-selector-active {
  background-color: lightgray;
}
.downloads li {
  margin-bottom: 3px;
}
.instructions-videos li {
  list-style: none;
  /* &::before {
            font-family: 'FontAwesome';
            content: "\f04b";
            color: @os-light-blue;
        }

        & .accounttypesbox {
            padding: 0 2px 0 8px;
        }*/
}
.instructions-videos a.instructionvideolink {
  color: #005187;
  padding-left: 8px;
}
.instructions-videos video {
  max-width: 100%;
}
/*.accounttype {
    color: white;*/
/*display:block;
                    float:left;*/
/*padding: 1px 3px 2px 3px;*/
/*width:14px;
                    height:17px;*/
/*text-align: center;
    border-radius: 10px;
    cursor: help;

    &.bronze {
        background-color: #B89A78;
    }

    &.silver {
        background-color: #E0E1E3;
    }

    &.gold {
        background-color: #F4B941;
    }

    &.platinum {
        background-color: #49494B;
    }

    & i.not {
        opacity: 0.2;
        padding: 0 2px 0 1px;
    }
}*/
/*.not-applicable {
    padding-left: 15px;
    font-style: italic;
    font-size: smaller;
    color: @os-red;
}*/
.version {
  border-bottom: dotted 1px #eee;
  padding-bottom: 10px;
}
.version h3 {
  color: #005187;
  margin-bottom: 8px;
}
.version .release {
  font-size: 11px;
  color: #454E59;
}
img.epgpvridlogo {
  background-color: #454E59;
  padding: 5px;
  max-height: 85px;
  width: auto;
  max-width: 180px;
}
@media (min-width: 1200px) {
  img.epgpvridlogo {
    max-height: 125px;
    width: auto;
    max-width: 220px;
  }
}
/*#action-message-container {
    z-index: 1060;*/
/* on top of modal pages */
/* 1032; on top of the nav-bar */
/*position: fixed;
    top: 0px;
    left: 0;
    width: 33%;
    margin-left: 33%;
    margin-right: auto;
    text-align: center;

    & a {
        color: blue;
    }

    & .action {
        position: relative;
        width: 100%;
        z-index: 1032;*/
/* on top of the nav-bar */
/*& .close-error {
            position: absolute;
            float: right;
            top: 10px;
            right: 10px;
            cursor: pointer;
        }
    }

    & .action-succeeded {
        & > span {
            padding: 15px 30px;
            background-color: #67b26a;
            color: white;
            width: 100%;
            display: inline-block;
        }
    }

    & .action-failed {
        & > span {
            padding: 15px 30px;
            background-color: #ef3939;
            color: white;
            width: 100%;
            display: inline-block;
        }
    }
}*/
i.supported {
  color: #67b26a;
}
i.semisupported {
  color: #F4B941;
}
i.notsupported {
  color: #DAE0E8;
  /*#ef3939;*/
}
#cookiesBox {
  background-color: #e41871;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10000;
  display: none;
}
#cookiesBox .container {
  color: white;
  padding: 20px 45px;
}
#cookiesBox .container a {
  color: white;
  text-decoration: underline;
}
.col-xl-1,
.col-xl-2,
.col-xl-3 .col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1900px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3 .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
}
span.spacerbtn {
  width: 34px;
  display: inline-block;
}
.dataTables_wrapper > div.page,
.dataTables_wrapper > div.directory {
  background-color: white;
}
.directory.page_overview.folder {
  background-color: #f9f9f9;
}
#editPlaylist #pages.form-bordered {
  margin-top: -20px;
}
.cke_panel_container body,
.whitebg {
  background-color: #FFF !important;
}
.tooltip {
  position: fixed;
  /*Otherwise in edit playlist the tooltip is positioned under the search window*/
}
.slider .tooltip {
  position: absolute;
  /*otherwise the slider tooltip is positioned from complete left to complete right of screen*/
}
.rightspace {
  padding-right: 10px;
}
.form-control.narrow {
  display: initial;
  width: auto;
}
.form-control.narrow.date-picker {
  max-width: 95px !important;
}
#login-container.screenMirroring {
  width: 510px;
  margin-left: -250px;
}
@media (max-width: 600px) {
  #login-container.screenMirroring {
    width: 410px;
    margin-left: -200px;
    top: 90px;
  }
}
#login-container.wide {
  width: 800px;
  top: 0px;
}
#login-container {
  position: absolute;
  width: 310px;
  top: 100px;
  left: 50%;
  margin-left: -150px;
  z-index: 1000;
  /*
    .js-screenmirrorstart, .js-screenmirrorerror, .js-screenmirrorstop {
        margin: inherit;
        padding: 20px 0 20px 0;
    }*/
}
#login-container h2 {
  text-transform: none;
  font-size: 25px;
  line-height: normal;
}
#login-container ul {
  list-style: none;
  padding-left: 15px;
  padding-top: 15px;
}
#login-container .block {
  -webkit-box-shadow: initial;
  box-shadow: initial;
  padding: 0px;
}
#login-container .block-title {
  margin: 0;
  border: none;
  background: #ececed;
}
#login-container form {
  background: #f6f6f6;
  padding-bottom: 15px;
}
#login-container .form-control {
  border-radius: initial;
}
#login-container .form-group {
  margin: 0;
  padding-top: 15px;
}
#login-container .btn {
  border-radius: initial;
  text-transform: uppercase;
}
#login-container .csscheckbox span {
  border-radius: initial;
  width: 15px;
  height: 15px;
  background: white;
  margin-right: 5px;
  color: #454E59;
}
#login-container .mirroroption,
#login-container .popupBigBlocksToChoose {
  width: 100%;
}
#login-container .mirroroption:last-child a {
  margin: 0 auto;
}
#login-container .loginlogo {
  text-align: center;
  padding: 20px 0 20px 0;
}
#login-container .screenmirroringblock {
  padding: 20px;
}
h1.prelogin {
  font-size: 45px;
  font-weight: bold;
  color: #E50068;
  margin-left: 15px;
  width: 220px;
  position: relative;
}
.login-body {
  background-color: white;
  background: url('/img/backgrounds/smiley.png') repeat;
}
.login-bg {
  overflow: hidden;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .login-bg {
    direction: rtl;
    bottom: initial;
    top: 550px;
  }
  #login-container.wide {
    margin-left: -400px;
  }
}
@media (max-width: 800px) {
  .login-bg {
    direction: rtl;
    left: initial;
    right: 0;
    bottom: 0;
  }
}
.adminOnlyBackground {
  background-color: red;
}
.adminOnlyColor {
  color: red !important;
}
.modal-header .close {
  margin-left: 10px;
}
#ScreenshotData {
  max-height: 64vh;
  margin-left: auto;
  margin-right: auto;
}
.mr-2 {
  margin-right: 10px;
}
.select-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.select-group .select-input-container {
  float: left;
  margin-right: 21px;
  margin-bottom: 5px;
}
.select-group .select-input-container .form-control {
  display: inline-block;
  width: auto;
  margin-right: 7px;
}
.tutorial-block {
  margin: 0 0 2rem 0;
  display: flex;
}
.tutorial-block:last-child {
  margin: 0;
}
.tutorial-block__hero {
  flex-direction: column;
}
.tutorial-block__video {
  padding: 0;
}
.tutorial-block__content {
  padding: 1.5rem;
  background-color: #efefef;
}
.tutorial-block__title {
  color: #333;
}
.tutorial-block__description {
  color: #999;
}
.w-full {
  width: 100%;
}
.flex {
  display: flex;
}
.flex.row {
  flex-direction: row;
}
.flex.row > .col-xs-1,
.flex.row > .col-xs-2,
.flex.row > .col-xs-3,
.flex.row > .col-xs-4,
.flex.row > .col-xs-5,
.flex.row > .col-xs-6,
.flex.row > .col-xs-7,
.flex.row > .col-xs-8,
.flex.row > .col-xs-9,
.flex.row > .col-xs-10,
.flex.row > .col-xs-11,
.flex.row > .col-xs-12 {
  display: flex;
  flex-direction: column;
}
.flex-col {
  flex-direction: column;
}

