/* LESS VARIABLES */
/* #ffff80 or #e6e600 */
/* UTILS */
.p5w {
  padding-left: 0.357em;
  padding-right: 0.357em;
}
.p5h {
  padding-top: 0.357em;
  padding-bottom: 0.357em;
}
.m5w {
  margin-left: 0.357em;
  margin-right: 0.357em;
}
.m5h {
  margin-top: 0.357em;
  margin-bottom: 0.357em;
}
.p10w {
  padding-left: 0.714em;
  padding-right: 0.714em;
}
.p10h {
  padding-top: 0.714em;
  padding-bottom: 0.714em;
}
.m10w {
  margin-left: 0.714em;
  margin-right: 0.714em;
}
.m10h {
  margin-top: 0.714em;
  margin-bottom: 0.714em;
}
.p20w {
  padding-left: 1.429em;
  padding-right: 1.429em;
}
.p20h {
  padding-top: 1.429em;
  padding-bottom: 1.429em;
}
.p30w {
  padding-left: 1.875em;
  padding-right: 1.875em;
}
.p30h {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
}
.p50w {
  padding-left: 3.125em;
  padding-right: 3.125em;
}
.p50h {
  padding-top: 3.125em;
  padding-bottom: 3.125em;
}
.m20w {
  margin-left: 1.429em;
  margin-right: 1.429em;
}
.m20h {
  margin-top: 1.429em;
  margin-bottom: 1.429em;
}
.m30w {
  margin-left: 1.875em;
  margin-right: 1.875em;
}
.m30h {
  margin-top: 1.875em;
  margin-bottom: 1.875em;
}
.m50h {
  margin-top: 3.125em;
  margin-bottom: 3.125em;
}
.no-p {
  padding: 0 !important~"";
}
.no-m {
  margin: 0 !important~"";
}
.box_sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-align {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  -webkit-text-fill-color: #888888 !important;
}
/*** crossbrowsing ***/
:focus {
  outline: none;
}
a:focus {
  outline: 0 none;
}
a:activeDrag {
  outline: 0;
}
::-moz-focus-inner {
  border: 0;
}
/*** end crossbrowsing ***/
/*** BOOTSTRAP OVERRIDE ***/
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
body {
  background-color: #f7f7f7;
  height: auto;
  min-height: auto;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
}
table {
  font-size: 14px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}
