@charset "UTF-8";
/*=========================================================================================
    File Name: laravel-menu.scss
    Description: laravel Specific menu styles
    ----------------------------------------------------------------------------------------
    Item name: Vuexy  - Vuejs, HTML & Laravel Admin Dashboard Template
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
==========================================================================================*/
/*========================================================
        DARK LAYOUT
=========================================================*/
body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}
.cursor-pointer {
  cursor: pointer;
}

.curser-forbidden {
  cursor: not-allowed;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-hover-reverse-6 {
  opacity: 0.6;
}
.opacity-hover-reverse-6:hover {
  opacity: 1;
}

.link-color-primary {
  color: #626262;
}
.link-color-primary:hover {
  color: #626262;
}

.opacity-hover-6 {
  opacity: 1;
}
.opacity-hover-6:hover {
  opacity: 0.6;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-columns {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.card-status-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 2px;
  border-radius: 3px 3px 0 0;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999999999;
  height: 100%;
  overflow: hidden;
}

#status {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  border-color: transparent;
  background-image: url(/images/logo/hpbv-logo-small.png);
  margin: -81px 0 0 -81px;
}
#status:before {
  content: "Bitte warten...";
  position: relative;
  bottom: -160px;
  left: 29px;
  font-weight: 500;
  font-size: 1.4rem;
  color: #C82E16;
}

.z-index-first {
  z-index: 99999999999999;
}

.z-index-normalize {
  z-index: 1;
}

.disabled {
  pointer-events: none;
  color: #B3B3B3;
}

.highlightzone-open {
  z-index: 9999999;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Duchsuchen";
}

@-webkit-keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes pulse-soft {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse-soft {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.01, 1.01, 1.01);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse-soft {
  -webkit-animation-name: pulse-soft;
  animation-name: pulse-soft;
}

.crypt {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  border: 0;
  background-color: transparent;
}

.menu-grey {
  color: #494949 !important;
  background: whitesmoke !important;
  transition: transform 0.25s ease 0s;
  border-radius: 6px !important;
  margin-bottom: 7px !important;
}

.flatpickr-monthSelect-month.selected {
  background-color: #C82E16;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 5px 10px;
}

.flatpickr-calendar.open {
  z-index: 9999999999;
}

.font-size-x1small {
  font-size: 0.85rem;
}

.font-size-x2small {
  font-size: 0.75rem;
}

.select2-dropdown {
  z-index: 900;
}

.highlightzone-is-open .select2-dropdown {
  z-index: 9999999999;
}

.flatpickr:disabled,
.flatpickr[readonly] {
  background-color: #fff;
}

.flatpickr.readonly,
.flatpickr-future-plus-one-day.readonly {
  background-color: #f5f5f1;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #f5f5f1;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.select2-search__field:-moz-placeholder-shown {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-search__field:-ms-input-placeholder {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-search__field:placeholder-shown {
  width: 100% !important;
  /*makes the placeholder to be 100% of the width while there are no options selected*/
}

.select2-selection__rendered {
  word-wrap: break-word !important;
  text-overflow: inherit !important;
  white-space: normal !important;
  text-align: left;
}

.odd-bg-color {
  background-color: #f2f2f2;
}

.odd-even-grid .row {
  border: 1px solid #ededed;
  border-bottom: 0;
}

.odd-even-grid .row:last-child {
  border-bottom: 1px solid #ededed !important;
}

.odd-even-grid .row:nth-child(odd) {
  background-color: #f2f2f2;
}

.odd-even-grid .row:nth-child(even) {
  background-color: transparent;
}

.odd-match-report-bg-color {
  background-color: #fcfcfc;
}

.even-match-report-bg-color {
  background-color: #fafafa;
}

.form-group .required:after,
.label.required:after {
  content: "*";
  margin-left: 0.25rem;
  color: #cd201f;
}

.help-block-absolute {
  position: absolute;
  left: 0;
  top: 36px;
  margin: 6px 0 0 0.2rem;
}
.help-block-absolute .help-block.filled {
  padding: 0;
  font-size: 0.85rem;
  line-height: 0.9em;
  color: #B94A48;
}
.help-block-absolute .help-block.filled .parsley-required {
  margin: 0;
}

input.parsley-success,
label.parsley-success,
.select2-selection.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}
input.parsley-success::-moz-placeholder, label.parsley-success::-moz-placeholder, .select2-selection.parsley-success::-moz-placeholder, textarea.parsley-success::-moz-placeholder {
  color: #468847;
  opacity: 1;
}
input.parsley-success:-ms-input-placeholder, label.parsley-success:-ms-input-placeholder, .select2-selection.parsley-success:-ms-input-placeholder, textarea.parsley-success:-ms-input-placeholder {
  color: #468847;
  opacity: 1;
}
input.parsley-success::placeholder,
label.parsley-success::placeholder,
.select2-selection.parsley-success::placeholder,
textarea.parsley-success::placeholder {
  color: #468847;
  opacity: 1;
}
input.parsley-success:-ms-input-placeholder,
label.parsley-success:-ms-input-placeholder,
.select2-selection.parsley-success:-ms-input-placeholder,
textarea.parsley-success:-ms-input-placeholder {
  color: #468847;
}
input.parsley-success::-ms-input-placeholder,
label.parsley-success::-ms-input-placeholder,
.select2-selection.parsley-success::-ms-input-placeholder,
textarea.parsley-success::-ms-input-placeholder {
  color: #468847;
}

