/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1006;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px); }

.sl-wrapper {
  z-index: 1000;
  color: white; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 24px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1015; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -10px;
      height: 30px;
      width: 30px;
      line-height: 30px;
      text-align: center;
      display: block;
      z-index: 1015;
      font-family: arial sans-serif; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 40px; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 40px; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block; }
    .sl-wrapper .sl-image iframe {
      border: 0 none;
      background: #000; }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: #000;
      opacity: 0.8;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1005; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }
@font-face {
  font-family: 'digital-7_monomono';
  src: url("digital-7_mono-webfont.woff2") format("woff2"), url("digital-7_mono-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  min-height: 100%;
  background: transparent; }

body {
  background: transparent; }

.event-page {
  padding-bottom: 0px; }
  .event-page .label-success {
    right: 10px; }
  .event-page .alert-danger {
    background: white; }
  .event-page .alert-success {
    background: white; }
  .event-page .btn-default:active, .event-page .btn-default:focus {
    background-color: inherit !important;
    border: inherit !important; }
  .event-page .form-control {
    border: 0; }
  .event-page .card-box {
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin: 0 !important;
    background: transparent}
  .event-page .image-event {
    margin-left: -20px;
    margin-right: -20px; }
    .event-page .image-event img {
      width: 100%; }
  @media screen and (min-width: 0) and (max-width: 800px) {
    .event-page .event-box-header > .label {
      display: none; } }
  .event-page .event-box-header .text-inverse {
    text-overflow: none;
    white-space: normal; }
  .event-page .event-actions {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: normal; }
    .event-page .event-actions .btn-success {
      font-weight: bold;
      padding-left: 9px; }
      .event-page .event-actions .btn-success i {
        margin-right: 5px; }
  .event-page .col-with-map {
    margin-bottom: 15px; }
  .event-page footer p {
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    box-shadow: 0px 6px 4px -5px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(2px); }
  .event-page .project-box ul li {
    padding-right: inherit; }
  .event-page .flip-clock-wrapper ul {
    width: 15px;
    height: 40px;
    line-height: 40px; }
    .event-page .flip-clock-wrapper ul li {
      line-height: 40px; }
      .event-page .flip-clock-wrapper ul li a div div {
        font-size: 15px; }
  .event-page .flip-clock-wrapper .flip-clock-divider {
    width: 4px;
    height: 52px; }
    .event-page .flip-clock-wrapper .flip-clock-divider .flip-clock-dot {
      width: 2px;
      height: 2px; }
  .event-page .text-success {
    display: inline-block; }
  .event-page .subscription-time-info {
    text-align: right;
    font-size: 10px;
    display: inline-block;
    line-height: normal;
    float: right;
    vertical-align: top; }
  .event-page .event-description {
    text-align: justify; }
    .event-page .event-description img {
      max-width: 100%;
      height: auto; }

.row-gallery {
  margin-top: 15px; }

.event-infobar {
  margin-left: -20px;
  margin-right: -20px;
  padding: 20px;
  margin-bottom: 10px; }
  .event-infobar .list-inline {
    margin-bottom: 0;
    text-align: center;
    margin-top: 7px; }
    .event-infobar .list-inline li {
      vertical-align: top;
      padding-left: 0;
      margin-right: 10px; }
      .event-infobar .list-inline li h5 {
        color: #90867a; }
      .event-infobar .list-inline li.site, .event-infobar .list-inline li.location, .event-infobar .list-inline li.time {
        padding-left: 60px;
        position: relative; }
        .event-infobar .list-inline li.site::before, .event-infobar .list-inline li.location::before, .event-infobar .list-inline li.time::before {
          position: absolute;
          left: 0;
          top: 0;
          margin: 10px;
          content: "\f073";
          display: inline-block;
          text-align: right;
          font: normal normal normal 40px/1 FontAwesome;
          opacity: 1;
          color: inherit; }
      .event-infobar .list-inline li.location {
        padding-left: 45px; }
        .event-infobar .list-inline li.location::before {
          content: "\f041"; }
      .event-infobar .list-inline li.site {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .event-infobar .list-inline li.site::before {
          font-family: 'Material-Design-Iconic-Font';
          content: '\f152'; }
        .event-infobar .list-inline li.site a,
        .event-infobar .list-inline li.site p {
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          display: block; }
  .event-infobar .event-options {
    font-size: 20px;
    vertical-align: top;
    cursor: pointer;
    opacity: .5;
    margin: 0px 8px; }
    .event-infobar .event-options:hover {
      opacity: 1; }
    .event-infobar .event-options i.fa-gear {
      line-height: 36px; }
    .event-infobar .event-options li {
      padding-right: 0; }

.email-setting-panel:not(.enabled) .panel-body {
  padding-bottom: 9px; }

#html-mail-editor-carer-mail-template,
#html-mail-editor-subscriber-mail-template {
  position: relative;
  display: block;
  height: 300px;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  margin-bottom: 20px; }

.html-mail-editor-toolbar {
  background-color: #ebebeb;
  padding: 10px 20px;
  padding-bottom: 0;
  color: white; }

.html-mail-editor-toolbar span {
  color: gray;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
  line-height: 23px;
  vertical-align: top; }

.pdf-top-toolbar,
.editor-top-toolbar {
  float: right;
  margin-top: -4px; }

.email-setting-panel .panel-body {
  padding-top: 0; }

.event-form-subscription,
.event-form-middleware,
.event-form-parent {
  float: right;
  margin: 20px;
  margin-right: 0;
  border: 5px solid transparent;
  margin-top: 0;
  padding: 40px;
  min-width: 400px; }
  @media screen and (min-width: 0) and (max-width: 800px) {
    .event-form-subscription,
    .event-form-middleware,
    .event-form-parent {
      float: none;
      width: 100%;
      margin: 0;
      margin-bottom: 20px;
      padding: 20px;
      min-width: inherit; } }

.event-form-middleware input[name=code] {
  font-family: 'digital-7_monomono';
  font-size: 60px;
  text-align: center;
  text-transform: uppercase; }

.vertical-layout,
.event-subscriber-row,
.event-form-subscription-panel,
.event-form-middleware-panel,
.event-form-parent-panel {
  text-align: left; }
  .vertical-layout input,
  .event-subscriber-row input,
  .event-form-subscription-panel input,
  .event-form-middleware-panel input,
  .event-form-parent-panel input {
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    padding: 10px;
    background-color: white; }
    .vertical-layout input:focus,
    .event-subscriber-row input:focus,
    .event-form-subscription-panel input:focus,
    .event-form-middleware-panel input:focus,
    .event-form-parent-panel input:focus {
      border-width: 0px 0px 1px 0px; }
  .vertical-layout textarea,
  .event-subscriber-row textarea,
  .event-form-subscription-panel textarea,
  .event-form-middleware-panel textarea,
  .event-form-parent-panel textarea {
    border-radius: 0;
    border-width: 0px 0px 1px 0px;
    padding-left: 0;
    background-color: transparent; }
    .vertical-layout textarea:focus,
    .event-subscriber-row textarea:focus,
    .event-form-subscription-panel textarea:focus,
    .event-form-middleware-panel textarea:focus,
    .event-form-parent-panel textarea:focus {
      border-width: 0px 0px 1px 0px; }
  .vertical-layout .count-carer-label,
  .event-subscriber-row .count-carer-label,
  .event-form-subscription-panel .count-carer-label,
  .event-form-middleware-panel .count-carer-label,
  .event-form-parent-panel .count-carer-label {
    color: #bdbdbd; }
  .vertical-layout label.label-floatlabel,
  .event-subscriber-row label.label-floatlabel,
  .event-form-subscription-panel label.label-floatlabel,
  .event-form-middleware-panel label.label-floatlabel,
  .event-form-parent-panel label.label-floatlabel {
    left: 0 !important; }
  .vertical-layout .form-group,
  .event-subscriber-row .form-group,
  .event-form-subscription-panel .form-group,
  .event-form-middleware-panel .form-group,
  .event-form-parent-panel .form-group {
    margin-bottom: 10px; }
  .vertical-layout .privacy,
  .event-subscriber-row .privacy,
  .event-form-subscription-panel .privacy,
  .event-form-middleware-panel .privacy,
  .event-form-parent-panel .privacy {
    font-size: 10px; }
  .vertical-layout .btn-success,
  .event-subscriber-row .btn-success,
  .event-form-subscription-panel .btn-success,
  .event-form-middleware-panel .btn-success,
  .event-form-parent-panel .btn-success {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid !important; }
  .vertical-layout .chosen-container-single .chosen-single,
  .event-subscriber-row .chosen-container-single .chosen-single,
  .event-form-subscription-panel .chosen-container-single .chosen-single,
  .event-form-middleware-panel .chosen-container-single .chosen-single,
  .event-form-parent-panel .chosen-container-single .chosen-single {
    padding-left: 0;
    border-width: 0px 0px 1px 0px;
    margin: 0;
    padding: 3px 10px 1px 10px;
    box-shadow: none;
    background-color: white;
    border-radius: 0;
    height: auto;
    width: 100% !important;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant-caps: normal;
    font-weight: normal; }
  .vertical-layout .chosen-container-single .chosen-single div b,
  .event-subscriber-row .chosen-container-single .chosen-single div b,
  .event-form-subscription-panel .chosen-container-single .chosen-single div b,
  .event-form-middleware-panel .chosen-container-single .chosen-single div b,
  .event-form-parent-panel .chosen-container-single .chosen-single div b {
    margin-top: 10px; }
  .vertical-layout .chosen-container-single .chosen-drop,
  .event-subscriber-row .chosen-container-single .chosen-drop,
  .event-form-subscription-panel .chosen-container-single .chosen-drop,
  .event-form-middleware-panel .chosen-container-single .chosen-drop,
  .event-form-parent-panel .chosen-container-single .chosen-drop {
    border-top: 1px solid #aaaaaa; }
  .vertical-layout .chosen-container-single .chosen-search input[type=text],
  .event-subscriber-row .chosen-container-single .chosen-search input[type=text],
  .event-form-subscription-panel .chosen-container-single .chosen-search input[type=text],
  .event-form-middleware-panel .chosen-container-single .chosen-search input[type=text],
  .event-form-parent-panel .chosen-container-single .chosen-search input[type=text] {
    border-width: 0px 0px 1px 0px; }
  .vertical-layout .chosen-container .chosen-results li.highlighted,
  .event-subscriber-row .chosen-container .chosen-results li.highlighted,
  .event-form-subscription-panel .chosen-container .chosen-results li.highlighted,
  .event-form-middleware-panel .chosen-container .chosen-results li.highlighted,
  .event-form-parent-panel .chosen-container .chosen-results li.highlighted {
    background-color: #10c469;
    background-image: none; }

.carers-list-container .carers-list {
  border-left: 2px solid #10c469;
  padding-left: 0px;
  margin-bottom: 10px;
  list-style: none; }
  .carers-list-container .carers-list h4 {
    margin-top: 0; }
  .carers-list-container .carers-list .btn-remove-carer {
    opacity: 0; }
  .carers-list-container .carers-list > li {
    padding-left: 20px;
    padding-bottom: 20px;
    transition: .2s; }
    .carers-list-container .carers-list > li:hover .btn-remove-carer {
      opacity: 1; }
    .carers-list-container .carers-list > li + li {
      border-top: 1px solid #e5e8eb;
      padding-top: 20px; }

footer {
  text-align: center; }
  footer p {
    color: white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
    footer p a {
      color: white; }

.subscribed-panel {
  margin: auto;
  max-width: 420px; }

.event-description-panel .panel-body {
  padding-top: 5px; }
  .event-description-panel .panel-body .mce-tinymce {
    border-top: 1px solid #d7dce5 !important; }

.project-box h4 {
  width: auto; }

.event-form-subscription-config-list {
  padding: 0;
  list-style: none;
  padding-top: 7px; }
  .event-form-subscription-config-list .event-form-subscription-config-element .icheckbox_flat-blue {
    margin-right: 10px; }
    .event-form-subscription-config-list .event-form-subscription-config-element .icheckbox_flat-blue.checked + label {
      opacity: 1; }
      .event-form-subscription-config-list .event-form-subscription-config-element .icheckbox_flat-blue.checked + label + .event-form-subscription-field-config-container {
        display: block; }
    .event-form-subscription-config-list .event-form-subscription-config-element .icheckbox_flat-blue + label {
      opacity: .5;
      cursor: pointer; }
      .event-form-subscription-config-list .event-form-subscription-config-element .icheckbox_flat-blue + label[for="check_enable_email"] {
        cursor: default; }
  .event-form-subscription-config-list .event-form-subscription-config-element + .event-form-subscription-config-element {
    padding-top: 7px;
    margin-top: 4px;
    border-top: 1px solid #e3e3e3; }
  .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container {
    display: none; }
    .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list {
      list-style: none;
      padding-left: 30px; }
      .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element {
        line-height: 14px;
        font-size: 12px;
        display: inline-block;
        margin-right: 10px; }
        .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element label {
          font-weight: normal;
          cursor: pointer; }
        .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element .icheckbox_flat-blue {
          width: 14px;
          height: 14px;
          background-size: auto 14px;
          margin-right: 2px; }
          .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element .icheckbox_flat-blue.checked {
            background-position: -14px 0; }
            .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element .icheckbox_flat-blue.checked + span {
              opacity: 1; }
          .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element .icheckbox_flat-blue.disabled {
            background-position: -41px 0; }
          .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element .icheckbox_flat-blue + span {
            opacity: .5; }
        .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element.privacy_text {
          display: block;
          margin-top: 5px 0px; }
          .event-form-subscription-config-list .event-form-subscription-config-element .event-form-subscription-field-config-container .event-form-subscription-field-config-list .event-form-subscription-field-config-element.privacy_text textarea {
            margin: 10px 0px 20px 0;
            width: 100%;
            max-width: 100%;
            min-height: 100px;
            font-style: 10px; }

.widget-chart-1 + .widget-chart-1 {
  margin-top: 20px; }

.widget-chart-box-1 {
  display: inline-block;
  vertical-align: middle; }

.subscribers-percentatge, .subscribers-ratio {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 2px; }

.event-fixed-buttons {
  position: relative;
  text-align: right;
  margin-bottom: 20px; }
  .event-fixed-buttons > * {
    vertical-align: top; }

.event-fixed-buttons:before,
.event-fixed-buttons:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden; }

.event-fixed-buttons:after {
  clear: both; }

.event-fixed-buttons {
  zoom: 1;
  /* IE < 8 */ }

.subscribers-panel-list-options {
  margin-top: 3px; }

.event-gateway-page .card-box,
.event-subscribers-element-page .card-box,
.event-summary-page .card-box {
  padding: 10px 20px; }
.event-gateway-page .event-summery_header .list-inline,
.event-subscribers-element-page .event-summery_header .list-inline,
.event-summary-page .event-summery_header .list-inline {
  margin-bottom: 0;
  margin-top: 0px;
  font-size: 0; }
  .event-gateway-page .event-summery_header .list-inline li,
  .event-subscribers-element-page .event-summery_header .list-inline li,
  .event-summary-page .event-summery_header .list-inline li {
    vertical-align: top;
    width: 33.33%;
    box-sizing: border-box;
    padding-left: 0;
    font-size: 14px;
    margin: 0; }
    .event-gateway-page .event-summery_header .list-inline li.ticket, .event-gateway-page .event-summery_header .list-inline li.location, .event-gateway-page .event-summery_header .list-inline li.time,
    .event-subscribers-element-page .event-summery_header .list-inline li.ticket,
    .event-subscribers-element-page .event-summery_header .list-inline li.location,
    .event-subscribers-element-page .event-summery_header .list-inline li.time,
    .event-summary-page .event-summery_header .list-inline li.ticket,
    .event-summary-page .event-summery_header .list-inline li.location,
    .event-summary-page .event-summery_header .list-inline li.time {
      padding-left: 60px;
      position: relative; }
      .event-gateway-page .event-summery_header .list-inline li.ticket::before, .event-gateway-page .event-summery_header .list-inline li.location::before, .event-gateway-page .event-summery_header .list-inline li.time::before,
      .event-subscribers-element-page .event-summery_header .list-inline li.ticket::before,
      .event-subscribers-element-page .event-summery_header .list-inline li.location::before,
      .event-subscribers-element-page .event-summery_header .list-inline li.time::before,
      .event-summary-page .event-summery_header .list-inline li.ticket::before,
      .event-summary-page .event-summery_header .list-inline li.location::before,
      .event-summary-page .event-summery_header .list-inline li.time::before {
        position: absolute;
        left: 0;
        top: 0;
        margin: 10px;
        content: "\f073";
        display: inline-block;
        text-align: right;
        font: normal normal normal 40px/1 FontAwesome;
        opacity: 1;
        color: #bdbdbd; }
    .event-gateway-page .event-summery_header .list-inline li.location,
    .event-subscribers-element-page .event-summery_header .list-inline li.location,
    .event-summary-page .event-summery_header .list-inline li.location {
      padding-left: 45px; }
      .event-gateway-page .event-summery_header .list-inline li.location::before,
      .event-subscribers-element-page .event-summery_header .list-inline li.location::before,
      .event-summary-page .event-summery_header .list-inline li.location::before {
        content: "\f041"; }
    .event-gateway-page .event-summery_header .list-inline li.ticket,
    .event-subscribers-element-page .event-summery_header .list-inline li.ticket,
    .event-summary-page .event-summery_header .list-inline li.ticket {
      padding-left: 60px; }
      .event-gateway-page .event-summery_header .list-inline li.ticket::before,
      .event-subscribers-element-page .event-summery_header .list-inline li.ticket::before,
      .event-summary-page .event-summery_header .list-inline li.ticket::before {
        content: "\f145"; }
    .event-gateway-page .event-summery_header .list-inline li + li,
    .event-subscribers-element-page .event-summery_header .list-inline li + li,
    .event-summary-page .event-summery_header .list-inline li + li {
      margin-left: 0px !important; }

.empty-list-element {
  text-align: center;
  margin: 50px 0; }
  .empty-list-element img {
    display: block;
    margin: auto;
    margin-bottom: 20px; }

.form-control.input-xs {
  height: 23px;
  padding: 5px 5px;
  font-size: 12px;
  line-height: 23px;
  padding-left: 10px;
  font-weight: normal; }
  .form-control.input-xs:focus {
    height: 23px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 23px;
    padding-left: 10px;
    font-weight: normal; }

.subscribers-panel-list-options .app-search a {
  top: 4px;
  right: 10px; }

.event-gateway-row + .carer-row,
.event-subscriber-row + .carer-row {
  border-top: 0; }
  .event-gateway-row + .carer-row td,
  .event-subscriber-row + .carer-row td {
    border-top-width: 0;
    box-shadow: inset 0px 4px 4px -4px rgba(0, 0, 0, 0.2); }
    .event-gateway-row + .carer-row td:first-child,
    .event-subscriber-row + .carer-row td:first-child {
      border-top-left-radius: 10px; }

.carer-row {
  background-color: #f7f7f7;
  font-size: 12px; }
  .carer-row .icon-cell i {
    font-size: 12px;
    margin: 3px 1px 0px 4px;
    display: inline-block;
    color: #71b6f9; }

.panel-import-excel-template-tip .big-fa-icon {
  text-align: center;
  font-size: 100px;
  margin: 20px 0; }
.panel-import-excel-template-tip .panel-body {
  text-align: center; }
  .panel-import-excel-template-tip .panel-body p {
    margin-top: 20px;
    text-align: left; }

.excel_import_suggestions {
  list-style: none;
  padding-left: 24px;
  margin-top: 10px; }
  .excel_import_suggestions li {
    position: relative; }
    .excel_import_suggestions li::before {
      position: absolute;
      left: -24px;
      top: 3px;
      color: #10c469;
      content: "\f00c";
      display: inline-block;
      font-size: 18px;
      margin: 0;
      vertical-align: middle;
      font: normal normal normal 14px/1 FontAwesome; }
  .excel_import_suggestions li + li {
    margin-top: 5px; }

.event-subscriber-fields-row {
  margin-top: 10px; }

.event-import-subscriber-chekcbox-column label {
  margin-top: 7px; }

.event-import-subscriber-row .checkbox-row-for-bulk-actions {
  border-left: 4px solid #71b6f9;
  transition: .5s; }
.event-import-subscriber-row .chosen-container-single .chosen-single {
  line-height: 27px; }

.event-import-subscriber-row-disabled {
  background-color: #eeeeee;
  opacity: .5; }
  .event-import-subscriber-row-disabled .danger-import-text {
    display: none; }
  .event-import-subscriber-row-disabled .checkbox-row-for-bulk-actions {
    border-left: 4px solid #ebeff2; }

.embed-video-banner-container {
  display: block;
  width: 100%;
  padding-top: 56.4%;
  position: relative;
  clear: both; }
  .embed-video-banner-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .embed-video-banner-container + .embed-map-container {
    margin-top: 20px; }

.location-map .modal-content, .location-map .modal-body {
  padding: 0px !important; }
.location-map .embed-map-container {
  display: block;
  width: 100%;
  padding-top: 56.4%;
  position: relative; }
  .location-map .embed-map-container #location-map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .location-map .embed-map-container #map-address-field {
    margin: 10px;
    margin-left: 0;
    width: auto;
    right: 0;
    border-radius: 2px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: rgba(0, 0, 0, 0.29804) 0px 1px 4px -1px;
    border: none;
    font-size: 12px;
    height: auto; }

.event-maps-location-row {
  margin-left: 0;
  margin-right: 0; }

.import-carers-list-container h4 {
  border-bottom: 4px solid #e3e3e3;
  padding-bottom: 5px;
  margin-bottom: 0; }
.import-carers-list-container .table th {
  border-top-width: 0; }
.import-carers-list-container .disabled-row {
  background-color: #f6f6f6;
  opacity: .5; }
  .import-carers-list-container .disabled-row .warning-message {
    opacity: 0;
    pointer-events: none; }
.import-carers-list-container input {
  border-bottom: 1px dashed transparent;
  color: black;
  display: block;
  width: 100%; }
  .import-carers-list-container input:hover {
    border-bottom: 1px dashed #e3e3e3; }
  .import-carers-list-container input [disabled] {
    background-color: #f6f6f6; }

.background-options-options-list,
.background-options-options-grid-3 {
  font-size: 0; }
  .background-options-options-list input,
  .background-options-options-grid-3 input {
    display: none; }
  .background-options-options-list label.btn,
  .background-options-options-grid-3 label.btn {
    display: inline-block;
    width: 33.33%;
    border-radius: 0;
    color: gray;
    background-color: transparent;
    border-color: white; }
    .background-options-options-list label.btn:hover,
    .background-options-options-grid-3 label.btn:hover {
      color: black; }
    .background-options-options-list label.btn.active,
    .background-options-options-grid-3 label.btn.active {
      color: #71b6f9; }
    .background-options-options-list label.btn small,
    .background-options-options-grid-3 label.btn small {
      display: block;
      white-space: normal;
      text-overflow: ellipsis;
      overflow: hidden; }

.background-options-options-list label.btn {
  width: 100%;
  text-align: left;
  display: block; }

.video-service-switch {
  width: 100%; }
  .video-service-switch label.btn {
    width: 50%;
    display: inline-block;
    text-align: center; }

.rotate-45-left:before {
  display: block;
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.rotate-45-right:before {
  display: block;
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.reorder_file {
  cursor: move; }

.photo-thumb-container img {
  max-width: 100%; }
.photo-thumb-container .photo-thumb {
  padding-top: 56%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.btn-group-active-event-switch {
  width: 100%; }
  .btn-group-active-event-switch .btn {
    width: 50%; }
    .btn-group-active-event-switch .btn.active {
      font-weight: bold; }

.send-email-switch,
.barcode-switch,
.email-double-opt-in-switch {
  padding-top: 6px; }
  .send-email-switch input + span + span,
  .barcode-switch input + span + span,
  .email-double-opt-in-switch input + span + span {
    opacity: .5;
    display: inline-block;
    margin-left: 5px; }
  .send-email-switch input:checked + span + span,
  .barcode-switch input:checked + span + span,
  .email-double-opt-in-switch input:checked + span + span {
    opacity: 1; }

.pdf-creator-container {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-top: 141.3%;
  border: 1px dashed gray; }

.pdf-background-container {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box; }
  .pdf-background-container .grid-line {
    background: blue;
    height: 1px;
    width: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    pointer-events: none;
    opacity: 0; }
    .pdf-background-container .grid-line.grid-line-y {
      width: 100%; }
    .pdf-background-container .grid-line.grid-line-x {
      height: 100%; }
  .pdf-background-container:hover {
    transition: .2s; }
    .pdf-background-container:hover .grid-line {
      opacity: .2; }

.pdf-background {
  width: 100%;
  height: 100%;
  background-color: #d7d7d7;
  position: absolute;
  left: 0;
  top: 0; }

.pdf-background-transparent {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: repeat;
  background-image: url("../img/square-background.png");
  background-image: -webkit-image-set(url("../img/square-background.png") 1x, url("../img/square-background@2x.png") 2x); }

.pdf-background-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.text-placeholder,
.barcode-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  width: 29.6%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  box-sizing: border-box;
  border: 4px dashed yellow;
  cursor: move;
  box-sizing: border-box;
  transition: .2s;
  transition-property: box-shadow, top, left;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5); }
  .text-placeholder.ui-draggable-dragging,
  .barcode-placeholder.ui-draggable-dragging {
    transition-property: box-shadow;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.8); }

.text-placeholder .label-container,
.barcode-placeholder .label-container {
  position: absolute;
  left: 50%;
  top: 50%;
  min-width: 180px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "BARCODE ZONE";
  font-weight: bold;
  color: white;
  font-size: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center; }
  .text-placeholder .label-container .btn-group,
  .barcode-placeholder .label-container .btn-group {
    margin-top: 10px;
    white-space: nowrap; }
    .text-placeholder .label-container .btn-group .btn,
    .barcode-placeholder .label-container .btn-group .btn {
      color: white;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 10px; }

.text-placeholder {
  padding-top: 5%; }
  .text-placeholder .label-container {
    left: 0%;
    width: 100%;
    padding-left: 10px;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left; }

.subscriber_name_label_font_size-coordinates,
.email-subscriber-setting-panel .coordinates,
.email-carer-setting-panel .coordinates {
  text-align: center; }

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 62px; }

#sidebar-menu ul ul.small-padding a {
  padding: 10px 20px 10px 55px; }

#sidebar-menu ul span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  max-width: 150px; }

.pdf-creator-container .label-placeholder {
  cursor: move;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px; }
  .pdf-creator-container .label-placeholder.ui-draggable-dragging .label-placeholder-text {
    transition-property: box-shadow;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.8); }
  .pdf-creator-container .label-placeholder .label-placeholder-text {
    color: white;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-backdrop-filter: blur(10px);
    transform: translateY(-50%);
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
    transition: .2s; }
  .pdf-creator-container .label-placeholder::after {
    content: "";
    position: absolute;
    top: 0%;
    left: -6px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background: yellow; }
  .pdf-creator-container .label-placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 15px;
    margin-left: -1px;
    margin-top: -8px;
    background: yellow;
    z-index: 2; }
  .pdf-creator-container .label-placeholder[data-alignment="-1"] .label-placeholder-text {
    transform: translateY(-50%) translateX(-100%); }
  .pdf-creator-container .label-placeholder[data-alignment="0"] .label-placeholder-text {
    transform: translateY(-50%) translateX(-50%); }
  .pdf-creator-container .label-placeholder[data-alignment="1"] .label-placeholder-text {
    transform: translateY(-50%) translateX(0%); }

.event-gateway-row .actions .btn {
  font-size: 15px; }

table tr.event-gateway-nobody-registered > td {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  background-color: #f7f7f7; }

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.small-map-descirption {
  font-size: 11px; }

.gateway-check-in-input-container {
  margin-top: 20px; }
  .gateway-check-in-input-container .gateway-check-in-input {
    font-family: 'digital-7_monomono';
    text-align: center;
    display: block;
    font-size: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px 0px 0px 2px;
    border: 1px solid #e3e3e3;
    -webkit-transition: .2s;
    transition: .2s; }
    .gateway-check-in-input-container .gateway-check-in-input.danger {
      text-shadow: 0px 0px 10px #dd292b; }
    .gateway-check-in-input-container .gateway-check-in-input.success {
      text-shadow: 0px 0px 10px #10c469; }
  .gateway-check-in-input-container .input-group-addon-fast-check-in-flag {
    position: relative;
    text-align: center;
    border-radius: 0px 2px 2px 0px;
    border: 1px solid #e3e3e3 !important;
    border-left-width: 0px !important; }
    .gateway-check-in-input-container .input-group-addon-fast-check-in-flag:active {
      opacity: .5; }
    .gateway-check-in-input-container .input-group-addon-fast-check-in-flag label {
      cursor: pointer;
      color: black; }
    .gateway-check-in-input-container .input-group-addon-fast-check-in-flag .fast-check-in-flag {
      display: none; }
      .gateway-check-in-input-container .input-group-addon-fast-check-in-flag .fast-check-in-flag + .fa {
        font-size: 40px;
        line-height: 60px;
        display: block;
        opacity: .5; }
        .gateway-check-in-input-container .input-group-addon-fast-check-in-flag .fast-check-in-flag + .fa + small {
          opacity: .5; }
      .gateway-check-in-input-container .input-group-addon-fast-check-in-flag .fast-check-in-flag:checked + .fa {
        -webkit-animation: fa-spin 1s infinite linear;
        animation: fa-spin 1s infinite linear;
        opacity: 1;
        color: #10c469; }
        .gateway-check-in-input-container .input-group-addon-fast-check-in-flag .fast-check-in-flag:checked + .fa + small {
          color: #10c469;
          opacity: 1; }
    .gateway-check-in-input-container .input-group-addon-fast-check-in-flag small {
      display: block;
      font-size: 8px;
      text-transform: uppercase; }

.social-link-list {
  padding: 20px;
  text-align: center;
  list-style: none; }
  .social-link-list li {
    margin: 0 20px;
    margin-bottom: 10px;
    list-style: none;
    display: inline-block;
    /*&.facebook {
      a {
        color: #4d70a8;
      }
    }
    &.twitter {
      a {
        color: #00baf1;
      }
    }
    &.instagram {
      a {
        color: #cc279f;
      }
    }
    &.vimeo {
      a {
        color: #a9d34f;
      }
    }
    &.youtube {
      a {
        color: #ca3737;
      }
    }
    &.linkedin {
      a {
        color: #1687b1;
      }
    }*/ }
    .social-link-list li:hover {
      opacity: .8; }
    .social-link-list li span {
      font-size: 14px;
      line-height: 20px;
      display: inline-block;
      vertical-align: top; }
    .social-link-list li i {
      vertical-align: top;
      font-size: 30px; }
    .social-link-list li a {
      color: #8d867e; }

.youtubeIdGrabber-url-filed + .input-group-addon .feedback-icon {
  display: none;
  font-size: 20px;
  color: white; }

.youtubeIdGrabber-url-filed[data-validation="true"] + .input-group-addon {
  background-color: #0fac5c; }
  .youtubeIdGrabber-url-filed[data-validation="true"] + .input-group-addon .ti-link {
    display: block; }

.youtubeIdGrabber-url-filed[data-validation="false"] + .input-group-addon {
  background-color: #ff2829; }
  .youtubeIdGrabber-url-filed[data-validation="false"] + .input-group-addon .ti-unlink {
    display: block; }

.form-control-single-line-radio {
  padding-top: 7px; }
  .form-control-single-line-radio label {
    font-weight: normal; }
    .form-control-single-line-radio label + label {
      margin-left: 10px; }

.youtubeIdGrabber-url-thumb {
  width: 100%; }

body .note-editor.note-frame {
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: #cccccc;
  border-top: 0; }

body .panel-heading.note-toolbar {
  padding: 6px 20px 10px; }

body .note-editor.note-frame .note-editing-area .note-editable {
  padding: 15px 20px 20px 20px;
  text-shadow: 0px 1px 0px white;
  transition: .2s;
  transition-property: box-shadow, background-color; }
  body .note-editor.note-frame .note-editing-area .note-editable:hover {
    background-color: #f5f5f5;
    box-shadow: inset 0px 15px 30px -30px rgba(0, 0, 0, 0.4); }

.visible-if-send_subscriber_email .subscriber-mail-template-container-switcher {
  margin-top: 20px; }
  .visible-if-send_subscriber_email .subscriber-mail-template-container-switcher .note-editor {
    margin-top: 20px; }
  .visible-if-send_subscriber_email .subscriber-mail-template-container-switcher > div > p {
    margin-bottom: 10px; }

.btn-send-subscriber-mail-with-email-confirm-switch {
  width: 100%; }
  .btn-send-subscriber-mail-with-email-confirm-switch label {
    width: 50%; }

.child {
  background-color: #f4f4f4; }
  .child td:nth-child(1) {
    padding-left: 40px; }

.language-container {
  font-size: 0;
  margin-left: 10px; }

.language-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.language-element {
  display: inline-block; }

.language-element + .language-element {
  margin-left: 5px; }

.language-element img {
  height: 15px; }

.event-header {
  border-bottom: 20px solid transparent; }

.event-main {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  background: white;
}

.event-footer {
  padding: 20px;
  border-top: 20px solid transparent; }

.chosen-container-multi.chosen-container-active .chosen-choices,
.chosen-container-multi .chosen-choices {
  border: none;
  box-shadow: none;
  background: none;
  padding: 0;
  margin-top: -1px; }

.chosen-container-multi {
  height: auto; }

.form-group-checkbox-list {
  padding: 10px;
  background-color: white; }

.checkbox-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .checkbox-list label {
    font-weight: normal;
    display: inline; }

/*# sourceMappingURL=screen.css.map */