.btn {
  -webkit-border-radius: 10px !important~"";
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 10px !important~"";
  /* Firefox 1-3.6 */
  border-radius: 10px !important~"";
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.btn.disabled {
  background: #cfcfcf !important;
  border-color: #ffffff !important;
}
.btn:focus,
.btn:active {
  outline: none;
  outline-offset: 0;
}
.btn-info {
  background-color: #43d5ca;
  border-color: #ffffff;
}
.btn-draft {
  background-color: #eaea00;
  color: #8d8d8d;
}
.btn-circle {
  -webkit-border-radius: 50% !important~"";
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 50% !important~"";
  /* Firefox 1-3.6 */
  border-radius: 50% !important~"";
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  padding: 10px 13px;
  outline: none !important~"";
}
.btn-circle:focus {
  outline: none !important~"";
}
input,
select,
.form-control {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
}
.edit {
  font-size: 20px;
  color: #ffa61b;
}
.edit .icon-ctx-edit {
  color: #ffa61b;
}
.delete {
  font-size: 20px;
  color: #d54343;
  cursor: pointer;
}
.bootstrap-switch-wrapper {
  height: 20px;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 60px !important~"";
}
.nav-tabs > li > a:focus {
  outline: none;
}
.tab-content > .tab-pane {
  display: block;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  transition: opacity 0.15s;
  overflow: hidden;
}
.tab-content > .active {
  opacity: 1;
  height: auto;
}
.bootstrap-switch.bootstrap-switch-mini {
  min-width: 50px !important~"";
}
.panel > .panel-heading {
  padding: 4px 15px;
}
.media {
  margin-top: 5px;
}
hr {
  margin: 10px 0;
}
.thumb {
  height: 90px !important~"";
  width: 90px !important~"";
  background-repeat: no-repeat !important~"";
  background-position: center center !important~"";
  background-size: contain !important~"";
}
.form-group.alert.alert-info {
  padding: 7px;
}
.form-group.alert.alert-info h4 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: normal;
}
.panel-heading div button {
  position: relative;
  z-index: 100;
}
.panel-heading > div:last-child {
  position: initial;
}
.panel-heading > div:last-child a.icon-ctx-downarrow {
  position: absolute;
  left: 15px;
  right: 15px;
}
.modal-footer {
  margin-top: 5px;
  padding: 10px;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a8dbdb;
  border-color: #a8dbdb;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #a8dbdb;
  border-color: #a8dbdb;
}
/*** End bootstrap override ***/
/*** ANGULAR MATERIAL OVERRIDE ***/
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #43d5ca;
  font-weight: 500;
}
.nav-pills > li {
  padding: 1px;
  padding-left: 0;
}
.nav > li > a {
  padding: 5px;
}
md-input-container.md-default-theme .md-input[disabled],
md-input-container .md-input[disabled],
md-input-container.md-default-theme .md-input [disabled],
md-input-container .md-input [disabled] {
  color: #888888 !important~"";
}
md-select:not([disabled]):focus .md-select-value {
  border-bottom-color: #a8dbdb;
}
md-select-menu md-option[selected] {
  color: #43d5ca;
}
md-select-menu md-option[selected]:focus {
  color: #43d5ca;
}
md-select {
  height: 35px;
}
md-switch {
  height: inherit;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
md-input-container {
  padding: 5px 0;
  margin: 5px 0;
}
md-input-container:not(.md-input-invalid).md-input-focused .md-input {
  border-color: #43d5ca;
}
md-input-container.text-container {
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.42857143;
  color: #888888;
  background-image: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
md-input-container.text-container input[type=text] {
  width: 100%;
  display: block;
  height: 35px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #888888;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cfcfcf;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out;
  -moz-transition: border-color ease-in-out;
  -o-transition: border-color ease-in-out;
  -ms-transition: border-color ease-in-out;
  transition: border-color ease-in-out;
  -webkit-transition: box-shadow ease-in-out;
  -moz-transition: box-shadow ease-in-out;
  -o-transition: box-shadow ease-in-out;
  -ms-transition: box-shadow ease-in-out;
  transition: box-shadow ease-in-out;
}
md-input-container.text-container input[type=text]:focus {
  border-color: #9fefef;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0 8px #9fefef;
  box-shadow: 0 0 8px #9fefef;
}
md-input-container > md-select,
md-input-container md-select {
  margin: 0;
  margin-bottom: 5px;
}
md-checkbox[role=checkbox] {
  width: 15px;
  height: 15px;
  line-height: 15px;
  min-height: inherit;
  min-width: inherit;
  padding-left: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}
md-checkbox[role=checkbox] .md-icon {
  border-color: #43d5ca;
}
md-checkbox[role=checkbox].md-checked .md-icon {
  background-color: #43d5ca;
}
md-radio-group md-radio-button,
md-radio-group md-radio-button.radio {
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
md-radio-group md-radio-button .md-container,
md-radio-group md-radio-button.radio .md-container {
  top: inherit;
}
md-radio-group label {
  margin: 0;
}
md-radio-group span.layout-row {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
md-radio-group md-radio-button.md-default-theme.md-checked .md-off,
md-radio-group md-radio-button.md-checked .md-off {
  border-color: #43d5ca !important~"";
}
md-radio-group md-radio-button.md-default-theme .md-on,
md-radio-group md-radio-button .md-on {
  background-color: #43d5ca !important~"";
}
md-radio-group.md-default-theme.md-primary .md-checked:not([disabled]) .md-ink-ripple,
md-radio-group.md-primary .md-checked:not([disabled]) .md-ink-ripple,
md-radio-group.md-default-theme .md-checked:not([disabled]).md-primary .md-ink-ripple,
md-radio-group .md-checked:not([disabled]).md-primary .md-ink-ripple {
  color: #43d5ca;
}
/***end ANGULAR MATERIAL OVERRIDE ***/
.footable-row-detail-inner {
  width: 100%;
}
.footable-row-detail-inner .footable-row-detail-name {
  width: 30%;
  padding: 4px 5px;
  vertical-align: top;
  text-align: right;
}
.footable-row-detail-inner .footable-row-detail-value {
  text-align: left;
  padding: 4px 5px;
}
md-progress-circular .md-inner .md-left .md-half-circle {
  border-left-color: #43d5ca;
}
md-progress-circular .md-inner .md-right .md-half-circle {
  border-right-color: #43d5ca;
}
md-progress-circular .md-inner .md-left .md-half-circle,
md-progress-circular .md-inner .md-right .md-half-circle {
  border-top-color: #43d5ca;
}
md-progress-circular .md-inner .md-gap {
  border-top-color: #43d5ca;
  border-bottom-color: #43d5ca;
}
/*** Footable override ***/
/*** End footable override ***/
/*** COURTESY PAGE ***/
#courtesy {
  background: #43d5ca url(../images/pattern.png) top left no-repeat;
  color: #ffffff;
  margin-top: 25%;
}
/*** LOGIN PAGE ***/
#login_box {
  padding-top: 10px;
  background: #43d5ca url(../images/pattern.png) top left no-repeat;
  color: #ffffff;
}
#login_box button {
  font-size: 23px;
  line-height: 14px;
  border-width: 3px;
  margin-top: 40px;
}
/*** CONFIRM MODAL ***/
#confirmModal button {
  text-transform: uppercase;
}
/*** ERROR MODAL ***/
#alertModal.modal {
  top: 40%;
  /* was 10% */
}
#alertModal .modal-header.alert {
  margin-bottom: 0;
}
/*** TOP BAR ***/
#top_bar {
  background-color: #ffffff;
  height: 70px;
  color: #000000;
  border-bottom: 5px solid #43d5ca;
}
#top_bar form,
#top_bar .form-group {
  margin-bottom: 0;
}
#top_bar #logo span {
  text-transform: uppercase;
}
#top_bar #logo a {
  color: #ffffff;
  text-decoration: none;
}
#top_bar #logo img {
  display: inline-block;
  max-height: 55px;
}
#top_bar #installer {
  font-size: 22px;
  color: #888888;
}
#top_bar #wp-dashboard {
  font-size: 22px;
  color: #888888;
  min-height: 22px;
  width: 22px;
}
#top_bar #wp-dashboard .img-responsive {
  min-height: 22px;
}
#top_bar #story {
  text-align: center;
}
#top_bar #user_block {
  background: #f7f7f7;
  height: 100%;
  border-left: 1px solid #888888;
  font-size: 18px;
  color: #888888;
  overflow: hidden;
  -webkit-box-pack: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -moz-flex-flow: row wrap nowrap;
  -ms-flex-direction: row wrap;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: row wrap nowrap;
  flex-flow: row wrap nowrap;
  font-size: 16px;
}
#top_bar #user_block span.icon-ctx-user,
#top_bar #user_block span.icon-ctx-logout {
  font-size: 32px;
}
#top_bar #user_block #logout {
  color: #d54343;
  text-decoration: none;
}
#top_bar #user_block #logout:hover {
  color: #cfcfcf;
}
#top_bar #user_block #user_name {
  -moz-flex-basis: 200px;
  -ms-flex-basis: 200px;
  -webkit-flex-basis: 200px;
  flex-basis: 200px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#add_story_block {
  display: none;
}
#add_story_block.open {
  display: block;
}
#add_story_block #add_story {
  margin-left: -20px;
}
#add_story_block #st_color_box {
  padding-right: 0;
}
.select_color {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  border-radius: 50%;
  margin-top: 0;
  display: block;
  background-color: #cfcfcf;
  color: #ffffff;
  text-align: center;
}
.select_color:hover {
  color: #ffffff;
  background-color: #43d5ca;
}
#st_color_box {
  padding-left: 0;
  margin-bottom: 0;
}
#map_color_box .popover,
#st_color_box .popover,
#edit_color .popover {
  background-color: #ffffff;
}
#map_color_box .popover-title,
#st_color_box .popover-title,
#edit_color .popover-title {
  background-color: #ffffff;
  color: #000000;
}
#map_color_box .popover.bottom > .arrow:after,
#st_color_box .popover.bottom > .arrow:after,
#edit_color .popover.bottom > .arrow:after {
  border-bottom-color: #ffffff;
}
#map_color_box #colors,
#st_color_box #colors,
#edit_color #colors {
  width: 120px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 25px;
}
#map_color_box #colors .pop_color,
#st_color_box #colors .pop_color,
#edit_color #colors .pop_color {
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
  float: left;
  background: #d54343;
  margin: 2px;
  margin-bottom: 4px;
}
#map_color_box #colors .pop_color#red,
#st_color_box #colors .pop_color#red,
#edit_color #colors .pop_color#red {
  background-color: #d54343;
}
#map_color_box #colors .pop_color#blue,
#st_color_box #colors .pop_color#blue,
#edit_color #colors .pop_color#blue {
  background-color: blue;
}
#map_color_box #colors .pop_color#green,
#st_color_box #colors .pop_color#green,
#edit_color #colors .pop_color#green {
  background-color: green;
}
#map_color_box #colors .pop_color#yellow,
#st_color_box #colors .pop_color#yellow,
#edit_color #colors .pop_color#yellow {
  background-color: yellow;
}
#map_color_box #colors .pop_color#orange,
#st_color_box #colors .pop_color#orange,
#edit_color #colors .pop_color#orange {
  background-color: #ffa61b;
}
/*End top bar */
/*** MAIN HEADER BUTTONS ***/
#mainHeaderButtons {
  border: 1px solid #cfcfcf;
  border-bottom: 0 none;
  border-top: 0 none;
  display: none;
}
#mainHeaderButtons #headerButtons {
  background-color: #ffffff;
}
#mainHeaderButtons #headerButtons .nav {
  background-color: #ffffff;
}
#mainHeaderButtons #headerButtons .nav li a {
  color: #cfcfcf;
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  border-left: 0 none;
  border-top: 0 none;
  margin-bottom: -2px;
  padding: 7px 15px;
}
#mainHeaderButtons #headerButtons .nav li.active a {
  color: #43d5ca;
  border-bottom: 1px solid #ffffff;
}
#mainHeaderButtons #headerButtons .nav li.active a .icon-ctx-downarrow:before {
  content: "\e645";
}
#mainHeaderButtons #headerButtons .nav li:last-child a {
  border-right: 0 none;
}
#mainHeaderButtons #headerButtons .tab-pane {
  border-bottom: 1px solid #cfcfcf;
}
#mainHeaderButtons #headerButtons .tab-pane .panel {
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
  margin-bottom: 0;
}
#mainHeaderButtons #headerButtons .tab-pane .panel .panel-heading:hover {
  background-color: transparent;
}
#mainHeaderButtons #headerButtons .tab-pane form,
#mainHeaderButtons #headerButtons .tab-pane .form-group {
  margin-bottom: 0;
}
#mainHeaderButtons #headerButtons #tabStory .panel-body {
  padding: 5px 15px;
  padding-bottom: 0;
}
#mainHeaderButtons #headerButtons #tabStory .select_color {
  float: left;
  margin-left: 10px;
}
#mainHeaderButtons #headerButtons #tabStory .checkbox-context label::before {
  margin-left: 18px;
}
/*** MAIN STORY ***/
#main_story {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  display: none;
  margin-bottom: 29px;
}
#main_story #story_edit_block {
  display: none;
}
#main_story .icon-ctx-downarrow,
#main_story .icon-ctx-uparrow {
  height: 30px;
  line-height: 30px;
  color: #888888;
}
#main_story #collapseStory .panel-body {
  padding: 0;
  border-top: 0 none;
}
#main_story #story_description,
#main_story #story_edit,
#main_story #show_story {
  padding-bottom: 0.357em;
  padding-top: 0.9em;
  font-weight: bold;
}
#main_story #description_update_story {
  padding-top: 0.6em;
}
#main_story #description_update_story > div {
  margin-bottom: 0;
  padding-bottom: 0;
}
#main_story #mainstoryList {
  margin-bottom: 0;
}
#main_story #mainstoryList .panel {
  overflow: visible;
  border: 0 none;
}
#main_story #mainstoryList .panel .panel-heading {
  padding: 5px 0 5px 10px;
}
#story_apps.table > thead > tr > th {
  border: none;
}
#story_apps.table {
  margin-bottom: 0;
}
#story_apps .check_app {
  margin-left: 13px !important;
}
#story_apps .apps_icon {
  color: #888888;
  font-size: 28px;
}
#story_apps tr.row:before,
#story_apps tr.row:after {
  content: none;
}
#story_apps .checkbox-context label::before {
  margin-left: 0;
  width: 25px;
  height: 25px;
}
#story_apps .checkbox-context label::after {
  font-size: 20px;
  line-height: 20px;
  right: 4px;
  top: 2px;
}
#story_apps .checkbox-context input[type="checkbox"]:checked + label::after {
  font-size: 20px;
  line-height: 20px;
  right: 4px;
  top: 2px;
}
#stage_top_bar {
  background-color: #ffffff;
  border: 1px solid #cfcfcf;
  display: none;
  padding-top: 10px;
}
#stage_top_bar h2 {
  color: #43d5ca;
  font-size: 26px;
  font-weight: 400;
  margin-top: 5px;
}
#stage_top_bar .form-group {
  margin-right: 30px;
}
#stage_top_bar #add_stage_block {
  text-align: center;
}
#stage_top_bar #add_stage_block > .form-group {
  display: -moz-inline-stack;
  display: inline-block;
  float: none;
  vertical-align: middle;
  /**display: inline;*/
  margin-bottom: 0;
  margin-right: 0;
}
/*End main story*/
/*** STAGES ***/
/* stages carousel */
#stages_carousel {
  display: none;
}
#scroll_handler.scrollbar {
  width: 100%;
  height: 3px;
  background: #43d5ca;
  position: relative;
  margin-top: 15px;
}
#scroll_handler.scrollbar .handle {
  width: 30px;
  height: 30px;
  background: transparent url(../images/scrollable_icon.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: -11px;
}
#carousel-stages.frame {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 1px;
}
#carousel-stages.frame .slidee {
  margin: 0;
  padding: 0;
}
/* #stages_carousel{ */
/* 	.owl-next{ */
/* 		position: absolute; */
/* 		right: 0; */
/* 	} */
/* 	.owl-prev{ */
/* 		position: absolute; */
/* 		left: 0; */
/* 	} */
/* 	&:hover .owl-controls{ */
/* 		opacity:1; */
/* 	} */
/* } */
.stage-preview {
  /*height: 396px; */
  /*width:900px;*/
  border: 1px solid #cfcfcf;
  background: #ffffff;
  margin: 0 6px 0 0;
  float: left;
  margin-top: 2px;
}
.stage-preview.open {
  border: 3px solid #43d5ca;
  margin-top: 0;
}
.stage-preview .stage-header {
  font-size: 16px;
  border-bottom: 1px solid #cfcfcf;
  background: #ffffff;
  width: 100%;
  margin: 0;
}
.stage-preview .stage-header .edit_description {
  display: none;
}
.stage-preview .stage-header form,
.stage-preview .stage-header .form-group {
  margin-bottom: 0;
}
.stage-preview .stage-header form #update_stage,
.stage-preview .stage-header .form-group #update_stage,
.stage-preview .stage-header form #close_update_stage,
.stage-preview .stage-header .form-group #close_update_stage {
  border: 0 none;
  background-color: transparent;
  font-size: 16px;
}
.stage-preview .stage-header form #update_stage,
.stage-preview .stage-header .form-group #update_stage {
  color: #43d5ca;
}
.stage-preview .stage-header form #close_update_stage,
.stage-preview .stage-header .form-group #close_update_stage {
  color: #cfcfcf;
}
.stage-preview .stage-header .form-control {
  padding: 6px 7px;
  font-size: 14px;
  height: 26px;
}
.stage-preview .stage-header .edit,
.stage-preview .stage-header .delete_stage {
  font-size: 18px;
}
.stage-preview .stage-body {
  background: #ffffff;
  width: auto;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  display: block;
  position: relative;
}
.stage-preview .stage-body .text-center {
  overflow-y: auto;
  max-height: 330px;
}
.stage-preview .stage-body .text-center ::-webkit-scrollbar {
  -webkit-appearance: none;
}
.stage-preview .stage-body .text-center ::-webkit-scrollbar:vertical {
  width: 11px;
}
.stage-preview .stage-body .text-center ::-webkit-scrollbar:horizontal {
  height: 11px;
}
.stage-preview .stage-body .text-center ::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #ffffff;
  /* should match background, can't be transparent */
  background-color: rgba(0, 0, 0, 0.5);
}
.stage-preview .stage-body .text-center ::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 8px;
}
.stage-preview .stage-body .stage_icons {
  position: relative;
  display: block;
  width: 130px;
  float: left;
}
.stage-preview .stage-body .stage_icons .dashboard_ico,
.stage-preview .stage-body .stage_icons stats_ico {
  padding-top: 30px;
  height: 160px;
}
.stage-preview .stage-body .stage_icons .icon-ctx-stage_dashboard,
.stage-preview .stage-body .stage_icons .icon-ctx-stats {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.stage-preview .stage-body .stage_interactions {
  display: none;
}
.stage-preview .stage-body .stage_new_interaction {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  white-space: nowrap;
  float: left;
  margin: 5px;
}
.stage-preview .stage-body .stage_new_interaction > div {
  display: block;
  position: relative;
  margin: 0px 5px;
  width: 140px;
  height: 150px;
  float: left;
}
.stage-preview .stage-body .col-lg-3 {
  margin: 0;
  padding: 0;
}
.stage-preview .stage-body .h2_add_interaction {
  color: #43d5ca;
  font-size: 14px;
  font-weight: 400;
  margin: 8px 0 0 0;
}
.stage-preview .stage-body .add_interaction {
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin: 10px auto;
}
.stage-preview .stage-body .add_interaction span {
  font-size: 60px;
}
.stage-preview .stage-body .dashboard_ico {
  background: #cfcfcf;
  width: 100%;
  height: 115px;
  display: block;
  /* 			position: absolute; */
  /* 			left: 0; */
  /* 			top: 60px; */
  z-index: 999;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  padding-top: 0;
  text-transform: uppercase;
}
.stage-preview .stage-body .dashboard_ico span {
  padding-top: 0;
  font-size: 40px;
}
.stage-preview .stage-body .dashboard_ico.active,
.stage-preview .stage-body .dashboard_ico:hover {
  background-color: #43d5ca;
}
.stage-preview .stage-body .delete_dashboard {
  position: absolute;
  top: 5px;
  left: auto;
  right: 8px;
  font-size: 20px;
  color: #ffffff;
}
.stage-preview .stage-body .stats_ico {
  background: #cfcfcf;
  width: 100%;
  height: 80px;
  display: block;
  z-index: 999;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  padding-top: 0;
  text-transform: uppercase;
}
.stage-preview .stage-body .stats_ico span {
  padding-top: 8px;
  font-size: 40px;
}
.stage-preview .stage-body .stats_ico.active,
.stage-preview .stage-body .stats_ico:hover {
  background-color: #43d5ca;
}
.stage-preview .stage-body .wrapper {
  width: 110px!important;
  height: 110px!important;
  margin-top: 28px!important;
  margin-right: 10px;
  float: left;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.stage-preview .stage-body .wrapper:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.stage-preview .stage-body .pb-wrapper {
  font-size: 90px;
  display: none;
  margin: 10px 0 0 10px;
}
.stage-preview .stage-body .pb-wrapper.pb-show {
  display: block;
}
.stage-preview .stage-body .pb-circle {
  border: 3px solid #43d5ca;
}
.stage-preview .stage-body .event_icon {
  position: absolute;
  margin: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: transparent url("../images/icon_empty.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon .event-name {
  position: absolute;
  width: 100%;
  top: -20px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.stage-preview .stage-body .event_icon .delete_event {
  position: absolute;
  bottom: -9px;
  right: -7px;
  top: inherit;
  font-size: 15px;
  color: #ffffff;
  background: #d54343;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  padding: 8px;
  text-align: center;
  border: 1px solid #d54343;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
}
.stage-preview .stage-body .event_icon .delete_event:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
}
.stage-preview .stage-body .event_icon.open {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 2px solid #43d5ca;
}
.stage-preview .stage-body .event_icon.draft {
  border: 2px solid #eaea00;
}
.stage-preview .stage-body .event_icon.push {
  background: transparent url("../images/icon_push.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon.push_sent {
  background: transparent url("../images/icon_push_sent.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon.beacon {
  background: transparent url("../images/icon_beacon.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon.geo {
  background: transparent url("../images/icon_geo.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon.just {
  background: transparent url("../images/icon_just_trigger.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.stage-preview .stage-body .event_icon:hover .event-name {
  overflow: visible;
  white-space: normal;
  top: -40%;
}
.stage-preview .stage-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: auto!important;
  min-width: 240px;
}
/* stages hexagon */
.btn-hexagon {
  padding: 0;
  position: relative;
  display: block;
  width: 110px;
  height: 100px;
  cursor: pointer;
  margin: 12px auto;
}
.btn-hexagon .hexagon-empty {
  display: block;
  position: absolute;
  width: 102.2px;
  height: 57.824px;
  background-color: transparent;
  margin: 18.3px 0;
  border-left: solid 3px #cfcfcf;
  border-right: solid 3px #cfcfcf;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
  left: 0;
  z-index: 2;
}
.btn-hexagon .hexagon-empty:active,
.btn-hexagon .hexagon-empty:hover {
  border-left: solid 3px #43d5ca;
  border-right: solid 3px #43d5ca;
}
.btn-hexagon .hexagon-empty:before,
.btn-hexagon .hexagon-empty:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 72.146px;
  height: 72.146px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
  -moz-transform: scaleY(0.5774) rotate(-45deg);
  -ms-transform: scaleY(0.5774) rotate(-45deg);
  -o-transform: scaleY(0.5774) rotate(-45deg);
  transform: scaleY(0.5774) rotate(-45deg);
  background-color: transparent;
  left: 10.467px;
}
.btn-hexagon .hexagon-empty:before {
  top: -36.033px;
  border-top: solid 4.0711px #cfcfcf;
  border-right: solid 4.0711px #cfcfcf;
}
.btn-hexagon .hexagon-empty:active:before,
.btn-hexagon .hexagon-empty:hover:before {
  border-top: solid 4.0711px #43d5ca;
  border-right: solid 4.0711px #43d5ca;
}
.btn-hexagon .hexagon-empty:after {
  left: 11.467px;
  bottom: -36.033px;
  border-bottom: solid 4.0711px #cfcfcf;
  border-left: solid 4.0711px #cfcfcf;
}
.btn-hexagon .hexagon-empty:active:after,
.btn-hexagon .hexagon-empty:hover:after {
  border-bottom: solid 4.0711px #43d5ca;
  border-left: solid 4.0711px #43d5ca;
}
.btn-hexagon .hexagon {
  display: none;
  position: absolute;
  top: 0;
  left: 25px;
}
.btn-hexagon .hexagon .triangle {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 26px 0;
  border-color: #43d5ca transparent;
  -webkit-transform-origin: 26px 48px;
  -moz-transform-origin: 26px 48px;
  -ms-transform-origin: 26px 48px;
  -o-transform-origin: 26px 48px;
  transform-origin: 26px 48px;
}
.btn-hexagon .hexagon .triangle:nth-child(1) {
  border-color: #cfcfcf transparent;
}
.btn-hexagon .hexagon .triangle:nth-child(2) {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  border-color: #cfcfcf transparent;
}
.btn-hexagon .hexagon .triangle:nth-child(3) {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  border-color: #cfcfcf transparent;
}
.btn-hexagon .hexagon .triangle:nth-child(4) {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  border-color: #cfcfcf transparent;
}
.btn-hexagon .hexagon .triangle:nth-child(5) {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  border-color: #cfcfcf transparent;
}
.btn-hexagon .hexagon .triangle:nth-child(6) {
  -webkit-transform: rotate(300deg);
  -moz-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  -o-transform: rotate(300deg);
  transform: rotate(300deg);
  border-color: #cfcfcf transparent;
}
.btn-hexagon .icon {
  position: absolute;
  display: block;
}
.btn-hexagon .icon.add {
  top: 7px;
  left: -7px;
  color: #43d5ca;
}
.btn-hexagon .icon.what,
.btn-hexagon .icon.how,
.btn-hexagon .icon.who,
.btn-hexagon .icon.where,
.btn-hexagon .icon.when,
.btn-hexagon .icon.stats {
  color: #888888;
  display: none;
  position: absolute;
  font-size: 18px;
}
.btn-hexagon .icon.what {
  left: 42px;
  top: 3px;
}
.btn-hexagon .icon.what .icon-ctx-what,
.btn-hexagon .icon.what .icon-ctx-no_dashboard,
.btn-hexagon .icon.what .icon-ctx-interaction_dashboard,
.btn-hexagon .icon.what .icon-ctx-stage_dashboard {
  display: none;
}
.btn-hexagon .icon.how {
  left: 70px;
  top: 24px;
}
.btn-hexagon .icon.how .icon-ctx-how,
.btn-hexagon .icon.how .icon-ctx-just_trigger,
.btn-hexagon .icon.how .icon-ctx-beacon,
.btn-hexagon .icon.how .icon-ctx-push,
.btn-hexagon .icon.how .icon-ctx-geofences {
  display: none;
}
.btn-hexagon .icon.who {
  left: 70px;
  top: 55px;
}
.btn-hexagon .icon.who .icon-ctx-who,
.btn-hexagon .icon.who .icon-ctx-slice_who {
  display: none;
}
.btn-hexagon .icon.where {
  left: 41px;
  top: 70px;
}
.btn-hexagon .icon.where .icon-ctx-where,
.btn-hexagon .icon.where .icon-ctx-slice_where {
  display: none;
}
.btn-hexagon .icon.when {
  left: 13px;
  top: 55px;
}
.btn-hexagon .icon.when .icon-ctx-when,
.btn-hexagon .icon.when .icon-ctx-slice_when {
  display: none;
}
.btn-hexagon .icon.stats {
  left: 13px;
  top: 23px;
}
.btn-hexagon.open .hexagon-empty,
.btn-hexagon.open .hexagon-empty:active,
.btn-hexagon.open .hexagon-empty:hover {
  border-left: solid 4px #43d5ca;
  border-right: solid 4px #43d5ca;
}
.btn-hexagon.open .hexagon-empty:before,
.btn-hexagon.open .hexagon-empty:active:before,
.btn-hexagon.open .hexagon-empty:hover:before {
  border-top: solid 5.0711px #43d5ca;
  border-right: solid 5.0711px #43d5ca;
}
.btn-hexagon.open .hexagon-empty:after,
.btn-hexagon.open .hexagon-empty:active:after,
.btn-hexagon.open .hexagon-empty:hover:after {
  border-bottom: solid 5.0711px #43d5ca;
  border-left: solid 5.0711px #43d5ca;
}
.btn-hexagon.open .hexagon {
  display: block;
}
.btn-hexagon.open .icon.add {
  display: none;
}
.btn-hexagon.open .icon.what {
  display: block;
}
.btn-hexagon.open .icon.what .icon-ctx-what {
  display: block;
}
.btn-hexagon.open.what-no_dashboard .hexagon .triangle:nth-child(1) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.what-no_dashboard .icon.what {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.what-no_dashboard .icon.what .icon-ctx-what {
  display: none;
}
.btn-hexagon.open.what-no_dashboard .icon.what .icon-ctx-no_dashboard {
  display: block;
}
.btn-hexagon.open.what-no_dashboard .icon.what.std {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.what-no_dashboard .icon.what.std .icon-ctx-what {
  display: block;
}
.btn-hexagon.open.what-no_dashboard .icon.what.std .icon-ctx-no_dashboard {
  display: none;
}
.btn-hexagon.open.what-interaction_dashboard .hexagon .triangle:nth-child(1) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.what-interaction_dashboard .icon.what {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.what-interaction_dashboard .icon.what .icon-ctx-what {
  display: none;
}
.btn-hexagon.open.what-interaction_dashboard .icon.what .icon-ctx-interaction_dashboard {
  display: block;
}
.btn-hexagon.open.what-stage_dashboard .hexagon .triangle:nth-child(1) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.what-stage_dashboard .icon.what {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.what-stage_dashboard .icon.what .icon-ctx-what {
  display: none;
}
.btn-hexagon.open.what-stage_dashboard .icon.what .icon-ctx-stage_dashboard {
  display: block;
}
.btn-hexagon.open .icon.how {
  display: block;
}
.btn-hexagon.open .icon.how .icon-ctx-how {
  display: block;
}
.btn-hexagon.open.how-just_trigger .hexagon .triangle:nth-child(2) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.how-just_trigger .icon.how {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.how-just_trigger .icon.how .icon-ctx-how {
  display: none;
}
.btn-hexagon.open.how-just_trigger .icon.how .icon-ctx-just_trigger {
  display: block;
}
.btn-hexagon.open.how-beacon .hexagon .triangle:nth-child(2) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.how-beacon .icon.how {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.how-beacon .icon.how .icon-ctx-how {
  display: none;
}
.btn-hexagon.open.how-beacon .icon.how .icon-ctx-beacon {
  display: block;
}
.btn-hexagon.open.how-push .hexagon .triangle:nth-child(2) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.how-push .icon.how {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.how-push .icon.how .icon-ctx-how {
  display: none;
}
.btn-hexagon.open.how-push .icon.how .icon-ctx-push {
  display: block;
}
.btn-hexagon.open.how-geofences .hexagon .triangle:nth-child(2) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.how-geofences .icon.how {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.how-geofences .icon.how .icon-ctx-how {
  display: none;
}
.btn-hexagon.open.how-geofences .icon.how .icon-ctx-geofences {
  display: block;
}
.btn-hexagon.open .icon.who {
  display: block;
}
.btn-hexagon.open .icon.who .icon-ctx-who {
  display: block;
}
.btn-hexagon.open.who .hexagon .triangle:nth-child(3) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.who .icon.who {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.who .icon.who .icon-ctx-who {
  display: none;
}
.btn-hexagon.open.who .icon.who .icon-ctx-slice_who {
  display: block;
}
.btn-hexagon.open .icon.where {
  display: block;
}
.btn-hexagon.open .icon.where .icon-ctx-where {
  display: block;
}
.btn-hexagon.open.where .hexagon .triangle:nth-child(4) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.where .icon.where {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.where .icon.where .icon-ctx-where {
  display: none;
}
.btn-hexagon.open.where .icon.where .icon-ctx-slice_where {
  display: block;
}
.btn-hexagon.open .icon.when {
  display: block;
}
.btn-hexagon.open .icon.when .icon-ctx-when {
  display: block;
}
.btn-hexagon.open.when .hexagon .triangle:nth-child(5) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open.when .icon.when {
  display: block;
  color: #ffffff;
}
.btn-hexagon.open.when .icon.when .icon-ctx-when {
  display: none;
}
.btn-hexagon.open.when .icon.when .icon-ctx-slice_when {
  display: block;
}
.btn-hexagon.open.stats .hexagon .triangle:nth-child(6) {
  display: block;
  border-color: #43d5ca transparent;
}
.btn-hexagon.open .icon.stats {
  display: block;
}
/*** End stages ***/
/*** MAIN STAGE ***/
#main_stage {
  display: none;
  background-color: #ffffff;
  border: 3px solid #cfcfcf;
  border-top: 0 none;
}
#main_stage #save_event {
  display: none;
}
#main_stage #save_event_draft {
  display: none;
}
#main_stage #save_dashboard {
  display: none;
}
#main_stage.draft {
  border-color: #eaea00;
}
#main_stage button#send_now {
  padding: 7px 10px 8px 8px;
  border-color: #ffffff;
  color: #ffffff;
}
#main_stage button#send_now:hover,
#main_stage button#send_now:active,
#main_stage button#send_now:focus {
  background-color: #ffffff;
  color: #43d5ca;
}
#main_stage .f12px {
  font-size: 12px;
}
#main_stage #live-onoff .btn,
#main_stage #live-onoff .loading {
  display: none;
  font-size: 16px;
  font-weight: bold;
  margin: 8px 0px 0px 0px;
}
#main_stage #live-onoff .btn {
  /*
			padding: 7px 10px 8px 8px;
			border-color: @ctx-white;
			color:@ctx-white;
			border-radius:6% !important;*/
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}
#main_stage #live-onoff .btn:hover,
#main_stage #live-onoff .btn:active,
#main_stage #live-onoff .btn:focus {
  background-color: #ffffff;
  color: #43d5ca;
}
#main_stage #event_menu li > a {
  padding: 8px;
  color: #cfcfcf;
  font-size: 18px;
  background-color: #ffffff;
}
#main_stage #event_menu li > a span {
  font-size: 20px;
  padding-right: 3px;
}
#main_stage #event_menu li.active > a {
  background-color: #ffffff;
  color: #43d5ca;
  border-top: 0 none;
}
#main_stage #event_menu li#action.active > a {
  border-left: 0 none;
}
#main_stage #event_menu li#when.active > a {
  border-right: 0 none;
}
#main_stage .middle-block-dashboard,
#main_stage .middle-block {
  margin-left: -3px;
  margin-right: -3px;
  background-color: #f7f7f7;
}
#main_stage .middle-block-dashboard span,
#main_stage .middle-block span {
  margin: 0px;
}
#main_stage .middle-block-dashboard img,
#main_stage .middle-block img {
  margin: 20px auto;
  max-width: 180px;
}
#main_stage .middle-block-dashboard h2,
#main_stage .middle-block h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 6px;
  margin-bottom: 3px;
}
#main_stage .middle-block-dashboard h2 span,
#main_stage .middle-block h2 span {
  font-size: 22px;
  vertical-align: middle;
}
#main_stage .middle-block-dashboard .arrow-up,
#main_stage .middle-block .arrow-up {
  width: 100%;
  height: 50px;
  background: transparent url('../images/interaction/arrow_up.png') no-repeat center bottom;
}
#main_stage .middle-block-dashboard .middle-bar,
#main_stage .middle-block .middle-bar {
  min-height: 85px;
}
#main_stage .middle-block-dashboard .middle-bar h3,
#main_stage .middle-block .middle-bar h3 {
  padding-top: 25px;
  margin: 0;
  color: #ffffff;
}
#main_stage .middle-block-dashboard #label_settings_interaction,
#main_stage .middle-block #label_settings_interaction {
  display: inline-block;
}
#main_stage .middle-block-dashboard #label_settings_dashboard_stage,
#main_stage .middle-block #label_settings_dashboard_stage {
  display: none;
}
#main_stage .middle-block-dashboard #form_dynamic_rules,
#main_stage .middle-block #form_dynamic_rules,
#main_stage .middle-block-dashboard #form_interaction_state,
#main_stage .middle-block #form_interaction_state {
  padding-top: 0;
  margin: 0;
}
#main_stage .middle-block-dashboard #form_dynamic_rules .form-group,
#main_stage .middle-block #form_dynamic_rules .form-group,
#main_stage .middle-block-dashboard #form_interaction_state .form-group,
#main_stage .middle-block #form_interaction_state .form-group {
  margin: 0;
}
#main_stage .middle-block-dashboard #form_dynamic_rules .ui-selectmenu-button,
#main_stage .middle-block #form_dynamic_rules .ui-selectmenu-button,
#main_stage .middle-block-dashboard #form_interaction_state .ui-selectmenu-button,
#main_stage .middle-block #form_interaction_state .ui-selectmenu-button {
  font-size: 14px;
  background: #9fefef;
}
#main_stage .middle-block-dashboard #form_dynamic_rules .btn-new,
#main_stage .middle-block #form_dynamic_rules .btn-new,
#main_stage .middle-block-dashboard #form_interaction_state .btn-new,
#main_stage .middle-block #form_interaction_state .btn-new {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-clip: padding-box;
  border: 1px solid #ffffff;
  background: transparent;
  padding: 2px 15px;
  color: #ffffff;
}
#main_stage .middle-block-dashboard #form_dynamic_rules .row div,
#main_stage .middle-block #form_dynamic_rules .row div,
#main_stage .middle-block-dashboard #form_interaction_state .row div,
#main_stage .middle-block #form_interaction_state .row div {
  padding-right: 0;
}
#main_stage .middle-block-dashboard #states-box,
#main_stage .middle-block #states-box,
#main_stage .middle-block-dashboard #dynamic-box,
#main_stage .middle-block #dynamic-box {
  overflow-x: hidden;
  list-style: none;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 0;
  word-wrap: break-word;
  max-height: 60px;
  overflow-y: auto;
}
#main_stage .middle-block-dashboard #states-box .icon-ctx-delete,
#main_stage .middle-block #states-box .icon-ctx-delete,
#main_stage .middle-block-dashboard #dynamic-box .icon-ctx-delete,
#main_stage .middle-block #dynamic-box .icon-ctx-delete {
  font-size: 14px;
  color: #d54343;
  cursor: pointer;
  margin: 0 5px;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs,