input.parsley-error,
label.parsley-error,
.select2-selection.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
input.parsley-error::-moz-placeholder, label.parsley-error::-moz-placeholder, .select2-selection.parsley-error::-moz-placeholder, textarea.parsley-error::-moz-placeholder {
  color: #B94A48;
  opacity: 1;
}
input.parsley-error:-ms-input-placeholder, label.parsley-error:-ms-input-placeholder, .select2-selection.parsley-error:-ms-input-placeholder, textarea.parsley-error:-ms-input-placeholder {
  color: #B94A48;
  opacity: 1;
}
input.parsley-error::placeholder,
label.parsley-error::placeholder,
.select2-selection.parsley-error::placeholder,
textarea.parsley-error::placeholder {
  color: #B94A48;
  opacity: 1;
}
input.parsley-error:-ms-input-placeholder,
label.parsley-error:-ms-input-placeholder,
.select2-selection.parsley-error:-ms-input-placeholder,
textarea.parsley-error:-ms-input-placeholder {
  color: #B94A48;
}
input.parsley-error::-ms-input-placeholder,
label.parsley-error::-ms-input-placeholder,
.select2-selection.parsley-error::-ms-input-placeholder,
textarea.parsley-error::-ms-input-placeholder {
  color: #B94A48;
}

.select2-search__field {
  font-size: 0.96rem !important;
  padding: 0.7rem 0.7rem;
}

.select2-selection.parsley-success input {
  color: #468847;
  font-size: 0.96rem !important;
  padding: 0.7rem 0.7rem;
}
.select2-selection.parsley-success input::-moz-placeholder {
  color: #468847;
  opacity: 1;
}
.select2-selection.parsley-success input:-ms-input-placeholder {
  color: #468847;
  opacity: 1;
}
.select2-selection.parsley-success input::placeholder {
  color: #468847;
  opacity: 1;
}
.select2-selection.parsley-success input:-ms-input-placeholder {
  color: #468847;
}
.select2-selection.parsley-success input::-ms-input-placeholder {
  color: #468847;
}

.select2-selection.parsley-error input {
  color: #B94A48;
  font-size: 0.96rem !important;
  padding: 0.7rem 0.7rem;
}
.select2-selection.parsley-error input::-moz-placeholder {
  color: #B94A48;
  opacity: 1;
}
.select2-selection.parsley-error input:-ms-input-placeholder {
  color: #B94A48;
  opacity: 1;
}
.select2-selection.parsley-error input::placeholder {
  color: #B94A48;
  opacity: 1;
}
.select2-selection.parsley-error input:-ms-input-placeholder {
  color: #B94A48;
}
.select2-selection.parsley-error input::-ms-input-placeholder {
  color: #B94A48;
}

