/*!
 * Shore Bootstrap 3 Theme
 * Copyright 2015 Shore GmbH
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.checkbox label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e5e7e9;
  border-radius: 3px;
  -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
       -o-transition: border .15s ease-in-out, color .15s ease-in-out;
          transition: border .15s ease-in-out, color .15s ease-in-out;
}
.checkbox label::after {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-top: 1px;
  padding-left: 3px;
  margin-left: -20px;
  font-size: 11px;
  color: #222;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  z-index: 1;
  opacity: 0;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  /*outline: 5px auto @brand-primary;*/
  /*outline-offset: -2px;*/
  outline: thin dotted #c3c8c9;
  outline-offset: 0;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "shore-icons";
  content: "\e03b";
}
.checkbox input[type="checkbox"]:indeterminate + label::after,
.checkbox input[type="radio"]:indeterminate + label::after {
  display: block;
  width: 10px;
  height: 3px;
  margin-top: 7px;
  margin-left: -16.5px;
  content: " ";
  background-color: #555;
  border-radius: 2px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: .65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
  background-color: inherit;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #00d0be;
  border-color: #00d0be;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ff2e52;
  border-color: #ff2e52;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #00d0be;
  border-color: #00d0be;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #fc9d21;
  border-color: #fc9d21;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #97c60b;
  border-color: #97c60b;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::before,
.checkbox-primary input[type="radio"]:indeterminate + label::before {
  background-color: #00d0be;
  border-color: #00d0be;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label::after,
.checkbox-primary input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::before,
.checkbox-danger input[type="radio"]:indeterminate + label::before {
  background-color: #ff2e52;
  border-color: #ff2e52;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label::after,
.checkbox-danger input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::before,
.checkbox-info input[type="radio"]:indeterminate + label::before {
  background-color: #00d0be;
  border-color: #00d0be;
}
.checkbox-info input[type="checkbox"]:indeterminate + label::after,
.checkbox-info input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::before,
.checkbox-warning input[type="radio"]:indeterminate + label::before {
  background-color: #fc9d21;
  border-color: #fc9d21;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label::after,
.checkbox-warning input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::before,
.checkbox-success input[type="radio"]:indeterminate + label::before {
  background-color: #97c60b;
  border-color: #97c60b;
}
.checkbox-success input[type="checkbox"]:indeterminate + label::after,
.checkbox-success input[type="radio"]:indeterminate + label::after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  vertical-align: middle;
}
.radio label::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: -20px;
  content: "";
  background-color: #fff;
  border: 1px solid #e5e7e9;
  border-radius: 50%;
  -webkit-transition: border .15s ease-in-out;
       -o-transition: border .15s ease-in-out;
          transition: border .15s ease-in-out;
}
.radio label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: -20px;
  content: " ";
  background-color: #222;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
       -o-transition:      -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
          transition:         transform .1s cubic-bezier(.8, -.33, .2, 1.33);
  -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
       -o-transform: scale(0, 0);
          transform: scale(0, 0);
}
.radio input[type="radio"] {
  z-index: 1;
  opacity: 0;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  /*outline: 5px auto @brand-primary;*/
  /*outline-offset: -2px;*/
  outline: thin dotted #c3c8c9;
  outline-offset: 0;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: .65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label::after {
  background-color: #00d0be;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #00d0be;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #00d0be;
}
.radio-danger input[type="radio"] + label::after {
  background-color: #ff2e52;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #ff2e52;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #ff2e52;
}
.radio-info input[type="radio"] + label::after {
  background-color: #00d0be;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #00d0be;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #00d0be;
}
.radio-warning input[type="radio"] + label::after {
  background-color: #fc9d21;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #fc9d21;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #fc9d21;
}
.radio-success input[type="radio"] + label::after {
  background-color: #97c60b;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #97c60b;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #97c60b;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: "shore-icons";
  content: "\e03b";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}
.checkbox label::after {
  padding-top: 3px;
  padding-left: 4px;
  font-size: 9px;
  color: inherit;
}
.radio label::before,
.checkbox label::before {
  border-color: #d4d4d4;
}
.radio label::after {
  background-color: #909497;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  cursor: pointer;
}
.radio input[type="radio"]:disabled + label,
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  cursor: not-allowed;
  filter: alpha(opacity=30);
  opacity: .3;
}
.radio input[type="radio"]:focus + label::before,
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: none;
  -webkit-box-shadow: 0 0 3pt 1pt #00d0be;
          box-shadow: 0 0 3pt 1pt #00d0be;
}
[data-icon]:before {
  font-family: "shore-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;
  content: attr(data-icon);

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="shore-icon-"]:before,
[class*=" shore-icon-"]:before {
  font-family: "shore-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  line-height: 1;
  text-transform: none !important;

  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.shore-icon-action-sheet-call:before {
  content: "\e200";
}
.shore-icon-action-sheet-delete:before {
  content: "\e201";
}
.shore-icon-action-sheet-favourite:before {
  content: "\e202";
}
.shore-icon-add:before {
  content: "\e203";
}
.shore-icon-appointment-detail-accept:before {
  content: "\e204";
}
.shore-icon-appointment-detail-add-customer:before {
  content: "\e205";
}
.shore-icon-appointment-detail-edit:before {
  content: "\e206";
}
.shore-icon-appointment-detail-menu:before {
  content: "\e207";
}
.shore-icon-appointment-detail-move:before {
  content: "\e208";
}
.shore-icon-appointment-detail-notification-info:before {
  content: "\e209";
}
.shore-icon-appointment-detail-notification-success:before {
  content: "\e210";
}
.shore-icon-appointment-detail-reject:before {
  content: "\e211";
}
.shore-icon-delete-01:before {
  content: "\e212";
}
.shore-icon-confirm:before {
  content: "\e213";
}
.shore-icon-collapse:before {
  content: "\e214";
}
.shore-icon-calendar-today:before {
  content: "\e215";
}
.shore-icon-chat:before {
  content: "\e216";
}
.shore-icon-calendar-list:before {
  content: "\e217";
}
.shore-icon-calendar-filter:before {
  content: "\e218";
}
.shore-icon-backend-nav-employees:before {
  content: "\e060";
}
.shore-icon-back:before {
  content: "\e221";
}
.shore-icon-back-1:before {
  content: "\e222";
}
.shore-icon-appointmentsuccess:before {
  content: "\e223";
}
.shore-icon-appointmenterror:before {
  content: "\e224";
}
.shore-icon-delete-02:before {
  content: "\e225";
}
.shore-icon-hamburger:before {
  content: "\e227";
}
.shore-icon-import:before {
  content: "\e228";
}
.shore-icon-import-contacts:before {
  content: "\e229";
}
.shore-icon-logout:before {
  content: "\e230";
}
.shore-icon-mobile-attachment:before {
  content: "\e231";
}
.shore-icon-mobile-attachment-file:before {
  content: "\e232";
}
.shore-icon-mobile-calendar:before {
  content: "\e233";
}
.shore-icon-mobile-search:before {
  content: "\e236";
}
.shore-icon-mobile-phone:before {
  content: "\e239";
}
.shore-icon-mobile-number-of-people:before {
  content: "\e240";
}
.shore-icon-mobile-new-customer:before {
  content: "\e241";
}
.shore-icon-mobile-message:before {
  content: "\e242";
}
.shore-icon-mobile-logout:before {
  content: "\e243";
}
.shore-icon-mobile-location:before {
  content: "\e244";
}
.shore-icon-mobile-info:before {
  content: "\e245";
}
.shore-icon-mobile-homepage:before {
  content: "\e246";
}
.shore-icon-mobile-feedback:before {
  content: "\e247";
}
.shore-icon-mobile-decrease:before {
  content: "\e248";
}
.shore-icon-mobile-service:before {
  content: "\e249";
}
.shore-icon-mobile-steps:before {
  content: "\e250";
}
.shore-icon-mobile-subject:before {
  content: "\e251";
}
.shore-icon-mobile-time:before {
  content: "\e252";
}
.shore-icon-phone:before {
  content: "\e253";
}
.shore-icon-send-message:before {
  content: "\e254";
}
.shore-icon-status-alternative:before {
  content: "\e255";
}
.shore-icon-status-cancel:before {
  content: "\e260";
}
.shore-icon-status-circle:before {
  content: "\e261";
}
.shore-icon-status-confirm:before {
  content: "\e263";
}
.shore-icon-backend-attachment:before {
  content: "\e002";
}
.shore-icon-backend-attachment-1:before {
  content: "\e05e";
}
.shore-icon-backend-bday:before {
  content: "\e041";
}
.shore-icon-backend-bookable:before {
  content: "\e003";
}
.shore-icon-backend-cal-settings:before {
  content: "\e004";
}
.shore-icon-backend-collapse:before {
  content: "\e005";
}
.shore-icon-backend-delete-02:before {
  content: "\e008";
}
.shore-icon-backend-directory-bookable:before {
  content: "\e009";
}
.shore-icon-backend-directory-status:before {
  content: "\e040";
}
.shore-icon-backend-draft:before {
  content: "\e04d";
}
.shore-icon-backend-dragndrop:before {
  content: "\e00a";
}
.shore-icon-backend-edit:before {
  content: "\e048";
}
.shore-icon-backend-fail:before {
  content: "\e049";
}
.shore-icon-backend-favorites:before {
  content: "\e01d";
}
.shore-icon-backend-feedback-negative:before {
  content: "\e05c";
}
.shore-icon-backend-feedback-positive:before {
  content: "\e01c";
}
.shore-icon-backend-filter:before {
  content: "\e00c";
}
.shore-icon-backend-filter-down:before {
  content: "\e02c";
}
.shore-icon-backend-filter-up:before {
  content: "\e02b";
}
.shore-icon-backend-go2profile:before {
  content: "\e026";
}
.shore-icon-backend-image:before {
  content: "\e04a";
}
.shore-icon-backend-info:before {
  content: "\e04b";
}
.shore-icon-backend-menu:before {
  content: "\e025";
}
.shore-icon-backend-mobile:before {
  content: "\e04c";
}
.shore-icon-backend-nav-appointments:before {
  content: "\e020";
}
.shore-icon-backend-nav-branch:before {
  content: "\e01f";
}
.shore-icon-backend-nav-close:before {
  content: "\e019";
}
.shore-icon-backend-nav-customers:before {
  content: "\e03f";
}
.shore-icon-backend-nav-dropdown:before {
  content: "\e015";
}
.shore-icon-backend-nav-employees-1:before {
  content: "\e289";
}
.shore-icon-backend-nav-feedback:before {
  content: "\e014";
}
.shore-icon-backend-nav-insights:before {
  content: "\e011";
}
.shore-icon-backend-nav-newsletter:before {
  content: "\e00d";
}
.shore-icon-backend-nav-open:before {
  content: "\e02d";
}
.shore-icon-backend-nav-partner-network-01:before {
  content: "\e02a";
}
.shore-icon-backend-nav-partner-network-02:before {
  content: "\e027";
}
.shore-icon-backend-nav-resources:before {
  content: "\e024";
}
.shore-icon-backend-nav-services:before {
  content: "\e021";
}
.shore-icon-backend-nav-shiftplan:before {
  content: "\e01a";
}
.shore-icon-backend-nav-subnavi:before {
  content: "\e017";
}
.shore-icon-backend-new-appointment:before {
  content: "\e045";
}
.shore-icon-backend-new-customer:before {
  content: "\e046";
}
.shore-icon-backend-new-message:before {
  content: "\e047";
}
.shore-icon-backend-new-newsletter:before {
  content: "\e044";
}
.shore-icon-backend-new-shift:before {
  content: "\e043";
}
.shore-icon-backend-next:before {
  content: "\e050";
}
.shore-icon-backend-notes:before {
  content: "\e057";
}
.shore-icon-backend-payment-amount:before {
  content: "\e058";
}
.shore-icon-backend-payment-card:before {
  content: "\e059";
}
.shore-icon-backend-payment-online:before {
  content: "\e311";
}
.shore-icon-backend-phone:before {
  content: "\e042";
}
.shore-icon-backend-planned:before {
  content: "\e04f";
}
.shore-icon-backend-previous:before {
  content: "\e04e";
}
.shore-icon-backend-print:before {
  content: "\e016";
}
.shore-icon-backend-publish:before {
  content: "\e013";
}
.shore-icon-backend-refund:before {
  content: "\e055";
}
.shore-icon-backend-safe:before {
  content: "\e054";
}
.shore-icon-backend-search:before {
  content: "\e012";
}
.shore-icon-backend-send-reminder:before {
  content: "\e053";
}
.shore-icon-backend-service-step-event:before {
  content: "\e321";
}
.shore-icon-backend-spinner:before {
  content: "\e00f";
}
.shore-icon-backend-starred:before {
  content: "\e00e";
}
.shore-icon-backend-starred-solid:before {
  content: "\e02e";
}
.shore-icon-backend-subject:before {
  content: "\e051";
}
.shore-icon-backend-upload:before {
  content: "\e05f";
}
.shore-icon-backend-waitinglist:before {
  content: "\e029";
}
.shore-icon-file:before {
  content: "\e028";
}
.shore-icon-message:before {
  content: "\e023";
}
.shore-icon-mobile:before {
  content: "\e022";
}
.shore-icon-next:before {
  content: "\e03d";
}
.shore-icon-resource:before {
  content: "\e03e";
}
.shore-icon-social-facebook:before {
  content: "\e334";
}
.shore-icon-social-instagram:before {
  content: "\e335";
}
.shore-icon-social-newsletter:before {
  content: "\e336";
}
.shore-icon-social-twitter:before {
  content: "\e342";
}
.shore-icon-support-call:before {
  content: "\e05a";
}
.shore-icon-support-email:before {
  content: "\e05b";
}
.shore-icon-time:before {
  content: "\e018";
}
.shore-icon-widget-edit:before {
  content: "\e346";
}
.shore-icon-backend-alternative:before {
  content: "\e001";
}
.shore-icon-backend-add-attachment:before {
  content: "\e05d";
}
.shore-icon-attachment:before {
  content: "\e000";
}
.shore-icon-appointment-download:before {
  content: "\e02f";
}
.shore-icon-appointment-notification-info-01:before {
  content: "\e030";
}
.shore-icon-appointment-notification-info-02:before {
  content: "\e031";
}
.shore-icon-appointment-notification-info-feedback:before {
  content: "\e032";
}
.shore-icon-appointment-notification-info-lock:before {
  content: "\e033";
}
.shore-icon-appointment-notification-info-x:before {
  content: "\e035";
}
.shore-icon-appointment-share-email:before {
  content: "\e036";
}
.shore-icon-close:before {
  content: "\e037";
}
.shore-icon-facebook:before {
  content: "\e038";
}
.shore-icon-minus:before {
  content: "\e039";
}
.shore-icon-plus:before {
  content: "\e03a";
}
.shore-icon-tick:before {
  content: "\e03b";
}
.shore-icon-twitter:before {
  content: "\e03c";
}
.shore-icon-appointment-notification-info-tick:before {
  content: "\e034";
}
.shore-icon-action-sheet-favourite-filled:before {
  content: "\e359";
}
.shore-icon-floating-arrow:before {
  content: "\e365";
}
.shore-icon-back-new:before {
  content: "\e361";
}
.shore-icon-hamburger-new:before {
  content: "\e362";
}
.shore-icon-appointment-dot:before {
  content: "\e363";
}
.shore-icon-add-new:before {
  content: "\e364";
}
.shore-icon-backend-payment-type:before {
  content: "\e056";
}
.shore-icon-backend-appointment-color:before {
  content: "\e366";
}
.shore-icon-backend-payment-online-new:before {
  content: "\e367";
}
.shore-icon-recurring:before {
  content: "\e01b";
}
.shore-icon-backend-delete:before {
  content: "\e007";
}
.shore-icon-backend-messenger-videocall:before {
  content: "\e061";
}
.shore-icon-menu:before {
  content: "\e372";
}
.shore-icon-refresh:before {
  content: "\e373";
}
.shore-icon-backend-expand:before {
  content: "\e00b";
}
.shore-icon-backend-scheduled:before {
  content: "\e375";
}
.shore-icon-backend-end-call:before {
  content: "\e376";
}
.shore-icon-backend-messenger-videocall-filled:before {
  content: "\e377";
}
.shore-icon-backend-microphone-off:before {
  content: "\e378";
}
.shore-icon-backend-microphone-on:before {
  content: "\e379";
}
.shore-icon-backend-notification:before {
  content: "\e380";
}
.shore-icon-mobile-customer:before {
  content: "\e381";
}
.shore-icon-control-center-about:before {
  content: "\e062";
}
.shore-icon-backend-phone-1:before {
  content: "\e063";
}
.shore-icon-show:before {
  content: "\e064";
}
.shore-icon-placeholder-no-preference:before {
  content: "\e066";
}
.shore-icon-placeholder-table:before {
  content: "\e068";
}
.shore-icon-placeholder-resource:before {
  content: "\e067";
}
.shore-icon-backend-lock:before {
  content: "\e06a";
}
.shore-icon-backend-nav-settings:before {
  content: "\e01e";
}
.shore-icon-actions-logout:before {
  content: "\e06b";
}
.shore-icon-actions-helpcenter:before {
  content: "\e06c";
}
.shore-icon-backend-nav-messages:before {
  content: "\e010";
}
.shore-icon-action-sheet-edit:before {
  content: "\e06d";
}
.shore-icon-backend-success:before {
  content: "\e052";
}
.shore-icon-a-warning:before {
  content: "\e06e";
}
.shore-icon-backend-confirm:before {
  content: "\e006";
}
.shore-icon-filter:before {
  content: "\e06f";
}
.shore-icon-service-blog:before {
  content: "\e070";
}
.shore-icon-no-appointment:before {
  content: "\e072";
}
.shore-icon-customer:before {
  content: "\e069";
}
.shore-icon-calendar-notification:before {
  content: "\e072";
}
.shore-icon-no-resource:before {
  content: "\e075";
}
.shore-icon-no-appointment:before {
  content: "\e071";
}
.shore-icon-backend-nav-adwords:before {
  content: "\e073";
}
.shore-icon-hide:before {
  content: "\e065";
}
.shore-icon-backend-newsletter-settings:before {
  content: "\e074";
}
@font-face {
  font-family: "shore-icons";
  font-style: normal;
  font-weight: normal;

  src: url("../fonts/shore-icons.eot");
  src: url("../fonts/shore-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/shore-icons.woff") format("woff"), url("../fonts/shore-icons.ttf") format("truetype"), url("../fonts/shore-icons.svg#shore-icons") format("svg");
}
[class^="shore-icon-"],
[class*=" shore-icon-"] {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-top: -2px;
  font-size: larger;
  line-height: 1;
}
@-webkit-keyframes shore-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-o-keyframes shore-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}
@keyframes shore-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.shore-icon-backend-spinner:before {
  display: inline-block;
  -webkit-animation: shore-spin 2s infinite linear;
       -o-animation: shore-spin 2s infinite linear;
          animation: shore-spin 2s infinite linear;
}
h1,
.h1,
h2,
.h2 {
  font-weight: bold;
}
h5,
.h5 {
  font-weight: bold;
  color: #00d0be;
}
.label {
  margin-bottom: 3px;
  font-weight: normal;
}
strong {
  font-weight: 600;
}
.progress {
  height: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-bar {
  line-height: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .4) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #dff9f7;
}
legend,
.list-group-heading {
  position: relative;
  display: block;
  padding: 7px 15px;
  font-size: 11px;
  color: #909497;
  text-transform: uppercase;
  background-color: #fcfcfc;
  border: 1px solid #ededed;
}
legend {
  margin-bottom: 15px;
  border-right: none;
  border-left: none;
}
.list-group-heading {
  margin-bottom: -1px;
}
.list-group-heading,
.list-group-item {
  border-right: none;
  border-left: none;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  filter: alpha(opacity=30);
  opacity: .3;
}
.panel {
  border: none;
}
.panel {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
}
.panel-title {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
}
.panel-default .panel-title {
  color: #00d0be;
}
.panel-footer {
  color: #b0b5bc;
}
.panel-overlay {
  border-color: transparent;
}
.panel-overlay > .panel-heading {
  color: #949cab;
  background-color: #3e4a54;
  border-color: transparent;
}
.panel-overlay > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: transparent;
}
.panel-overlay > .panel-heading .badge {
  color: #3e4a54;
  background-color: #949cab;
}
.panel-overlay > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: transparent;
}
.panel-overlay {
  margin: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel-body legend {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  margin-right: -15px;
  margin-left: -15px;
}
.well {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav > li > a {
  color: #3e4a54;
}
.nav > li > a:hover,
.nav > li > a:focus {
  color: #00d0be;
  background-color: inherit;
}
.nav-pills > li > a {
  padding: 6px 15px;
  font-size: 13px;
  border: 1px solid #ededed;
  border-top-color: #797d7f;
  border-bottom-color: #797d7f;
  border-radius: 0;
}
.nav-pills > li:first-child > a {
  border-radius: 2px 0 0 2px;
}
.nav-pills > li:last-child > a {
  border-radius: 0 2px 2px 0;
}
.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  color: white;
  background-color: #797d7f;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: #606365;
}
.nav-pills > li + li {
  margin-left: -1px;
}
.nav-pills > li.active > a {
  background-color: white;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #3e4a54;
  border-top-color: #ededed;
  border-bottom-color: #ededed;
}
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #e6e6e6;
}
.nav-pills > li.disabled > a,
.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
  color: #e5e7e9;
  background-color: inherit;
  border-top-color: #ededed;
  border-bottom-color: #ededed;
}
.nav-tabs {
  border: none;
}
.nav-tabs > li > a {
  padding: 13px 30px;
  border: none;
  border-bottom: 1px solid #d4d4d4;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  padding: 13px 30px 12px 30px;
  border: none;
  border-bottom: 2px solid #00d0be;
}
.nav-tabs > li.disabled > a {
  border: none;
  border-bottom: 1px dotted #d4d4d4;
}
.badge {
  padding: 2px 6px;
  font-size: 10px;
}
.nav > li > a > .badge {
  padding: 0;
  margin-left: 0;
  font-size: 12px;
  color: #aaadb0 !important;
  vertical-align: inherit;
  background: transparent !important;
}
.nav > li > a > .badge::before {
  content: "(";
}
.nav > li > a > .badge::after {
  content: ")";
}
.nav > li.disabled > a > .badge {
  color: #e5e7e9 !important;
}
.dropdown-menu {
  padding: 10px 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}