#main_stage .middle-block #manageStage .nav.nav-tabs {
  border-bottom: 1px solid #ffffff;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li,
#main_stage .middle-block #manageStage .nav.nav-tabs > li {
  float: right;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li > a,
#main_stage .middle-block #manageStage .nav.nav-tabs > li > a {
  border: 1px solid #ffffff;
  margin-right: 0;
  border-left: 0 none;
  -webkit-border-radius: 15px 20px 0px 0px;
  border-radius: 15px 20px 0px 0px;
  background-clip: padding-box;
  padding: 5px 15px;
  margin-top: 4px;
  background-color: #cfcfcf;
  color: #888888;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li.active a,
#main_stage .middle-block #manageStage .nav.nav-tabs > li.active a {
  border-bottom: 1px solid #cfcfcf;
  color: #ffffff;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li.active a .icon-ctx-downarrow:before,
#main_stage .middle-block #manageStage .nav.nav-tabs > li.active a .icon-ctx-downarrow:before {
  content: "\e645";
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li:first-child,
#main_stage .middle-block #manageStage .nav.nav-tabs > li:first-child {
  float: left;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li:first-child > a,
#main_stage .middle-block #manageStage .nav.nav-tabs > li:first-child > a {
  padding: 7px 30px;
  margin-top: 0;
  background-color: #43d5ca;
  color: #9fefef;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li:first-child.active a,
