/*@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;
}
html.showScrollbar {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
}
body.showScrollbar {
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll !important;
}
/**todo move this separate*/
#ds-page-container {
  position: relative;
  width: 100%;
  height: 500px;
  border: 2px solid #005187;
}
#tv-menu-container {
  position: relative;
  width: 100%;
  height: 500px;
  border: 2px solid #005187;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
}
#tv-menu-container h1 {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 900;
  color: white;
  font-size: 90px;
}
.draggable_outer:hover {
  outline: solid 1px #666;
}
.draggable_outer.selected {
  cursor: move;
}
.draggable_outer.selected:hover {
  outline: none;
}
.draggable_outer.selected .pageZone {
  outline: 2px blue dashed;
}
.draggable_outer.editMode {
  outline: 2px red dashed;
}
.ui-resizable-n,
.ui-resizable-e,
.ui-resizable-s,
.ui-resizable-w,
.ui-resizable-ne,
.ui-resizable-se,
.ui-resizable-sw,
.ui-resizable-nw {
  background-image: url("/img/dot.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*110px*/
.tab_row {
  height: 77px;
}
.tab_row > a {
  height: 77px;
  text-align: center;
  float: right !important;
  color: white;
  background-color: #acb5bf;
}
.tab_row > a.itemAdd {
  float: left !important;
}
.tab_row > a.disabled {
  color: #666;
  background-color: #DAE0E8;
  cursor: not-allowed;
  pointer-events: none;
}
.tab_row > a.disabled:hover {
  opacity: 1;
}
.tab_row > a:hover,
.tab_row > a.active {
  background-color: #e41871;
  color: white;
  text-decoration: none;
}
.tab_row > a:hover.itemAdd,
.tab_row > a.active.itemAdd {
  background-color: #e41871;
}
.tab_row > a:hover.pageProp,
.tab_row > a.active.pageProp,
.tab_row > a:hover.menuProp,
.tab_row > a.active.menuProp {
  background-color: orange;
}
.tab_row > a:hover.zoneList,
.tab_row > a.active.zoneList,
.tab_row > a:hover.itemList,
.tab_row > a.active.itemList {
  background-color: #5692CE;
}
.tab_row > a:hover.zoneCont,
.tab_row > a.active.zoneCont,
.tab_row > a:hover.itemCont,
.tab_row > a.active.itemCont {
  background-color: green;
}
.tab_row > a:hover.zoneProp,
.tab_row > a.active.zoneProp {
  background-color: purple;
}
.tab_row > a:hover.zoneAnim,
.tab_row > a.active.zoneAnim {
  background-color: red;
}
.tab_row > a > i {
  font-size: 30px;
  line-height: 77px;
}
.tab_row > a > p {
  display: none;
}
@media (max-width: 991px) {
  .tab_row > a.col-md-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 1280px) and (max-width: 1479px) {
  .tab_row > a.col-md-2 {
    width: 14%;
  }
}
@media (min-width: 1480px) and (max-width: 1579px) {
  .tab_row > a.col-md-2 {
    width: 13%;
  }
}
@media (min-width: 1580px) and (max-width: 1799px) {
  .tab_row > a.col-md-2 {
    width: 12%;
  }
}
@media (min-width: 1800px) {
  .tab_row > a.col-md-2 {
    width: 10%;
  }
}
.tab_row:hover > a,
.tab_row.tabletview > a {
  padding: 0 2px;
}
.tab_row:hover > a > i,
.tab_row.tabletview > a > i {
  font-size: 15px;
  line-height: 40px;
}
.tab_row:hover > a > p,
.tab_row.tabletview > a > p {
  font-size: 13px;
  line-height: 18px;
  display: block;
}
@media (max-width: 1279px) {
  .tab_row:hover > a > p,
  .tab_row.tabletview > a > p {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 991px) {
  #secondTabContainer {
    margin-top: 15px;
  }
}
.js-add-zone.disabled {
  color: #666;
  background-color: #DAE0E8;
  cursor: not-allowed;
  pointer-events: none;
}
.js-add-zone.disabled:hover {
  opacity: 1;
}
#propertyForms > .propForm {
  /*max-height: 450px;*/
  border: 2px solid #e41871;
  display: none;
  margin-left: 15px;
}
#propertyForms > .propForm > h2 {
  min-height: 75px;
  margin: 0;
  /*text-align: center;*/
  padding: 15px 10px;
  color: white;
  background-color: #e41871;
}
#propertyForms > .propForm > h2.pageProp,
#propertyForms > .propForm > h2.menuProp {
  background-color: orange;
}
#propertyForms > .propForm > h2.zoneList,
#propertyForms > .propForm > h2.itemList {
  background-color: #5692CE;
}
#propertyForms > .propForm > h2.zoneCont,
#propertyForms > .propForm > h2.itemCont {
  background-color: green;
}
#propertyForms > .propForm > h2.zoneProp {
  background-color: purple;
}
#propertyForms > .propForm > h2.zoneAnim {
  background-color: red;
}
#propertyForms > .propForm > h2 span {
  font-size: 22px;
  float: right;
  max-width: 80%;
}
#propertyForms > .propForm .contentBox {
  margin: 10px 0px 10px 0px;
  padding: 0 15px 0 15px;
}
#propertyForms > .propForm .contentBox .parametersTabContainer {
  margin-top: -10px;
}
#propertyForms > .propForm .contentBox .parametersTab {
  background-color: #acb5bf;
  color: white;
  padding: 10px;
  text-align: center;
}
#propertyForms > .propForm .contentBox .parametersTab:link,
#propertyForms > .propForm .contentBox .parametersTab:focus,
#propertyForms > .propForm .contentBox .parametersTab:hover,
#propertyForms > .propForm .contentBox .parametersTab:active {
  text-decoration: none;
}
#propertyForms > .propForm .contentBox .parametersTab.active.zoneCont {
  background-color: green;
}
#propertyForms > .propForm .contentBox i#pageTypeIcon {
  font-size: 30px;
}
#propertyForms > .propForm .contentBox .popover-icon {
  margin-right: 10px;
  display: inline-block;
  opacity: 0.7;
  width: 18px;
  font-size: 14px;
  text-align: center;
}
#propertyForms > .propForm .contentBox .popover-icon:hover,
#propertyForms > .propForm .contentBox .popover-icon:hover,
#propertyForms > .propForm .contentBox .popover-icon:hover {
  opacity: 1;
  cursor: pointer;
}
#propertyForms #page_properties,
#propertyForms #menu_properties {
  border-color: orange;
}
#propertyForms #content_zones,
#propertyForms #content_items {
  border-color: green;
}
#propertyForms #zone_properties {
  border-color: purple;
}
#propertyForms #zone_animation {
  border-color: red;
}
#propertyForms #zones,
#propertyForms #items {
  border-color: #5692CE;
}
#propertyForms #zones .js-delete,
#propertyForms #items .js-delete {
  float: right;
}
#propertyForms #zones .js-duplicate,
#propertyForms #items .js-duplicate {
  float: right;
  margin-right: 10px;
}
#propertyForms #zones .gi-sorting,
#propertyForms #items .gi-sorting {
  cursor: move;
  margin-right: 10px;
}
#propertyForms #content_zones .js-delete-textPart,
#propertyForms #content_zones .js-edit-textPart,
#propertyForms #content_zones .js-stopedit-textPart,
#propertyForms #content_zones .js-delete-imagePart,
#propertyForms #content_zones .js-edit-imagePart,
#propertyForms #content_zones .js-stopedit-imagePart,
#propertyForms #content_zones .js-delete-youtubePart,
#propertyForms #content_zones .js-edit-youtubePart,
#propertyForms #content_zones .js-stopedit-youtubePart,
#propertyForms #content_zones .js-delete-streamPart,
#propertyForms #content_zones .js-edit-streamPart,
#propertyForms #content_zones .js-stopedit-streamPart,
#propertyForms #content_zones .js-delete-videoPart,
#propertyForms #content_zones .js-edit-videoPart,
#propertyForms #content_zones .js-stopedit-videoPart,
#propertyForms #content_zones .js-delete-dropboxPart,
#propertyForms #content_zones .js-edit-dropboxPart,
#propertyForms #content_zones .js-stopedit-dropboxPart {
  float: right;
}
#propertyForms #content_zones .gi-sorting {
  cursor: move;
  margin-right: 10px;
}
#propertyForms #content_items .js-delete-infopagePart,
#propertyForms #content_items .js-edit-infopagePart,
#propertyForms #content_items .js-stopedit-infopagePart,
#propertyForms #content_items .js-edit-languageInfopage {
  float: right;
}
#propertyForms #content_items a.goToPageUrl {
  float: right;
  margin-top: 3px;
}
#propertyForms #content_items a.goToPageUrl:hover {
  text-decoration: none;
}
#propertyForms #content_items .gi-sorting {
  cursor: move;
  margin-right: 10px;
}
@media (max-width: 991px) {
  #propertyForms {
    margin-left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  #propertyForms .col-md-3 {
    width: 100%;
  }
  #propertyForms .form-horizontal .control-label.col-md-3 {
    text-align: left;
  }
  #propertyForms .col-md-offset-3 {
    margin-left: 0;
  }
  #propertyForms .col-md-9 {
    width: 100%;
  }
}
@media (min-width: 1400px) {
  #propertyForms .col-md-3 {
    width: 33.33333333%;
  }
  #propertyForms .col-md-offset-3 {
    margin-left: 33.33333333%;
  }
  #propertyForms .col-md-9 {
    width: 66.66666667%;
  }
}
.zone-types,
.item-types {
  padding: 10px 20px;
}
.zone-types > div,
.item-types > div {
  padding: 5px;
}
.zone-types > div > div,
.item-types > div > div {
  padding: 11px;
  background-color: #005187;
  text-align: center;
  color: white;
  text-decoration: none;
}
.zone-types > div > div:hover,
.item-types > div > div:hover {
  background-color: #5692CE;
}
.zone-types > div > div.disabled,
.item-types > div > div.disabled {
  background-color: #ddd;
}
.zone-types > div > div.cantrybuy,
.item-types > div > div.cantrybuy {
  background-color: #e41871;
  cursor: pointer;
}
.zone-types > div > div.cantrybuy:hover,
.item-types > div > div.cantrybuy:hover {
  background-color: #EC5C9B;
}
.zone-types > div > div.enabled,
.item-types > div > div.enabled {
  cursor: pointer;
}
.zone-types > div > div > i,
.item-types > div > div > i {
  /*text-align: center;*/
  font-size: 50px;
  line-height: 1;
}
.zone,
.zonePart,
.item,
.itemPart {
  /*height: 15%;*/
  border-bottom: 1px black solid;
  padding: 10px;
}
.zone:hover,
.zonePart:hover,
.item:hover,
.itemPart:hover {
  background-color: #cacdd0;
}
.zone.active,
.zonePart.active,
.item.active,
.itemPart.active {
  background-color: #afb3b8;
}
#top_row {
  position: relative;
}
.cke_combopanel {
  width: auto !important;
}

