﻿html {
  width: 100%;
  height: 100%;
}
/*
z-indexes
    
    colorbox-widget-layer: 1
    normal-widget-layer: 2000
    fixed-colorbox-widget-layer: 3000
    fixed-widget-layer: 4000,
    .savvy-widget-view .page-count: 499

    background canvas: 5000
    drawing canvas: 5001
    chart options view: 5002
    pager: 5003    
    view-selector-view: 5004   
    left-panel: 5006
    login-view: 5007
    open-viewport-view: 5007
    exit-preview-mode-btn: 5007,

    loading spinner: 10000
    saving-spinner: 10000
    mobile-html-video-container: 10000
*/
body {
  margin: 0px;
  padding: 0px;
  color: #7f7f7f;
  font-family: verdana, sans-serif;
  font-size: 12px;
  width: 100%;
  height: 100%;
  /* stop selection on non input elements  */
  /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}
#mobile-html-video-container {
  z-index: 10000;
}
/*------------------------------------------------------------------*/
/* the wrapper */
/* this prevents horizontal scrolling on ios */
.save-spinner {
  display: none;
  position: fixed;
  z-index: 10000;
  width: 20px;
  height: 20px;
}
.save-spinner img {
  width: 20px;
  height: 20px;
}
.viewport-save-spinner {
  top: 20px;
  left: 100px;
}
.user-save-spinner {
  top: 20px;
  left: 100px;
}
#wrapper {
  /*-webkit-overflow-scrolling: touch;*/
  /*overflow: hidden;*/
  height: 100%;
  width: 100%;
}
/*------------------------------------------------------------------*/
.btn {
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-bottom: 5px;
  width: 80px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #0094ff;
  padding: 5px;
  font-size: 11px;
}
.btn.active {
  background: #f00;
}
.btn.disabled {
  background: #ccc;
}
.btn:hover {
  -moz-box-shadow: 0 0 10px #888;
  -webkit-box-shadow: 0 0 10px #888;
  box-shadow: 0 0 10px #888;
}
.iport-box-shadow {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.iport-link-box-shadow:hover {
  box-shadow: 0px 0px 10px #888;
  -moz-box-shadow: 0px 0px 10px #888;
  -webkit-box-shadow: 0px 0px 10px #888;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -kthtml-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.iport-input-box-shadow:hover {
  -moz-box-shadow: 0px 0px 10px #888;
  -webkit-box-shadow: 0px 0px 10px #888;
  box-shadow: 0px 0px 10px #888;
}
.imgload {
  background: url('../images/ajax-loader.gif') no-repeat center;
}
/*--------------------------------------------------------*/
.background-cover {
  background-repeat: no-repeat;
  /*background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
}
.background-repeat {
  background-repeat: repeat;
  background-size: inherit;
}
.background-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
/*.iphone-background-image { position: absolute; }*/
/*-------------------------------------------*/
/* colors */
.light-grey {
  color: #e8e8e8;
}
.light-greybg {
  background: #e8e8e8;
}
.light-grey2 {
  color: #bababa;
}
.light-grey2bg {
  background: #bababa;
}
.mid-grey {
  color: #b0b0b0;
}
.mid-greybg {
  background: #b0b0b0;
}
.dark-grey {
  color: #7f7f7f;
}
.dark-greybg {
  background: #7f7f7f;
}
.blue {
  color: #0094ff;
}
.bluebg {
  background: #0094ff;
}
.orange {
  color: #ff7900;
}
.orangebg {
  background: #ff7900;
}
/*-------------------------------------------*/
/* forms */
.field {
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}
.field label:first-of-type {
  float: left;
  line-height: 25px;
  width: 90px;
  color: #fff;
  font-size: 11px;
}
.field label:first-of-type.xx-small {
  width: 30px;
}
.field label:first-of-type.x-small {
  width: 50px;
}
.field label:first-of-type.small {
  width: 70px;
}
.field label:first-of-type.medium {
  width: 90px;
}
.field label:first-of-type.large {
  width: 100px;
}
.field label:first-of-type.x-large {
  width: 150px;
}
.field label:first-of-type.xx-large {
  width: 185px;
}
.field select:first-of-type {
  height: 30px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 12px;
  outline: none;
}
.field > input {
  height: 15px;
  padding: 5px;
  width: 50px;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
.field > input.xx-small {
  width: 30px;
}
.field > input.x-small {
  width: 50px;
}
.field > input.small {
  width: 70px;
}
.field > input.medium {
  width: 110px;
}
.field > input.large {
  width: 115px;
}
.field > input.x-large {
  width: 150px;
}
.field > input.xx-large {
  width: 170px;
}
.field > input.readonly {
  background: #efefef;
}
.error-msg {
  color: #ff7900;
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}
/*------------------------------------------------------------------------------------*/
.home-page-container .exit-preview-mode-btn {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 5007;
  display: none;
  background: #333;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 40px;
  height: 40px;
}
.home-page-container .exit-preview-mode-btn img {
  position: relative;
  top: 10px;
  left: 10px;
}
.home-page-view {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border: 1px solid #999;
}
.home-page-view .main-loading-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  z-index: 10000;
  background: #fff;
  width: 80px;
  height: 80px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #666;
  -moz-box-shadow: 0 0 10px #666;
  -webkit-box-shadow: 0 0 10px #666;
}
.home-page-view .main-loading-spinner table {
  width: 100%;
  height: 100%;
}
.home-page-view .main-loading-spinner table td {
  vertical-align: middle;
}
/*-------------------------------------------------------*/
/* login view */
.login-view {
  height: 280px;
  z-index: 5007;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #fff;
  text-align: center;
}
.login-view ul.menu {
  list-style: none;
  float: right;
  padding-right: 20px;
}
.login-view ul.menu li {
  float: left;
}
.login-view ul.menu li a {
  color: #0094ff;
  width: 100px;
  text-decoration: underline;
}
.login-view ul.menu li.separator {
  border-right: 1px solid #ccc;
  height: 15px;
  width: 10px;
  margin-right: 10px;
}
.login-view .details {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: center;
}
.login-view .iport-logo {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
.login-view .inputs {
  margin-left: auto;
  margin-right: auto;
  width: 450px;
}
.login-view input[type='text'],
.login-view input[type='password'],
.login-view input[type='email'] {
  height: 25px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
  font-size: 14px;
}
.login-view input[type='text'],
.login-view input[type='email'] {
  width: 437px;
}
.login-view input[type='password'] {
  width: 335px;
}
.login-view .links {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
  top: 3px;
}
.login-view .logo-image {
  width: 200px;
}
.login-view .password-field .error-msg {
  height: 15px;
}
/*----------------------------------------------------------------*/
/* password view */
.password-view input[type='text'],
.password-view input[type='password'],
.password-view input[type='email'] {
  height: 25px;
  padding: 5px;
  width: 437px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
  font-size: 14px;
}
/*----------------------------------------------------------------*/
/* viewport-view */
.viewport-container {
  width: 100%;
  height: 100%;
}
.viewport-view {
  width: 100%;
  height: 100%;
}
.viewport-view .pager {
  z-index: 5003;
  position: fixed;
  top: 10px;
  right: 10px;
}
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
/* widgets */
/* ------------------------------------------------------------------ */
/* ------------------------------------------------------------------ */
.widget-view {
  position: absolute;
  border-style: solid;
  border-width: 0px;
}
.widget-view a.toggle-z-index-back {
  font-size: 10pt;
  color: #0094ff;
  cursor: pointer;
  text-decoration: none;
}
/* chart widget */
.chart-widget-view a.toggle-z-index-back {
  float: left;
  top: -12px;
  position: absolute;
}
.chart-widget-view .search-btn {
  position: absolute;
  display: block;
  width: 25px;
  z-index: 1000;
  cursor: pointer;
}
.chart-widget-view .iport-chart-plugin-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.chart-widget-filter-view {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  /* see: http://stackoverflow.com/questions/7817269/css-container-div-not-getting-height */
}
.chart-widget-filter-view .items-container {
  margin-left: 20px;
}
.chart-widget-filter-view .items-container .dropdown,
.chart-widget-filter-view .items-container .tab,
.chart-widget-filter-view .items-container .separator {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
}
.chart-widget-filter-view .items-container .dropdown {
  border-radius: 5px;
  border: 1px solid #ccc;
}
.chart-widget-filter-view .items-container .separator {
  color: #ccc;
}
.chart-widget-filter-view select {
  max-width: 95%;
}
.chart-widget-filter-view .reset-chart-link {
  color: #0094ff;
  padding-top: 10px;
  display: none;
}
.chart-widget-series-filter-view .series {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.chart-widget-series-filter-view .tab {
  float: right;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 2px;
}
/* text widget */
.text-widget-view span.text {
  white-space: nowrap;
}
.text-widget-view textarea.text {
  white-space: nowrap;
  resize: none;
  background: transparent;
  overflow: hidden;
}
/* chart widget */
.chart-theme-menu-view .name {
  float: left;
}
.chart-theme-menu-view .scheme-color-btn {
  float: right;
}
.chart-theme-menu-view .hotspots-detail-cell {
  display: table-cell;
  width: 40px;
}
.chart-view .menu-options .mj-widget {
  font-size: 12px;
}
.chart-view .mj-widget {
  font-family: inherit;
}
/* image widget */
.image-widget-view .image {
  border-width: 0px;
}
.image-widget-view .imgload {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
}
/* menu widget */
.menu-widget-view a:not(.toggle-z-index-back) {
  display: inline-block;
  color: #333;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-width: 14px;
  padding: 0 7px;
  background: #bbb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #bbb 0%, #efefef 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@greyB', endColorstr='@disabled-grey', GradientType=0);
  /* IE6-9 */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
  font-family: inherit;
}
.menu-widget-view a:not(.toggle-z-index-back).item.active {
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.menu-widget-view a:not(.toggle-z-index-back) img {
  outline: none;
}
.menu-widget-view a:not(.toggle-z-index-back) img.xx-small {
  height: 10px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.x-small {
  height: 30px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.small {
  height: 50px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.medium {
  height: 80px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.large {
  height: 120px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.x-large {
  height: 150px;
}
.menu-widget-view a:not(.toggle-z-index-back) img.xx-large {
  height: 200px;
}
/* colorbox widget */
.colorbox-widget-view .lock {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-left: 5px;
}
.colorbox-widget-view .lock.locked {
  background-image: url("../images/padlock-locked.png");
}
.colorbox-widget-view .lock.unlocked {
  background-image: none;
  /*url("../images/padlock-unlocked.png");*/
}
/*--------------------------------------------------------------------------------*/
.savvy-widget-view {
  background-color: #ddd;
}
.savvy-widget-view .scrollview {
  background-color: #fff;
}
.savvy-widget-view .savvy-widget-spinner {
  display: none;
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 10000;
}
.savvy-widget-view .page {
  background-position: center;
  background-repeat: no-repeat;
  font-size: 10px;
}
.savvy-widget-view .page .cell {
  padding: 5px;
  text-align: center;
}
.savvy-widget-view .page a.item div {
  color: #333;
}
.savvy-widget-view .page a.item img.savvy-creative-image:hover {
  border-width: 0px;
}
.savvy-widget-view .page .savvy-text {
  text-align: center;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  position: relative;
  font-family: inherit;
}
.savvy-widget-view .page img.savvy-mediatype-img {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 16px;
  height: 16px;
}
.savvy-widget-view .arrow-left {
  display: none;
  position: absolute;
  left: 10px;
  bottom: 5px;
}
.savvy-widget-view .arrow-left img {
  height: 25px;
}
.savvy-widget-view .arrow-right {
  display: none;
  position: absolute;
  right: 10px;
  bottom: 5px;
}
.savvy-widget-view .arrow-right img {
  height: 25px;
}
.savvy-widget-view .controls {
  width: 30px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 47%;
  right: 53%;
}
.savvy-widget-view .controls img {
  height: 25px;
}
.savvy-widget-view .page-count {
  float: right;
  color: #7f7f7f;
  z-index: 4999;
}
.savvy-widget-view .reset-search {
  text-decoration: none;
  color: #0094ff;
}
/*--------------------------------------------------------------------------------*/
/* video widget */
.url-widget-view .fullscreen-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  display: none;
}
/*-------------------------------------------------------------------------------*/
/* md widget */
.chart-controller-widget-view .tab {
  float: left;
}
.chart-controller-widget-view .tab a {
  display: inline-block;
  color: #333;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #aaa;
  border-bottom-width: 0px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  min-width: 14px;
  padding: 0 7px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 5px;
}
.chart-controller-widget-view .tab a.active {
  border-bottom: 5px solid #BF0000;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
.chart-controller-widget-view .tab-separator {
  opacity: 0.5;
}
.chart-controller-widget-view .dropdown {
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 3px;
  float: left;
  font-family: inherit;
  font-size: inherit;
  /* need this otherwise font size is wrong */
}
/*--------------------------------------------------------------------------------*/
.spacer-widget-view {
  text-align: center;
  color: #000;
  font-size: 20px;
  vertical-align: middle;
  background: url("../images/spacer.png") repeat center;
  opacity: 0.5;
}
.spacer-widget-view .text {
  position: absolute;
  top: 50%;
  text-align: center;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-shadow: 0px 0px 5px #969696;
}
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/* EDITOR */
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* left panel */
.left-panel-view {
  z-index: 5006;
  color: #fff;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 5px;
  width: 210px;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 5px;
  margin-left: 5px;
  background: rgba(33, 33, 33, 0.8);
  /* setup panel */
  /* pages-panel */
  /* data panel */
  /* colorbox panel */
  /* text panel */
  /* pages panel */
  /* customise jqwidgets */
  /* customize mj-widgets */
}
.left-panel-view header {
  position: relative;
  left: 0px;
  top: 0px;
}
.left-panel-view .logo-image {
  height: 30px;
  margin-bottom: 5px;
  cursor: pointer;
}
.left-panel-view .portal-name {
  margin-bottom: 5px;
}
.left-panel-view .navbar {
  color: #fff;
}
.left-panel-view .navbar .jqx-widget-header {
  height: 15px !important;
}
.left-panel-view .navbar .jqx-expander-header-content span {
  position: relative;
  top: -5px;
  margin-left: 5px;
}
.left-panel-view .navbar .widgets .jqx-expander-header-content span {
  top: 0px;
}
.left-panel-view .viewport-list {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 100px;
  color: #000;
  padding: 2px;
}
.left-panel-view .viewport-list .thumbnail img {
  max-height: 15px;
  max-width: 15px;
  position: relative;
  top: 2px;
}
.left-panel-view .viewport-list .mj-grid-row.mj-selected .mj-grid-cell:nth-child(1) {
  font-weight: bold;
}
.left-panel-view .viewport-list .mj-grid-cell {
  padding: 2px;
}
.left-panel-view .viewport-list .mj-grid-cell.copy,
.left-panel-view .viewport-list .mj-grid-cell.edit,
.left-panel-view .viewport-list .mj-grid-cell.delete {
  cursor: pointer;
}
.left-panel-view .panel-body {
  font-size: 11px;
  color: #ccc;
  background: rgba(45, 45, 45, 0.5) !important;
  padding: 5px;
  border: 1px solid #333;
}
.left-panel-view label {
  color: #ccc;
}
.left-panel-view .btn-plus {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
}
.left-panel-view .btn-edit {
  display: inline-block;
}
.left-panel-view input[readonly='readonly'] {
  background: #bababa;
  pointer-events: none;
  cursor: default;
}
.left-panel-view .setup-panel {
  font-size: 11px;
}
.left-panel-view .setup-panel .view-size {
  margin-left: 20px;
}
.left-panel-view .setup-panel .view-size .checkbox {
  font-size: 11px;
  margin-top: 2px;
}
.left-panel-view .setup-panel .view-size .width {
  float: left;
}
.left-panel-view .setup-panel .view-size label {
  float: left;
  line-height: 35px;
  width: 15px;
  margin-left: 20px;
  color: #ccc;
  font-size: 11px;
}
.left-panel-view .setup-panel .view-size input {
  height: 15px;
  padding: 5px;
  width: 30px;
  border: 1px solid;
  border-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
.left-panel-view .setup-panel .background-image-type .mj-listbox {
  background: transparent;
  color: #ccc;
}
.left-panel-view .setup-panel .background-image-type .mj-listbox .mj-radio.checked .mj-dot {
  background-color: #fff;
}
.left-panel-view .setup-panel .tabs .jqx-widget-header {
  background: transparent;
}
.left-panel-view .setup-panel .jqx-expander-header {
  color: #ccc;
}
.left-panel-view .setup-panel .icon-image {
  max-width: 60px;
  max-height: 40px;
}
.left-panel-view .setup-panel .radiobutton {
  display: table-cell;
}
.left-panel-view .setup-panel .radiotext {
  display: table-cell;
  vertical-align: middle;
}
.left-panel-view .setup-panel .font {
  width: 200px;
  display: table;
}
.left-panel-view .page-list {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 100px;
  color: #000;
  padding: 2px;
}
.left-panel-view .page-list .mj-grid-row.mj-selected .mj-grid-cell:nth-child(1) {
  font-weight: bold;
}
.left-panel-view .page-list .mj-grid-cell {
  padding: 2px;
}
.left-panel-view .page-list .mj-grid-cell.copy,
.left-panel-view .page-list .mj-grid-cell.edit,
.left-panel-view .page-list .mj-grid-cell.delete {
  cursor: pointer;
}
.left-panel-view .data-panel .select-edit-delete-list.data-list .apply-btn span {
  width: 120px;
}
.left-panel-view .colorbox-panel .lock-checkbox img {
  height: 15px;
}
.left-panel-view .colorbox-panel .opacity-slider {
  width: 110px;
  display: table-cell;
  padding: 2px;
}
.left-panel-view .colorbox-panel .opacity-value {
  display: table-cell;
  vertical-align: middle;
}
.left-panel-view .text-panel .stretch-to-fit {
  margin-top: 5px;
}
.left-panel-view .text-panel .text {
  width: 180px;
  height: 80px;
  border-radius: 5px;
  color: #7f7f7f;
}
.left-panel-view .text-panel .font-size-field {
  display: none;
}
.left-panel-view .text-panel .right-label {
  margin-left: 5px;
  margin-top: 5px;
}
.left-panel-view .text-panel .dynamic-options {
  color: #0094ff;
  text-decoration: underline;
}
.left-panel-view .text-panel .apply-btn {
  margin-top: 5px;
}
.left-panel-view .pages-panel .field.pageno {
  margin-top: 5px;
}
.left-panel-view .pages-panel .show-page-select-checkbox {
  margin-top: 5px;
  margin-bottom: 5px;
}
.left-panel-view .menu-item-list {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  max-height: 100px;
  color: #000;
  padding: 2px;
}
.left-panel-view .menu-item-list .mj-grid-cell {
  padding: 2px;
}
.left-panel-view .menu-item-list .mj-grid-cell.imgurl img {
  width: 20px;
  height: 20px;
}
.left-panel-view .menu-item-list .mj-grid-cell.edit {
  cursor: pointer;
}
.left-panel-view .menu-item-list .mj-grid-cell.delete {
  cursor: pointer;
}
.left-panel-view .misc-panel .color-btn {
  margin-left: 10px;
}
.left-panel-view .misc-panel .fixed-checkbox-field label {
  width: 115px;
}
.left-panel-view .misc-panel .show-on-all-pages-field label {
  width: 115px;
}
.left-panel-view .misc-panel .hyperlink-field,
.left-panel-view .misc-panel .scroll-down-field {
  display: none;
}
.left-panel-view .misc-panel .hyperlink {
  height: 15px;
  padding: 5px;
  width: 130px;
  border: 1px solid;
  border-color: transparent;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  margin-bottom: 5px;
  margin-top: 5px;
}
.left-panel-view .misc-panel .widget-property-top {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
}
.left-panel-view .menu-panel .selected-graphic-id {
  color: #fff;
  margin-bottom: 5px;
}
.left-panel-view .jqx-widget-content {
  border-color: transparent;
  background: transparent;
}
.left-panel-view .jqx-widget-header {
  margin-bottom: 5px;
  background: #b0b0b0;
  color: #fff;
  font-size: 11px;
  border-width: 0px;
}
.left-panel-view .widgets .jqx-widget-header {
  background: transparent;
}
.left-panel-view .jqx-expander-header .jqx-icon-arrow-down,
.left-panel-view .jqx-expander-header .jqx-icon-arrow-down-hover,
.left-panel-view .jqx-icon-arrow-down-selected {
  background-image: url('../images/triangle-right-grey.png');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px !important;
}
.left-panel-view .jqx-expander-header .jqx-icon-arrow-up-selected,
.left-panel-view .jqx-expander-header .jqx-icon-arrow-up {
  background-image: url('../images/triangle-down-grey.png');
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px !important;
}
.left-panel-view .color-selector {
  width: 50px;
  /* hide arrow next to color selectors */
}
.left-panel-view .color-selector .jqx-icon-arrow-down {
  background-image: none;
}
.left-panel-view .mj-widget {
  font-size: 11px;
}
.left-panel-view .mj-checkbox-box {
  background-color: #fff;
}
.left-panel-view .mj-listbox {
  color: #000;
  background: #fff;
  max-height: 135px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px;
  width: 95%;
}
.left-panel-view .mj-listbox img,
.left-panel-view .mj-listbox .tree-grid img {
  width: 14px;
}
.left-panel-view .tree-grid {
  color: #000;
  background: #fff;
  max-height: 135px;
  border-radius: 5px;
  padding: 2px;
  width: 180px;
}
.left-panel-view .tree-grid .text {
  max-width: 100px;
}
.left-panel-view .tree-grid .text.selected {
  color: #0094ff !important;
}
.left-panel-view .tree-grid .text.referenced {
  font-weight: bold;
  color: #000;
}
.left-panel-view .tree-grid .mj-treegrid .mj-row .mj-cell {
  border-width: 0px;
}
.left-panel-view .tree-grid .thumbnail {
  width: 20px;
  text-align: center;
}
.left-panel-view .tree-grid .thumbnail img {
  max-height: 15px;
  max-width: 15px;
  position: relative;
  top: 2px;
}
.left-panel-view .tree-grid .mj-treegrid .mj-image {
  width: 14px;
}
.left-panel-view .savvy-panel .mj-listbox .mj-list {
  max-height: 80px;
  color: #000;
}
/*----------------------------------*/
/* color picker */
.color-btn {
  display: inline-block;
  width: 33px;
  height: 20px;
  border-radius: 5px;
  background-color: #f00;
  border: 1px solid #ccc;
  margin-right: 5px;
}
.color-picker-view {
  background: #fff;
  border-radius: 2px;
  padding: 5px;
  padding-bottom: 10px;
  position: relative;
  z-index: 99999999;
}
.color-picker-view input {
  border: 1px solid #ccc !important;
}
.color-picker-container {
  position: absolute;
}
/*----------------------------------*/
.menu-item-list .non-existent-page {
  color: #ff7900;
}
/*------------------------------------------------------------------*/
/* edit-view */
.edit-view {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}
.edit-view canvas {
  position: absolute;
  /* disable drag and drop */
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}
.edit-view #background-canvas {
  z-index: 5000;
}
.edit-view #drawing-canvas {
  z-index: 5001;
}
/*--------------------------------------*/
/* edit data view */
.data-manager-view .bbm-modal {
  position: relative;
}
.data-manager-view .left-panel {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 380px;
  height: 450px;
  top: -10px;
  margin-right: 5px;
}
.data-manager-view .left-panel .header {
  background: #efefef;
  width: 370px;
  height: 20px;
}
.data-manager-view .left-panel .header ul {
  list-style: none;
}
.data-manager-view .left-panel .header ul li {
  float: left;
  padding: 5px;
}
.data-manager-view .left-panel .header ul li:first-child {
  width: 250px;
}
.data-manager-view .right-panel {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 590px;
  height: 450px;
}
.data-manager-view .right-panel .dialog-field input {
  background: #efefef;
  width: 575px;
}
.data-manager-view .right-panel .chart-container {
  width: 590px;
  height: 390px;
  position: relative;
}
.data-manager-view .right-panel .chart-container .chart-view {
  border: 1px solid #efefef;
}
.data-manager-view .treeview {
  width: 370px;
  height: 440px;
  border: 1px solid #efefef;
  /*.tree-view-table {
                width: 310px;
                max-width: 310px;
            }*/
}
.data-manager-view .treeview .mj-row {
  height: 25px;
}
.data-manager-view .treeview .mj-row .mj-cell {
  border-width: 0px;
}
.data-manager-view .treeview .text {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #000;
}
.data-manager-view .treeview .mj-image {
  width: 14px;
}
.data-manager-view .treeview .text.referenced {
  font-weight: bold;
}
.data-manager-view .treeview .delete {
  display: block;
  z-index: 5;
  cursor: pointer;
  width: 14px;
  height: 16px;
  background-image: url('../images/delete_widget.png');
  margin-left: auto;
  margin-right: auto;
}
.data-manager-view .add-folder-btn {
  float: left;
}
.data-manager-view .add-file-btn {
  float: left;
}
.data-manager-view .filter {
  float: left;
  width: 320px;
  margin-right: 10px;
}
.data-manager-view .btn {
  height: 30px;
}
.data-manager-view .btn.ok {
  margin-left: 10px;
}
.data-manager-view .add-file-view-container {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 11;
}
.data-manager-view .confirm-delete-view-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
}
#modal-container .data-manager-view .chart-view select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #fff;
  color: inherit;
}
.mj-treegrid .mj-row .mj-expander .mj-closed {
  background-image: url('../images/icon-right.png');
}
.mj-treegrid .mj-row .mj-expander .mj-open {
  background-image: url('../images/icon-down.png');
}
/*-------------------------------------------------------------------*/
/* popup dialog and dialogs which inherit from it */
.popup-dialog {
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  background: white;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.popup-dialog section {
  padding: 15px;
  clear: both;
  box-sizing: initial;
}
.popup-dialog section.header {
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.popup-dialog section.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.popup-dialog section.header .title {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.popup-dialog section.footer {
  height: 30px;
  border-top: 1px solid #ddd;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
.chart-control-view {
  width: 820px;
  height: 550px;
  left: -325px;
  top: -275px;
}
.chart-control-view .button-container {
  margin-top: 5px;
}
.chart-control-view .button-container input {
  vertical-align: bottom;
}
.chart-control-view .match-on-name {
  margin-left: 70px;
}
.chart-control-view .grid-container {
  width: 780px;
  height: 290px;
  /*.jqx-grid-column-header {
                background: @white;
            }*/
}
.chart-control-view .grid-container .row_delete {
  border-width: 0;
}
.chart-control-view .grid-container .hide-widget-dropdowns {
  border-color: #fff;
}
.chart-control-view .grid-container .use-autolabel {
  border-color: #fff;
}
.chart-control-view .grid-container .draggable:hover {
  cursor: move;
}
/*-----------------------------------------------------*/
/* confirm-delete-dialog-view*/
.confirm-delete-dialog-view {
  position: absolute;
  width: 400px;
  height: 200px;
  left: -200px;
  /* assumes container is absolutley positioned left: 50% top: 50% */
  top: -100px;
  z-index: 11;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: white;
  background: white;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.confirm-delete-dialog-view section {
  padding: 10px;
  clear: both;
  box-sizing: content-box;
}
.confirm-delete-dialog-view section.header {
  height: 30px;
  border-bottom: 1px solid #ddd;
}
.confirm-delete-dialog-view section.header .logo {
  display: inline-block;
  vertical-align: middle;
}
.confirm-delete-dialog-view section.header .title {
  font-size: 22px;
  font-weight: normal;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.confirm-delete-dialog-view section.footer {
  height: 30px;
  border-top: 1px solid #ddd;
  text-align: right;
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
}
/*-----------------------------------------------------*/
/* add-data-view */
.add-data-view {
  width: 800px;
  height: 250px;
  left: -400px;
  /* assumes container is absolutely positioned left:50% top:50% */
  top: -125px;
}
.add-data-view .field label {
  color: #333;
}
.add-data-view .field input {
  color: #333;
  width: 750px;
  padding: 7px;
  border: 1px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
}
/*-----------------------------------------------------*/
/* edit-hyperlink-view */
.edit-hyperlink-view {
  width: 800px;
  height: 200px;
  left: -400px;
  /* assumes container is absolutely positioned left:50% top:50% */
  top: -100px;
}
.edit-hyperlink-view .field label {
  color: #333;
}
.edit-hyperlink-view .field input {
  color: #333;
  width: 750px;
  padding: 7px;
  border: 1px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
}
/*-----------------------------------------------------*/
/* add-image-view */
.add-image-view {
  width: 500px;
  height: 290px;
  left: -250px;
  /* assumes container is absolutley positioned left: 50% top: 50% */
  top: -145px;
}
.add-image-view .field label {
  color: #333;
}
.add-image-view .field input {
  color: #333;
  border: 1px solid #ccc;
  width: 450px;
}
.add-image-view .dialog-loading {
  display: none;
  margin-top: 10px;
}
/*--------------------------------------*/
/* image edit folder  view */
.image-manager-view .bbm-modal {
  position: relative;
}
.image-manager-view .left-panel {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 380px;
  height: 350px;
  top: -10px;
  margin-right: 5px;
}
.image-manager-view .left-panel .header {
  background: #efefef;
  width: 370px;
  height: 20px;
}
.image-manager-view .left-panel .header ul {
  list-style: none;
}
.image-manager-view .left-panel .header ul li {
  float: left;
  padding: 5px;
}
.image-manager-view .left-panel .header ul li:first-child {
  width: 260px;
}
.image-manager-view .right-panel {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 390px;
  height: 350px;
}
.image-manager-view .right-panel .dialog-field input {
  background: #efefef;
  width: 375px;
}
.image-manager-view .right-panel .image {
  max-width: 350px;
  max-height: 300px;
}
.image-manager-view .treeview {
  width: 370px;
  height: 340px;
  border: 1px solid #efefef;
}
.image-manager-view .treeview .mj-row {
  height: 25px;
}
.image-manager-view .treeview .mj-row .mj-cell {
  border-width: 0px;
}
.image-manager-view .treeview .text {
  max-width: 190px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  color: #000;
}
.image-manager-view .treeview .text.referenced {
  font-weight: bold;
}
.image-manager-view .treeview .mj-image {
  width: 14px;
}
.image-manager-view .treeview .delete {
  display: block;
  z-index: 5;
  cursor: pointer;
  width: 14px;
  height: 16px;
  background-image: url('../images/delete_widget.png');
  margin-left: auto;
  margin-right: auto;
}
.image-manager-view .add-folder-btn {
  float: left;
}
.image-manager-view .add-file-btn {
  float: left;
}
.image-manager-view .filter {
  float: left;
  width: 320px;
  margin-right: 10px;
}
.image-manager-view .btn {
  height: 30px;
}
.image-manager-view .btn.ok {
  margin-left: 10px;
}
.image-manager-view .confirm-delete-view-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11;
}
/*------------------------------------------------------------------*/
/* chart-options-view */
.chart-options-view {
  z-index: 5002;
  position: absolute;
}
.chart-options-view .menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
  opacity: 0.8;
  font-size: 11px;
  /*border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;*/
}
.chart-options-view .menu li {
  float: left;
  width: 80px;
  background: #333;
}
.chart-options-view .menu li a:hover {
  text-shadow: 0px 0px 5px #969696;
}
.chart-options-view .menu li:first-child {
  border-bottom-left-radius: 10px;
}
.chart-options-view .menu li:last-child {
  border-bottom-right-radius: 10px;
}
.chart-options-view .menu a {
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
}
.chart-options-view .submenu {
  position: absolute;
  top: 25px;
}
.widget-option-menu {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.widget-option-menu .field label {
  width: 90px;
  color: #666;
}
.widget-option-menu.chart-title-menu-view input {
  height: 15px;
  padding: 5px;
  width: 150px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  margin: 5px;
}
.widget-option-menu.chart-display-menu-view input {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
.widget-option-menu input.hotspot-bands {
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}
.widget-option-menu .dropdown {
  position: relative;
  width: 200px;
}
.widget-option-menu select {
  height: 25px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 12px;
  outline: none;
}
/*-----------------------------------------------------*/
/* chart-data-view */
.chart-select-data-menu-view {
  width: 300px;
}
.chart-select-data-menu-view .cols {
  display: inline-block;
  vertical-align: top;
}
.chart-select-data-menu-view .rows {
  display: inline-block;
  vertical-align: top;
}
.chart-select-data-menu-view .data-dropdown {
  margin: 5px;
  display: inline-block;
  width: 200px;
}
.chart-select-data-menu-view .radiobuttons {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 85px;
}
.chart-select-data-menu-view .radiobuttons .mj-item {
  margin-right: 5px;
}
.chart-select-data-menu-view .headings {
  margin-left: 205px;
}
.chart-select-data-menu-view .headings td {
  padding: 3px;
}
/*-----------------------------------------------------*/
/* chart-display-menu-view */
.widget-option-menu.chart-display-menu-view label {
  float: none;
  display: block;
}
.widget-option-menu.chart-display-menu-view input {
  margin: 0px;
}
.widget-option-menu.chart-display-menu-view .field {
  white-space: nowrap;
}
.widget-option-menu.chart-display-menu-view tr > td {
  vertical-align: top;
}
/*-------------------------------------------------------*/
/* create viewport dialog */
.open-viewport-view {
  z-index: 5007;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #fff;
  text-align: center;
}
.open-viewport-view table.details {
  margin-top: 20px;
  width: 100%;
}
.open-viewport-view table.details td {
  vertical-align: middle;
}
.open-viewport-view .field input {
  width: 250px;
  margin: 2px;
  border: 1px solid #ccc;
}
.open-viewport-view .btn {
  width: 120px;
}
.open-viewport-view .error-msg {
  padding-right: 50px;
  float: right;
}
.open-viewport-view .viewport-lists {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.open-viewport-view .viewport-lists .separator {
  border-right: 1px solid #ccc;
  height: 200px;
  width: 5px;
}
.open-viewport-view .viewport-list {
  width: 800px;
}
.open-viewport-view .viewport-list img {
  max-height: 40px;
  max-width: 60px;
}
.open-viewport-view .viewport-list a {
  text-decoration: none;
  display: block;
  color: #333;
  width: 110px;
  height: 60px;
  margin: 10px;
}
.open-viewport-view .viewport-list .slide {
  width: 400px;
  height: 250px;
  background-color: #fff;
  /*background-position: center;
    background-repeat: no-repeat;*/
}
.open-viewport-view .viewport-list .jqx-scrollview-button.jqx-fill-state-normal {
  background: #ccc;
}
.open-viewport-view .viewport-list .jqx-scrollview-button.jqx-fill-state-normal.jqx-scrollview-button-selected {
  background: #0094ff;
}
.open-viewport-view .download-idrop {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  color: #0094ff;
  text-decoration: underline;
}
.open-viewport-view .logout {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  color: #0094ff;
  text-decoration: underline;
}
/*-------------------------------------------------------*/
/* view selector */
.view-selector-view {
  z-index: 5004;
  position: fixed;
  top: 40px;
  right: 15px;
}
.view-selector-view ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.view-selector-view ul li {
  margin: 2px;
}
.view-selector-view ul li a {
  text-decoration: none;
  display: block;
  width: 45px;
  height: 22px;
  line-height: 22px;
  border: 1px solid;
  border-radius: 5px;
  background: #666;
  padding: 2px;
  text-align: center;
  outline: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 20px;
  border-color: transparent;
  border-width: 2px;
}
.view-selector-view ul li a.disabled {
  background: #bbb;
  background: -moz-linear-gradient(top, #bbb 0%, #efefef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bbb), color-stop(100%, #efefef));
  background: -webkit-linear-gradient(top, #bbb 0%, #efefef 100%);
  background: -o-linear-gradient(top, #bbb 0%, #efefef 100%);
  background: -ms-linear-gradient(top, #bbb 0%, #efefef 100%);
  background: linear-gradient(top, #bbb 0%, #efefef 100%);
  cursor: default;
}
.view-selector-view ul li a.active {
  border-color: #f00;
}
.view-selector-view ul li a:hover {
  border-color: #fff;
}
.view-selector-view ul li a[data-id='1'] {
  background-image: url("../images/desktop.png");
}
.view-selector-view ul li a[data-id='2'] {
  background-image: url("../images/tablet-landscape.png");
}
.view-selector-view ul li a[data-id='3'] {
  background-image: url("../images/tablet-portrait.png");
}
.view-selector-view ul li a[data-id='4'] {
  background-image: url("../images/mobile-landscape.png");
}
.view-selector-view ul li a[data-id='5'] {
  background-image: url("../images/mobile-portrait.png");
}
/*-------------------------------------------------------*/
/* general dialog stuff */
.bbm-wrapper {
  background: rgba(0, 0, 0, 0.85);
  -webkit-transition: background-color 0.3s;
  z-index: 10000;
}
#modal-container .iport-logo {
  float: left;
  margin-top: 10px;
  margin-right: 10px;
}
#modal-container input {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#modal-container textarea {
  height: 100px;
  width: 470px;
}
#modal-container input[type='text'],
.modal-container input[type='password'],
.modal-container input[type='email'] {
  padding: 7px;
  width: 490px;
  border: 1px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
}
#modal-container input.small {
  width: 225px;
}
#modal-container input.mid {
  width: 400px;
}
#modal-container input.large {
  width: 470px;
}
#modal-container .dialog-field {
  margin-top: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}
#modal-container .dialog-field label {
  float: left;
  width: 80px;
}
#modal-container select {
  padding: 5px;
  border: 1px solid #333;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  outline: none;
  background: #333;
  color: #fff;
}
#modal-container .dialog-loading {
  display: none;
  margin-top: 10px;
}
#modal-container .btn-close-modal {
  float: right;
  position: relative;
  top: -15px;
  right: -15px;
}
#modal-container .required-field {
  color: #ff7900;
  width: 10px;
  float: left;
  margin: 5px;
}
#modal-container .horizontal-line {
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
#modal-container .horizontal-line.large {
  width: 470px;
}
#modal-container .bbm-modal__topbar {
  margin-bottom: 10px;
}
/*------------------------------------------------------------------------------------------*/
.image-dialog-view {
  text-align: center;
}
.image-dialog-view table {
  width: 100%;
  height: 100%;
}
/*-----------------------------------------------------------------------------------------*/
/* accept terms dialog */
.accept-terms-dialog .text {
  height: 300px;
  overflow: auto;
}
.accept-terms-dialog .btn.accept {
  height: 30px;
}
.bbm-modal__bottombar {
  min-height: 60px;
}
/*------------------------------------------------------------------------------------------*/
.idrop-dialog-view .bbm-modal__section {
  font-size: inherit;
  padding: 0 20px;
}
.idrop-dialog-view .bbm-modal__bottombar {
  height: 60px;
}
.idrop-dialog-view .btn {
  width: 130px;
}
.idrop-dialog-view .idrop-image {
  width: 400px;
  margin-left: 50px;
}
/*-----------------------------------------------------------------------------------------*/
/* site-unavailable-view */
.site-unavailable-view {
  width: 100%;
  height: 100%;
}
.site-unavailable-view table {
  width: 100%;
  height: 100%;
}
.site-unavailable-view table td {
  text-align: center;
}
/*-----------------------------------------------------------------------------------------*/
/* bad-browser-view */
.bad-browser-view {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -50px;
}
.bad-browser-view.content {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 100px;
}
/*-----------------------------------------------------------------------------------------*/
/* bad-browser-view */
.dynamic-options-view {
  width: 600px;
  height: 250px;
  left: -300px;
  /* assumes container is absolutely positioned left:50% top:50% */
  top: -125px;
}
.dynamic-options-view ul {
  list-style: none;
}
/*------------------------------------------------------------------------------------------*/
/* jsscrollpane mods to get facebook style appearance 
    need important on these or they get overriden */
.jspVerticalBar {
  width: 8px !important;
  background: transparent !important;
  right: 10px !important;
}
.jspHorizontalBar {
  bottom: 5px !important;
  width: 100% !important;
  height: 8px !important;
  background: transparent !important;
}
.jspTrack {
  background: transparent !important;
}
.jspDrag {
  background: url('../js/libs/jsscrollpane/images/transparent-black.png') repeat !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left !important;
  height: 100% !important;
}
.jspCorner {
  display: none !important;
}
/*----------------------------------------------------------------------------------------------*/
/* fancybox */
.fancybox-skin {
  background-color: #000;
  text-align: center;
  padding-top: 25px !important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.stacked-modal-container {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 11000;
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
/* jqwidgets chart tooltips dont like chart z-index */
div#contentDiv.jqx-rc-all.jqx-button {
  /*position: absolute;*/
  position: relative;
  z-index: 10000;
}
.chart-action-menu-view .link-add {
  color: #0094ff;
  font-size: 25px;
}
.chart-action-menu-view .link-add + span {
  vertical-align: super;
}
.chart-action-menu-view .action-link-text {
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.popup-dialog.chart-control-view .mj-grid-header-cell > div > div {
  width: 90px !important;
}
.popup-dialog.savvy-link-view {
  left: -100px;
  top: -150px;
}
.popup-dialog.savvy-link-view div.footer {
  border-top: 1px solid #ddd;
  text-align: right;
  padding: 15px;
}
.popup-dialog.savvy-link-view .data-dropdown {
  margin: 5px;
  width: 200px;
}
.popup-dialog.savvy-link-view .data-dropdown + div {
  vertical-align: text-bottom;
}
.popup-dialog.savvy-link-view .level {
  display: inline-block;
}
.popup-dialog.savvy-link-view .levels div {
  white-space: nowrap;
}
#published-options-menu > ul > li {
  white-space: nowrap;
}
.jqx-menu-popup {
  z-index: 5000 !important;
}
#menuWrapperpublished-options-menu {
  z-index: 5000 !important;
}
.fancybox-inner .chart-container {
  height: 95%;
}