#main_stage .middle-block #manageStage .nav.nav-tabs > li:first-child.active a {
  border-bottom: 1px solid #43d5ca;
  color: #ffffff;
}
#main_stage .middle-block-dashboard #manageStage .nav.nav-tabs > li:first-child span.icon-ctx-downarrow,
#main_stage .middle-block #manageStage .nav.nav-tabs > li:first-child span.icon-ctx-downarrow {
  display: none;
}
#main_stage .middle-block-dashboard #manageStage .panel,
#main_stage .middle-block #manageStage .panel {
  background-color: #43d5ca;
  margin-bottom: 0;
}
#main_stage .middle-block-dashboard #manageStage .panel .panel-body,
#main_stage .middle-block #manageStage .panel .panel-body {
  padding: 7px;
}
#main_stage .middle-block-dashboard #manageStage .panel .panel-body .form-control,
#main_stage .middle-block #manageStage .panel .panel-body .form-control {
  height: 27px;
  padding: 6px 12px;
  font-size: 16px;
}
#main_stage .middle-block-dashboard #manageStage div#tabDependencies .panel,
#main_stage .middle-block #manageStage div#tabDependencies .panel,
#main_stage .middle-block-dashboard #manageStage div#tabStates .panel,
#main_stage .middle-block #manageStage div#tabStates .panel {
  background-color: #cfcfcf;
}
#main_stage .middle-block-dashboard #manageStage .switch h2,
#main_stage .middle-block #manageStage .switch h2 {
  font-size: 12px;
  margin: 3px 0;
  text-align: center;
}
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch-wrapper,
#main_stage .middle-block #manageStage .switch .bootstrap-switch-wrapper {
  height: 18px;
}
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
#main_stage .middle-block #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
#main_stage .middle-block #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label,
#main_stage .middle-block #manageStage .switch .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
  padding-bottom: 3px;
  padding-top: 3px;
  font-size: 9px;
  line-height: 9px;
}
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
#main_stage .middle-block #manageStage .switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
#main_stage .middle-block-dashboard #manageStage .switch .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
#main_stage .middle-block #manageStage .switch .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #43d5ca;
}
#main_stage .middle-block-dashboard #manageStage #live-onoff button,
#main_stage .middle-block #manageStage #live-onoff button {
  font-size: 12px;
  padding: 3px;
  height: 30px;
  margin: 5px 0;
}
#main_stage .middle-block-dashboard {
  margin-left: 0;
  margin-right: 0;
  background-color: #43d5ca;
}
#main_stage #main_container {
  position: relative;
  background: #ffffff;
  /*
	    border-left: 1px solid @ctx-grey;
        border-right: 1px solid @ctx-grey;
        */
}
#main_stage #main_container #accordion_hub td .thumbnail {
  width: 100%!important;
  height: 40px!important;
  padding: 2px;
  margin-bottom: 2px;
  overflow: hidden;
}
#main_stage #main_container #accordion_hub td .thumbnail img {
  max-height: 100%;
  max-width: inherit!important;
}
#main_stage #main_container .section {
  display: none;
}
#main_stage #main_container .panel .thumbnail .icon-ctx-play,
#main_stage #main_container .panel .thumb .icon-ctx-play {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #cfcfcf;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
}
#main_stage #main_container .panel .thumb .icon-ctx-play {
  line-height: 73px;
  font-size: 30px;
}
#main_stage #main_container .panel span button {
  padding: 8px;
  font-size: 16px;
  margin: 2px;
}
#main_stage #main_container .panel span button.btn-info,
#main_stage #main_container .panel span button.btn-default {
  font-size: 12px;
  padding: 8px 16px;
  margin: 0;
}
#main_stage #main_container .panel table th,
#main_stage #main_container .panel table td {
  white-space: normal;
  word-break: break-word;
  vertical-align: top;
}
#main_stage #main_container .panel table th .thumb,
#main_stage #main_container .panel table td .thumb {
  max-width: 100%;
}
#main_stage #main_container .panel table th .thumb .icon-ctx-play.video,
#main_stage #main_container .panel table td .thumb .icon-ctx-play.video {
  width: 100%;
  display: inline-block;
  height: 100%;
  color: #cfcfcf;
  line-height: 63px;
  font-size: 30px;
}
#main_stage #main_container .panel table th button,
#main_stage #main_container .panel table td button {
  padding: 8px;
  font-size: 16px;
  margin: 2px;
}
#main_stage #main_container .panel table th {
  font-size: 12px;
  text-transform: uppercase;
}
#main_stage #main_container .panel table td {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  height: 100%;
  margin: 0;
  border-top: 0 none;
  border-left: 0 none;
  display: table-cell;
}
#main_stage #main_container .panel table td:last-child {
  text-align: center;
  padding: 0;
  white-space: nowrap;
}
#main_stage #main_container .panel table th:first-child {
  width: 15%;
}
#main_stage #main_container .panel table th:last-child {
  min-width: 85px;
  width: 20%;
}
#main_stage #main_container .panel table td.checkbox label {
  padding-left: 0px;
}
#main_stage #main_container .panel table td.checkbox label::before {
  margin-left: 0;
  width: 15px;
  height: 15px;
}
#main_stage #main_container .panel table td.checkbox label::after {
  font-size: 10px;
  line-height: 10px;
  right: 4px;
  top: 2px;
}
#main_stage #main_container .panel table .action-layout {
  margin-top: 2px;
}
#main_stage #main_container .panel table .action-layout input {
  padding: 3px 5px;
  height: 23px;
  font-size: 12px;
  max-width: 200px;
  margin: 0 auto;
}
#main_stage #main_container .panel table .action-layout select {
  min-width: 80;
  font-size: 12px;
  white-space: pre-wrap;
  text-transform: capitalize;
  height: inherit;
}
#main_stage #main_container .panel td.footable-visible {
  white-space: nowrap!important;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  -webkit-transition: white-space 2s ease;
  -moz-transition: white-space 2s ease;
  -o-transition: white-space 2s ease;
  -ms-transition: white-space 2s ease;
  transition: white-space 2s ease;
}
#main_stage #main_container .panel td.footable-visible:active,
#main_stage #main_container .panel td.footable-visible:focus {
  white-space: normal!important;
  max-width: 300px;
}
#main_stage #main_container .panel .footable-row-detail-value {
  white-space: normal!important;
  max-width: inherit;
}
#main_stage #main_container #actions_scroll.frame {
  padding: 0;
}
#main_stage #main_container #actions_scroll.frame .slidee {
  margin: 0;
  padding: 1em;
  padding-top: 0;
}
#main_stage #main_container #scroll_vertical.scrollbar {
  width: 1px;
  height: 1100px;
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 75;
  border-left: 3px solid #43d5ca;
}
#main_stage #main_container #scroll_vertical.scrollbar .handle {
  background: transparent url(../images/scrollable_icon_vertical.png) no-repeat center center;
  display: none;
  cursor: pointer;
  width: 25px;
  height: 25px;
  -webkit-background-size: contain;
  background-size: contain;
  margin-left: -14px;
}
#main_stage #main_container .grid_header {
  text-align: center;
}
#main_stage #main_container .grid_header .row {
  margin-bottom: 5px;
}
#main_stage #main_container #dashboard_grid {
  display: none;
  background-color: #ffffff;
  height: 500px;
  z-index: 80;
}
#main_stage #main_container #dashboard_grid .border.vertical {
  width: 3px;
  height: 98%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #43d5ca;
}
#main_stage #main_container #dashboard_grid #wgrip {
  position: absolute;
  left: -29px;
  top: 5px;
  width: 62px;
  height: 62px;
  background: transparent url(../images/dash_resize_icon.png) no-repeat center center;
  z-index: 2;
}
#main_stage #main_container #dashboard_grid #grid_size h2 {
  font-size: 18px;
  color: #43d5ca;
  margin-top: 5px;
}
#main_stage #main_container #dashboard_grid #grid_size input,
#main_stage #main_container #dashboard_grid #grid_size .form-control {
  padding: 5px;
  font-size: 10px;
}
#main_stage #main_container #dashboard_grid #grid_size .form-group {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1%;
}
#main_stage #main_container #dashboard_grid #grid_size .form-group .ctx-tooltip .tooltip-inner {
  background-color: #888888;
}
#main_stage #main_container #dashboard_grid #grid_size .form-group .ctx-tooltip .tooltip-arrow {
  border-bottom-color: #888888;
}
#main_stage #main_container #dashboard_grid #grid_size .max-height {
  height: 36px;
  overflow: hidden;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=(100));
  opacity: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid.closed,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid.closed {
  width: 0;
  height: 0;
  margin: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=(0));
  opacity: 0;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid input,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid input {
  display: inline-block;
  width: 8%;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid select,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid select {
  display: inline-block;
  width: 18%;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid .toggleScreenGrid,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid .toggleScreenGrid {
  position: relative;
  padding: 8px;
  margin-right: 2px;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid .toggleScreenGrid span,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid .toggleScreenGrid span {
  color: #ffffff;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid .toggleScreenGrid span.glyphicon-chevron-left,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid .toggleScreenGrid span.glyphicon-chevron-left {
  font-size: 13px;
  position: absolute;
  left: 1px;
  height: 100%;
  line-height: 30px;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid .toggleScreenGrid span.icon-ctx-display,
#main_stage #main_container #dashboard_grid #grid_size .normalGrid .toggleScreenGrid span.icon-ctx-display {
  font-size: 16px;
}
#main_stage #main_container #dashboard_grid #grid_size .normalGrid .toggleScreenGrid {
  padding-left: 18px;
}
#main_stage #main_container #dashboard_grid #grid_size .screenGrid .toggleScreenGrid {
  padding: 10px 8px;
}
#main_stage #main_container #dashboard_grid .grid-wrap {
  height: 100%;
}
#main_stage #main_container #dashboard_grid .grid-wrap .ui-resizable-handle {
  border-radius: 50%;
  -webkit-box-shadow: 0.5px 0.5px 2px #000000;
  box-shadow: 0.5px 0.5px 2px #000000;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone {
  width: 80%;
  height: 100%;
  position: relative;
  /* 					min-height: 1000px; */
  /* 					padding: 14% 24% 16% 24%; */
  margin: 0 auto;
  /*            		  	background-image: url("../images/phone.png"); */
  /* 					background-position: top center; */
  /* 					background-repeat: no-repeat; */
  /* 					background-size: contain; */
  /* 					-webkit-background-size: contain; */
  /* 					-moz-background-size: contain; */
  /* 					-o-background-size: contain; */
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #img_phone {
  margin: 0 auto;
  display: block;
  height: 100%;
  max-height: 100%;
  width: auto;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container {
  width: 192px;
  height: 74% !important;
  max-width: 487px;
  margin: 0 auto;
  overflow: hidden;
  background: #f7f7f7;
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  -webkit-border-radius: 12px !important~"";
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 12px !important~"";
  /* Firefox 1-3.6 */
  border-radius: 12px !important~"";
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid {
  position: relative;
  padding: 3px;
  margin: 12px;
  /*min-height:738px;*/
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .row {
  clear: both;
  margin: 0;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .row .grid_block {
  position: relative;
  height: 88px;
  width: 88px;
  float: left;
  border: 1px dashed #43d5ca;
  margin: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .row .grid_block:hover {
  background-color: #cfcfcf;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .row .grid_block.ui-state-hover {
  background: #43d5ca;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 90px;
  width: 90px;
  background-color: #43d5ca;
  color: #ffffff;
  border: none;
  z-index: 100;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash.selected {
  border: 2px solid #23706a;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .content {
  margin: 10px 15px;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .content .glyphicon {
  font-size: 24px;
  display: block;
  text-shadow: 0.5px 0.5px 2px #000000;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .nwgrip {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 6px 0 0 6px;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .negrip {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 6px 6px 0 0;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .swgrip {
  width: 10px;
  height: 10px;
  background: #ffffff;
  margin: 0 0 6px 6px;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .segrip {
  width: 10px;
  height: 10px;
  background: #ffffff;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .delete_action {
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .delete_action span {
  text-shadow: 0.5px 0.5px 2px #000000;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash .action_type {
  font-size: 10px;
  margin: 0 15px;
  bottom: 2px;
  position: absolute;
  display: block;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash.stg_blocked {
  background-color: #cfcfcf;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash.stg_blocked .action_type {
  display: none !important;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash.stg_blocked .delete_action {
  display: none !important;
}
#main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container #grid .action_dash.stg_blocked .ui-resizable-handle {
  display: none !important;
}
#main_stage #main_container #dashboard_detail {
  display: none;
  overflow: hidden;
  max-height: 60vh;
  overflow-y: auto;
}
#main_stage #main_container #dashboard_detail h2 {
  font-size: 18px;
  color: #43d5ca;
}
#main_stage #main_container #dashboard_detail .border.vertical {
  width: 3px;
  height: 98%;
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #43d5ca;
}
#main_stage #main_container #dashboard_detail .form-group {
  margin-bottom: 7px;
}
#main_stage #main_container #dashboard_detail #dash_detail .label {
  font-size: 12px;
  color: #000000;
}
#main_stage #main_container #dashboard_detail #dash_detail .content {
  font-size: 14px;
}
#main_stage #main_container #dashboard_detail #dash_detail .type .content {
  font-weight: bold;
}
#main_stage #main_container #dashboard_detail #dash_detail .type,
#main_stage #main_container #dashboard_detail #dash_detail .description,
#main_stage #main_container #dashboard_detail #dash_detail .tiles {
  display: block;
  min-height: 20px;
}
#main_stage #main_container #dashboard_detail #dash_detail button.directive_add_image {
  padding: 4px 8px;
  font-size: 11px;
}
#main_stage #main_container #dashboard_detail #dash_detail .preview_image {
  display: block;
  text-align: center;
  min-height: 100px;
}
#main_stage #main_container #dashboard_detail #dash_detail .preview_image .thumb {
  margin: 5px;
}
#main_stage #main_container #dashboard_detail #dash_detail input,
#main_stage #main_container #dashboard_detail #dash_detail textarea {
  padding: 5px;
  font-size: 12px;
}
#main_stage #main_container #dashboard_detail #dash_detail .specialblock {
  display: none;
}
.delete_image {
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
}
.thumb {
  height: 70px;
  width: 150px;
  border: 1px solid #cfcfcf;
  padding: 5px;
  margin: 5px 10px 5px 0;
  display: inline-block;
  position: relative;
  max-height: 100px;
}
.thumb img {
  max-height: 100px;
}
#interaction_select_dash {
  padding-bottom: 0;
}
#interaction_select_dash > div {
  text-align: center;
}
#interaction_select_dash .select_dash_text {
  color: #cfcfcf;
  font-size: 14px;
  padding-left: 0.357em;
  clear: both;
  text-align: center;
  display: inline-block;
  min-width: 90px;
}
#interaction_select_dash .select_dash_btn {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: none;
  background: #cfcfcf;
  -webkit-border-radius: 50% !important~"";
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 50% !important~"";
  /* Firefox 1-3.6 */
  border-radius: 50% !important~"";
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  margin: 0 auto;
}
#interaction_select_dash .select_dash_btn:hover,
#interaction_select_dash .select_dash_btn.active {
  background: #43d5ca;
}
#interaction_select_dash .select_dash_btn span {
  color: #ffffff;
  font-size: 30px;
}
/*** End main stage ***/
#statistics {
  display: none;
}
#statistics #statistics_block {
  display: block;
}
#dashboard-graph {
  text-shadow: none;
  font-size: 14px;
}
.graph {
  z-index: 1;
}
#eventstats-section #event_stats_pages {
  text-align: center;
}
#eventstats-section #event_stats_pages li.page {
  display: inline-block;
  padding: 5px 8px;
  border: 1px solid #cfcfcf;
  margin: 5px;
  background: #f7f7f7;
  color: #cfcfcf;
}
#eventstats-section #event_stats_pages li.page.disabled,
#eventstats-section #event_stats_pages li.page:hover {
  background: #cfcfcf;
  color: #ffffff;
}
#eventstats-section #event_stats_pages li.page.disabled a,
#eventstats-section #event_stats_pages li.page:hover a {
  color: #ffffff;
}
#eventstats-section #event_stats_pages li.page a {
  color: #cfcfcf;
}
#eventstats-section #event_stats_pages li.page a:hover {
  color: #ffffff;
}
/***Interactions: WHAT ***/
#main_stage #main_container #list_actions .action-layout {
  display: none;
}
#main_stage #main_container #list_actions .panel-heading h4 {
  font-size: 12px;
  margin: 0;
  vertical-align: middle;
  margin: 2px 0!important;
}
#main_stage #main_container #list_actions .panel-heading h4 span {
  font-size: 20px;
}
#main_stage #main_container #list_actions .panel-heading button {
  padding: 3px 10px!important;
  min-width: 150px;
  z-index: 50;
  position: relative;
}
#main_stage #main_container #list_actions .panel-heading .icon-ctx-downarrow {
  margin-top: 5px!important;
  font-size: 18px;
}
#main_stage #main_container #list_actions .panel-group {
  margin-bottom: 7px;
}
#main_stage #main_container #list_actions .panel-group .ui-draggable.activeDrag {
  background-color: #9fefef;
}
#main_stage #main_container #list_actions .panel-group .ui-draggable.activeDrag:hover td {
  background-color: #9fefef;
}
#main_stage #main_container #list_actions #basic_list {
  margin-bottom: 7px;
}
#main_stage #main_container #list_actions #basic_list .table_section {
  padding: 4px 15px;
}
#main_stage #main_container #list_actions #basic_list .table_section h4 {
  font-weight: bold;
  font-size: 14px;
  margin: 2px 0!important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#main_stage #main_container #list_actions #basic_list .table_section h4 span {
  font-size: 20px;
  margin-right: 6px;
}
#main_stage #main_container #list_actions #basic_list tr > th:first-child {
  width: 30%;
}
#main_stage #main_container #list_actions #basic_list td.checkbox .action-layout {
  margin-top: 2px;
}
#main_stage #main_container #list_actions #basic_list td.checkbox .action-layout select {
  min-width: 80;
  font-size: 12px;
  white-space: pre-wrap;
  text-transform: capitalize;
  height: inherit;
}
#main_stage #main_container #list_actions #basic_list td.checkbox .action-layout input {
  padding: 3px 5px;
  height: 23px;
  font-size: 12px;
  max-width: 200px;
  margin: 0 auto;
}
#main_stage #main_container #list_actions #basic_list td.checkbox label::before {
  margin-left: 0;
  width: 15px;
  height: 15px;
}
#main_stage #main_container #list_actions #basic_list td.checkbox label::after {
  font-size: 10px;
  line-height: 10px;
  right: 4px;
  top: 2px;
}
#main_stage #main_container #list_actions #timeline_event_action .input-group button.date-set {
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#main_stage #main_container #list_actions #timeline_event_action .form_datetime input {
  text-align: right;
  width: 100%;
  padding: 11px 7px;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table {
  width: 100%;
  table-layout: auto;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table tr,
#main_stage #main_container #list_actions .panel .addMediaGallery table th,
#main_stage #main_container #list_actions .panel .addMediaGallery table td {
  border-color: #cfcfcf;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table .tableTopLabel {
  color: #ffffff;
  background-color: #cfcfcf;
  text-align: center;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table td button {
  font-size: 12px;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table td .thumb {
  height: 75px!important;
  width: 75px!important;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table td.textareaTable {
  width: 40%;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table td.textareaTable textarea {
  height: auto;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table td.textareaTable textarea:focus {
  height: 100px;
}
#main_stage #main_container #list_actions .panel .addMediaGallery table th {
  white-space: nowrap;
}
#main_stage #main_container #list_actions .onDashboard {
  background-color: #cfcfcf;
}
#main_stage #main_container #list_actions .onDashboard:hover > td {
  background-color: #999999;
}
#main_stage #main_container #list_actions .selectedAction {
  background-color: #ffa61b;
}
#main_stage #main_container #list_actions .action_block.stageActions tr .checkbox .action_id,
#main_stage #main_container #list_actions .action_block.stageActions tr .checkbox label,
#main_stage #main_container #list_actions .action_block.stageActions tr .action-layout {
  display: none;
}
#main_stage #main_container #list_actions #section_params_block {
  display: flex;
  flex-direction: row;
}
#main_stage #main_container #list_actions #section_params_block #list_sections_params {
  flex-grow: 1;
}
#main_stage #main_container #list_actions #section_params_block #section_params_label {
  display: none;
  flex-grow: 1;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] {
  position: relative;
  min-height: 42px;
  padding-left: 0px;
  margin-left: 1px;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li {
  position: relative;
  background-color: #ffffff;
  border-top: 1px solid #cfcfcf;
  display: block;
  padding: 10px 15px;
  margin-bottom: 0px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz {
  height: 245px;
  margin-bottom: 5px;
  overflow: hidden;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .wrap-content,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .wrap-content {
  width: 1%;
  float: left;
  white-space: nowrap;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub #msgoutput,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz #msgoutput {
  width: 100%;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub #msgoutput,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz #msgoutput {
  margin: 0px;
  background-color: #EEE;
  border: 1px solid #CCC;
  height: 17px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .desc,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .desc {
  width: 118px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .wdiv_opt,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .wdiv_opt {
  padding: 1px;
  font-size: 12px;
  text-align: center;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .checkboxact,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .checkboxact {
  margin: 0px 7px 5px 0px !important;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .badge,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .badge {
  margin: 5px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub input[type="checkbox"],
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz input[type="checkbox"] {
  margin: 0px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .valute,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .valute {
  text-align: right;
  background: url(../angular-version/customers/euronics/html/images/glyphs_euro.png) 4px 7px no-repeat;
  background-color: #ffffff;
  background-position: 5px center;
  padding-left: 21px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub .percente,
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz .percente {
  text-align: right;
  background: url(../angular-version/customers/euronics/html/images/glyphs_perc.png) 4px 7px no-repeat;
  background-color: #ffffff;
  background-position: 5px center;
  padding-left: 21px;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_pub {
  background-color: #d2e0ec;
  border: 1px solid #cfcfcf;
  border-top: none;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] li.wdiv_boz {
  background-color: #fcfcce;
  border: 1px solid #cfcfcf;
  border-top: none;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] .dndDraggingSource {
  display: none;
}
#main_stage #main_container #list_actions .drag-and-drop ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #cfcfcf;
  min-height: 42px;
}
#main_stage #main_container #list_actions .wrapper-progress-circular {
  position: absolute;
  z-index: 999;
  background: #cfcfcf;
  opacity: 0.8;
  width: 98%;
  height: 100%;
}
#main_stage #main_container #list_actions .wrapper-progress-circular md-progress-circular {
  top: 10%;
}
/* Actions MAP */
#map_container {
  position: relative;
}
#map_container .controls {
  margin-top: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#map_container #map-action-map {
  width: 100%;
  min-height: 370px;
}
#poi-detail-map-search-input,
#geofence-map-search-input,
#map-search-input,
#search-input,
.map-search {
  background-color: #43d5ca;
  color: #ffffff;
  padding: 0 11px 0 13px;
  width: 250px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  position: absolute;
  top: 60px;
  right: 10px;
  z-index: 140;
}
#poi-detail-map-search-input.controls,
#geofence-map-search-input.controls,
#map-search-input.controls,
#search-input.controls,
.map-search.controls {
  margin-top: 0;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 28px;
  outline: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
#poi-detail-map-search-input:focus,
#geofence-map-search-input:focus,
#map-search-input:focus,
#search-input:focus,
.map-search:focus {
  border-color: #ffffff;
  margin-left: -1px;
  padding-left: 14px;
  /* Regular padding-left + 1. */
  width: 80%;
}
#poi-detail-map-search-input::-webkit-input-placeholder,
#geofence-map-search-input::-webkit-input-placeholder,
#map-search-input::-webkit-input-placeholder,
#search-input::-webkit-input-placeholder,
.map-search::-webkit-input-placeholder {
  color: #ffffff;
}
#poi-detail-map-search-input:-moz-placeholder,
#geofence-map-search-input:-moz-placeholder,
#map-search-input:-moz-placeholder,
#search-input:-moz-placeholder,
.map-search:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#poi-detail-map-search-input::-moz-placeholder,
#geofence-map-search-input::-moz-placeholder,
#map-search-input::-moz-placeholder,
#search-input::-moz-placeholder,
.map-search::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#poi-detail-map-search-input:-ms-input-placeholder,
#geofence-map-search-input:-ms-input-placeholder,
#map-search-input:-ms-input-placeholder,
#search-input:-ms-input-placeholder,
.map-search:-ms-input-placeholder {
  color: #ffffff;
}
#interaction_select_dash .specialblock {
  border-left: 1px solid #cfcfcf;
}
#specialblock_container {
  display: none;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px !important;
}
.map-search {
  width: 200px;
}
/*End interactions what action map*/
.add_block {
  display: none;
}
.add_block .form-group {
  margin-bottom: 5px;
}
.add_block .form-group.dots .form-control {
  width: auto;
  position: relative;
  display: inline-block;
}
.add_block .insertOrder {
  max-width: 40px;
  padding: 3px;
  margin-bottom: 25px;
  margin-top: 3px;
}
.add_block .add_table th {
  min-width: auto;
}
.add_block .add_table input {
  width: 100%;
}
.preview_image {
  vertical-align: middle;
}
.preview_image .icon-ctx-play {
  display: none;
}
.media .icon-ctx-play {
  font-size: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=(80));
  opacity: 0.8;
  display: none;
}
.media .icon-ctx-play.video {
  display: block;
}
/*** Interactions: HOW ***/
.trigger_box {
  display: none;
}
.trigger_box.active {
  display: block;
}
.trigger_block .panel-heading,
.action_block .panel-heading {
  background-color: #43d5ca;
}
.trigger_block .panel-heading button,
.action_block .panel-heading button {
  background: #43d5ca;
  border-color: #ffffff;
  color: #ffffff;
}
.trigger_block .panel-heading button:hover,
.action_block .panel-heading button:hover {
  background: #ffffff;
  border-color: #43d5ca;
  color: #43d5ca;
}
.trigger_block .panel-heading h4,
.action_block .panel-heading h4 {
  line-height: 10px;
  margin: 3px 0;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.trigger_block .panel-heading h4 span,
.action_block .panel-heading h4 span {
  font-size: 20px;
  padding-right: 5px;
  vertical-align: text-top;
}
.trigger_block .panel-heading a,
.action_block .panel-heading a {
  margin-top: 5px;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  display: inherit;
}
.trigger_block .panel-heading button,
.action_block .panel-heading button {
  padding: 3px 10px!important;
}
.trigger_block .panel,
.action_block .panel {
  border: 0px transparent none;
}
.trigger_block .panel .panel-body,
.action_block .panel .panel-body {
  padding: 0;
}
.trigger_list {
  margin-bottom: 0;
}
.trigger_list tr > th:first-child {
  width: 7%!important;
}
.trigger_list tr > th:nth-child(2) {
  width: 25%!important;
}
#switch_triggers .trigger_icon {
  height: 130px;
  cursor: pointer;
  margin-bottom: 25px;
  position: relative;
}
#switch_triggers .trigger_icon:hover .trigger_img,
#switch_triggers .trigger_icon.active .trigger_img {
  background: transparent url('../images/triangle_active.png') no-repeat;
  background-position: top center;
  background-size: contain;
}
#switch_triggers .trigger_icon:hover span,
#switch_triggers .trigger_icon.active span {
  color: #ffffff;
}
#switch_triggers .trigger_icon span {
  font-size: 50px;
  color: #43d5ca;
  margin: 0;
  position: static;
  top: initial;
  left: initial;
  margin-bottom: 25px;
}
#switch_triggers .trigger_icon .trigger_text {
  font-size: 20px;
  font-weight: 400;
  color: #43d5ca;
  white-space: nowrap;
}
#switch_triggers .trigger_icon .trigger_img {
  height: 100%;
  padding-top: 0;
  background: transparent url('../images/triangle_dotted.png') no-repeat;
  background-position: top center;
  background-size: contain;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  vertical-align: bottom;
}
#push_block .form-group,
#geofence_block .form-group,
#beacon_block .form-group {
  margin-bottom: 10px;
}
/* beacon */
#collapseBeacon .panel-body #beacon_header {
  border-top: 1px solid #cfcfcf;
}
#collapseBeacon .panel-body #beacon_header h3 {
  font-size: 16px;
  color: #cfcfcf;
  margin: 10px;
}
#collapseBeacon .panel-body #beacon_box {
  border: 1px solid #cfcfcf;
  max-height: 400px;
  overflow: visible;
  margin: 0;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider {
  margin: 0;
  position: relative;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .viewport {
  height: 125px;
  overflow: hidden;
  position: relative;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .buttons {
  background: #d54343;
  border-radius: 35px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
  font-size: 22px;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .buttons:hover {
  color: #d54343;
  background: #ffffff;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .next {
  right: 0;
  left: auto;
  top: 50%;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .disable {
  visibility: hidden;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .overview {
  list-style: none;
  position: absolute;
  padding: 0;
  margin: 0;
  width: 240px;
  left: 0;
  top: 0;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .overview li {
  float: left;
  margin: 0 20px 0 0;
  padding: 1px;
  height: 121px;
  border: 1px solid #cfcfcf;
  width: 236px;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider #list_images {
  display: none;
  position: relative;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider #list_images #beacon_images {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 300px;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .beacon-image {
  display: block;
  position: relative;
  text-align: center;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .beacon-image .thumbnail {
  border: 2px solid #cfcfcf;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .beacon-image .thumbnail.selected {
  border-color: #43d5ca;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .beacon-image .delete_area {
  display: block;
  position: absolute;
  top: -5px;
  right: -5px;
}
#collapseBeacon .panel-body #beacon_box #beacon_slider .beacon-image .title {
  font-size: 12px;
}
#collapseBeacon .panel-body #beacon_box #main_shape {
  display: block;
  overflow: visible;
  border-left: 2px solid #cfcfcf;
  border-right: 2px solid #cfcfcf;
  max-height: 390px;
  height: 100%;
}
#collapseBeacon .panel-body #beacon_box #main_shape.bordered {
  border: 2px solid #43d5ca;
}
#collapseBeacon .panel-body #beacon_box #main_shape.map-highlight {
  border: 2px solid #cfcfcf;
}
#collapseBeacon .panel-body #beacon_box #main_shape img {
  margin: 0 auto;
  max-height: 386px;
}
#collapseBeacon .panel-body #beacon_box #main_shape .close.popover {
  display: block;
  position: absolute;
  color: #000000;
  top: 0px;
  left: inherit;
  right: 0;
  border: none;
  font-size: 16px;
  background: transparent;
  width: auto;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
#collapseBeacon .panel-body #beacon_box #main_shape .popover {
  background: #ffffff;
  border: 2px solid #43d5ca;
  width: 300px;
}
#collapseBeacon .panel-body #beacon_box #main_shape .popover.top > .arrow:after {
  border-top-color: #43d5ca;
}
#collapseBeacon .panel-body #beacon_box #main_shape .popover .popover-title {
  background: #ffffff;
  border-bottom: none;
  color: #43d5ca;
  text-align: right;
  padding: 2px 10px;
}
#collapseBeacon .panel-body #beacon_box #main_shape .popover .popover-content {
  color: #888888;
  padding: 0 10px;
}
#collapseBeacon .panel-body #beacon_box #main_shape .popover .popover-content .beacon_delete {
  font-size: 20px;
  color: #d54343;
}
#collapseBeacon .panel-body #beacon_box #main_shape .extra {
  max-height: 250px;
  overflow: auto;
}
#collapseBeacon .panel-body #beacon_box #b_icons {
  overflow-y: auto;
  max-height: 400px;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .header {
  padding: 10px 5px;
  background: #cfcfcf;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .header span {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .header span,
#collapseBeacon .panel-body #beacon_box #b_icons .group .header input,
#collapseBeacon .panel-body #beacon_box #b_icons .group .header a {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .header input {
  margin-top: 5px;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse {
  /*overflow-y: auto;
						max-height: 300px; */
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon {
  margin: 10px 0;
  clear: both;
  width: auto;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon img {
  margin-right: 10px;
  cursor: pointer;
  z-index: 999;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon span {
  line-height: 35px;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon.opacity {
  opacity: 0.5;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon.select {
  background-color: #f7f7f7;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon a {
  padding: 0 10px;
}
#collapseBeacon .panel-body #beacon_box #b_icons .group .beacon-collapse .beacon_icon a span {
  color: #cfcfcf;
  font-size: 24px;
}
/* geofency */
#geofence_box {
  position: relative;
}
#geofence_map {
  width: 100%;
  height: 500px;
}
.geo-map-buttons {
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -80px;
}
/*** End interactions: how ***/
/*** Interactions: WHO ***/
#block_who {
  border: 1px solid #cfcfcf;
  position: relative;
}
#block_who .form-group {
  margin-bottom: 5px;
}
#block_who #user_header {
  background: #43d5ca;
  height: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#block_who #user_header h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
#block_who #user_header h2 span {
  font-size: 28px;
  vertical-align: middle;
}
#block_who #user_dynamic_header {
  height: 35px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#block_who #user_dynamic_header h2 {
  color: #43d5ca;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  padding: 4px 15px;
  border-bottom: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  width: 100%;
}
#block_who #user_dynamic_header h2 span {
  font-size: 20px;
  vertical-align: middle;
}
#block_who #mostProductsButton {
  display: none;
}
#block_who .row_rule .add_rule,
#block_who .row_rule .add_dynamic_rule {
  display: none;
}
#block_who .row_rule .remove_rule,
#block_who .row_rule .add_rule,
#block_who .row_rule .add_dynamic_rule {
  display: inline-block;
}
#block_who .row_rule {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#block_who .row_rule > div {
  padding: 0 10px;
}
#block_who .row_rule > div.filter1 {
  min-width: 173px;
}
#block_who .row_rule > div.operator {
  min-width: 193px;
  text-align: center;
}
#block_who .row_rule > div.filter2 {
  min-width: 177px;
}
#block_who .row_rule > div:first-child {
  padding-left: 0;
}
#block_who .row_rule > div:last-child {
  padding: 0;
  text-align: right;
}
#block_who .row_rule > div md-input-container {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
#block_who .row_rule.insertedLine md-select.md-default-theme[disabled] .md-select-value,
#block_who .row_rule.insertedLine md-select[disabled] .md-select-value {
  color: #888888;
}
#block_who .row_rule.insertedLine md-input-container .md-input[disabled],
#block_who .row_rule.insertedLine md-input-container.md-default-theme .md-input [disabled],
#block_who .row_rule.insertedLine md-input-container .md-input [disabled] {
  color: #888888 !important~"";
}
#block_who .row_rule.editedLine md-select.md-default-theme[disabled] .md-select-value,
#block_who .row_rule.editedLine md-select[disabled] .md-select-value {
  color: #cfcfcf;
}
#block_who .row_rule.editedLine md-input-container .md-input[disabled],
#block_who .row_rule.editedLine md-input-container.md-default-theme .md-input [disabled],
#block_who .row_rule.editedLine md-input-container .md-input [disabled] {
  color: #cfcfcf !important~"";
}
#block_who .row_rule.editedLine md-input-container input[type=text] {
  color: #43d5ca !important;
}
#block_who .row_rule.editedLine md-select .md-select-value {
  color: #43d5ca;
}
#block_who .row_rule md-input-container .md-input[disabled] {
  border: 0 none;
}
#block_who .insert_rule .remove_rule {
  display: none;
}
#block_who .add_userfilter {
  min-width: 140px;
}
#block_who .form-control {
  font-size: 14px;
}
#block_who #dynamic_rules_list .row_rule {
  margin-top: 5px;
  margin-bottom: 5px;
}
#block_who #dynamic_rules_list #dynamic-responses-input {
  display: none;
}
table#cluster_users_list {
  margin-left: auto;
  margin-right: auto;
  width: 99%;
}
table#cluster_users_list .userRuleCheck {
  text-align: center;
  text-align: -webkit-center;
}
table#cluster_users_list .userRuleCheck md-input-container {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 2px;
}
table#cluster_users_list .user_cluster_delete {
  padding: 8px;
}
/*** End interactions: who ***/
/*** Interactions: WHERE ***/
#cluster_location_list tr th {
  border: 0 none;
}
#cluster_location_list tr th h4 {
  font-weight: 700;
  font-size: 16px;
}
#cluster_location_list tr th:first-child {
  width: 7%!important;
  display: table-cell;
  border: 0 none;
  text-align: center;
}
#cluster_location_list tr th:last-child {
  width: 20%!important;
}
#cluster_location_list tr td button {
  padding: 8px;
  font-size: 16px;
  margin: 2px;
}
#cluster_location_list thead tr:last-child {
  border-bottom: 2px solid #dddddd;
}
#map {
  position: relative;
}
#map-canvas {
  width: 100%;
  height: 500px;
}
.popover-medium {
  width: 433px;
  max-width: 600px;
  height: 450px;
}
#map-canvas-pop {
  width: 400px;
  height: 400px;
}
#map-buttons {
  position: absolute;
  bottom: 3%;
  left: 45%;
}
#geofence-radius {
  background-color: #f7f7f7;
  color: #000000;
  padding: 0 11px 0 13px;
  width: 150px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 5%;
  right: 12px;
  z-index: 999;
  border-radius: 7px;
  text-align: right;
}
#geofence_map_overlays_popup {
  display: none;
  position: fixed;
  height: 400px;
  z-index: 99;
  top: 50%;
  margin-top: -200px;
  left: 0px;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #43d5ca;
  z-index: 1000;
}
#geofence_map_overlays_popup .content {
  height: 100%;
}
#geofence_map_overlays_popup .content .max-height {
  height: 100%;
}
#geofence_map_overlays_popup .content .max-height.split {
  overflow-y: auto;
  border-right: 1px solid #43d5ca;
}
#geofence_map_overlays_popup .content #geofence_overlays_list {
  width: 100%;
}
#geofence_map_overlays_popup .content #geofence_overlays_list tr {
  border: 1px solid #cfcfcf;
}
#geofence_map_overlays_popup .content #geofence_overlays_list tr.selected,
#geofence_map_overlays_popup .content #geofence_overlays_list tr:active,
#geofence_map_overlays_popup .content #geofence_overlays_list tr:hover {
  background: #cfcfcf;
}
#geofence_map_overlays_popup .content #geofence_overlays_list tr td {
  padding: 8px;
}
#geofence_map_overlays_popup .content #geofence_overlays_list tr td.index {
  width: 20px;
}
#geofence_map_overlays_popup .content #geofence-map-overlays {
  height: 100%;
  width: 100%;
}
#geofence_map_overlays_popup .close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 99;
}
#where-section #where_map_overlays_popup {
  display: none;
  position: fixed;
  height: 400px;
  z-index: 99;
  top: 50%;
  margin-top: -200px;
  left: 0px;
  background-color: #f7f7f7;
  border-radius: 5px;
  border: 1px solid #43d5ca;
  z-index: 1000;
}
#where-section #where_map_overlays_popup .content {
  height: 100%;
}
#where-section #where_map_overlays_popup .content .max-height {
  height: 100%;
}
#where-section #where_map_overlays_popup .content .max-height.split {
  overflow-y: auto;
  border-right: 1px solid #43d5ca;
}
#where-section #where_map_overlays_popup .content #where_overlays_list {
  width: 100%;
}
#where-section #where_map_overlays_popup .content #where_overlays_list tr {
  border: 1px solid #cfcfcf;
}
#where-section #where_map_overlays_popup .content #where_overlays_list tr.selected,
#where-section #where_map_overlays_popup .content #where_overlays_list tr:active,
#where-section #where_map_overlays_popup .content #where_overlays_list tr:hover {
  background: #cfcfcf;
}
#where-section #where_map_overlays_popup .content #where_overlays_list tr td {
  padding: 8px;
}
#where-section #where_map_overlays_popup .content #where_overlays_list tr td.index {
  width: 20px;
}
#where-section #where_map_overlays_popup .content #where-map-overlays {
  height: 100%;
  width: 100%;
}
#where-section #where_map_overlays_popup .close {
  display: block;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 99;
}
/*** End interactions: where ***/
/*** Interactions: WHEN ***/
#startDate,
#endDate {
  position: relative;
  /* 	width:740px; */
  border: 1px solid #cfcfcf;
  min-height: 600px;
  margin: 0 auto;
}
.dateLabel {
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
}
.datepicker.datepicker-inline {
  margin: auto;
}
.daySelected {
  color: #ffffff;
  height: 83px;
  line-height: 83px;
  text-align: center;
  width: 100%;
  font-size: 30px;
}
#startDateTop,
#endDateTop {
  margin: 0 auto;
  position: relative;
  background-color: #23706a;
  width: 100%;
  z-index: 20;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-top: 15px solid #ffffff;
  min-height: 140px;
}
#startDateTop .topHook,
#endDateTop .topHook {
  height: 30px;
  width: 15px;
  border: 2px solid #ffffff;
  background-color: #23706a;
  position: absolute;
  z-index: 40;
  top: -15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
