html,
body {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  background-color: #eee;
  color: #262633;
  -webkit-transition: .3s all;
  transition: .3s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  line-height: 1.1em;
}

strong {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

a {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

.landingpage {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.landingpage h1,
.landingpage h2,
.landingpage h3,
.landingpage h4,
.landingpage h5,
.landingpage h6 {
  font-family: Poppins, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700;
}

i {
  pointer-events: none;
}

/* --- General Layout and Styles --- */
.notoppadding {
  padding-top: 0 !important;
}

.nobottompadding {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.badge {
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.distancer {
  height: 40px;
}

.distancer.distancer--short {
  height: 20px;
}

.distancer.distancer--supershort {
  height: 10px;
}

.grey {
  color: rgba(38, 38, 51, 0.5);
}

.smalltype {
  font-size: 13px !important;
  line-height: 1.25em !important;
}

.overlay {
  background-color: rgba(60, 60, 72, 0.35);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.hidden-block {
  display: none;
}

.animatedin {
  opacity: 0;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animatedin.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animatedin.stop {
  -webkit-transform: none;
  transform: none;
}

.scrollbar::-webkit-scrollbar {
  width: 10px;
}

.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(38, 38, 51, 0.05);
}

.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(38, 38, 51, 0.18);
}

.btn-tooltip {
  color: rgba(38, 38, 51, 0.35);
  margin: 0 2px;
  position: relative;
  top: 1px;
}

.btn-tooltip:hover {
  color: rgba(38, 38, 51, 0.85);
}

.truncate {
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: baseline;
  padding-bottom: 3px;
}

.btn-helper {
  display: inline-block;
  padding: 0 3px;
  line-height: 1em;
  color: rgba(38, 38, 51, 0.65);
}

.btn-helper:hover {
  color: rgba(38, 38, 51, 0.9);
}

.progress {
  height: 3px;
  background-color: rgba(38, 38, 51, 0.12);
  position: relative;
}

.progress .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #10D682;
}

.logo-dj-svg .reddot {
  fill: #ef444f !important;
}

.nav-tabs--simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-tabs--simple>li {
  float: none;
}

.nav-tabs--simple>li>a {
  font-size: .8em;
  border-radius: 0 !important;
  padding: 5px 15px;
  color: rgba(38, 38, 51, 0.45);
}

.nav-tabs--simple>li>a:hover {
  color: rgba(38, 38, 51, 0.9);
}

.nav-tabs--simple>li.active>a {
  font-weight: 700;
}

.nav-tabs--settings {
  margin-bottom: 15px;
}

/* Loader */
.element-loading {
  position: relative;
}

.element-loading:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -9px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #5DC560;
  border-left-color: #5DC560;
  border-radius: 50%;
  -webkit-animation: spin 400ms linear infinite;
  animation: spin 500ms linear infinite;
  margin-bottom: 6px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.circle {
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 2px solid rgba(38, 38, 51, 0.2);
  background-color: #fff;
  text-align: center;
  color: rgba(38, 38, 51, 0.35);
  -webkit-transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.circle [class^="icon-"] {
  font-size: 2em;
  line-height: 110px;
}

.circle.circle--positive {
  color: #10D682;
  border-color: #10D682;
}

.circle.circle--distanced {
  margin-bottom: 12px;
}

.animatedin {
  opacity: 0;
  -webkit-transform: translateY(18px);
  transform: translateY(18px);
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.animatedin.in {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animatedin.stop {
  -webkit-transform: none;
  transform: none;
}

/* Dropdown Menu */
.dropdown-menu {
  padding: 0;
  margin: 0;
  border: 1px solid #CCCECE;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.125);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.125);
  font-size: .8rem;
}

.dropdown-menu>li>a {
  padding: 12px 15px;
}

.dropdown-menu>li>a:hover {
  background-color: rgba(38, 38, 51, 0.06);
}

.dropdown-menu>li:first-child>a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown-menu>li:last-child>a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown-menu .divider {
  margin: 0;
  background-color: rgba(38, 38, 51, 0.04);
}

.dropdown-menu.dropdown-menu--withicons>li>a [class^="icon-"] {
  float: right;
  font-size: .9em;
  opacity: .35;
  margin-top: 4px;
}

.dropdown-menu.dropdown-menu--animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
  -webkit-transition: all 250ms cubic-bezier(0.25, 0.46, 0.345, 1.04);
  transition: all 250ms cubic-bezier(0.25, 0.46, 0.345, 1.04);
}

.open>.dropdown-menu:not(.dropdown-menu--animated) {
  display: block;
}

.open>.dropdown-menu.dropdown-menu--animated {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* --- Buttons --- */
.btn {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  text-decoration: none;
  border: none;
  border-radius: 0;
  padding: 14px 25px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1em;
  font-weight: 600;
}

.btn:hover {
  text-decoration: none;
  border: none;
}

.btn:focus {
  outline: none;
}

.btn.btn-default,
.btn.btn-default:focus {
  background-color: rgba(38, 38, 51, 0.55);
  color: #fff;
}

.btn.btn-default:hover,
.btn.btn-default:focus:hover {
  background-color: rgba(38, 38, 51, 0.45);
  color: #fff;
}

.btn.btn-primary,
.btn.btn-primary:focus {
  background-color: #F1424D;
  color: #fff;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus:hover {
  background-color: #f35a63;
  color: #fff;
}

.btn.btn-facebook,
.btn.btn-facebook:focus {
  background-color: #3B5998;
  color: #fff;
  max-height: 41px;
}

.btn.btn-facebook:hover,
.btn.btn-facebook:focus:hover {
  background-color: #4264aa;
  color: #fff;
}

.btn.btn-facebook:hover .icon-facebook,
.btn.btn-facebook:focus:hover .icon-facebook {
  color: #4264aa;
}

.btn.btn-facebook .icon-facebook,
.btn.btn-facebook:focus .icon-facebook {
  width: 18px;
  height: 18px;
  line-height: 22px;
  text-align: right;
  background-color: #fff;
  color: #3B5998;
  display: inline-block;
  border-radius: 2px;
  font-size: 1.1em;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 16px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn.btn--withloader {
  min-width: 80px;
  position: relative;
  overflow: hidden;
}

.btn.btn--withloader:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -20%;
  margin-left: -9px;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #fff;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: spin 400ms linear infinite;
  animation: spin 500ms linear infinite;
  margin-bottom: 6px;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
  opacity: 0;
}

.btn.btn--withloader span {
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn.btn--withloader.btn--loading:before {
  top: 50%;
  opacity: 1;
}

.btn.btn--withloader.btn--loading span {
  opacity: 0;
  visibility: hidden;
}

.btn-icon {
  padding: 5px 8px;
  color: rgba(38, 38, 51, 0.4);
  font-size: 12px;
}

.btn-icon:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-icon:hover {
  color: #262633;
}

.btn-icon:hover i {
  color: #262633;
}

.btn-icon i {
  font-size: 1.8em;
  color: rgba(38, 38, 51, 0.7);
  -webkit-transition: .2s all;
  transition: .2s all;
}

.btn-icon .exicon-refresh {
  font-size: 2em;
  margin: -2px 0;
}

.btn-icon p {
  margin: 0;
  margin-top: 6px !important;
}

.btn-back,
.btn-back:focus {
  font-size: 13px;
  font-weight: 700;
  color: #262633;
}

.btn-back i,
.btn-back:focus i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.btn-back:hover,
.btn-back:focus:hover {
  color: #262633;
  opacity: .8;
}

.btn-add {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #F1424D;
}

.btn-add:hover {
  background-color: rgba(241, 66, 77, 0.12);
  color: #F1424D;
}

.btn-add:hover i {
  color: #F1424D;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.btn-add i {
  color: #F1424D;
}

.btn-add p {
  margin-top: 0;
  margin-right: 5px;
}

.btn-text {
  color: #F1424D;
}

.btn-text:hover {
  color: rgba(0, 0, 0, 0.8);
}

.btn-text strong {
  font-weight: 500;
}

.btn-text.btn-text--blue {
  color: #45B0E4;
  border-bottom-color: rgba(69, 176, 228, 0.4);
}

.btn-text.btn-text--blue:hover {
  color: #262633;
  border-bottom-color: transparent;
}

.btn--withicon i {
  margin-right: 6px;
  font-size: .9em;
}

.btn--withendicon [class^="icon-"] {
  -webkit-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  margin-left: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
}

.btn--withendicon:hover .icon-arrow {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}

.btn-wide {
  min-width: 180px;
}

/* --- UI styles --- */
.pluginui {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pluginui>* {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.login {
  max-width: 245px;
  margin: 0 auto;
  text-align: center;
}

.login h1 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: .5em;
}

.site-logo {
  padding: 25px 0;
  text-align: center;
}

.site-logo svg {
  width: 80px;
  height: 60px;
}

.login__logo {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 0;
}

.login__body {
  padding-top: 25px;
}

.login__body h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 0;
  margin-bottom: 5px;
}

.login__body .intro {
  margin-bottom: 25px;
}

.login__body .form-intro {
  margin-bottom: 0;
}

.login__body .small {
  font-size: .75em;
}

.pluginui__promo {
  text-align: center;
  padding: 12px 0;
  position: relative;
}

.video-promo {
  display: inline-block;
  position: relative;
  width: 420px;
  margin: 100px 0;
}

.video-promo .comp {
  width: 100%;
  height: auto;
}

.video-promo .videoscreen,
.video-promo .screen {
  position: absolute;
  height: auto;
  width: 71.3%;
  left: 15.5%;
  top: 7%;
}

.privacy {
  padding-bottom: 12px;
  padding-left: 12px;
  font-size: 12px;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 0;
}

.privacy a {
  color: rgba(38, 38, 51, 0.35);
  line-height: 1em;
}

.privacy a:hover {
  color: rgba(38, 38, 51, 0.65);
}

/* --- Polls List styles --- */
.polls {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.polls__head {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(38, 38, 51, 0.1);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.polls__head h1 {
  font-size: 1.2em;
  margin: 0;
  margin-bottom: .5em;
}

.polls__head p {
  margin: 0;
  font-size: .9em;
}

.polls__head--compact {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__msg {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.header__actions {
  text-align: right;
}

.polls__list {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.polls__list--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.poll {
  position: relative;
  padding-right: 150px;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.poll:hover {
  background-color: rgba(38, 38, 51, 0.03);
}

.poll+.poll {
  border-top: 1px solid rgba(38, 38, 51, 0.05);
}

.poll .btn-text {
  font-size: 13px;
  color: rgba(38, 38, 51, 0.5);
  border-bottom: 1px solid rgba(38, 38, 51, 0.2);
}

.poll .btn-text:hover {
  color: #262633;
  border-bottom-color: transparent;
}

.poll-active,
.poll-active:hover {
  background-color: rgba(16, 214, 130, 0.07);
  -webkit-box-shadow: inset 2px 0 rgba(16, 214, 130, 0.8);
  box-shadow: inset 2px 0 rgba(16, 214, 130, 0.8);
}

.poll__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 15px 0;
  padding-left: 70px;
  color: #262633;
}

.poll__link h2 {
  font-weight: 600;
  font-size: 1em;
  margin: 0;
  margin-bottom: .3em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.poll__link:hover {
  color: #262633;
}

.poll__link .small {
  font-size: .76em;
  margin: 0;
}

.poll__picto {
  position: absolute;
  left: 30px;
  width: 23px;
  height: auto;
  margin-top: 1px;
  top: 15px;
}

.poll__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 12px;
  min-width: 0;
}

.poll__responses {
  width: 85px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
  margin-right: 16px;
}

.poll__actions {
  right: 0;
  top: 50%;
  text-align: right;
  padding-right: 12px;
}

.poll__actions .btn-icon {
  padding: 16px 12px;
}

.responses__no {
  margin: 0;
  font-size: 1.45em;
  line-height: 1em;
}

.responses__label {
  margin: 0;
  line-height: 1em;
}

.empty {
  border: 1px dotted rgba(38, 38, 51, 0.25);
  background-color: rgba(38, 38, 51, 0.05);
  margin: 20px;
  padding: 35px 50px;
  text-align: center;
}

.empty p {
  font-size: .95em;
  opacity: .75;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
  max-width: 400px;
}

.empty .btn-primary {
  min-width: 180px;
}

.empty-picto {
  margin-bottom: 10px;
}

.empty-picto img {
  width: 60px;
  height: auto;
}

.polls__pagination {
  text-align: right;
  padding: 0 18px;
}

.pagination {
  margin: 0;
}

.pagination>li>a {
  padding: 7px 11px;
  font-size: 13px;
  color: rgba(38, 38, 51, 0.5);
  line-height: 1em;
  border: none;
  border-radius: 2px !important;
}

.pagination>li>a:hover {
  color: rgba(38, 38, 51, 0.8);
}

.pagination>li.disabled {
  opacity: .2;
}

.pagination>li.active>a {
  background-color: rgba(38, 38, 51, 0.35);
}

.pag-prev i {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.polls__foot {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 5px 30px;
  border-top: 1px solid rgba(38, 38, 51, 0.1);
}

.polls__foot .site-logo {
  padding: 0;
  text-align: right;
}

.polls__foot .site-logo svg {
  width: 55px;
  vertical-align: top;
}

.confirmation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 35px;
  z-index: 10;
  -webkit-transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: rotateX(60deg) translateY(-120px);
  transform: rotateX(60deg) translateY(-120px);
}

.confirmation.confirmation--visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateX(0deg) translateY(0);
  transform: rotateX(0deg) translateY(0);
  -webkit-box-shadow: 0 3px 12px rgba(38, 38, 51, 0.1);
  box-shadow: 0 3px 12px rgba(38, 38, 51, 0.1);
}

.confirmation__cta .btn {
  min-width: 120px;
}

/* --- Config styles --- */
.polls__config {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1 1 auto;
  height: 100%;
  overflow-y: scroll;
}

.config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.config>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.config--withctrl .config__ctrl {
  position: absolute;
  right: 0;
  bottom: 0;
}

.config--withctrl .config__ctrl>a {
  margin-left: 6px;
}

.config--withctrl .config__ctrl .btn-text {
  font-size: 13px;
  color: rgba(38, 38, 51, 0.5);
  border-bottom: 1px solid rgba(38, 38, 51, 0.2);
}

.config--withctrl .config__ctrl .btn-text:hover {
  color: #262633;
  border-bottom-color: transparent;
}

.config--withctrl .config__ctrl .btn {
  padding: 14px 14px;
}

.config--withctrl .config__ctrl .btn-add {
  background-color: rgba(241, 66, 77, 0.15);
}

.config--withctrl .config__ctrl .btn-add:focus {
  color: #F1424D;
}

.config--withctrl .config__ctrl .btn-add:hover {
  background-color: transparent;
}

.config--withctrl .config__ctrl .btn-add:hover i {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.config__opts {
  padding: 25px 30px;
  padding-bottom: 10px;
  padding-right: 30px;
}

.config__preview {
  padding: 25px 30px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: rgba(38, 38, 51, 0.05);
}

.preview-img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0 3px 15px rgba(38, 38, 51, 0.12);
  box-shadow: 0 3px 15px rgba(38, 38, 51, 0.12);
  margin-bottom: 8px;
}

.list-opts>li {
  padding-bottom: 15px;
}

.list-opts .fs-checkbox-label {
  font-size: .9em;
}

.list-opts--center {
  max-width: 300px;
  margin: 0 auto;
}

.tab-pane .list-opts--center {
  padding-top: 20px;
}
.list-opts--center>li {
  padding-bottom: 22px;
}

.list-opts__label {
  font-size: .8em;
  opacity: .6;
  margin-bottom: .3em;
}

.list-opts__switch {
  display: block;
  position: relative;
  padding-left: 55px;
  margin-bottom: 8px;
}

.list-opts__switch .fs-checkbox-marker {
  position: absolute;
  left: -56px;
}

.list-opts__switch label {
  margin: 0;
  padding-top: 3px;
}

.btn-group-rich-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-group-rich-images>a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  color: rgba(38, 38, 51, 0.5);
  float: none;
}

.btn-group-rich-images>a:not(:first-child) {
  margin-left: -1px;
}

.btn-group-rich-images>a p {
  margin: 0;
  font-size: .85em;
}

.btn-group-rich-images>a:hover {
  border: 1px solid #ccc;
  color: #262633;
}

.btn-group-rich-images>a.active {
  -webkit-box-shadow: inset 0 0 0 1px #10D682;
  box-shadow: inset 0 0 0 1px #10D682;
  border-color: #10D682;
}

.btn-group-rich-images>a.active p {
  color: #262633;
}

.btn-group-rich-images img {
  max-width: 100%;
  height: auto;
}

.btn-group-rich-icons>a {
  padding-top: 8px;
}

.btn-group-rich-icons>a i {
  display: block;
  font-size: 1.8em;
  margin-bottom: 4px;
}

.list-colordots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.list-colordots>li {
  margin: 0 3px;
}

.list-colordots a {
  display: block;
  border-radius: 50%;
  border: 2px solid transparent;
}

.list-colordots a:hover {
  border-color: rgba(38, 38, 51, 0.1);
}

.list-colordots a.active {
  border-color: #10D682;
}

.list-colordots .circle {
  border: none;
  width: 24px;
  height: 24px;
  background-color: #eee;
  margin: 2px;
  vertical-align: top;
  display: block;
}

.list-colordots .circle-all {
  background-image: url(../img/colordot-multi.png);
  background-size: 168% auto;
}

.list-colordots .circle-bw {
  background-image: url(../img/colordot-bw.png);
  background-size: 100% auto;
}

.list-colordots .circle-blue {
  background-color: #4B8BEE;
}

.list-colordots .circle-gold {
  background-color: #CD8E24;
}

.list-colordots .circle-green {
  background-color: #00D9A3;
}

.list-colordots .circle.color-0 {
  background-color: #F1424D;
}
.list-colordots .circle.color-1 {
  background-color: #FDC734;
}
.list-colordots .circle.color-2 {
  background-color: #F6BBD4;
}
.list-colordots .circle.color-3 {
  background-color: #F28C93;
}
.list-colordots .circle.color-4 {
  background-color: #50C895;
}
.list-colordots .circle.color-5 {
  background-color: #9B5AE5;
}
.list-colordots .circle.color-6 {
  background-color: #FFFFFF;
}
.list-colordots .circle.color-7 {
  background-color: #000000;
}

.upload-logo {
  max-width: 240px;
}

.logobox {
  border: 1px solid #ddd;
}

.logobox .logobox-logo {
  height: 50px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.logobox .logobox-logo img,
.logobox .logobox-logo svg {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 85%;
  max-height: 85%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.logobox .logobox-action {
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.logobox .logobox-action:hover {
  background-color: rgba(38, 38, 51, 0.45);
  color: #fff;
}

.logobox .logobox-action p {
  margin: 0;
  padding: 10px 12px;
  font-size: .85em;
}

.logobox .logobox-action p i {
  margin-left: 8px;
}

.logobox .logobox-action input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}

/* --- Forms --- */
.form .form-control {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  height: 40px;
}

.form .form-control:focus {
  background-color: #fff;
  border-color: rgba(38, 38, 51, 0.45);
}

.form .form-group>label {
  font-weight: normal;
  color: #B1B7BC;
  margin-bottom: 2px;
  font-size: 12px;
}

.form .form-group.has-error .form-control {
  border-color: rgba(220, 99, 78, 0.5);
}

.form .form-group.has-error .form-control:focus {
  border-color: rgba(38, 38, 51, 0.25);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form .form-group.has-error .form__error {
  display: block;
}

.form .form-group.form-group--tight {
  margin-bottom: 7px;
}

.form .form-group.form-group--additional {
  padding-top: 6px;
}

.form .form-group.form-group--withbutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form .form-group.form-group--withbutton .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form .form-group.form-group--withbutton .form-control.form-control--largetype {
  font-size: 1.6em;
}

.form .form-group.form-group--withbutton .btn-default {
  font-size: 14px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form .form-group.form-group--animated {
  position: relative;
}

.form .form-group.form-group--animated .form-control {
  height: 40px;
}

.form .form-group.form-group--animated label {
  cursor: text;
  margin: 0;
  padding: 0 2px;
  left: 10px;
  top: 11px;
  position: absolute;
  font-size: 14px;
  color: rgba(38, 38, 51, 0.4);
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.form .form-group.form-group--animated label.active {
  top: -7px;
  font-size: 12px;
  background-color: #fff;
}

.form .form-group.form-group--animated label.active.focusIn {
  color: #262633;
  background-color: #fff;
}

.form .form-group.form-group--animated.form-group--animatedsuffix .form-control {
  padding-right: 35px !important;
}

.form .form-group.form-group--animated.form-group--animatedsuffix .form__picto {
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: .9em;
  color: rgba(38, 38, 51, 0.35);
}

.form .form-group.form-group--eventcode {
  position: relative;
}

.form .form-group.form-group--eventcode .form-control {
  height: 45px;
  font-size: 1.15em;
  text-align: center;
}

.form .form-group.form-group--eventcode .form__picto {
  position: absolute;
  right: 10px;
  top: 28px;
  font-size: 2.2em;
  color: rgba(38, 38, 51, 0.25);
  z-index: 2;
  -webkit-transition: .2s all;
  transition: .2s all;
}

.form .form-group.form-group--eventcode.form-group--eventcodefocus .form__picto {
  opacity: 0;
}

.form .form-group.form-group--passcontrol {
  position: relative;
}

.form .form-group.form-group--passcontrol .form-control {
  padding-right: 50px !important;
}

.form .form-group.form-group--passcontrol .btn-showhidepassword {
  display: inline-block;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: rgba(38, 38, 51, 0.85);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}

.form .form-group--tight {
  margin-bottom: 5px;
}

.form .form__error {
  display: block;
  background-color: rgba(220, 99, 78, 0.12);
  color: #DC634E;
  padding: 3px 6px;
  font-size: 13px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -1px;
  display: none;
}

.form-group--vert>*:not(:first-child) {
  margin-top: -1px;
}

.form-group--withlink {
  position: relative;
}

.form-group--withlink .form-group__link {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-group--withlink form-control {
  padding-right: 65px;
}

.btn-forgotpass {
  color: rgba(38, 38, 51, 0.8);
}

.btn-forgotpass:hover {
  color: #262633;
}

.ordelimit {
  text-align: center;
  position: relative;
  font-size: .7em;
  color: rgba(38, 38, 51, 0.5);
  margin-bottom: .5em;
}

.ordelimit::before,
.ordelimit::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 1px;
  background-color: rgba(38, 38, 51, 0.1);
  margin: 4px;
}

.account-info {
  text-align: center;
  font-size: .85em;
  padding-top: 10px;
}

.account-info p {
  margin: 0 0 5px 0;
  color: rgba(38, 38, 51, 0.5);
  font-size: .8em;
}

.account-info a {
  color: rgba(38, 38, 51, 0.5);
  border-bottom: 1px solid rgba(38, 38, 51, 0.2);
}

.account-info a:hover {
  border-bottom-color: transparent;
  color: #262633;
}

.form--prefix {
  position: relative;
}

.form--prefix .form-control {
  padding-left: 35px !important;
}

.form--prefix .form__picto {
  position: absolute;
  left: 10px;
  top: 50%;
  opacity: .35;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .85em;
}

.form--prefix.form--prefixspec .form-control {
  padding-left: 12px !important;
}

.form--suffix {
  position: relative;
}

.form--suffix .form-control {
  padding-right: 35px !important;
}

.form--suffix .form__picto {
  position: absolute;
  right: 10px;
  top: 50%;
  opacity: .35;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: .85em;
}

.form-toplabel {
  position: relative;
}

.form-toplabel>label {
  position: absolute;
  top: -19px;
  left: 2px;
  text-transform: none !important;
  font-weight: 400;
  font-size: 13px;
  opacity: .85;
}

.form .form-control::-webkit-input-placeholder {
  color: rgba(38, 38, 51, 0.4);
}

.form .form-control:-moz-placeholder {
  color: rgba(38, 38, 51, 0.4);
}

.form .form-control::-moz-placeholder {
  color: rgba(38, 38, 51, 0.4);
}

.form .form-control:-ms-input-placeholder {
  color: rgba(38, 38, 51, 0.4);
}

.form-small {
  font-size: 13px;
  text-align: center;
  line-height: 1.35em !important;
}

.form-powered img {
  display: inline-block;
  width: 60px;
  height: auto;
  opacity: .6;
  margin-top: -2px;
}

.copy-status {
  margin-top: 3px;
  background-color: rgba(16, 214, 130, 0.12);
  color: #222;
  text-align: center;
  padding: 12px 15px;
  color: #10D682;
  font-size: .9em;
  display: none;
}

.copy-status .icon-checkmark {
  margin-right: 8px;
}

.polls {
  display: none;
}

.copy-status p {
  margin: 0;
  line-height: 1.2em;
}

.popmessage {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
}

.popmessage h5 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 6px;
}

.popmessage p {
  font-size: .9em;
}

.popmessage.active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.popmessage.active .popmessage__inner {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  opacity: 1;
}

.popmessage.active .popmessage__picto {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

.popmessage__inner {
  width: 100%;
  max-width: 340px;
  text-align: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: .35s ease-out;
  transition: .35s ease-out;
  opacity: 0;
}

.popmessage__cta {
  margin-top: 25px;
}

.popmessage__cta .btn {
  min-width: 140px;
}

.popmessage__picto {
  font-size: 3em;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  transform: scale(0);
}

.popmessage--confirmation .popmessage__picto {
  color: #10D682;
}

.popmessage--error {
  background-color: #f9e6e3;
  -webkit-box-shadow: inset 0 0 0 15px #fff;
  box-shadow: inset 0 0 0 15px #fff;
}

.popmessage--error .popmessage__picto {
  color: #DC634E;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

.popmessage--error.active .popmessage__picto {
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

/* Loader */
.loading .loader {
  opacity: 1;
  visibility: visible;
}

.loader {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.sp-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sp-circle .sp-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sp-circle .sp-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #F1424D;
  border-radius: 100%;
  -webkit-animation: sp-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sp-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sp-circle .sp-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sp-circle .sp-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sp-circle .sp-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-circle .sp-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sp-circle .sp-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sp-circle .sp-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sp-circle .sp-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sp-circle .sp-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sp-circle .sp-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sp-circle .sp-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sp-circle .sp-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sp-circle .sp-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sp-circle .sp-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sp-circle .sp-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sp-circle .sp-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sp-circle .sp-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sp-circle .sp-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sp-circle .sp-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sp-circle .sp-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sp-circle .sp-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sp-circle .sp-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sp-circle .sp-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sp-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sp-circleBounceDelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@font-face {
  font-family: 'exicon';
  src: url("../webfonts/exicon.eot?-nddtoy");
  src: url("../webfonts/exicon.eot?#iefix-nddtoy") format("embedded-opentype"), url("../webfonts/exicon.woff?-nddtoy") format("woff"), url("../webfonts/exicon.ttf?-nddtoy") format("truetype"), url("../webfonts/exicon.svg?-nddtoy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="exicon-"],
[class*=" exicon-"] {
  font-family: 'exicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.exicon-checkcircle:before {
  content: "\e90d";
}

.exicon-star:before {
  content: "\e90e";
}

.exicon-list:before {
  content: "\e909";
}

.exicon-grid:before {
  content: "\e90a";
}

.exicon-single:before {
  content: "\e90b";
}

.exicon-upload:before {
  content: "\e90c";
}

.exicon-arrow:before {
  content: "\e908";
}

.exicon-email:before {
  content: "\e900";
}

.exicon-logout:before {
  content: "\e901";
}

.exicon-password:before {
  content: "\e902";
}

.exicon-plus:before {
  content: "\e903";
}

.exicon-pluscircle:before {
  content: "\e904";
}

.exicon-refresh:before {
  content: "\e905";
}

.exicon-settings:before {
  content: "\e906";
}

.exicon-user:before {
  content: "\e907";
}

/* Switch style */
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 46px;
  height: 22px;
  border-radius: 30px;
  margin-right: 6px;
  border: none;
  background-color: rgba(45, 54, 68, 0.25);
}

.fs-checkbox-toggle .fs-checkbox-flag {
  background: #fff;
  border: 4px solid rgba(45, 54, 68, 0.25);
  border-radius: 100%;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-marker {
  background-color: #10D682;
}

.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  border-color: #10D682;
  background-color: #fff;
}

.fs-checkbox-toggle .fs-checkbox-state {
  color: #fff;
  font-weight: 700;
  display: none;
}

.fs-checkbox-radio .fs-checkbox-flag {
  background: #65BBE9;
}

.fs-checkbox-toggle .fs-checkbox-label {
  font-weight: 400;
  line-height: 1em;
}
