html,
body {
  height: 100%;
}
.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}
.wrap > .container {
  padding: 70px 15px 20px;
}
.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view th {
  white-space: nowrap;
}
.hint-block {
  color: #999;
  display: block;
  font-size: 13px;
  font-style: italic;
  margin-top: 5px;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}
@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}
.nav > li > form > button.logout:focus {
  outline: none;
}
/** Overrides **/
.content {
  padding-bottom: 60px;
}
.button-list {
  display: block;
  list-style: none;
  padding: 0;
}
.button-list li a {
  display: block;
  text-align: left;
}
.btn.as-text:hover,
.btn.as-text:focus {
  background-color: #fff;
  border-color: #ccc;
  cursor: default;
}
.btn-primary .label-primary {
  background-color: #285f8f;
}
.btn.loading {
  padding-left: 28px;
  position: relative;
}
.btn.btn-lg.loading {
  padding-left: 38px;
}
.btn.loading:before {
  border-radius: 20px;
  background: 0;
  border: 3px solid rgba(255, 255, 255, 0.8);
  border-top-color: rgba(255, 255, 255, 0.4);
  content: "";
  display: block;
  height: 18px;
  margin-top: -9px;
  width: 18px;
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-animation: btn-loading 1.6s linear infinite;
  animation: btn-loading 1.6s linear infinite;
}
.btn.btn-lg.loading:before {
  border-width: 4px;
  height: 24px;
  margin-top: -12px;
  width: 24px;
  left: 8px;
}
@-webkit-keyframes btn-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes btn-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.table.table-sm {
  font-size: 12px;
}
.table .snug {
  white-space: nowrap;
  width: 30px;
}
.table .w100 {
  width: 100px;
}
.table .w100 .form-control {
  width: 100%;
}
.table .tag-label {
  cursor: default;
}
.table .tag-label:hover,
.table .tag-label:focus {
  opacity: 0.8;
}
.table .tag-trigger {
  background-color: #5b80a5;
}
.table .tag-action {
  background-color: #5ba58c;
}
.table .actions {
  text-align: center;
}
.table .actions a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.table .actions .btn-link {
  border: 0;
  padding: 0;
}
select.form-control {
  width: auto;
}
select.form-control.full-width {
  width: 100%;
}
.form-control.input-width-xs {
  width: 120px;
}
.form-control.max-width-sm {
  max-width: 480px;
}
.control-label.has-tooltip {
  border-bottom: 1px dashed #0097cf;
  cursor: help;
}
.control-label.label-sm {
  color: #777;
  font-size: 12px;
}
.help-block {
  font-size: 12px;
  font-style: italic;
}
.switchwrap .control-label {
  display: inline-block;
  vertical-align: middle;
}
.switchwrap .control-label:first-child {
  margin: 0 4px 2px 0;
}
.switchwrap .control-label:last-child {
  margin: 0 0 2px 4px;
}
.switchwrap .switchbox {
  vertical-align: middle;
}
.switchbox {
  cursor: pointer;
  display: inline-block;
  height: 34px;
  margin: 0;
  padding: 8px 4px;
  vertical-align: top;
  width: 56px;
  position: relative;
  overflow: hidden;
}
.switchbox > span {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #eee;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
}
.switchbox > span:before {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  background: #fff;
  border: 1px solid #ccc;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 10;
  -webkit-transition: left 400ms;
  transition: left 400ms;
}
.switchbox input {
  display: block;
  margin: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -14px;
}
.switchbox input:checked + span {
  background: #9acd32;
  border-color: #81b432;
}
.switchbox input:checked + span:before {
  left: 28px;
}
.switchbox.switch-sm {
  height: 24px;
  padding: 6px 4px;
  width: 36px;
}
.switchbox.switch-sm > span:before {
  height: 18px;
  width: 18px;
}
.switchbox.switch-sm input:checked + span:before {
  left: 18px;
}
.switchradio {
  display: inline-block;
  position: relative;
}
.switchradio:before,
.switchradio:after {
  content: " ";
  display: table;
  width: 100%;
}
.switchradio:after {
  clear: both;
}
.switchradio .switch {
  display: block;
  float: left;
  margin: 0;
}
.switchradio .switch .radioBtn {
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  color: #333;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  margin-left: -1px;
  padding: 6px 12px;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switchradio .switch:first-child .radioBtn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-left: 0;
}
.switchradio .switch:last-child .radioBtn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.switchradio .switch input {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  z-index: 1;
}
.switchradio .switch input:hover:not(.disabled) + .radioBtn,
.switchradio .switch input:hover:not(:disabled) + .radioBtn {
  color: #2e6da4;
}
.switchradio .switch input:active + .radioBtn {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.switchradio .switch input:checked + .radioBtn {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #fff !important;
}
.switchradio .switch .radioBtn svg {
  display: inline-block;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px;
  position: relative;
  top: -1px;
}
.switchradio .switch input:hover:not(.disabled) + .radioBtn svg path,
.switchradio .switch input:hover:not(:disabled) + .radioBtn svg path {
  fill: #2e6da4;
}
.switchradio .switch input:checked + .radioBtn svg path {
  fill: #fff !important;
}
.switchradio .switch input.disabled + .radioBtn,
.switchradio .switch input[disabled] + .radioBtn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 0.45;
}
.input-group-btn .form-control {
  display: inline-block;
  float: none;
  width: auto;
}
.input-group-btn .form-control:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.modal.modal-fluid .modal-dialog {
  width: 92%;
}
.modal .modal-action {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
}
.modal .modal-action .btn {
  min-width: 240px;
}
.panel-group .panel-heading:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #ddd;
}
.form-group .lt-textarea,
.form-group .rt-textarea {
  height: 150px;
}
.table tbody td {
  position: relative;
}
.table tbody td .tooltip-inner {
  min-width: 200px;
}
.table tbody td .tooltip.top {
  top: auto !important;
  left: 0 !important;
  bottom: 100%;
  max-width: 100%;
}
.table tbody td .tooltip.top .tooltip-arrow {
  left: 50% !important;
}
.table tbody td .tooltip.left {
  left: auto !important;
  right: 100%;
}
.url-tip {
  display: inline-block;
  vertical-align: top;
}
.table tbody td .tooltip-container .tooltip.top .tooltip-inner {
  max-width: 100%;
}
.table tbody td .tooltip-container .tooltip.top .tooltip-arrow {
  left: 20px !important;
}
.tooltip {
  white-space: pre-wrap;
}
.tooltip .tooltip-inner {
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: none;
  -moz-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.log-icon {
  display: inline-block;
  white-space: nowrap;
  vertical-align: top;
}
.log-icon > img {
  display: inline-block;
  height: 16px;
  width: auto;
}
.log-icon > img + img {
  margin-left: 4px;
}
/** Popup Composer **/
#variantsManager.hide {
  display: block !important;
}
#variantsManager.hide li.has-remove,
#variantsManager.hide .add-popup-variant {
  display: none !important;
}
.tabs-wrapper {
  padding: 8px 8px 0;
  position: relative;
  z-index: 2;
}
.tabs-wrapper:before,
.tabs-wrapper:after {
  content: " ";
  display: table;
  width: 100%;
}
.tabs-wrapper:after {
  clear: both;
}
.tabs-wrapper .add-popup-variant {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #777;
  display: block;
  float: left;
  font-size: 12px;
  height: 29px;
  line-height: 20px;
  margin-top: 2px;
  margin-left: 4px;
  padding: 4px 8px;
}
.tabs-wrapper .add-popup-variant:hover,
.tabs-wrapper .add-popup-variant:focus,
.tabs-wrapper .add-popup-variant:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #337ab7;
}
.variant-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.variant-tabs ul {
  display: none;
}
.variant-tabs > li {
  display: block;
  float: left;
  margin-left: 4px;
  position: relative;
}
.variant-tabs > li .switch {
  -webkit-box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -4px 4px -4px rgba(0, 0, 0, 0.15);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  color: #555;
  display: block;
  line-height: 20px;
  margin-top: 2px;
  padding: 4px 8px;
}
.variant-tabs > li .switch:hover,
.variant-tabs > li .switch:focus {
  border-color: #ddf;
  text-decoration: none;
}
.variant-tabs > li.active .switch {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc;
  border-bottom: 1px solid #fff;
  color: #337ab7;
  font-weight: bold;
  margin-top: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -1px;
}
.variant-tabs > li.active .switch:hover,
.variant-tabs > li.active .switch:focus {
  color: #337ab7;
}
.variant-tabs > li.has-remove .switch {
  padding-right: 24px;
}
.variant-tabs > li .remove {
  color: #999;
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-top: -9px;
  text-align: center;
  width: 18px;
  position: absolute;
  right: 2px;
  top: 50%;
}
.variant-tabs > li .remove:hover,
.variant-tabs > li .remove:focus {
  color: #dd1e1e;
  text-decoration: none;
}
.tabs-content-wrapper {
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 24px;
  position: relative;
  z-index: 1;
}
.tabs-content-wrapper:before,
.tabs-content-wrapper:after {
  content: " ";
  display: table;
  width: 100%;
}
.tabs-content-wrapper:after {
  clear: both;
}
#previewWrap.maximized .preview-main,
#previewWrap.maximized .preview-form {
  float: none;
  width: 100%;
  left: auto;
  right: auto;
}
.preview-popup-wrap {
  position: relative;
  z-index: 2;
}
.preview-popup-wrap:before,
.preview-popup-wrap:after {
  content: " ";
  display: table;
  width: 100%;
}
.preview-popup-wrap:after {
  clear: both;
}
.popup-toolbar {
  border-radius: 4px 4px 0 0;
  background: #f6f6f6;
  border: 1px solid #ccc;
  padding: 3px;
}
.popup-toolbar:before,
.popup-toolbar:after {
  content: "";
  display: table;
  width: 100%;
}
.popup-toolbar:after {
  clear: both;
}
.popup-toolbar .btn.disabled,
.popup-toolbar .btn[disabled] {
  opacity: 1;
}
.popup-toolbar .btn.disabled > span,
.popup-toolbar .btn[disabled] > span {
  opacity: 0.4;
}
.popup-preview-area {
  border-radius: 4px;
  background: #eee;
  border: 1px solid #ccc;
  display: block;
  margin: 0 0 20px;
  height: 400px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.popup-preview-area #popupBlock {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  min-width: 300px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
}
.popup-preview-area .data-grid {
  min-height: 60px !important;
}
.popup-preview-area #popupBlock .gt-close {
  color: #777;
  cursor: pointer;
  display: block;
  font-size: 28px;
  height: 18px;
  line-height: 18px;
  opacity: 0.6;
  text-decoration: none;
  width: 18px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.popup-preview-area #popupBlock .gt-close:hover {
  opacity: 1;
}
.popup-preview-area.editable .gt-hover,
.popup-preview-area.editable [data-node-active] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px dashed #d9534f !important;
  cursor: default !important;
}
.popup-preview-area.editable div.gt-hover,
.popup-preview-area.editable div[data-node-active] {
  border-color: #0097cf !important;
}
.popup-preview-area.editable div[data-node-element] {
  min-height: 8px;
}
.popup-toolbar + .popup-preview-area {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.tabs-content-wrapper .preview-form {
  padding: 24px;
}
.tabs-content-wrapper .popup-toolbar {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}
.tabs-content-wrapper .popup-preview-area {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .tabs-content-wrapper.popup:before {
    background-color: #e8e8e8;
    border-left: 1px solid #ccc;
    content: "";
    display: block;
    height: 100%;
    width: 58.33333333%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .tabs-content-wrapper .preview-form {
    float: left;
    min-height: 1px;
    width: 41.66666667%;
    position: relative;
  }
  .tabs-content-wrapper .preview-main {
    float: left;
    min-height: 1px;
    width: 58.33333333%;
    position: relative;
  }
  .tabs-content-wrapper .popup-toolbar {
    border-top: 0;
    border-left: 1px solid #ccc;
  }
  .tabs-content-wrapper .popup-preview-area {
    border-left: 1px solid #ccc;
  }
}
#popupFormSub .control-label {
  display: block;
  font-weight: bold;
}
#popupFormSub .control-label:not(label) {
  margin: 0;
}
#popupFormSub select.form-control {
  display: block;
  width: 100%;
}
#popupFormSub select.form-width-auto {
  width: auto;
}
#popupFormSub .small-label {
  color: #777;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0;
}
#popupFormSub .form-control.form-styler-decor {
  background: 0;
  border: 0;
  padding: 0;
}
#popupFormSub .text-styler .underline,
#popupFormSub .text-styler .linethrough {
  font: bold 16px/1 Georgia, times, serif;
}
#popupFormSub .text-styler .underline {
  text-decoration: underline;
}
#popupFormSub .text-styler .linethrough {
  text-decoration: line-through;
}
#popupFormSub .text-styler .checkbox {
  display: inline-block;
  float: left;
  margin: 0;
  white-space: nowrap;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
}
#popupFormSub .text-styler .checkbox + .checkbox {
  margin-left: -1px;
}
#popupFormSub .text-styler .checkbox:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#popupFormSub .text-styler .checkbox:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#popupFormSub .text-styler .checkbox input {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: -20px;
}
#popupFormSub .text-styler .checkbox input:checked + span {
  color: #0097cf;
}
.styler-tabs > li > a {
  font-size: 12px;
  padding: 6px 10px;
}
.styler-tab-content {
  padding: 15px 0 0;
}
.filter-panel {
  border-radius: 4px;
  border: 1px solid #dddddd;
  margin: 0 0 15px;
  padding: 5px 15px;
  position: relative;
}
.filter-panel:before,
.filter-panel:after {
  content: "";
  display: table;
  width: 100%;
}
.filter-panel:after {
  clear: both;
}
.filter-panel .filter-name {
  font-weight: bold;
  float: left;
  line-height: 22px;
  margin: 5px 20px 5px 0;
  position: relative;
}
.filter-panel .filter-list {
  overflow: hidden;
  position: relative;
}
.filter-panel .switchwrap {
  display: inline-block;
  margin: 5px 15px 5px 0;
  vertical-align: top;
}
.filter-panel .control-label.label-sm {
  margin-bottom: 0;
}
#logGrid-filters td > .form-control {
  min-width: 60px;
}
#logGrid-filters .locationfilterCol > .form-control {
  width: 60px;
  max-width: 60px;
}
.popup-type-1 .form-group,
.popup-type-2 .form-group {
  display: none;
}
.popup-type-1 .field-popup-waittime,
.popup-type-1 .field-popup-behaviorclosed {
  display: block;
}
.popup-type-2 .field-popup-clicktag,
.popup-type-2 .field-popup-clickcontent {
  display: block;
}
.fieldsLayout .radio {
  float: left;
  margin: 5px 15px 10px 0;
}
.fieldsLayout .radio label {
  display: block;
  height: 100px;
  padding: 0;
  width: 100px;
  position: relative;
}
.fieldsLayout .radio label:hover input[type="radio"] + span {
  border-color: #5b80a5;
}
.fieldsLayout .radio input[type="radio"] {
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
}
.fieldsLayout .radio input[type="radio"] + span {
  border-radius: 4px;
  background: #f6f6f6;
  border: 1px solid #ccc;
  display: block;
  font-size: 12px;
  height: 100%;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 10;
}
.fieldsLayout .radio input[type="radio"]:checked + span {
  background: #5b80a5;
  border-color: #496684;
  color: #fff;
}
textarea.pre {
  border-radius: 4px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  color: #333;
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 13px;
  height: 40px;
  line-height: 1.42857143;
  margin: 0 0 10px;
  padding: 9.5px;
  resize: none;
  width: 100%;
  word-break: break-all;
  word-wrap: break-word;
}
textarea.pre.pre-lg {
  height: 280px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-3 {
  margin-top: 3px !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-3 {
  margin-bottom: 3px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-0 {
  padding: 0 !important;
}
.valign-top {
  vertical-align: top !important;
}
.no-wrap {
  white-space: nowrap !important;
}
.gu-mirror {
  position: fixed !important;
  margin: 0 !important;
  z-index: 9999 !important;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.gu-mirror,
.gu-mirror .gt-btn {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.gu-hide,
.gt-hide {
  display: none !important;
}
.gu-unselectable {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.gu-transit {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.gt-toolbar > div {
  margin-bottom: 10px;
}
.gt-toolbar .gt-cndtn,
.gt-cndtn.gu-mirror {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.gt-cndtn.gu-mirror .gt-label-info,
.gt-toolbar .gt-logic .gt-oprtr,
.gt-toolbar .gt-label .item-name,
.gt-logic.gu-mirror .gt-oprtr,
.gt-logic.gu-transit .gt-oprtr {
  display: none;
}
.gu-mirror img.gt-hover {
  height: auto !important;
  max-width: 140px !important;
}
.gt-canvas {
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
.gt-canvas .gt-btn {
  cursor: pointer;
}
.gt-canvas .gt-label-info {
  display: none;
}
.gt-label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 15px;
  padding: 5px 10px;
  position: relative;
}
.gt-label .gt-name {
  display: inline-block;
  font-weight: bold;
  padding: 2px 5px 2px 0;
  vertical-align: top;
}
.gt-label .item-name {
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.2);
  border: 0;
  color: #fff;
  display: inline-block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 11px;
  line-height: 12px;
  margin-left: 2px;
  padding: 2px 3px;
  vertical-align: baseline;
}
.gt-label-info {
  float: none;
  padding: 5px 5px 0;
}
.gt-cndtn:not(:first-child),
.gt-logic:not(:first-child),
.gt-trgr:not(:first-child),
.gt-actn:not(:first-child) {
  margin-top: 1px;
}
.gt-error.gt-cndtn:after,
.gt-error.gt-cndtn > .gt-row,
.gt-error.gt-logic > .gt-row,
.gt-error.gt-trgr > .gt-label,
.gt-error.gt-actn > .gt-label {
  background: #d9534f;
}
.gt-error.gt-trgr > .gt-label:hover,
.gt-error.gt-actn > .gt-label:hover,
.gt-error.gt-trgr > .gt-label:focus,
.gt-error.gt-actn > .gt-label:focus {
  background: #c9302c;
}
.gt-cndtn {
  overflow: hidden;
  position: relative;
}
.gt-cndtn:first-child {
  border-top-left-radius: 8px;
}
.gt-cndtn:last-child {
  border-bottom-left-radius: 8px;
}
.gt-cndtn:after {
  background: #555;
  content: "";
  display: block;
  height: 10px;
  width: 80px;
}
.gt-cndtn .gt-row {
  background: #555;
  display: block;
  position: relative;
}
.gt-cndtn .gt-label {
  width: 80px;
}
.gt-cndtn .gt-label-sm {
  width: 50px;
}
.gt-cndtn .gt-box {
  background: #fff;
  min-height: 25px;
  overflow: hidden;
  position: relative;
}
.gt-logic:before,
.gt-logic:after {
  content: "";
  display: table;
}
.gt-logic:after {
  clear: both;
}
.gt-logic .gt-row {
  background: #555;
  display: inline-block;
  padding: 5px;
  vertical-align: top;
}
.gt-logic .gt-select {
  border-radius: 8px;
  background: #fff;
  border: 0;
  display: block;
  height: 25px;
  margin: 5px;
  padding: 0 5px;
}
.gt-logic .gt-oprtr {
  display: block;
  margin-bottom: 1px;
}
.gt-logic .gt-oprtr .gt-select {
  float: none;
}
.gt-logic:first-child .gt-oprtr {
  display: none;
}
.cndtn-if {
  padding-left: 1px;
}
.cndtn-do .gt-label,
.cndtn-logic .gt-label {
  width: auto;
}
.cndtn-do {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 1px;
  min-height: 25px;
}
.cndtn-do .gt-actn:first-child .gt-label {
  border-top-left-radius: 8px;
}
.cndtn-do .gt-actn:last-child .gt-label {
  border-bottom-left-radius: 8px;
}
.cndtn-logic {
  border-radius: 8px;
  background: #fff;
  display: block;
  float: left;
  margin: 5px;
  padding: 1px;
  min-height: 25px;
  min-width: 60px;
}
.cndtn-logic .gt-trgr:first-child .gt-label {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.cndtn-logic .gt-trgr:last-child .gt-label {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.gt-trgr,
.gt-actn {
  display: block;
  min-height: 25px;
}
.gt-trgr .gt-label,
.gt-actn .gt-label {
  display: inline-block;
  vertical-align: top;
}
.gt-trgr:before,
.gt-actn:before,
.gt-trgr:after,
.gt-actn:after {
  content: "";
  display: table;
}
.gt-trgr:after,
.gt-actn:after {
  clear: both;
}
.gt-trgr .gt-label {
  background: #5b80a5;
}
.gt-trgr .gt-label:hover,
.gt-trgr .gt-label:focus {
  background: #496684;
}
.gt-actn .gt-label {
  background: #5ba58c;
}
.gt-actn .gt-label:hover,
.gt-actn .gt-label:focus {
  background: #498470;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/
.sp-container {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  /* https://github.com/bgrins/spectrum/issues/40 */
  z-index: 9999994;
  overflow: hidden;
}
.sp-container.sp-flat {
  position: relative;
}
/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position: relative;
  width: 100%;
  display: inline-block;
}
.sp-top-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-color {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 20%;
}
.sp-hue {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 100%;
}
.sp-clear-enabled .sp-hue {
  top: 33px;
  height: 77.5%;
}
.sp-fill {
  padding-top: 80%;
}
.sp-sat,
.sp-val {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sp-alpha-enabled .sp-top {
  margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
  display: block;
}
.sp-alpha-handle {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 6px;
  left: 50%;
  cursor: pointer;
  border: 1px solid black;
  background: white;
  opacity: .8;
}
.sp-alpha {
  display: none;
  position: absolute;
  bottom: -14px;
  right: 0;
  left: 0;
  height: 8px;
}
.sp-alpha-inner {
  border: solid 1px #333;
}
.sp-clear {
  display: none;
}
.sp-clear.sp-clear-display {
  background-position: center;
}
.sp-clear-enabled .sp-clear {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 84%;
  height: 28px;
}
/* Don't allow text selection */
.sp-container,
.sp-replacer,
.sp-preview,
.sp-dragger,
.sp-slider,
.sp-alpha,
.sp-clear,
.sp-alpha-handle,
.sp-container.sp-dragging .sp-input,
.sp-container button {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.sp-container.sp-input-disabled .sp-input-container {
  display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
  display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
  display: none;
}
.sp-palette-only .sp-picker-container {
  display: none;
}
.sp-palette-disabled .sp-palette-container {
  display: none;
}
.sp-initial-disabled .sp-initial {
  display: none;
}
/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
  background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
  background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}
.sp-hue {
  background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
  background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}
/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
  height: 16%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
  height: 17%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}
.sp-hidden {
  display: none !important;
}
/* Clearfix hack */
.sp-cf:before,
.sp-cf:after {
  content: "";
  display: table;
}
.sp-cf:after {
  clear: both;
}
.sp-cf {
  *zoom: 1;
}
/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
  .sp-color {
    right: 40%;
  }
  .sp-hue {
    left: 63%;
  }
  .sp-fill {
    padding-top: 60%;
  }
}
.sp-dragger {
  border-radius: 5px;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  background: #000;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
.sp-slider {
  position: absolute;
  top: 0;
  cursor: pointer;
  height: 3px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  background: white;
  opacity: .8;
}
/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/
.sp-container {
  border-radius: 0;
  background-color: #ECECEC;
  border: solid 1px #f0c49B;
  padding: 0;
}
.sp-container,
.sp-container button,
.sp-container input,
.sp-color,
.sp-hue,
.sp-clear {
  font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sp-top {
  margin-bottom: 3px;
}
.sp-color,
.sp-hue,
.sp-clear {
  border: solid 1px #666;
}
/* Input */
.sp-input-container {
  float: right;
  width: 100px;
  margin-bottom: 4px;
}
.sp-initial-disabled .sp-input-container {
  width: 100%;
}
.sp-input {
  font-size: 12px !important;
  border: 1px inset;
  padding: 4px 5px;
  margin: 0;
  width: 100%;
  background: transparent;
  border-radius: 3px;
  color: #222;
}
.sp-input:focus {
  border: 1px solid orange;
}
.sp-input.sp-validation-error {
  border: 1px solid red;
  background: #fdd;
}
.sp-picker-container,
.sp-palette-container {
  float: left;
  position: relative;
  padding: 10px;
  padding-bottom: 300px;
  margin-bottom: -290px;
}
.sp-picker-container {
  width: 172px;
  border-left: solid 1px #fff;
}
/* Palettes */
.sp-palette-container {
  border-right: solid 1px #ccc;
}
.sp-palette-only .sp-palette-container {
  border: 0;
}
.sp-palette .sp-thumb-el {
  display: block;
  position: relative;
  float: left;
  width: 24px;
  height: 15px;
  margin: 3px;
  cursor: pointer;
  border: solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover,
.sp-palette .sp-thumb-el.sp-thumb-active {
  border-color: orange;
}
.sp-thumb-el {
  position: relative;
}
/* Initial */
.sp-initial {
  float: left;
  border: solid 1px #333;
}
.sp-initial span {
  width: 30px;
  height: 25px;
  border: none;
  display: block;
  float: left;
  margin: 0;
}
.sp-initial .sp-clear-display {
  background-position: center;
}
/* Buttons */
.sp-palette-button-container,
.sp-button-container {
  float: right;
}
/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
  border-radius: 4px;
  background: #f7f7f7;
  border: solid 1px #ccc;
  color: #333;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 4px;
  overflow: hidden;
}
.sp-replacer:hover,
.sp-replacer.sp-active {
  border-color: #66afe9;
  color: #111;
}
.sp-replacer.sp-active {
  -webkit-box-shadow: 0 0 8px #66afe9;
  -moz-box-shadow: 0 0 8px #66afe9;
  box-shadow: 0 0 8px #66afe9;
}
.sp-replacer.sp-disabled {
  cursor: default;
  border-color: silver;
  color: silver;
}
.sp-dd {
  display: none;
}
.sp-preview {
  border-radius: 2px;
  border: 1px solid #555;
  display: block;
  height: 24px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.sp-palette {
  *width: 220px;
  max-width: 220px;
}
.sp-palette .sp-thumb-el {
  width: 16px;
  height: 16px;
  margin: 2px 1px;
  border: solid 1px #d0d0d0;
}
.sp-container {
  padding-bottom: 0;
}
/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
  background-color: #dddddd;
  background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
  background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
  border: 1px solid #bbb;
  border-bottom: 1px solid #999;
  cursor: pointer;
  text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
  border: 1px solid #aaa;
  border-bottom: 1px solid #888;
  -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
  font-size: 11px;
  color: #d93f3f !important;
  margin: 0;
  padding: 2px;
  margin-right: 5px;
  vertical-align: middle;
  text-decoration: none;
}
.sp-cancel:hover {
  color: #d93f3f !important;
  text-decoration: underline;
}
.sp-palette span:hover,
.sp-palette span.sp-thumb-active {
  border-color: #000;
}
.sp-preview,
.sp-alpha,
.sp-thumb-el {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner,
.sp-alpha-inner,
.sp-thumb-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.sp-palette .sp-thumb-inner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}
.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}
.sp-clear-display {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/* Extras */
.sp-palette-row-selection {
  border-top: 1px solid #ddd;
  margin-top: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
}
[data-node-class="social-sm"],
[data-node-class="social-style1"] {
  display: inline-block !important;
}
[data-node-class="social-sm"] > span,
[data-node-class="social-style1"] > span {
  margin-left: 1px !important;
  margin-right: 1px !important;
  text-align: left !important;
  text-decoration: none !important;
  text-indent: -9999px;
  vertical-align: top !important;
  position: relative;
  overflow: hidden;
}
[data-node-class="social-sm"] > span {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAAUCAMAAAAHmnkPAAABxVBMVEV/w+7s7/T4/P7p6ur////atbmNyvBwvezKmqDjxskbleBCZ7L///+9CBy8Ch7U1NTbRDegs9jI//9CZ9Df0edJleAbq/He8PLBFyrk//+9Z71J0PsbvvZCht3kvMLIobLSVWPiOhz//970xcHqsbfik5zeg43NRVTFJjea8P398/NUsOj34OP43Nnz0dTsZxzWt//z9/z///T/4OzQ2ewbleYpnOKaq+D/09BmhMHs//83ouTKkt6VqdRaeryrhrLmoqrac371kkrdUET1//+9vuDa2trvwsf//729Opq9CHPiZ1zWCBxz4P7i8vtpvPT78PF/xO5Coen76OZGqeZ9lsrxubTtoZv/25rmfnb/t3PQT13KN0ji2//e//3U6/nG5Pfd4vPy8vL/8PEblezd3d7y2d3rlo/bdYHWZXHDT1y8NETKCBy9+P3m6/q33vWp1/O98PGb0PGNyvCsvN2JoM/20M1xjcVLbrboqbDvraflm6Phjpfkc2nfW1DAQlC9CEqr6f9z0Pv29vZxvexjtur//+nEz+dzleD/6d3wyMxCZ8Lsub//273/t71dfL2LZ7JpZ7LbeYToioLKCErIMkLAFCfP8ta2AAAACnRSTlPnxEnEw8Pm5MTDhPgnswAAA5JJREFUSMfd1/dX01AUB/CAO70PUm0hIkqUpE0HLQVbLCB2MC0yZA8VFBmCk73de6+/1/uaHNJKWnyg53D8ntPb1/z0Pue+myZcTnjJwpbwwZzG/Cy5nZPLdfO7Sw2Xe2wzjyl3DnGLFuaEb9+ELLnZeJjffbg7hDHTnGUXyYesya/ZgyGUx2rISzWcn/9LBn4v0Q1Dk6vLDqfIaggE/okh1M1uUNealKjk8MrDbIaLMMpq6F2PJybcmQw1Hlq72wAePWczqL6I1oGod5jFEA7AHJvBPSDQJDIZOqET633A3MdFwXWgqeJNMvbQnmLIUxRCnFGHRIjUpBKacoDYjoalUQBrT09PnfbzxPEL9Ov0yZITx89kMPQJ8V536UCyD119XdsMHoCRR542wOhTfsrGm6egMNXgbBKJo0NRwEeIHCWYonNna8+dzWaos1rrekBLwDBoyWyICwsAekqFsu2Gtq1L/JaB7vZKJR90VfHFAJV8sgZdcMtuGCYVInWoeIq8ESLJukHvRv/3a4PkMX6KAMBvGKzYgoug5ZVZH9orLlmuAkBJqqFMSNC9Y1a6+gaECexEuiG0RbhhGHDzY3cL7UhJahqMahgiEnHIEjiJw0tEH8FcroZBlPTPIKaoufVytb+l3k9lpgarieEqEnBlwe80Q1w39GLFlBkGLZ4AaJk1DPgptl2pwlUxYGxaTTfITqJEHKCSiE830BbghlvqAfwIQEYt0PhNDfPbDbaTeJragaYkxeDWdu1OCKXmZ4nvBi1tIcOAh+lpQ7GNHqVKvKLXdMPXKFG90Q4ieh04G5oBWxGrxSbgtssHy2NEHw9Tw+J2Q8W9ikv0OP0+DxN0phe+CRtuUwPGcwMwgRd8iiHoKnxdMPrQjvepqqCrQavphiEvIaIMis+Hs72W7EJza0t9DGstGoo+jNOWoKO51cxwz2Jylt49efPlNDaj/eXnVAMkBJp4aYZ7q6fzQYAOQw1vGGi5ZQ+66MKYaX7sbupM/1ydwnmWppwitkHV5wH6Z/AofayO4UT3zxA609iKNEPd+WTmtgyAOaPPNALoTGMr0gywsi5sDJRl/J/ufDAyMusJsT9r/BifIh0iLpzjQ8TITvdWC82+eV4almVZFSXFN8TyrLG/DESUIu/fLk+q5A8M/8Wzd5idEG58lv0diNuDgZtmNWxyB5kRn3IOZH8XPZC7a0ToSO6hacZ30aO/APS1Jy+DwKOEAAAAAElFTkSuQmCC");
  display: inline-block;
  height: 20px;
}
[data-node-class="social-sm"] .share-facebook {
  background-position: 0 0;
  width: 52px;
}
[data-node-class="social-sm"] .share-gplus {
  background-position: -52px 0;
  width: 32px;
}
[data-node-class="social-sm"] .share-twitter {
  background-position: -84px 0;
  width: 61px;
}
[data-node-class="social-sm"] .share-pinterest {
  background-position: -145px 0;
  width: 50px;
}
[data-node-class="social-style1"] > span {
  background-color: #ddd;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAAAwCAMAAAAYYwcUAAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMA8W4U6GAPBHL7slDY23lb74Yl+aqX7NSRSD0L48s5GfPfz8alvY1rVDQtK7h/IJyCZPWhZktCwsdKNZ8AAARkSURBVGje7NXbcqJAFAXQgyACco2AdxGEIUajiRl1//+XTYNIWRnpZqoyb6wXfYCu3rD7QJ1Op9PpdDqdzv+l5r4lSdKVhJxjpkiSq+hxTj/vRUtNqWam2gsJydNgY4XJlzaj1nYblFwS2BrJh50BSPMV/bxPBd8onyQwHOMuOFA7snVfXpT3FM/ZjwckEf2j2TFJglXxQmRqMAFgeL2aZwCYEM98ggfxkFqxUVkTVxRjSoUM2JPQy+4x7xLMZnU4+io91wc2swE9Wm2APjUb+GDGQe7Yhg5A31ILgwyFkaJkogfj3kpz1tss/WFFdPcWorR2pTxqeD4hljJ9Iy8Rcs5xDuBk31JMTQDLOYlFFpjkHB0EV/sId7fFTcARPsc9rvVe97jbBw2907D+PnaCCa3W0KjJLgRGF5KnW2K2LgB7QEK7E5geicyX0If1/h3h5VdAqVY96LjhHMoUBt2oZ007q0XggMhASg3UY5GQZnG1Gw9AdmgRWAfTb1X9gEpHjFpUGkzWL2ozRS2gBiY8KvXHYMbVhjyYvI+LOZiHABJihgCsoTAGvY3A/GZ/xQliuZpaaXnx4SJzZvoIBSv43PZ13L1SgzXyelaHYV2FvHmUOgvgixwwi6IQMwDSO/HZfmDoYDaTo98TH/aUmMv9s/SOYXOlI9tFRUet8QYJvWpWjx1VdcZV6XqQqIF3At7JA3OlqkeuTXwnPBgT3ywB9s7WUTYyCQPLfrrAX9YXfmDVgimXt5uwVH5g2y0C22B+EeO0qbSCB0sSkHtHS3HLYleBz7yh/kQs8wOf69K/AlN+4GEMZLSte+MVEXY/GpiZe8AXFQxlsYa7UH7Rcxc8sSd+YA2uSiXVhcYPHPlF1BcdUORiZzEAQya+P+3Yb1OCQBAG8MNABDRrpBRCTK2LScs/NPZ8/0/WcoMw1sTizDm+ud9rRnmAu9tdD6gNRAtbIElV4CSx8JgkUvzjA3/1tAUmqQfI3XEJD0EC9vbDfK1CT/Ow2LR4Mxuws2PtFYkG2auHU/ZMaPukiWMhmwBIXKrUkjI5azaqjguWG/RobyS78m0HTRf31r8D06Ghb9MiaedmAeLvPuYgB9HCalQmYKV5v+9LRx03DrdLE4lTKou+Y0l536N2K1qoCg+OO/G8e1VvHwbA4ydXeBDp4UQkiLbCQ+kAsKBYjtAaeAOkx85mqspXXvDQZ18AX1o2yQF0hks7eaVuW2vgGNjUy8Bq+fnEy4YFzDUPRDUPDdwpMKKkq6Ix0xt4e9JgrPldzr1Jdz4qd2+ixLeHtbihPSRqbx53BdEeWAJSVMbgHunqYY7aPqyv1zYAIPG+bMD0Bw4Au+oJI2zZF9z9WtjPKIzG+UHUWo943HjJ9a0ZgOgygZ98YE7dbWGIsNUvO9uX6eA7lP8P7vghHvuUFu65gVF446voDYBxOLnPl4Ne+SdXH9NmQCDONFtYJBK8VK5t3H37t5+icuVBfNeXwjAMwzAMwzAu7wccKfODVk+GDQAAAABJRU5ErkJggg==");
  cursor: pointer;
  display: inline-block;
  height: 48px;
  width: 48px;
}
[data-node-class="social-style1"] .share-facebook {
  background-color: #3b5998;
  background-position: 0 0;
}
[data-node-class="social-style1"] .share-gplus {
  background-color: #dc4e41;
  background-position: -48px 0;
}
[data-node-class="social-style1"] .share-twitter {
  background-color: #1da1f2;
  background-position: -96px 0;
}
[data-node-class="social-style1"] .share-instagram {
  background-color: #aa377a;
  background-position: -144px 0;
}
[data-node-class="social-style1"] .share-pinterest {
  background-color: #cb2027;
  background-position: -192px 0;
}
[data-node-class="social-style1"] > span:hover {
  opacity: 0.8;
}
/*# sourceMappingURL=style.css.map */