#startDateTop .leftHook,
#endDateTop .leftHook {
  left: 50px;
}
#startDateTop .rightHook,
#endDateTop .rightHook {
  right: 50px;
}
.viewCalendar {
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  top: inherit;
  color: #ffffff;
  cursor: pointer;
  font-size: 22px;
}
.viewTime {
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: inherit;
  color: #4f8d88;
  cursor: pointer;
  font-size: 22px;
}
.weekDay {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  height: 23px;
  line-height: 23px;
  text-transform: uppercase;
}
.dayTime {
  position: absolute;
  right: 5px;
  margin: auto 0;
  height: 25px;
  line-height: 25px;
  top: 40%;
  color: #ffffff;
  font-size: 14px;
}
.startDateCalendar,
.endDateCalendar {
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -ms-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear;
  height: 330px;
  overflow: -moz-hidden-unscrollable;
  margin-top: 10px;
}
.doneStartTime,
.doneEndTime {
  color: #23706a;
  cursor: pointer;
  display: inline-block;
  font-size: 25px;
  position: relative;
}
.startTimeSelect,
.endTimeSelect {
  height: 400px;
  background-color: transparent;
  -webkit-transition: height 0.4s linear;
  -moz-transition: height 0.4s linear;
  -ms-transition: height 0.4s linear;
  -o-transition: height 0.4s linear;
  transition: height 0.4s linear;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  top: 141px;
  color: #23706a;
}
.startTimeSelect .timezoneSelection,
.endTimeSelect .timezoneSelection {
  color: #23706a;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.startTimeSelect .timezoneSelection .disabledList,
.endTimeSelect .timezoneSelection .disabledList {
  color: #cfcfcf;
}
.startTimeSelect .timezoneSelection .timezoneSelectionList,
.endTimeSelect .timezoneSelection .timezoneSelectionList {
  padding: 5px;
}
.startTimeSelect .timezoneSelection label,
.endTimeSelect .timezoneSelection label {
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}
.startTimeSelect .timezoneSelection #automaticStartTimezone,
.endTimeSelect .timezoneSelection #automaticStartTimezone,
.startTimeSelect .timezoneSelection #automaticEndTimezone,
.endTimeSelect .timezoneSelection #automaticEndTimezone {
  margin-top: 10px!important;
  float: left;
}
.startTimeSelect .timezoneSelection div,
.endTimeSelect .timezoneSelection div {
  text-align: left;
}
.hideHeight {
  height: 0;
  overflow-y: hidden;
}
.showDayWeek {
  margin: 0 auto;
}
.hideMe {
  display: none;
}
/* Datepicker */
.datepicker-inline {
  width: 350px;
}
.datepicker thead {
  color: #23706a;
}
.datepicker .day {
  height: 40px;
  width: 50px;
  border-collapse: separate;
  border-spacing: 20px;
  /* border-collapse: expression('separate', cellSpacing = '20px'); */
}
.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today:hover {
  background-image: none;
}
.datepicker td.today {
  background-color: #cfcfcf !important;
  background-image: none;
}
.datepicker td.today:hover {
  background-image: none;
}
.datepicker td.active {
  background-color: #23706a !important;
  background-image: none!important;
}
.datepicker-switch {
  text-align: center;
  text-transform: uppercase;
}
.dow {
  font-size: 12px;
  text-transform: uppercase;
}
/* Timepicker */
.bootstrap-timepicker-hour,
.separator,
.bootstrap-timepicker-minute {
  font-size: 60px;
}
.bootstrap-timepicker-widget td,
.bootstrap-timepicker-widget table td a {
  color: #23706a;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  border: 0 none;
  position: relative;
  display: block;
  width: 100%;
}
.dropdown-menu {
  border: 0 none;
  box-shadow: 0px 0px 0px;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  display: none;
}
.datepicker th {
  background-color: transparent;
}
th.table_section {
  background-color: #43d5ca;
  color: #ffffff;
}
.table_section h4 {
  line-height: 10px;
  margin: 6px 0 6px 0;
}
#ui-datepicker-div {
  z-index: 1151 !important;
}
/*** End interactions: when ***/
/*** PLAY SUMMARY ***/
.summary {
  background: #ffffff;
  color: #000000;
}
.summary span {
  color: #d54343;
}
.summary.checked {
  background: #43d5ca;
  color: #000000;
}
.summary.checked span {
  color: #388f58;
}
/*** Loader ***/
.loader {
  width: 25px;
  height: 25px;
  background: url(../images/loader.gif) no-repeat center center;
  margin: 0 auto;
  display: none;
}
/*** DRAG LINE ***/
.drag {
  display: block;
  border: 1px solid #888888;
  font-size: 14px;
  max-width: 130px;
  z-index: 130;
}
.drag span {
  margin: 5px;
}
.drag span.glyphicon {
  font-size: 22px;
}
.drag span.text {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.drag.beacon {
  border: none;
}
.drag.beacon .image {
  display: block;
  position: relative;
  border: none;
}
.drag.beacon span {
  display: block;
  position: relative;
  font-size: 10px;
}
.drag.beacon.area .image {
  border: 2px solid #43d5ca;
  border-radius: 50%;
  padding: 5px;
}
/*** CHECKBOX ***/
.checkbox label {
  max-height: 30px;
}
.checkbox-context label {
  margin-bottom: 0;
}
.checkbox-context label::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  left: 0;
  margin-left: 10px;
  border: 2px solid #43d5ca;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -ms-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-context label::after {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #000000;
}
.checkbox-context label::before {
  margin-left: 0;
  width: 15px;
  height: 15px;
}
.checkbox-context label::after {
  font-size: 10px;
  line-height: 10px;
  right: 4px;
  top: 2px;
}
.checkbox-context input[type="checkbox"]:checked + label::before {
  background-color: #43d5ca;
  border-color: #43d5ca;
}
.checkbox-context input[type="checkbox"]:checked + label::after {
  color: #ffffff;
  content: "\2713";
  font-size: 20px;
  line-height: 20px;
  width: auto;
  height: auto;
  position: absolute;
  display: block;
  left: auto;
  right: 6px;
  top: 4px;
  font-family: inherit;
  font-size: 10px;
  line-height: 10px;
  right: 4px;
  top: 2px;
}
/*** End checkbox ***/
/*** IMAGE MODAL - media library ***/
#galleryModal,
#videoSettings,
#contentModuleImageSettings {
  /*GALLERY*/
}
#galleryModal .modal-dialog,
#videoSettings .modal-dialog,
#contentModuleImageSettings .modal-dialog {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
#galleryModal .modal-content,
#videoSettings .modal-content,
#contentModuleImageSettings .modal-content {
  border: 3px solid #43d5ca;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
