html, body {
  min-height: 100%;
}

body {
  background: linear-gradient(135deg, rgba(0, 123, 255, 0) 0, rgba(0, 123, 255, 0.1) 75%);
  font-size: 14px;
}

label {
  margin-bottom: .25rem;
}

input[type="date"] {
  min-width: 160px;
}

/* Icons */

.octicon {
  display: inline-block;
  vertical-align: middle;
  fill: currentColor;
}

/* Header */

.header {
  background: linear-gradient(135deg, rgba(0, 25, 51, .9) 0, rgba(0, 25, 51, 1) 60%);
  box-shadow: 3px 0 5px rgba(0, 0, 0, .15);
  color: #fff;
  font-size: 16px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.hdr__container {
  padding: 10px 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.logo:hover,
.logo:active {
  color: #fff;
  text-decoration: none;
}

.logo__img {
  vertical-align: bottom;
  height: 28px;
  margin-right: 10px;
}

/*.navbar-expand-md>.container,
.navbar-expand-md>.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}*/

.navbar-expand-md .navbar-collapse {
  justify-content: space-between;
}

.hdr-empty .navbar-collapse {
  justify-content: flex-end;
}

.navbar-user {
  align-items: center;
}

.bottom-navbar {
  text-align: right;
}

select.lang-switcher {
  background: transparent;
  border: 0;
  color: #fff;
  padding: 6px 12px;
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
}

.header__link {
  margin-right: 15px;
}

.lang-switcher .selectize-input.input-active,
.lang-switcher .selectize-input {
  display: block !important;
  background: transparent !important;
  border: 0;
  box-shadow: none;
  color: #fff;
}

.lang-switcher .selectize-input input,
.lang-switcher .selectize-input:after {
  display: none !important;
}

.link,
.link:hover {
  color: inherit;
}

.header__link {
  opacity: .75;
}

.header__link:hover {
  opacity: 1;
}

.nav-mobile {
  justify-content: space-between;
}

/* Content */

.content {
  padding: 30px 0;
  margin-top: 58px;
}

.wrapper {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0.1875rem 0.375rem rgba(33, 37, 41, 0.05);
  margin-bottom: 25px;
  padding: 25px;
  overflow-x: auto;
  position: relative;
}

.breadcrumbs {
  color: #6f7e8b;
  margin-bottom: 20px;
}

.breadcrumbs a {
  color: #6f7e8b;
}

table#stats-table,
table.data-table {
  margin-top: 46px !important;
}

.separator {
  display: block;
  height: 1px;
  width: 100%;
}

/* Forms */

.form-pipe {
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-right: 1px solid rgba(0, 0, 0, .1);
}

label {
  line-height: 2em;
}

.file-upload {
  min-height: 2rem;
}

.dz-error-message {
  color: #ff0000;
}

.dz-success-mark,
.dz-error-mark {
  display: none;
}

.custom-file {
  overflow: hidden;
}

.counter__wrapper {
  display: inline-block;
  position: relative;
  width: 100%;
}

.counter__wrapper textarea {
  padding-bottom: 25px;
}

.counter__wrapper input {
  padding-right: 42px;
}

.counter {
  position: absolute;
  right: 10px;
  bottom: 5px;
}

.dz-started .dz-message {
  display: none;
}

.dz-size {
  display: none;
}

.dz-preview {
  text-align: center;
}

.custom-control-label {
  line-height: 1em;
}

.custom-checkbox .custom-control-label {
  line-height: 1.5;
}

a.btn:not([href]):not([tabindex]) {
  color: #fff;
}

.btn__wrapper {
  margin-bottom: 20px;
  text-align: right;
}

.btn-abs__wrapper {
  position: relative;
  z-index: 10;
}

.btn-abs {
  margin-bottom: 20px;
}

.check_text {
  line-height: 38px;
}

/* DataTable */

.dataTables_wrapper #stats-table,
.dataTables_wrapper .data-table {
  margin-top: 6px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before {
  top: 14px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f1f3fa;
}

/*.dataTables_length {
  text-align: left !important;
}*/

.table-striped tbody tr:hover {
  background-color: rgba(0, 123, 255, .15);
}

.data-table.collapsed tbody > tr > td:first-child {
  display: block !important;
}

.data-table.collapsed tbody > tr > td.child {
  display: table-cell !important;
}

.data-table.collapsed tbody > tr > td.dataTables_empty {
  display: table-cell !important;
}

.data-table tr th:last-child:after,
.data-table tr th:last-child:before {
  display: none;
}

.page-link {
  font-size: 12px;
  padding: .5rem;
}

/* Statistics */

.select2 {
  max-width: 100%;
  width: 100%;
}

select[multiple] {
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
  padding: 6px 12px;
  width: 100%;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: block;
}

.select2-container--default .select2-selection--multiple {
  border-color: #cccccc;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 33px;
  padding: 3px 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  line-height: 26px;
}

.f-size-11 {
  font-size: 11px;
}

.table td {
  vertical-align: middle;
  white-space: nowrap;
}

.table tr td:last-child {
  white-space: normal;
}

td .btn {
  margin: 2px;
}

.selectize-control .selectize-input {
  border: 1px solid #ced4da;
  line-height: 1.5;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.selectize-control .selectize-input.focus {
  border-color: #80bdff!important;
  background-color: #fff!important;
  color: #495057!important;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25)!important;
  outline: 0!important;
}

.filter__block {
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
}

.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

/*.dataTables_wrapper .row > div {
  padding: 0;
}*/

.dataTables_length {
  font-size: 12px;
}

#stats-table td,
#stats-table th {
  padding: .75rem 1.25rem .75rem .5rem;
}

.table-bordered thead td,
.table-bordered thead th {
  border-width: 1px;
}

.table-striped.table-bordered {
  border-collapse: collapse !important;
}

tfoot {
  background: rgba(0, 0, 0, .15);
}

.self-end {
  align-self: flex-end;
}

.guest-info {
  margin-bottom: 20px;
}

#add-guest {
  font-size: 24px;
  line-height: 20px;
  height: 40px;
}

/* Modal */

.push-response {
  display: none;
}

.success .push-success {
  display: block;
}

.fail .push-fail {
  display: block;
}

/* Push admin */

.push-item {
  padding-top: 10px;
  padding-bottom: 10px;
}

.push-inner {
  background: #fafafa;
  background: linear-gradient(135deg, rgba(0, 25, 51, .05) 0, rgba(0, 25, 51, .1) 60%);
  max-width: 360px;
  padding-top: 2px;
}

.push-item img {
  height: auto;
  max-width: 100%;
}

.push-data {
  text-overflow: ellipsis;
  padding-right: 15px;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.push-shows,
.push-url {
  padding-left: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.push-title,
.push-text {
  margin-left: -15px;
}

.loading-wrap {
  padding: 20px;
  width: 100%;
}

.loading {
  display: block;
  background: url(../loader.gif) no-repeat 50% 50%;
  height: 64px;
  width: 64px;
  margin: auto;
}

/* Desctop styles */

@media (min-width: 576px) {
  .btn-abs {
    position: absolute;
    right: 0;
    top: 100%;
  }
}

@media (min-width: 768px) {
  .add-source {
    position: absolute;
    right: 0;
    top: 100%;
  }
}

@media (min-width: 1200px) {
  .header {
    height: 100%;
    width: 250px;
    overflow-y: auto;
    bottom: 0;
  }
  .header > .hdr__container {
    flex-direction: column;
    align-items: stretch;
    min-height: 100%;
  }
  .navbar-brand {
    margin-right: 3rem;
  }
  .lang-switcher {
    margin-left: 0;
    margin-right: 30px;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: column;
  }
  .navbar-collapse {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
  .navbar-brand {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
  }
  .logo {
    font-size: 36px;
    line-height: 36px;
  }
  .logo__img {
    height: 36px;
  }
  .content {
    margin-top: 0;
    margin-left: 250px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .bottom-navbar {
    padding-top: .5em;
    padding-bottom: .5em;
    text-align: left;
  }
  .bottom-navbar .link {
    line-height: 36px;
  }
  .bottom-navbar .selectize-dropdown {
    top: auto !important;
    bottom: 38px;
  }
}

@media (max-width: 991px) {
  .data-table td {
    white-space: normal;
  }
  .form-group .row {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .guest-info_block input {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .paginate_button a {
    position: relative;
  }
  .paginate_button.first a,
  .paginate_button.last a,
  .paginate_button.previous a,
  .paginate_button.next a {
    text-indent: -999px;
    overflow: hidden;
    width: 34px;
  }
  .paginate_button.first a:before,
  .paginate_button.last a:before,
  .paginate_button.previous a:before,
  .paginate_button.next a:before {
    display: block;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .paginate_button.previous a:before,
  .paginate_button.first a:before {
    content: "<<";
  }
  .paginate_button.next a:before,
  .paginate_button.last a:before {
    content: ">>";
  }
}

[v-cloak] { display: none; }
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.VueTables__limit {
    float: left !important;
}
.VueTables__search {
    float: right !important;
}

.VueTables__sortable {
  position: relative;
  vertical-align: middle !important;
}

@font-face{font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');}
.glyphicon{position:relative;top:-3px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;}
.glyphicon-sort:before{content:"\e150";font-size: 10px;color:rgba(10, 10, 10, .5);}
.glyphicon-chevron-up:before{content:"\e093";font-size: 10px;}
.glyphicon-chevron-down:before{content:"\e094";font-size: 10px;}

.VuePagination__count {
  opacity: 0;
  visibility: hidden;
}

#navbarNavAltMarkup {
  justify-content: flex-end;
  padding-left: 20px;
}

@media screen and (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }

  #navbarNavAltMarkup .navbar-nav__wrapper {
    position: absolute;
    top: 90px;
    left: 14px;
  }

  .collapse:not(.show) {
    display: block;
  }
}

/* DropZone image width */
.dz-image img {
  width: 100%;
}

#pushIcon img {
  max-width: 192px;
}

#pushImg img {
  max-width: 360px;
}