.help-block.filled .parsley-required,
.help-block.filled .parsley-pattern,
.help-block.filled .parsley-type,
.help-block.filled .parsley-matchResult,
.help-block.filled .parsley-range,
.help-block.filled .parsley-matchWinner,
.help-block.filled .parsley-already-played {
  margin: 6px 0 0 0.2rem;
  padding: 0;
  font-size: 0.85rem;
  line-height: 0.9em;
  color: #B94A48;
  text-align: left;
}

.parsley-errors-list {
  margin: 6px 0 0 0.2rem;
  padding: 0;
  list-style-type: none;
  font-size: 0.85rem;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}

.custom-file-label::after {
  content: "Auswählen";
}

body.highlightzone-is-open .swal2-container {
  z-index: 9999999999999 !important;
}

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

.workflow-details div.d-flex:nth-of-type(odd) {
  background: white;
}
.workflow-details div.d-flex:nth-of-type(even) {
  background: #f2f2f2;
}

.swal2-popup .swal2-actions .swal2-confirm {
  background-color: #c82e16;
}

#dashboardTabs.nav.nav-tabs {
  margin-bottom: 0.15rem;
}
#dashboardTabs.nav.nav-tabs li a {
  padding-bottom: 1rem;
}
#dashboardTabs.nav.nav-tabs li a .badge {
  padding: 0.35em 0.55em;
}

.tab-pane .pagination {
  margin-bottom: 0;
}

.color-red {
  color: #C82E16;
}

.color-black {
  color: #2c2c2c;
}

.href-hover-underline:hover {
  text-decoration: underline;
}

.changelog {
  height: 100%;
  max-height: 400px;
  overflow-y: scroll;
}
.changelog h1 {
  display: none;
}
.changelog h2 {
  color: #C82E16;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.changelog h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}
.changelog hr {
  margin: 2.5rem 0;
}

.capitalize-game-type {
  text-transform: capitalize;
}

body.vertical-layout.vertical-menu-modern .main-menu .navigation .menu-content > li > a > i {
  margin-right: 0.25rem;
}

.fix-arrow-position {
  padding-right: 30px !important;
}
.fix-arrow-position:after, .fix-arrow-position:before {
  right: 15px !important;
}

.custom-control-label {
  cursor: pointer;
}

.collapse-icon.collapse-icon-right [data-toggle=collapse]:before {
  right: 0 !important;
}

.collapse-icon.collapse-icon-right [data-toggle=collapse]:after {
  right: 0 !important;
}

.list-style-type {
  list-style-type: none;
}

[class~=divisor]:last-of-type {
  display: none;
}

.alert-secondary {
  color: #9c9999 !important;
}

.card-alt-style {
  border: 1px solid #eeeded;
  background-color: #fbfbfb;
}

.card-link-style {
  transition: border-color 0.2s ease-in-out;
}
.card-link-style:hover {
  border-color: #C82E16;
}

.table-responsive.clickable-row tbody tr {
  cursor: pointer;
}

.match-day-odd {
  background-color: #fff !important;
}

.match-day-even {
  background-color: #f5f5f5 !important;
}

.match-day-odd td,
.match-day-even td {
  font-size: 0.9rem;
}

.datatable-public-team-pass-link:hover {
  text-decoration: underline;
}

.public-active-season-nav li:last-child {
  display: none;
}

button.loading:after {
  content: "Bitte warten...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #C82E16;
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

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

.datatable-separator {
  text-align: center;
  font-size: 12px;
}

a.disabled-href {
  pointer-events: none;
  cursor: default;
}

.print-workflow {
  position: absolute;
  right: 0;
  top: -40px;
}

.quill-margin p {
  margin-bottom: 0;
}

.button-loading {
  color: #C82E16 !important;
  position: relative;
}
.button-loading:after {
  content: "Bitte warten...";
  color: #ebada3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-animation: pulse 1.5s linear infinite;
          animation: pulse 1.5s linear infinite;
}
.button-loading:hover {
  color: #C82E16 !important;
}

@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