.breadcrumb {
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 0;
}
.panel .panel-heading .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background: inherit;
}
.panel .panel-heading .breadcrumb li {
  color: inherit;
}
.panel .panel-heading .breadcrumb a {
  color: inherit;
}
.panel .panel-heading .breadcrumb > li + li:before {
  color: inherit;
}
.placeholder-marked,
.img-marked {
  border: 2px solid #00d0be;
}
.placeholder {
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}
.placeholder-shore {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwLCAwLCA1OTYsIDU5NiI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU5NiIgaGVpZ2h0PSI1OTYiIGZpbGw9IiNGRkZGRkYiLz48cGF0aCBkPSJNMC4wNiwwLjcyIEw1OTUuMjgsMC43MiBMNTk1LjI4LDU5NiBMMC4wNiw1OTYgeiIgZmlsbD0iI2UyZTJlMiIvPjxwYXRoIGQ9Ik0zOTQuNDg3LDM4Ni4wMDcgTDM5NC40ODcsMzI1LjMwOSBMMTU3LjM5NSwyMzQuMzEyIEwxNTcuMzk1LDMyNS4zMDkgTDM5NC40ODcsMzg2LjAwNyIgZmlsbD0iI2VkZWRlZCIvPjxwYXRoIGQ9Ik0xNTcuNDk1LDIzNC4zMTIgTDMwNS42OSwxNDMuMzE2IEw0MzIuNTg2LDIyNC43MTMgTDE1Ny40OTUsMzI1LjMwOSBMMTU3LjQ5NSwyMzQuMzEyIiBmaWxsPSIjZjhmOGY4Ii8+PHBhdGggZD0iTTE5MS40OTQsMzk3LjcwNyBMMzk0LjQ4NywzMjUuNDA5IEwzOTQuNDg3LDM4Ni4xMDcgTDI5MS4yOSw0NTIuNzA1IEwxOTEuNDk0LDM5Ny43MDciIGZpbGw9IiNmOGY4ZjgiLz48L3N2Zz4K");
}
.placeholder-businessman {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwLCAwLCA1OTYsIDU5NiI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU5NiIgaGVpZ2h0PSI1OTYiIGZpbGw9IiNGRkZGRkYiLz48cGF0aCBkPSJNMC4wNiwwLjcyIEw1OTUuMjgsMC43MiBMNTk1LjI4LDU5NiBMMC4wNiw1OTYgeiIgZmlsbD0iI2UyZTJlMiIvPjxwYXRoIGQ9Ik0yOTcuMTksMzMzLjAwOSBDMzQ3Ljc4OCwzMzMuMDA5IDM4OC45ODcsMjkxLjgxIDM4OC45ODcsMjQxLjIxMiBDMzg4Ljk4NywxOTAuNjE0IDM0Ny44ODgsMTQ5LjQxNSAyOTcuMTksMTQ5LjQxNSBDMjQ2LjU5MiwxNDkuNDE1IDIwNS4zOTMsMTkwLjYxNCAyMDUuMzkzLDI0MS4yMTIgQzIwNS4zOTMsMjkxLjgxIDI0Ni41OTIsMzMzLjAwOSAyOTcuMTksMzMzLjAwOSIgZmlsbD0iI2Y4ZjhmOCIvPjxwYXRoIGQ9Ik0yOTcuMTksMzU5LjgwOCBDMTk1Ljk5MywzNTkuODA4IDEzMS45OTYsNDEzLjEwNiAxMzEuOTk2LDQ1Ny4zMDUgTDEzMS45OTYsNTk2IEw0NjIuNDg0LDU5NiBMNDYyLjQ4NCw0NTEuNDA1IEM0NjIuMzg0LDQwOC41MDYgMzk0LjE4NywzNTkuODA4IDI5Ny4xOSwzNTkuODA4IiBmaWxsPSIjZjhmOGY4Ii8+PHBhdGggZD0iTTI2MC41OTEsMzQ4LjkxMyBMMzMzLjk4OSwzNDguOTEzIEwzMDguNTksNDA0LjAxMSBMMzMzLjk4OSw0NDAuNzEgTDMxNS43MjIsNTk2IEwyNzguODU4LDU5NiBMMjYwLjU5MSw0NDAuNzEgTDI4NS45OSw0MDQuMDExIEwyNjAuNTkxLDM0OC45MTMiIGZpbGw9IiNlMmUyZTIiLz48L3N2Zz4K");
}
.placeholder-male {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwLCAwLCA1OTYsIDU5NiI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU5NiIgaGVpZ2h0PSI1OTYiIGZpbGw9IiNGRkZGRkYiLz48cGF0aCBkPSJNMC4wNiwwLjcyIEw1OTUuMjgsMC43MiBMNTk1LjI4LDU5NiBMMC4wNiw1OTYgeiIgZmlsbD0iI2UyZTJlMiIvPjxwYXRoIGQ9Ik0yOTcuMTksMzMzLjAwOSBDMzQ3Ljc4OCwzMzMuMDA5IDM4OC45ODcsMjkxLjgxIDM4OC45ODcsMjQxLjIxMiBDMzg4Ljk4NywxOTAuNjE0IDM0Ny44ODgsMTQ5LjQxNSAyOTcuMTksMTQ5LjQxNSBDMjQ2LjU5MiwxNDkuNDE1IDIwNS4zOTMsMTkwLjYxNCAyMDUuMzkzLDI0MS4yMTIgQzIwNS4zOTMsMjkxLjgxIDI0Ni41OTIsMzMzLjAwOSAyOTcuMTksMzMzLjAwOSIgZmlsbD0iI2Y4ZjhmOCIvPjxwYXRoIGQ9Ik0yOTcuMTksMzU5LjgwOCBDMTk1Ljk5MywzNTkuODA4IDEzMS45OTYsNDEzLjEwNiAxMzEuOTk2LDQ1Ny4zMDUgTDEzMS45OTYsNTk2IEw0NjIuNDg0LDU5NiBMNDYyLjQ4NCw0NTEuNDA1IEM0NjIuMzg0LDQwOC41MDYgMzk0LjE4NywzNTkuODA4IDI5Ny4xOSwzNTkuODA4IiBmaWxsPSIjZjhmOGY4Ii8+PC9zdmc+Cg==");
}
.placeholder-female {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwLCAwLCA1OTYsIDU5NiI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU5NiIgaGVpZ2h0PSI1OTYiIGZpbGw9IiNGRkZGRkYiLz48cGF0aCBkPSJNMC4wNiwwLjcyIEw1OTUuMjgsMC43MiBMNTk1LjI4LDU5NiBMMC4wNiw1OTYgeiIgZmlsbD0iI2UyZTJlMiIvPjxwYXRoIGQ9Ik0yOTcuMTksMzU5LjgwOCBDMTk1Ljk5MywzNTkuODA4IDEzMS45OTYsNDEzLjEwNiAxMzEuOTk2LDQ1Ny4zMDUgTDEzMS45OTYsNTk2IEw0NjIuNDg0LDU5NiBMNDYyLjQ4NCw0NTEuNDA1IEM0NjIuMzg0LDQwOC41MDYgMzk0LjE4NywzNTkuODA4IDI5Ny4xOSwzNTkuODA4IiBmaWxsPSIjZjhmOGY4Ii8+PHBhdGggZD0iTTI5Ny4xOSwzMzMuMDA5IEMzNDcuNzg4LDMzMy4wMDkgMzg4Ljk4NywyOTEuODEgMzg4Ljk4NywyNDEuMjEyIEMzODguOTg3LDE5MC42MTQgMzQ3Ljg4OCwxNDkuNDE1IDI5Ny4xOSwxNDkuNDE1IEMyNDYuNTkyLDE0OS40MTUgMjA1LjM5MywxOTAuNjE0IDIwNS4zOTMsMjQxLjIxMiBDMjA1LjM5MywyOTEuODEgMjQ2LjU5MiwzMzMuMDA5IDI5Ny4xOSwzMzMuMDA5IiBmaWxsPSIjZjhmOGY4Ii8+PHBhdGggZD0iTTIwNS4zOTMsMjQxLjIxMiBMMzg4Ljk4NywyNDEuMjEyIEwzODguOTg3LDMzMy4wMDkgTDIwNS4zOTMsMzMzLjAwOSB6IiBmaWxsPSIjZjhmOGY4Ii8+PC9zdmc+Cg==");
}
.placeholder-location {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwLCAwLCA1OTYsIDU5NiI+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjU5NiIgaGVpZ2h0PSI1OTYiIGZpbGw9IiNGRkZGRkYiLz48cGF0aCBkPSJNMC4wNiwwLjcyIEw1OTUuMjgsMC43MiBMNTk1LjI4LDU5NiBMMC4wNiw1OTYgeiIgZmlsbD0iI2UyZTJlMiIvPjxwYXRoIGQ9Ik0yOTcuNjM5LDI5Mi40MTkgQzI3NS4yMDMsMjkyLjQxOSAyNTcuMDE0LDI3NC4yMyAyNTcuMDE0LDI1MS43OTQgQzI1Ny4wMTQsMjI5LjM1OCAyNzUuMjAzLDIxMS4xNjkgMjk3LjYzOSwyMTEuMTY5IEMzMjAuMDc4LDIxMS4xNjkgMzM4LjI2NCwyMjkuMzU4IDMzOC4yNjQsMjUxLjc5NCBDMzM4LjI2NCwyNzQuMjMgMzIwLjA3OCwyOTIuNDE5IDI5Ny42MzksMjkyLjQxOSB6IE0yOTcuNjQ5LDEzNi44NDggQzIzNi4wOTQsMTM2Ljg0OCAxODMuNDA5LDE4NS44NDggMTgzLjQwOSwyNDEuNDEgQzE4My40MDksMzI5LjgyIDI4MC4yODksNDM2LjIzNCAyOTcuNjMxLDQ2Mi4xOTUgQzMxNC45OTIsNDM2LjE1MyA0MTEuODY5LDMyOS4xMyA0MTEuODY5LDI0MS40MSBDNDExLjg2OSwxODUuODQ4IDM2MS4wMjgsMTM2Ljg0OCAyOTcuNjQ5LDEzNi44NDgiIGZpbGw9IiNmOGY4ZjgiLz48L3N2Zz4K");
}
.btn {
  -webkit-transition: opacity ease-in-out .15s;
       -o-transition: opacity ease-in-out .15s;
          transition: opacity ease-in-out .15s;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  text-decoration: none;
  cursor: not-allowed;
  filter: alpha(opacity=30);
  opacity: .3;
}
.btn-icon {
  position: relative;
  padding: 0;
  line-height: 1;
  background: transparent;
  border: none;
}
.btn-icon > [class^="shore-icon-"],
.btn-icon > [class*=" shore-icon-"] {
  top: 1px;
  display: block;
  width: 34px;
  height: 34px;
  padding: 5px;
  font-size: 24px;
  color: #3e4a54;
}
.btn-icon:not([disabled]):hover > [class^="shore-icon-"],
.btn-icon:not([disabled]):focus > [class^="shore-icon-"],
.btn-icon:not([disabled]):hover > [class*=" shore-icon-"],
.btn-icon:not([disabled]):focus > [class*=" shore-icon-"] {
  color: #00d0be;
}
.btn-icon > .badge {
  position: absolute;
  top: 2px;
  left: 18px;
}
.btn-mute {
  min-width: 102px;
  color: #00d0be;
  background-color: transparent;
  border-color: #00d0be;
}
.btn-mute:focus,
.btn-mute.focus {
  color: #00d0be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00514a;
}
.btn-mute:hover {
  color: #00d0be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #009386;
}
.btn-mute:active,
.btn-mute.active,
.open > .dropdown-toggle.btn-mute {
  color: #00d0be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #009386;
}
.btn-mute:active:hover,
.btn-mute.active:hover,
.open > .dropdown-toggle.btn-mute:hover,
.btn-mute:active:focus,
.btn-mute.active:focus,
.open > .dropdown-toggle.btn-mute:focus,
.btn-mute:active.focus,
.btn-mute.active.focus,
.open > .dropdown-toggle.btn-mute.focus {
  color: #00d0be;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00514a;
}
.btn-mute:active,
.btn-mute.active,
.open > .dropdown-toggle.btn-mute {
  background-image: none;
}
.btn-mute.disabled,
.btn-mute[disabled],
fieldset[disabled] .btn-mute,
.btn-mute.disabled:hover,
.btn-mute[disabled]:hover,
fieldset[disabled] .btn-mute:hover,
.btn-mute.disabled:focus,
.btn-mute[disabled]:focus,
fieldset[disabled] .btn-mute:focus,
.btn-mute.disabled.focus,
.btn-mute[disabled].focus,
fieldset[disabled] .btn-mute.focus,
.btn-mute.disabled:active,
.btn-mute[disabled]:active,
fieldset[disabled] .btn-mute:active,
.btn-mute.disabled.active,
.btn-mute[disabled].active,
fieldset[disabled] .btn-mute.active {
  background-color: transparent;
  border-color: #00d0be;
}
.btn-mute .badge {
  color: transparent;
  background-color: #00d0be;
}
.caret {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: inherit;
  border: none;
}
.caret:before {
  display: inline-block;
  width: 8px;
  margin-right: 5px;
  margin-left: -5px;
  font-family: "shore-icons";
  font-size: 22px;
  line-height: 4px;
  vertical-align: middle;
  content: "\e015";
  filter: alpha(opacity=70);
  opacity: .7;
}
.close {
  font-size: medium;
  filter: alpha(opacity=65);
  opacity: .65;
}
.close:hover,
.close:focus {
  filter: alpha(opacity=100);
  opacity: 1;
}
.panel-heading .close {
  margin-top: -5px;
}
.tooltip-inner {
  border-radius: 0;
}
.alert-dismissable .close,
.alert-dismissible .close {
  top: 0;
}
.popover {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .22);
          box-shadow: 0 2px 6px rgba(0, 0, 0, .22);
}
.popover .popover-title {
  padding: 17px 19px 15px 19px;
  font-weight: normal;
  color: #00d0be;
  border-color: #ededed;
}
.popover .popover-content {
  padding: 17px 19px;
}
.blockquote-reverse,
blockquote.pull-right,
blockquote {
  padding: 0 21px;
  font-style: italic;
  font-weight: 200;
  border-width: 2px;
}
.blockquote-reverse footer,
blockquote.pull-right footer,
blockquote footer,
.blockquote-reverse small,
blockquote.pull-right small,
blockquote small,
.blockquote-reverse .small,
blockquote.pull-right .small,
blockquote .small {
  font-style: normal;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
blockquote footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
blockquote small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before,
blockquote .small:before {
  content: '';
}
.table > thead > tr > th {
  font-size: 11px;
  font-weight: normal;
  color: #909497;
  text-transform: uppercase;
  background-color: #fcfcfc;
  border-bottom-width: 1px;
}
.table:not(.table-bordered) > thead > tr > th:first-child,
.table:not(.table-bordered) > tbody > tr > th:first-child,
.table:not(.table-bordered) > tfoot > tr > th:first-child,
.table:not(.table-bordered) > thead > tr > td:first-child,
.table:not(.table-bordered) > tbody > tr > td:first-child,
.table:not(.table-bordered) > tfoot > tr > td:first-child {
  padding-left: 26px;
}
.table:not(.table-bordered) > thead > tr > th:last-child,
.table:not(.table-bordered) > tbody > tr > th:last-child,
.table:not(.table-bordered) > tfoot > tr > th:last-child,
.table:not(.table-bordered) > thead > tr > td:last-child,
.table:not(.table-bordered) > tbody > tr > td:last-child,
.table:not(.table-bordered) > tfoot > tr > td:last-child {
  padding-right: 26px;
}
.table-condensed:not(.table-bordered) > thead > tr > th:first-child,
.table-condensed:not(.table-bordered) > tbody > tr > th:first-child,
.table-condensed:not(.table-bordered) > tfoot > tr > th:first-child,
.table-condensed:not(.table-bordered) > thead > tr > td:first-child,
.table-condensed:not(.table-bordered) > tbody > tr > td:first-child,
.table-condensed:not(.table-bordered) > tfoot > tr > td:first-child {
  padding-left: 14px;
}
.table-condensed:not(.table-bordered) > thead > tr > th:last-child,
.table-condensed:not(.table-bordered) > tbody > tr > th:last-child,
.table-condensed:not(.table-bordered) > tfoot > tr > th:last-child,
.table-condensed:not(.table-bordered) > thead > tr > td:last-child,
.table-condensed:not(.table-bordered) > tbody > tr > td:last-child,
.table-condensed:not(.table-bordered) > tfoot > tr > td:last-child {
  padding-right: 14px;
}
.control-label {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: normal;
  color: #909497;
  -webkit-transition: color ease-in-out .15s;
       -o-transition: color ease-in-out .15s;
          transition: color ease-in-out .15s;
}
.control-label.form-control-has-focus {
  color: #00d0be;
}
.has-success .control-label {
  color: #97c60b;
}
.has-warning .control-label {
  color: #fc9d21;
}
.has-error .control-label {
  color: #ff2e52;
}
.floating-label-control {
  position: relative;
  padding-top: 12px;
}
.floating-label-control .control-label {
  position: absolute;
  top: 0;
  -webkit-transition: all ease-in-out .15s;
       -o-transition: all ease-in-out .15s;
          transition: all ease-in-out .15s;
}
.floating-label-control:not(.has-value) .control-label {
  top: 19px;
  font-size: inherit;
}
.form-control {
  padding: 6px 0;
  border-top: none;
  border-right: none;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  padding-bottom: 5px;
  border-width: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control[disabled] {
  filter: alpha(opacity=50);
  opacity: .5;
}
.input-group-addon {
  color: #b0b5bc;
  background-color: white !important;
  border: none;
}
.help-block {
  font-size: 11px;
  color: #b0b5bc;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 9px;
    margin-bottom: 0;
    text-align: right;
  }
}
.has-feedback label ~ .form-control-feedback {
  top: 29px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  font-size: 140%;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-mute.focus,
.btn-default.focus,
.btn-mute:focus,
.btn-default:focus,
.btn-mute.focus.active,
.btn-default.focus.active,
.btn-mute.focus:active,
.btn-default.focus:active,
.btn-mute:focus.active,
.btn-default:focus.active,
.btn-mute:focus:active,
.btn-default:focus:active,
.btn-mute.active,
.btn-default.active,
.btn-mute:active,
.btn-default:active,
.btn-mute:active:hover,
.btn-default:active:hover,
.btn-mute.active:hover,
.btn-default.active:hover,
.btn-mute:hover,
.btn-default:hover {
  color: #00b7a7;
  border-color: #00b7a7;
}
.alert-success {
  color: #85ae0a;
}
.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background-color: #00d0be;
}
.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
  background-color: white;
}
.flex-row,
.flex-form-inline {
  display: table;
  width: 100%;
}
.flex-row .flex-cell,
.flex-form-inline .flex-cell {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
}
.flex-row .flex-cell.flex-spread,
.flex-form-inline .flex-cell.flex-spread {
  width: 100%;
}
.flex-form-inline .flex-cell {
  padding-right: 12px;
}
.flex-form-inline .flex-cell:last-child {
  padding-right: 0;
}
.panel-footer .flex-form-inline .form-control {
  background: transparent;
  border-bottom-color: transparent;
}
.show-on-parent-hover {
  visibility: hidden;
}
*:hover > .show-on-parent-hover {
  visibility: visible;
}
/*# sourceMappingURL=bootstrap-theme.css.map */
