.smooth-transition {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.btn {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.fa-minus-circle {
  padding-left: 3px;
  padding-right: 0;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
#active-item {
  margin-bottom: 15px;
  padding-left: 0;
  text-align: center;
  
}
.modal.fade.ng-isolate-scope.in input.grey-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
}
#active-item h3 {
  margin-top: 0px;
}
.ng-scope {
  margin-bottom: 10px;
}
.tab-content h2 {
  background: transparent;
  border-left-width: 0;
  border-right-width: 0;
  color: #2e6277;
  margin: 5px 0 4px;
  padding-bottom: 0;
}
.tab-content h3 {
  color: #2a2a2a;
  margin-bottom: 4px;
}
.grey-input {
  background-color: #E5E5E5;
  color: #818181;
  border: none;
}
.menu-search-input {
  background-color: #eff5f9;
  border: 2px solid #D3D3D3;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 15px;
  z-index: 5;
  color: black;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.menu-search-input:hover {
  border: 2px solid rgba(0, 0, 0, 0.6) !important;
}
.menu-search-input:active,
.menu-search-input:focus {
  outline: none;
  border: 3px solid rgba(0, 0, 0, 0.6) !important;
}
::-webkit-input-placeholder {
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
}
:-ms-input-placeholder {
  font-style: italic;
}
ng-include {
  position: initial;
}
.container-fluid {
  background-color: inherit;
  box-shadow: none;
}
.container-fluid .row.page-header {
  margin-top: 0;
}
.container-fluid .row h1 {
  color: #3d809b;
}
.container-fluid .row .tabbable {
  background-color: #eff5f9;
}
.container-fluid .row .tabbable .nav-tabs {
  border-bottom: 10px solid #b5cad8;
  padding-bottom: 5px;
}
.container-fluid .row .tabbable .nav-tabs li {
  background-color: #F0592B;
  cursor: pointer;
  margin-right: 3px;
  opacity: 0.6;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .nav-tabs li.active {
  padding-right: 5px;
  opacity: 1;
}
.container-fluid .row .tabbable .nav-tabs li:hover {
  background-color: #F0592B;
  opacity: 1;
}
.container-fluid .row .tabbable .nav-tabs li a {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: white;
  display: inline-block;
}
.container-fluid .row .tabbable .nav-tabs li a:hover {
  border: none;
}
.container-fluid .row .tabbable .nav-tabs li a span:hover {
  cursor: text;
}
.container-fluid .row .tabbable .nav-tabs li a input {
  color: black;
}
.container-fluid .row .tabbable .tab-content .page-header {
  border-bottom: none;
  margin: 10px 0 0 0;
  padding-bottom: 0;
  z-index: 1;
}
.container-fluid .row .tabbable .tab-content .side-bar {
  background-color: #eff5f9;
  border-right: 5px solid #D3D3D3;
  margin-top: 10px;
  overflow: auto;
}
.container-fluid .row .tabbable .tab-content .side-bar .section-title {
  margin-left: -15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px 0px 15px;
}
.container-fluid .row .tabbable .tab-content .side-bar .host .tags {
  background-color: #b5cad8 !important;
}
.container-fluid .row .tabbable .tab-content .side-bar .host .tags input {
  background-color: white !important;
  width: 70px;
}
.container-fluid .row .tabbable .tab-content .side-bar .reorder i {
  padding-right: 0;
}
.container-fluid .row .tabbable .tab-content .side-bar .reorder:hover {
  cursor: pointer !important;
}
.container-fluid .row .tabbable .tab-content .side-bar .quicklinks {
  list-style-type: none;
  padding-left: 0;
}
.container-fluid .row .tabbable .tab-content .side-bar .quicklinks a {
  font-size: 1.1em;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .side-bar .quicklinks a:hover {
  text-decoration: none;
  color: #4e4e4e;
  cursor: pointer;
}
.container-fluid .row .tabbable .tab-content .side-bar .description {
  background-color: #eff5f9 !important;
  border: 2px solid #D3D3D3 !important;
  border-radius: 6px;
  min-height: 50px;
  padding: 10px;
  margin-bottom: 15px;
  z-index: 5;
  color: black !important;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .side-bar .description:hover {
  border: 2px solid rgba(0, 0, 0, 0.6) !important;
}
.container-fluid .row .tabbable .tab-content .side-bar .description:active,
.container-fluid .row .tabbable .tab-content .side-bar .description:focus {
  border: 3px solid rgba(0, 0, 0, 0.6) !important;
  outline: none;
}
.container-fluid .row .tabbable .tab-content .side-bar .featured-items p {
  margin-top: 10px;
}
.container-fluid .row .tabbable .tab-content .side-bar .featured-items p a {
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .side-bar .featured-items p a:hover {
  text-decoration: none;
  color: #4e4e4e;
}
.container-fluid .row .tabbable .tab-content .side-bar .featured-items p a i {
  margin-right: -5px;
}
@media (max-width: 930px) {
  .container-fluid .row .tabbable .tab-content .side-bar {
    border-right: none;
  }
}
.container-fluid .row .tabbable .tab-content .subsection {
  background-color: #3d809b;
  clear: none;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
}
.container-fluid .row .tabbable .tab-content .subsection.inactive {
  opacity: 0.5;
}
.container-fluid .row .tabbable .tab-content .subsection .inactive-icon {
  color: #aa0022;
  position: absolute;
  top: 5px;
  left: 5px;
}
.container-fluid .row .tabbable .tab-content .subsection div.inactive-notice {
  border: 3px double #aa0022;
  border-radius: 5px;
  margin: 15px 0;
  padding: 15px;
  text-align: center;
}
.container-fluid .row .tabbable .tab-content .subsection div.inactive-notice h3 {
  margin-top: 0;
  color: #aa0022;
}
.container-fluid .row .tabbable .tab-content .subsection .description {
  background-color: #b5cad8 !important;
  min-height: 50px;
  padding: 10px;
  color: black;
  margin-bottom: 15px;
  border: 2px solid transparent !important;
  border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .description:hover {
  border: 2px solid white !important;
}
.container-fluid .row .tabbable .tab-content .subsection .description:focus {
  border: 2px solid white !important;
  outline: none;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 {
  display: inline-block;
  vertical-align: top;
  width: 79%;
  font-size: 30px;
  color: white;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 i {
  font-size: 25px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 > input {
  background-color: transparent !important;
  color: white !important;
  cursor: pointer;
  font-size: 40px;
  border: 2px solid transparent !important;
  border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  margin-left: 30px;
  width: 100%;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 > input:hover {
  border: 2px solid white !important;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 > input:focus {
  outline: none;
  border: 2px solid white !important;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header h1 > span {
  font-size: 35px;
  margin-left: 10px;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .menu-widget {
  top: 23.4px;
  right: 40px;
  background-color: transparent;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .menu-widget a {
  color: white;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .menu-widget a:hover {
  text-decoration: none;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .widget-toggle {
  position: absolute;
  right: 10px;
  top: 15px;
  color: white;
  font-size: 28px;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .widget-toggle:hover {
  color: #F0592B;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .chevron-toggle {
  position: absolute;
  left: 12px;
  top: 21px;
  color: white;
  font-size: 23px;
}
.container-fluid .row .tabbable .tab-content .subsection .page-header .chevron-toggle:hover {
  color: #F0592B;
}
.container-fluid .row .tabbable .tab-content .subsection .item-body {
  padding-left: 15px;
  background-color: white;
  border-radius: 5px;
  border-top-left-radius: 2.3em;
  border-top-right-radius: 2.3em;
}
.container-fluid .row .tabbable .tab-content .subsection .item-body img:hover {
  cursor: pointer;
}
.container-fluid .row .tabbable .tab-content .subsection .new-item {
  text-align: center;
  margin-bottom: -3px;
  cursor: pointer;
  background-color: #438ba8;
  border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .new-item:hover {
  background-color: #7badc2;
}
.container-fluid .row .tabbable .tab-content .subsection .new-item a {
  color: white;
  font-size: 20px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 10px 0;
}
.container-fluid .row .tabbable .tab-content .subsection .new-item a:hover {
  text-decoration: none;
}
.container-fluid .row .tabbable .tab-content .subsection .item {
  padding: 0;
  margin-left: 0;
  margin-bottom: 10px;
}
.container-fluid .row .tabbable .tab-content .subsection .item.current .page-header {
  margin-bottom: 15px;
}
.container-fluid .row .tabbable .tab-content .subsection .item.inactive {
  opacity: 0.5;
}
.container-fluid .row .tabbable .tab-content .subsection .item h3 {
  color: #4e4e4e;
}
.container-fluid .row .tabbable .tab-content .subsection .item p {
  color: #4e4e4e;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-description {
  min-height: 203px;
  padding: 10px;
  border: 2px solid #D3D3D3;
  color: black;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-description:hover {
  border: 2px solid #4e4e4e;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-description:focus {
  border: 2px solid #4e4e4e;
  outline: none;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image {
  min-height: 203px;
  border: 2px dashed #d3d3d3;
  padding: 0;
  position: relative;
  border-radius: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image .no-image img {
  display: block;
  height: 66px;
  width: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 33px);
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image .tooltip-info + .tooltip {
  width: 125px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image .tooltip-info + .tooltip > .tooltip-inner {
  width: 115px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image .fa-minus-circle {
  color: red;
}
.container-fluid .row .tabbable .tab-content .subsection .item .item-image:hover {
  border: 2px dashed #4e4e4e;
  cursor: pointer;
}
@media (max-width: 992px) {
  .container-fluid .row .tabbable .tab-content .subsection .item .item-image,
  .container-fluid .row .tabbable .tab-content .subsection .item .description-wrapper {
    margin-top: 10px;
  }
}
.container-fluid .row .tabbable .tab-content .subsection .item .widget-toggle {
  top: 20px;
  font-size: 22px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .menu-widget {
  margin-top: 23px;
  top: 0;
  right: 34px;
  background-color: transparent;
}
.container-fluid .row .tabbable .tab-content .subsection .item .menu-widget a {
  color: white;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag {
  padding-left: 0;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag:last-child {
  padding-bottom: 10px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag span {
  margin-bottom: 0;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .add-link {
  display: block;
  min-width: 116px;
  margin-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .add-link:hover {
  color: #4e4e4e;
  cursor: pointer;
  text-decoration: none;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .add-link i {
  margin-right: -5px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .remove-item-button {
  cursor: pointer;
  color: #4e4e4e;
  position: relative;
  padding-left: 5px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .remove-item-button:hover {
  cursor: pointer;
  color: red;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .associated-item {
  background-color: #eee;
  border-radius: 3px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  padding: 7px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .associated-item img {
  height: 40px;
  width: 1px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .associated-item img[src] {
  width: auto;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .tags {
  border-radius: 3px;
  background-color: #eee;
  color: #aaa;
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
  padding: 3px 10px;
  vertical-align: middle;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .tags:hover {
  cursor: pointer;
  opacity: 1;
}
.container-fluid .row .tabbable .tab-content .subsection .item .tag .tags.selected {
  background-color: #337ab7;
  color: #fff;
  opacity: 1;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices h3 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices > p {
  padding-left: 15px;
  color: #337ab7;
  font-size: 15.4px;
  cursor: pointer;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices > p:hover {
  color: #23527c;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices > p i {
  margin-right: -5px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices .price {
  padding-left: 0;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices .price .remove-item-button {
  top: 10px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices .price input {
  margin-right: 3px;
  border-radius: 5px;
  background-color: white !important;
  border: 2px solid #D3D3D3 !important;
  height: 40px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices .price input:hover {
  border: 2px solid #4e4e4e !important;
  color: black !important;
}
.container-fluid .row .tabbable .tab-content .subsection .item .prices .price input:focus {
  border: 2px solid #4e4e4e !important;
  color: black !important;
  outline: none;
}
.container-fluid .row .tabbable .tab-content .subsection .item .location {
  margin-bottom: 7px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .location p {
  font-size: 17px;
  margin: 0;
  cursor: pointer;
}
.container-fluid .row .tabbable .tab-content .subsection .item .page-header {
  margin: 0;
  background-color: #2e6277;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .subsection .item .page-header:hover {
  background-color: #578192;
  cursor: pointer;
}
.container-fluid .row .tabbable .tab-content .subsection .item .page-header h1 {
  margin: 15px 0;
  color: white;
  font-size: 28px !important;
}
.container-fluid .row .tabbable .tab-content .subsection .item .page-header h1 i.fa-pencil {
  margin-right: 8px;
}
.container-fluid .row .tabbable .tab-content .subsection .item .page-header h1 input {
  font-size: 30px;
}
.container-fluid .row .tabbable .tab-content .new-category-link {
  background-color: #3d809b;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  opacity: 0.6;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.container-fluid .row .tabbable .tab-content .new-category-link:hover {
  opacity: 1;
}
.container-fluid .row .tabbable .tab-content .new-category-link a {
  color: white;
  font-size: 20px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.container-fluid .row .tabbable .tab-content .new-category-link a:hover {
  text-decoration: none;
}
.section-id-label {
  margin-bottom: 10px;
  font-size: 10px;
}
.subsection-id-label {
  font-size: 10px;
}
div.menu-widget {
  border-radius: 2px;
  display: none;
  width: 155px;
  position: absolute;
  right: 30px;
  text-align: center;
  vertical-align: top;
  padding-top: 4px;
}
div.menu-widget.open {
  display: inline-block;
  background-color: white;
}
div.menu-widget a {
  padding: 3px;
}
div.menu-widget a i {
  font-size: 18px;
}
.nav .menu-widget {
  top: 29px;
  left: 2px;
  z-index: 10;
}
.nav .menu-widget a {
  background-color: white !important;
  color: #3d809b !important;
}
.active > i.fa.fa-eye,
.inactive > i.fa.fa-eye-slash {
  display: inline-block;
}
.inactive > i.fa.fa-eye,
.active > i.fa.fa-eye-slash {
  display: none;
}
.featured-items {
  margin-bottom: 15px;
}
.featured-items h3 {
  color: #fff;
}
.featured-items .featured-item {
  background-color: #b5cad8;
  border-radius: 5px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  padding: 4px 0 5px 7px;
  vertical-align: middle;
  cursor: default;
}
.featured-items .featured-item img {
  height: 10px;
  width: 1px;
}
.featured-items .featured-item img[src] {
  width: auto;
}
.featured-items .featured-item a i {
  top: 1px;
}
.featured-items .featured-item a i:hover {
  cursor: pointer;
}
.featured-items .featured-item-add {
  color: #fff;
  vertical-align: middle;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
.featured-items .featured-item-add:hover {
  text-decoration: none;
  color: #4e4e4e;
}
.featured-items .featured-item-add i {
  margin-right: -5px;
}
.featured-items .featured-item-add:hover {
  cursor: pointer;
}
.popover {
  /*min-width: 100px;*/
  top: 20px !important;
  /*left: -43px !important;*/
}
.popover-title {
  color: black !important;
}
div.arrow {
  background-color: #4e4e4e !important;
}
tags-input .tags .tag-item {
  background: -webkit-linear-gradient(top, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
  background: linear-gradient(to bottom, #f0f9ff 0, #cbebff 47%, #a1dbff 100%);
}
#ui-datepicker-div {
  z-index: 1051 !important;
}
#main-content .button {
  display: inline-block;
  margin-left: 0;
}
div.cke_editable {
  color: #A0AAB5;
  border-radius: 5px;
}
div.cke_editable.real-data {
  color: black;
  font-style: normal;
}
.legend-header-footer {
  clear: both;
  float: none;
  margin-top: 11px;
  width: 100%;
  height: 1px;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #ffffff), color-stop(0.1, #dddddd), color-stop(0.9, #dddddd), color-stop(1, #ffffff));
  background-image: -moz-linear-gradient(left center, #ffffff 0%, #dddddd 10%, #dddddd 90%, #ffffff 100%);
}
.fa-bars {
  padding: 2px;
}
.modal-content {
  background-color: #eff5f9;
}
.modal-content .modal-header {
  background-color: #3d809b;
  color: white;
}
.modal-content .modal-footer {
  border-color: rgba(169, 169, 169, 0.57);
}
#move-interface-sections {
  padding: 0 15px;
  list-style-type: none;
}
#move-interface-sections .ng-scope {
  margin-bottom: 0;
}
#move-interface-sections h2 {
  font-weight: 400 !important;
}
#move-interface-sections h3 {
  font-weight: 400 !important;
  margin-top: 0;
}
#move-interface-sections .section .section-name {
  border-bottom: thin solid #a0a0a0;
}
#move-interface-sections .section .section-name:hover {
  cursor: default;
}
#move-interface-sections .section .hoverable {
  background-color: #eff5f9;
  border: 3px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: move;
}
#move-interface-sections .section .hoverable.hovered {
  border-color: #a4becf;
}
#move-interface-sections .section .app {
  border: 3px solid #a4becf;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#move-interface-sections .section .app.placeholder {
  border-style: dashed;
  border-width: 1px;
}
#move-interface-sections .section .ui-sortable-helper {
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.75);
  border-color: #a4becf;
  cursor: move;
}
#move-interface-sections .section .subsections {
  padding-left: 0;
  margin-left: 30px;
}
#move-interface-sections .section .subsections .subsection {
  cursor: move;
}
#move-interface-sections .section .subsections .subsection .subsection-name {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
#move-interface-sections .section .subsections .subsection .items .item .item-name {
  margin: 0;
  display: inline-block;
  width: 100%;
  padding: 0 5px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
}
#move-interface-sections .section .subsections .subsection .items .item .current {
  font-weight: bold;
}
.clickable {
  cursor: pointer;
  user-select: none;
}
.clickable i {
  padding-left: 5px;
}
#embed-preview-overlay {
  position: absolute;
  right: 10px;
  left: 10px;
  top: 10px;
  bottom: 10px;
  background: white;
  z-index: 100000;
}
#embed-preview-overlay .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
}
#embed-preview-iframe {
  width: 100%;
  height: 100%;
}