@import url(https://fonts.googleapis.com/css?family=Nunito);.mb-5 {
  margin-bottom: 5px;
}

.mt-5 {
  margin-top: 5px;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-25 {
  margin-top: 25px;
}

.ml-25 {
  margin-left: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mr-30 {
  margin-right: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-35 {
  margin-top: 35px;
}

.ml-35 {
  margin-left: 35px;
}

.mr-35 {
  margin-right: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-40 {
  margin-top: 40px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-40 {
  margin-right: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-45 {
  margin-top: 45px;
}

.ml-45 {
  margin-left: 45px;
}

.mr-45 {
  margin-right: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-50 {
  margin-top: 50px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-50 {
  margin-right: 50px;
}

.multiselect {
  min-height: 34px;
  font-size: 14px;
}

.multiselect__input,
.multiselect__single,
.multiselect__placeholder {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.multiselect__option {
  min-height: 30px;
  font-size: 14px;
}

.multiselect__option--highlight {
  background: #3c8dbc;
}

.multiselect__option--highlight:after {
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #3ea5d4;
  font-size: 12px;
  padding-right: 6px;
  padding-left: 6px;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #f79c9c;
}

.multiselect__option .option__id {
  display: inline-block;
  min-width: 18px;
  font-weight: bold;
}

.multiselect__tags {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #d2d6de;
  min-height: 34px;
  padding: 6px 12px;
}

.multiselect__select {
  min-height: 34px;
  height: 34px;
}

.multiselect__spinner {
  height: calc(34px - 2px);
}

.multiselect__option--highlight .option__desc {
  white-space: normal;
}

.modal-backdrop {
  display: none;
}

.modal.fade.show {
  opacity: 1;
}

.fade.in {
  display: none;
}

.modal.fade .modal-dialog {
  margin-top: 100px;
  max-width: 450px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal.fade .modal-dialog .buttons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal.fade .modal-dialog .btn-block {
  width: 150px;
  margin: 15px auto;
}

.wide-modal.modal.fade .modal-dialog {
  max-width: 800px;
  width: 100%;
  margin-top: 50px;
}

.VueTables label {
  padding-right: 10px;
}

.VueTables .VueTables__table tr.deleted {
  background: rgba(255, 186, 177, 0.4);
}

.box {
  -webkit-box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.1);
}

.mb-0 {
  margin-bottom: 0;
}

.content-wrapper .vdp-datepicker {
  display: table-cell;
  height: 34px;
}

.content-wrapper .vdp-datepicker .form-control {
  background-color: #fff;
  width: 120px;
}

.content-wrapper .vdp-datepicker__calendar {
  top: 100%;
  width: 200px;
}

.content-wrapper .vdp-datepicker__calendar .cell {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
}

.content-wrapper .vdp-datepicker__calendar .cell.selected {
  color: #fff;
}

.vdp-datepicker__clear-button {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 2;
}

:root {
  --swiper-navigation-size: 20px;
}

.swiper-container {
  padding-bottom: 40px;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  bottom: 2px;
  top: auto;
}

.swiper-container .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 40px;
}

.swiper-container .swiper-wrapper .swiper-slide {
  max-height: 440px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: static;
}

.swiper-container .swiper-wrapper .swiper-slide img,
.swiper-container .swiper-wrapper .swiper-slide video {
  max-height: 400px;
}

.swiper-container .swiper-wrapper .swiper-slide-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.datepicker {
  width: 250px;
}

.datepicker table {
  width: 100%;
}

.datepicker table th,
.datepicker table td {
  text-align: center;
}

.datepicker .active {
  background: #4bd;
  color: #fff;
}

.timepicker th,
.timepicker td {
  text-align: center;
}

.tab-content {
  padding: 15px 0;
}

.nav-tabs:focus {
  outline: none;
}

.nav-tabs .nav-link.active {
  color: #444;
  background: #f7f7f7;
  border-color: #eee #eee #ddd;
}

.nav-tabs a {
  color: #444;
}

.form-group.has-error textarea {
  border-color: #dd4b39;
}

.btn-static-156 {
  display: inline-block;
  min-width: 256px;
}

.login-page,
.register-page {
  background-color: #f6f6f6;
  font-family: 'Montserrat',-apple-system,BlinkMacSystemFont,'Segoe UI',Arial,sans-serif;
}

.login-page button[type=submit],
.register-page button[type=submit] {
  text-decoration: none;
  text-underline: none;
  word-wrap: break-word;
  border-radius: 5px;
  line-height: 15px;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  text-align: center;
  display: block;
  background-color: #f4f4f4;
  color: #444;
  padding: 6px 12px;
  border: 1px solid #ddd;
}

.login-page button[type=submit]:active,
.register-page button[type=submit]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-page .login-logo img,
.register-page .login-logo img {
  width: 200px;
}

.VueTables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.VueTables .table-responsive,
.VueTables .media-grid {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.VueTables .clear-filters {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.VueTables .VuePagination {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.VueTables .VuePagination nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.VueTables .VuePagination .VuePagination__count,
.VueTables .VuePagination nav {
  text-align: right;
}

.VueTables .VuePagination .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.VueTables__search.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: 280px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .VueTables__search.form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.VueTables__search.form-inline .VueTables__search-field .form-control {
  min-width: 280px;
}

.Vuetables__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Vuetables__filter .form-group {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .Vuetables__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .Vuetables__filter .form-group {
    margin-top: 15px;
    margin-left: 0;
  }
}

.filterTags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
}

.filterTags__item:hover label {
  color: #00A5E3;
}

.filterTags__item:not(:first-child) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #9c9c9c;
}

.filterTags__item.selected label {
  font-weight: 700;
}

.filterTags__item label {
  font-weight: normal;
  margin-bottom: 0;
  cursor: pointer;
}

.filterTags__item input {
  display: none;
}

.filterTags .form-group {
  margin-bottom: 0;
}

.VueTables__table td.right {
  text-align: right;
}

.VueTables__table .nowrap {
  white-space: nowrap;
}

.VueTables__table > tbody > tr > td {
  vertical-align: middle;
  overflow-wrap: break-word;
}

@media (min-width: 1024px) {
  .VueTables__table > tbody > tr > td {
    max-width: 30vw;
  }
}

.VueTables__table .td-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.VueTables__table .td-post__image {
  max-width: 80px;
  margin-right: 10px;
  border-radius: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

label.required:after {
  content: '*';
  margin-left: 2px;
}

.form-control--simple {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.form-control[readonly] {
  background: #fff;
}

.form-group .checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.form-group .checkbox label input {
  margin: 0;
  margin-right: 5px;
  position: relative;
}

input[type="checkbox"].switcher {
  display: none;
}

input[type="checkbox"].switcher + label {
  margin: 5px;
  position: relative;
  display: inline-block;
  padding-left: 48px;
  cursor: pointer;
  line-height: 20px;
}

input[type="checkbox"].switcher + label:before,
input[type="checkbox"].switcher + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  border-radius: 40px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

input[type="checkbox"].switcher + label:before {
  background-color: #eeeeee;
  width: 40px;
}

input[type="checkbox"].switcher + label:after {
  width: 20px;
  background-color: #b1b1b1;
}

input[type="checkbox"].switcher:checked + label:before {
  background-color: #4DD865;
}

input[type="checkbox"].switcher:checked + label:after {
  background-color: #fff;
  left: 20px;
}

input[type="checkbox"].switcher:disabled + label {
  opacity: 0.5;
  cursor: not-allowed;
}

.wifi-box {
  margin-bottom: 10px;
  padding: 8px 30px 8px 15px;
  font-size: 13px;
}

.wifi-box h5 {
  font-size: 15px;
  font-weight: bold;
}

.wifi-box.current {
  border-left-color: green;
}

.box.box-mini {
  -webkit-box-shadow: 0 -2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 20px 0px rgba(0, 0, 0, 0.1);
}

.box h5 {
  font-size: 16px;
}

.btn-icon {
  padding: 0;
  font-size: 18px;
}

.btn-icon:hover {
  color: #00A5E3;
}

.btn-icon.blocked {
  color: #dd4b39;
}

.btn-icon.blocked:hover {
  color: #00A5E3;
}

.btn-icon.flagged {
  color: #FC4225;
}

.btn-icon.flagged:hover {
  color: #00A5E3;
}

.btn-icon.saved {
  color: #dd4b39;
}

.btn-icon.saved:hover {
  color: #00A5E3;
}

.btn--delete:hover {
  color: #dd4b39;
}

.btn-back {
  background: #fff;
  border-radius: 4px;
  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;
  height: 20px;
  width: 50px;
  color: #858585;
  cursor: pointer;
}

.action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.action input {
  display: none;
}

.action .fa {
  font-size: 18px;
  margin-right: 4px;
}

.action.checked.action--block {
  color: #dd4b39;
}

.action.checked.action--flag {
  color: #FC4225;
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 80px;
  margin: 0;
  padding: 0;
  background: url(/images/tail-spin.svg?a75a5f095bf3a1155c66d012b647ca4c) no-repeat;
  background-size: 55px;
  background-position-x: 50%;
  background-position-y: 50%;
  display: none;
  visibility: hidden;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.loader--gray {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}

.loader.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.single-item-view .report__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
}

.single-item-view .report__head .fa {
  color: #c4c4c4;
}

.single-item-view .report .votes__item {
  margin-right: 20px;
}

.single-item-view .report .report-line__item {
  margin-right: 30px;
}

.single-item-view .report .report-head__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-item-view .report .report-head__edit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-item-view .report .report-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.single-item-view .report .report-media__item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

a {
  color: #0089ff;
}

a:hover {
  color: #FC4225;
}

img,
video {
  max-width: 100%;
  max-height: 100%;
}

body,
body.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-row .page-title {
  margin: 0 15px 2px 0;
  font-size: 24px;
}

