@font-face {
  font-family: 'gunplay_rg';
  src: url('gunplay_rg-webfont.woff2') format('woff2'),
  url('gunplay_rg-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.btn-block {
  white-space: normal;
}

.bg-default {
  background-color: #f1f1f1;
}

.border-default {
  border: 2px solid #e1e1e1;
}

.border-info {
  border: 2px solid #597ab1;
}

.border-success {
  border: 2px solid #62a26d;
}

button[aria-expanded=true] .glyphicon-chevron-down {
  display: none;
}

button[aria-expanded=false] .glyphicon-chevron-up {
  display: none;
}

.table-responsive {
  padding-right: 0;
  padding-left: 0;
}

.filterable {
  margin-top: 15px;
}

.filterable .filters input[disabled] {
  background-color: transparent;
  border: none;
  cursor: auto;
  box-shadow: none;
  padding: 0;
  height: auto;
}

.filterable .filters input[disabled]::-webkit-input-placeholder {
  color: #333;
}

.filterable .filters input[disabled]::-moz-placeholder {
  color: #333;
}

.filterable .filters input[disabled]:-ms-input-placeholder {
  color: #333;
}

.table {
  margin-bottom: 0;
}

.table .btn-primary {
  text-decoration: none;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.shield-small {
  width: 28px;
  height: 25px;
}

.shield-small::before, .shield-small::after {
  margin-top: 10px;
  left: 14px;
  top: 0;
  width: 14px;
  height: 17px;
}

.shield-big {
  width: 56px;
  height: 50px;
}

.shield-big::before, .shield-big::after {
  margin-top: 20px;
  left: 28px;
  top: 0;
  width: 28px;
  height: 34px;
}

.shield {
  position: relative;
  border-radius: 0 0 100px 100px;
  display: inline-block;
  z-index: 1;
}

.shield::before, .shield::after {
  position: absolute;
  background: inherit;
  content: "";
  z-index: -1;
  border-radius: 100px 100px 0 0;
  transform: rotate(-60deg);
  transform-origin: 0 100%;
}

.shield::after {
  left: 0;
  transform: rotate(60deg);
  transform-origin: 100% 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: #000;
  background-color: #f5f5f5;
  /*font-family: 'Do Hyeon', sans-serif;*/
}

body > * {
  flex-grow: 0;
}

body > nav + .container {
  flex-grow: 1;
}

.divider {
  height: 1px;
  margin: 9.5px auto !important;
  overflow: hidden;
  background-color: #e5e5e5;
  opacity: 0.6;
  max-width: 90%;
}

.comment {
  position: relative;
  vertical-align: top;
  padding: 3px 10px;
  background: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 5px;
  box-sizing: border-box;
}

.new-message {
  background: #de1f1f;
  color: white;
  border-radius: 20px;
  padding: 4px 8px;
  margin-right: 5px;
}

.print-light {
  color: #000 !important;
  background-color: #D3D3D3 !important;
}

.print-dark {
  color: #000 !important;
  background-color: #909090 !important;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

form h3, form h4 {
  margin-top: 0;
  margin-bottom: 20px;
}

form .col-xs-1, form .col-xs-2, form .col-xs-3, form .col-xs-4, form .col-xs-5, form .col-xs-6, form .col-xs-7,
form .col-xs-8, form .col-xs-9, form .col-xs-10, form .col-xs-11, form .col-xs-12 {
  float: none;
}

.ck-button {
  margin: 2px;
  background-color: #EFEFEF;
  border-radius: 4px;
  border: 1px solid #aaa;
  overflow: auto;
  float: left;
  color: #111;
}

.ck-button:hover {
  background-color: #ddd;
}

.ck-button label {
  float: left;
  width: auto;
  margin-bottom: 0;
}

.ck-button label span {
  text-align: center;
  padding: 3px 8px;
  display: block;
}

.ck-button label input {
  position: absolute;
  top: -20px;
  display: none;
}

.ck-button input:checked + span {
  color: #aaa;
}

.btn {
  color: #fff;
}

.red th {
  background-color: #256b62;
  text-transform: uppercase;
  color: #000;
  font-family: 'gunplay_rg', 'Do Hyeon', sans-serif;
}

.red-txt {
  color: #256b62;
}

.headline {
  color: #256b62;
  text-transform: uppercase;
  display: none;
  font-family: 'gunplay_rg', 'Do Hyeon', sans-serif;
}

@media (min-width: 576px) {
  .headline {
    display: block;
  }
}

.modal-lg {
  width: 500px;
  max-width: 90%;
}

@media print {
  html, body {
    width: 297mm;
  }

  .footer {
    display: none;
  }

  .no-print {
    display: none;
  }

  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td,
  .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 1.5;
    text-align: center;
  }

  .table-bordered > tbody > tr > td {
    border-color: #cacaca !important;
  }

  .table > tbody > tr > td {
    height: 40px;
  }

  .table > thead > tr > th, .table > tbody > tr > th {
    background-color: #256b62 !important;
  }

  body {
    display: initial;
    background-color: transparent;
  }

  .table-bordered {
    background-color: transparent !important;
  }

  .headline {
    display: block !important;
  }

}

@page {
  size: A4 portrait;
  margin: 0;
}

.changelog h2 {
  font-size: 1.2em;
  margin-top: 50px;
}

.changelog h3 {
  font-size: 1em;
}

.btn-primary {
  color: #FFF;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #256b62;
  background-color: #000;
  border-color: #000;
}

.btn-secondary {
  color: #fff;
  background-color: #256b62;
  border-color: #256b62;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: #000;
  background-color: #256b62;
  border-color: #256b62;
}

.navbar-dark {
  background-color: #256b62;
  border-color: transparent;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus, .navbar-dark .nav-link:hover,
.navbar-dark .nav-link:focus, .navbar-toggler:hover, .navbar-toggler:focus, .navbar-dark .navbar-nav
.nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
  background-color: transparent;
}

.navbar-dark .nav-link, .navbar-dark .navbar-brand, .navbar-toggler {
  color: #fff;
}

.card-primary > .card-header {
  color: #FFF;
  background-color: #256b62;
  border-color: #256b62;
}

.card-title {
  display: inline-block;
  margin-bottom: 0;
}

a {
  color: #256b62;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: underline;
}

.btn-link {
  font-weight: normal;
  color: #256b62;
  cursor: pointer;
  border-radius: 0;
}

.btn-link:hover, .btn-link:focus {
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-radius: 0;
}

.table-bordered {
  background-color: #CECDCB;
}

.hidden {
  display: none;
}

#rankings-collapsible.collapse.show {
  display: flex;
}

.vwide {
  min-width: 90px;
}

.mwide {
  min-width: 60px;
}

.wide {
  min-width: 30px;
}

button[aria-expanded=true] i.fa-chevron-right {
  display: none;
}

button[aria-expanded=false] i.fa-chevron-down {
  display: none;
}

.display-5 {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.2;
}

table.dataTable thead .sorting_desc {
  background-image: none;
}

table.dataTable thead .sorting {
  background-image: none;
}

table.dataTable thead .sorting_asc {
  background-image: none;
}

.dataTables_info {
  padding-left: 1vw;
}

#DataTables_Table_0_wrapper > div:nth-child(1) {
  display: none;
}

.page-link {
  background-color: #256b62;
}

.page-link:hover {
  background-color: #7d0101;
}

.page-item.active .page-link {
  background-color: #062f27;
}

.page-item.disabled .page-link {
  background-color: #92c1bb;
}

.formset-forms .form-group {
  max-width: calc(50% - 1rem);
  margin-right: 0.9rem;
  display: inline-block;
}

.formset-forms .label {
  margin-right: 0.3rem;
}