#galleryModal .modal-header,
#videoSettings .modal-header,
#contentModuleImageSettings .modal-header {
  border-bottom: 2px solid #43d5ca;
  padding: 10px;
}
#galleryModal .modal-title,
#videoSettings .modal-title,
#contentModuleImageSettings .modal-title {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 15px;
}
#galleryModal #gallery-modal-tag,
#videoSettings #gallery-modal-tag,
#contentModuleImageSettings #gallery-modal-tag {
  max-width: 200px;
  margin-left: 50px;
  display: inline;
}
#galleryModal #gallery-modal-serach,
#videoSettings #gallery-modal-serach,
#contentModuleImageSettings #gallery-modal-serach {
  max-width: 200px;
  margin-left: 10px;
  display: inline;
}
#galleryModal .modal-close,
#videoSettings .modal-close,
#contentModuleImageSettings .modal-close {
  float: right;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #43d5ca;
  background-color: #ffffff;
  border: 2px solid #43d5ca;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  padding: 5px 20px;
  margin: 5px 10px 0 0;
}
#galleryModal #gallery-image ul li,
#videoSettings #gallery-image ul li,
#contentModuleImageSettings #gallery-image ul li {
  list-style: none;
  margin-bottom: 25px;
}
#galleryModal #gallery_list,
#videoSettings #gallery_list,
#contentModuleImageSettings #gallery_list {
  margin-top: 40px;
  max-height: 300px;
  overflow: auto;
}
#galleryModal #gallery_list .thumbnail img,
#videoSettings #gallery_list .thumbnail img,
#contentModuleImageSettings #gallery_list .thumbnail img {
  height: 60px;
  margin-top: 10px;
}
#galleryModal #gallery_list .thumbnail .caption,
#videoSettings #gallery_list .thumbnail .caption,
#contentModuleImageSettings #gallery_list .thumbnail .caption {
  margin-top: 10px;
  padding: 0;
  text-align: center;
  color: #888888;
  height: 20px;
}
#galleryModal #gallery_list .thumbnail .caption p,
#videoSettings #gallery_list .thumbnail .caption p,
#contentModuleImageSettings #gallery_list .thumbnail .caption p {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#galleryModal #gallerydropzone_content,
#videoSettings #gallerydropzone_content,
#contentModuleImageSettings #gallerydropzone_content {
  display: none;
}
#galleryModal #gallery-image gallery_detail,
#videoSettings #gallery-image gallery_detail,
#contentModuleImageSettings #gallery-image gallery_detail {
  display: none;
  max-width: 99%;
  margin: 10px auto 0 auto;
}
#galleryModal .gallery_detail,
#videoSettings .gallery_detail,
#contentModuleImageSettings .gallery_detail {
  height: 200px;
  background-color: #ffffff;
  border: 4px solid #cfcfcf;
}
#galleryModal .gallery_detail h4,
#videoSettings .gallery_detail h4,
#contentModuleImageSettings .gallery_detail h4 {
  color: #888888;
  text-align: center;
}
#galleryModal .gallery_image_info,
#videoSettings .gallery_image_info,
#contentModuleImageSettings .gallery_image_info {
  background-color: #cfcfcf;
  height: 100%;
}
#galleryModal .gallery_image_info div,
#videoSettings .gallery_image_info div,
#contentModuleImageSettings .gallery_image_info div {
  font-size: 11px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
  margin-left: 5px;
}
#galleryModal .gallery_image_info span,
#videoSettings .gallery_image_info span,
#contentModuleImageSettings .gallery_image_info span {
  font-weight: normal;
}
#galleryModal #gallery-image .dropzone-area,
#videoSettings #gallery-image .dropzone-area,
#contentModuleImageSettings #gallery-image .dropzone-area {
  margin: 10px auto 0 auto;
  max-width: 99%;
  min-height: 180px;
  background-color: #ffffff;
  border: 3px dashed #cfcfcf;
}
#galleryModal #gallery_add_select_button,
#videoSettings #gallery_add_select_button,
#contentModuleImageSettings #gallery_add_select_button {
  float: right;
  margin-right: 10px;
}
#galleryModal .video-btn-update,
#videoSettings .video-btn-update,
#contentModuleImageSettings .video-btn-update,
#galleryModal .contentmodule-image-btn-update,
#videoSettings .contentmodule-image-btn-update,
#contentModuleImageSettings .contentmodule-image-btn-update,
#galleryModal .gallery-btn-update,
#videoSettings .gallery-btn-update,
#contentModuleImageSettings .gallery-btn-update {
  color: #43d5ca;
  font-weight: bold;
  font-size: 12px;
}
#galleryModal .video-btn-delete,
#videoSettings .video-btn-delete,
#contentModuleImageSettings .video-btn-delete,
#galleryModal .contentmodule-image-btn-delete,
#videoSettings .contentmodule-image-btn-delete,
#contentModuleImageSettings .contentmodule-image-btn-delete,
#galleryModal .gallery-btn-delete,
#videoSettings .gallery-btn-delete,
#contentModuleImageSettings .gallery-btn-delete {
  color: #d54343;
  font-weight: bold;
  font-size: 12px;
  margin-right: 20px;
}
#galleryModal #content_module_image_settings_img,
#videoSettings #content_module_image_settings_img,
#contentModuleImageSettings #content_module_image_settings_img {
  height: 200px;
}
#galleryModal .modal-body,
#videoSettings .modal-body,
#contentModuleImageSettings .modal-body {
  padding: 30px;
}
#galleryModal .title,
#videoSettings .title,
#contentModuleImageSettings .title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 12px;
}
#galleryModal input.jcrop-keymgr,
#videoSettings input.jcrop-keymgr,
#contentModuleImageSettings input.jcrop-keymgr {
  display: none !important~"";
}
#galleryModal #content-img-crop,
#videoSettings #content-img-crop,
#contentModuleImageSettings #content-img-crop {
  width: 100%;
  margin-left: -15px;
}
#galleryModal .btn-crop-type,
#videoSettings .btn-crop-type,
#contentModuleImageSettings .btn-crop-type {
  background-color: #f7f7f7;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}
