﻿@font-face {
  font-family: "SharpSansDispNo2";
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/SharpSansDispNo2-Book.otf") format("opentype");
}
@font-face {
  font-family: "SharpSansDispNo2";
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/SharpSansDispNo2-Bold.otf") format("opentype");
}
@font-face {
  font-family: "SharpSansDispNo2";
  font-style: normal;
  font-stretch: condensed;
  src: url("/fonts/SharpSansDispNo2-Book.otf") format("opentype");
}
@font-face {
  font-family: "ApexNew";
  font-style: normal;
  font-stretch: normal;
  src: url("/fonts/ApexNew-Medium.ttf") format("truetype");
}
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
html, body {
  height: 100%;
  margin: 0;
}

html {
  font-size: 14px;
}

@media (min-width: 576px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 20px;
  }
}
body {
  overflow: hidden;
  font-family: SharpSansDispNo2, Helvetica, Arial, sans-serif;
}

nav {
  background: gray;
  padding: 0 !important;
}
nav a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}
nav .nav-item > .nav-link {
  color: #fff !important;
}
nav .nav-item > .nav-link i {
  margin-right: 3px;
}

footer.footer {
  background: gray;
  color: #fff;
}

#main-container {
  padding: 15px;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
}

.modal-dialog.modal-lg {
  max-width: 800px;
  max-height: 800px;
}
.modal-dialog .modal-content {
  padding: 10px;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

table th, table td {
  text-align: center;
  vertical-align: middle !important;
}
table th.no-sort, table td.no-sort {
  background-image: none !important;
}

.toolbar label {
  margin-right: 5px;
}
.toolbar #date-filter, .toolbar #event-filter {
  margin-right: 10px;
}

section {
  border: 1px solid #343A40;
  padding: 20px;
}

label.error {
  color: #dc3545;
  font-weight: normal;
}

.hidden {
  display: none;
}

.status-buttons, .date-select {
  border: 1px solid #343a40;
  padding: 5px;
}
.status-buttons p, .date-select p {
  margin: 0;
}

.hasDatepicker {
  background-color: #ffffff !important;
}

div#int-type-list {
  max-height: 200px;
  overflow-y: auto;
}

div.subject-list {
  max-height: 115px;
  overflow-y: auto;
  overflow-x: auto;
}
div.subject-list label {
  display: block;
}
div.subject-list label input {
  margin-right: 5px;
}

#organisation-list {
  margin-left: 65px;
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

#add-request-form, #update-media-info {
  overflow-y: auto;
  max-height: 88vh;
}
#add-request-form #request-list, #update-media-info #request-list {
  margin-bottom: 10px;
}
#add-request-form #request-list .request.odd, #update-media-info #request-list .request.odd {
  background: lightgray;
}
#add-request-form .iti__country-list, #update-media-info .iti__country-list {
  bottom: 100%;
}
#add-request-form .iti__selected-flag, #update-media-info .iti__selected-flag {
  height: calc(2.25rem + 2px);
}

.request-table {
  max-height: 400px;
  overflow-y: auto;
}

.open {
  background: #6c757d;
  color: #fff;
}

.status-5, .status-6 {
  background: #28a745;
  color: #fff;
}

.status-4 {
  background: #FFA500;
  color: #fff;
}

.status-7 {
  background: #dc3545;
  color: #fff;
}

.collapse-link {
  color: inherit;
  text-decoration: none;
}
.collapse-link:hover, .collapse-link:active, .collapse-link:focus {
  color: inherit;
  text-decoration: none;
}

#alert {
  font-size: 0.7rem;
  padding: 0.25rem 0.75rem;
  max-height: 10vh;
  overflow-x: auto;
}

#schedule-cal-table_filter {
  float: left;
  font-size: 0.7rem;
}

#schedule-cal-table_wrapper th:nth-child(2) {
  max-width: 250px;
}
#schedule-cal-table_wrapper .dataTables_scroll, #schedule-cal-table_wrapper .dataTables_info {
  font-size: 0.7rem;
}

#schedule-cal-table .group, #review-table .group {
  background: gray;
  color: #fff;
}
#schedule-cal-table tr:not(.group).selected, #review-table tr:not(.group).selected {
  /*background: #bfbfbf;*/
}
#schedule-cal-table .dtrg-group th, #review-table .dtrg-group th {
  padding: 3px;
}
#schedule-cal-table td, #review-table td {
  text-align: center;
  padding: 2px;
}
#schedule-cal-table hr, #review-table hr {
  margin: 0;
}
#schedule-cal-table .time select, #review-table .time select {
  min-width: 60px;
}
#schedule-cal-table tr.radio-contain td, #review-table tr.radio-contain td {
  border-top: none;
}
#schedule-cal-table tr.radio-contain td span, #review-table tr.radio-contain td span {
  float: right;
  margin-left: 15px;
}
#schedule-cal-table tr.radio-contain td span label, #review-table tr.radio-contain td span label {
  margin: 0 5px 0 0;
}

#int-location-table_wrapper .link {
  width: 20%;
}

#team-img {
  width: 20px;
}

.save.disabled, #save-la-btn.disabled {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  cursor: not-allowed;
}

#completed-matches {
  background: #ff7f7f;
  border-color: #f00;
  font-weight: bold;
  text-align: center;
  width: 650px;
  position: absolute;
  transform: translate(-50%, -50%);
  margin: -15px 50vw 0;
  max-height: 100px;
  overflow-x: auto;
}
#completed-matches p {
  margin: 0;
}

.sched-buttons:not(.float-right) {
  position: absolute;
  right: 15px;
  bottom: 50px;
}

.player-reqs.printed {
  background: darkgoldenrod;
}

.iti {
  display: block !important;
}