#galleryModal .btn-crop-type > :first-child,
#videoSettings .btn-crop-type > :first-child,
#contentModuleImageSettings .btn-crop-type > :first-child {
  width: 100%;
  height: 130px;
  padding-top: 30px;
  text-align: center;
}
#galleryModal .btn-crop-type-rect,
#videoSettings .btn-crop-type-rect,
#contentModuleImageSettings .btn-crop-type-rect {
  width: 70px;
  height: 70px;
  border: 2px dashed #43d5ca;
  margin: 0 auto 0 auto;
}
#galleryModal .btn-crop-type-title,
#videoSettings .btn-crop-type-title,
#contentModuleImageSettings .btn-crop-type-title {
  color: #43d5ca;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
}
#galleryModal #image_crop_thumb,
#videoSettings #image_crop_thumb,
#contentModuleImageSettings #image_crop_thumb {
  width: 300px;
}
#galleryModal .image_crop_thumb_btn,
#videoSettings .image_crop_thumb_btn,
#contentModuleImageSettings .image_crop_thumb_btn {
  width: 300px;
  height: 20px;
  visibility: hidden;
}
#galleryModal .image_crop_thumb_cancel,
#videoSettings .image_crop_thumb_cancel,
#contentModuleImageSettings .image_crop_thumb_cancel,
#galleryModal .image_crop_thumb_done,
#videoSettings .image_crop_thumb_done,
#contentModuleImageSettings .image_crop_thumb_done {
  height: 25px;
  color: #ffffff;
  text-align: center;
}
#galleryModal .image_crop_thumb_cancel,
#videoSettings .image_crop_thumb_cancel,
#contentModuleImageSettings .image_crop_thumb_cancel {
  background-color: #d54343;
}
#galleryModal .image_crop_thumb_done,
#videoSettings .image_crop_thumb_done,
#contentModuleImageSettings .image_crop_thumb_done {
  background-color: #43d5ca;
}
#galleryModal #video_add_button,
#videoSettings #video_add_button,
#contentModuleImageSettings #video_add_button {
  float: right;
  margin-right: 10px;
}
#galleryModal .select,
#videoSettings .select,
#contentModuleImageSettings .select {
  border: 2px solid #43d5ca;
}
/*** End image modal ***/
.panel-heading:hover {
  background-color: #ffa61b;
  cursor: pointer;
}
/*** VARIOUS ***/
.ui-selectmenu-open {
  font-size: 10px;
}
.beacon_row:nth-child(1) .remove_beacon {
  display: none;
}
.btn.add_action .closeText {
  display: none;
}
.btn.closeForm .addText {
  display: none;
}
/* main layout */
#main {
  float: left;
  position: relative;
  width: 80%;
  left: 17%;
  margin-top: 80px;
}
/* event_box*/
#list_events li {
  display: block;
  background-color: #ffffff;
  text-transform: capitalize;
}
#list_events li:hover {
  background-color: #f7f7f7;
}
.event_box {
  position: relative;
  width: 10%;
  padding-bottom: 10%;
  float: left;
  height: 0;
  text-align: center;
  vertical-align: middle;
}
.event_box:hover {
  border-bottom: 10px solid #527395;
}
.event_box.active {
  border-bottom: 10px solid #527395;
}
.event_box h2 {
  margin: 0;
}
.event_box h2 a {
  display: block;
  padding: 28% 0 30% 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.event_box h2 a span {
  font-size: 30px;
  padding-bottom: 10px;
}
#type.event_box {
  background-color: #d54343;
}
#users.event_box {
  background-color: #ffbb33;
}
#when.event_box {
  background-color: #33b5e5;
}
#where.event_box {
  background-color: #aa66cc;
}
#action.event_box {
  background-color: #99cc00;
}
.section_event {
  background-color: #ffffff;
}
/*end event_box */
/* ProgressBar Circle */
.pb-wrapper {
  width: 1em;
  height: 1em;
  font-size: 500%;
  /* Enable clipping */
  position: absolute;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -ms-animation-name: spin;
  -o-animation-name: spin;
  animation-name: spin;
}
.pb-circle {
  /* Subtract the width of the border * 2 */
  width: 1em;
  height: 1em;
  border: 0.1em solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5em;
  position: absolute;
  clip: rect(0px, 0.5em, 1em, 0px);
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.pb-circle-wrap-right {
  position: absolute;
  left: 1em;
  top: 1em;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  clip: rect(0em, 0.5em, 1em, 0);
}
.pb-circle-wrap-left {
  position: absolute;
  clip: rect(0em, 0.5em, 1em, 0);
}
.pb-circle-left {
  -webkit-animation-name: spin-left;
  -moz-animation-name: spin-left;
  -ms-animation-name: spin-left;
  -o-animation-name: spin-left;
  animation-name: spin-left;
}
.pb-circle-right {
  -webkit-animation-name: spin-right;
  -moz-animation-name: spin-right;
  -ms-animation-name: spin-right;
  -o-animation-name: spin-right;
  animation-name: spin-right;
}
@-webkit-keyframes spin-right {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-left {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*** End various ***/
/*** RESPONSIVE ***/
@media only screen and (min-width: 1367px) and (max-width: 1920px) {
  /*main_stage*/
  #main_stage .middle-block-dashboard h2,
  #main_stage .middle-block h2 {
    font-size: 16px;
  }
  #main_stage .middle-block-dashboard h4,
  #main_stage .middle-block h4 {
    font-size: 16px;
  }
  /*end main_stage*/
}
@media only screen and (max-width: 1366px) {
  /*main_stage*/
  #main_stage .middle-block-dashboard h2,
  #main_stage .middle-block h2 {
    font-size: 16px;
  }
  #main_stage .middle-block-dashboard h4,
  #main_stage .middle-block h4 {
    font-size: 16px;
  }
  #main_stage #event_menu li > a {
    padding: 8px;
  }
  /*WHAT*/
  .action_block .panel-heading h4 {
    font-size: 12px;
    white-space: nowrap;
  }
  /*End what*/
  /*HOW*/
  #switch_triggers .trigger_icon .trigger_text {
    font-size: 18px;
  }
  /*End how*/
}
@media only screen and (max-width: 1024px) {
  /*main_stage*/
  #main_stage #event_menu li > a {
    padding: 8px;
  }
  #dashboard_grid {
    max-height: 550px;
  }
  #main_stage #main_container #dashboard_grid .grid-wrap #grid_phone #grid_container {
    min-width: inherit;
  }
  /*end main_stage*/
}
@media (max-width: 768px) {
  /* topbar */
  #top_bar {
    height: 85px;
  }
  /*End topbar*/
  #interaction_select_dash .select_dash_text {
    font-size: 16px;
    min-width: initial;
  }
  .trigger_block .panel-heading h4 span,
  .action_block .panel-heading h4 span {
    font-size: 16px;
  }
  .geo-map-buttons {
    bottom: 10%;
    right: 12px;
    margin-left: 0;
  }
  #block_who .row_rule {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #block_who .row_rule > div:last-child {
    text-align: left;
  }
}
@media (max-width: 991px) {
  #main_stage #main_container #dashboard_grid .grid-wrap #grid_phone {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /*WHAT*/
  button.btn.btn-info.btn-sm.add_preview_image {
    white-space: normal;
    font-size: 10px;
  }
  #dashboard_detail {
    min-height: 500px;
  }
  /*End what*/
  /*WHO*/
  button.btn.btn-sm.btn-success.pull-right.m10w {
    position: absolute;
    right: 0;
    bottom: 10px;
  }
  /*End who*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  /*WHAT*/
  .action_block .panel-heading h4 {
    font-size: 12px;
    white-space: normal;
  }
  #dashboard_detail {
    min-height: 500px;
  }
  /*End what*/
}
/*** End responsive ***/
