html {
  --theme-color: #2960c0;
  --theme-color-link: #0e7bf7;
  --theme-color-dark: #00278e;
  --theme-color-accent: #008a63;
  --theme-color-green: #008a63;
  --theme-color-red: #d9534f;
}
.component-label {
  font-family: 'Gotham Medium';
  margin-bottom: 5px;
  line-height: 135%;
}
.component-group {
  white-space: nowrap;
  display: inline-block;
}
.component-error {
  font-size: 11px;
  color: #d5242f;
  margin-top: 2px;
  line-height: 135%;
}
.k-textbox.error {
  border-color: #d5242f;
}
.k-state-disabled {
  opacity: 1;
  cursor: default;
}
fieldset[disabled='disabled'] .k-textbox:hover {
  box-shadow: none;
}
fieldset[disabled='disabled'] .k-combobox .k-select,
fieldset[disabled='disabled'] .k-dropdown,
fieldset[disabled='disabled'] .k-dropdowntree .k-dropdown-wrap,
fieldset[disabled='disabled'] .k-selectbox .k-icon {
  cursor: default;
}
.injurystatus_red {
  color: #d5242f;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.injurystatus_yellow {
  color: #fbbd05;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.injurystatus_green {
  color: #00c700;
  font-size: 11px;
  margin: 0px;
  padding: 0px;
}
.btn-grp-wrap {
  display: inline-block;
  padding: 2px;
  font-size: 11px;
  vertical-align: top;
}
.btn-grp-wrap .k-button-group {
  box-shadow: none;
  border: 1px solid #eceef0;
}
.btn-grp-wrap .k-button-group .k-button {
  text-transform: none;
  line-height: normal;
  border-left: 1px solid #eceef0;
  border-top: 1px solid #eceef0;
  border-bottom: 1px solid #eceef0;
  padding: 1px 0px;
  margin: -1px 0px;
  transition: background-color 0.2s;
  padding: 0px;
}
.btn-grp-wrap .k-button-group .k-button.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.btn-grp-wrap .k-button-group .k-button:hover {
  background-color: white;
}
.btn-grp-wrap .k-button-group .k-button a {
  color: #333333;
  padding: 8px 14px;
  display: grid;
  place-items: center;
  width: 100%;
  transition: none;
  -webkit-transition: none;
  text-shadow: none;
}
.btn-grp-wrap .k-button-group .k-button a.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active {
  background-color: rgba(41, 96, 192, 0.85);
  color: white !important;
  border-color: #2960c0;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active:hover {
  background-color: rgba(41, 96, 192, 0.85) !important;
}
.btn-grp-wrap .k-button-group .k-button.k-state-active a {
  color: white !important;
}
.btn-grp-wrap .k-button-group .k-button:first-child {
  border-left: none;
}
.btn-grp-wrap .k-button-group:hover {
  border: 1px solid #e6e6e6;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2), 0 2px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-box-shadow 0.15s ease-out;
  transition: -webkit-box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out;
  transition: box-shadow 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
  -webkit-transition: "box-shadow .15s ease-out";
  transition: "box-shadow .15s ease-out";
}
@media (max-width: 640px) {
  .btn-grp-wrap {
    display: inline-block;
  }
  .btn-grp-wrap .k-button-group .k-button {
    display: table-cell;
  }
  .btn-grp-wrap .k-button-group .k-button a {
    padding: 8px 0px;
  }
  .btn-grp-wrap .k-button-group {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}
.ddl-wrap {
  padding: 2px 5px;
  vertical-align: top;
  width: 150px;
  display: inline-block;
  font-size: 13px;
}
.ddl-wrap .k-dropdown {
  width: 100%;
  border: none;
}
.ddl-wrap .k-dropdown .k-state-default {
  border-color: #eceef0;
}
.ddl-wrap .error .k-dropdown-wrap {
  border-color: #d5242f !important;
}
@media (max-width: 640px) {
  .ddl-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.user-grid .k-grid-content {
  max-height: 250px !important;
  min-height: 250px !important;
  overflow-y: scroll !important;
}
.text-wrap {
  padding: 0px 5px;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  font-size: 13px;
  margin: 3px 0px;
  position: relative;
}
.text-wrap .k-textbox {
  width: 100%;
}
.text-wrap .clear-btn {
  position: absolute;
  bottom: 9px;
  right: 8px;
  color: gray;
  cursor: pointer;
}
.checkbox-wrap {
  font-size: 12px;
  padding: 0px 5px;
}
@media (max-width: 640px) {
  .text-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
  }
}
.date-picker-wrap {
  padding: 2px 5px;
  width: 140px;
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}
.date-picker-wrap .k-datepicker {
  background-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap {
  background-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap .k-select {
  border-color: white;
}
.date-picker-wrap .k-datepicker .k-picker-wrap .k-input {
  background-color: white;
}
@media (max-width: 640px) {
  .date-picker-wrap {
    width: 50%;
    margin-left: -2px;
    margin-right: -2px;
    padding: 2px;
  }
}
.fd-bold {
  font-family: 'Gotham Bold';
}
.fd-medium {
  font-family: 'Gotham Medium';
}
.fd-height-wrap {
  display: inline-block;
  border: 1px solid #eeeeee;
  margin: -1px;
  position: relative;
}
.fd-height-wrap .component-label {
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 3px;
}
.fd-height-wrap .fd-height-text-wrap {
  padding: 0px 5px;
  vertical-align: top;
  width: 200px;
  display: inline-block;
  font-size: 13px;
  margin: 3px 0px;
  position: relative;
}
.fd-height-wrap .fd-height-text-wrap .k-textbox {
  width: 100%;
}
.fd-height-wrap .fd-height-label {
  position: absolute;
  top: -7px;
  left: 2px;
  font-size: 11px;
  background: white;
  padding: 0px 4px;
  font-family: 'Gotham Medium';
}
@media (max-width: 1200px) {
  fd-height:before {
    content: "s";
    position: relative;
    display: block;
    opacity: 0;
    width: 10px;
    height: 10px;
  }
}
.fd-btn {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 120px;
  min-width: 120px;
  color: white !important;
  font-family: 'Gotham Medium';
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-btn-long {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 275px;
  min-width: 275px;
  color: white !important;
  font-family: 'Gotham Medium';
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-btn-short {
  border: transparent;
  text-align: center;
  display: inline-block;
  width: 60px;
  min-width: 60px;
  color: white !important;
  font-family: 'Gotham Medium';
  font-size: 13px;
  text-transform: uppercase;
  margin: 0px;
  border: 1px solid white;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.fd-btn.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn.with-icon,
.fd-btn .with-icon {
  display: inline-grid;
  grid-template-columns: 1px auto;
  align-items: center;
}
.fd-btn .with-icon {
  width: 100%;
}
.fd-btn-long.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn-long.with-icon,
.fd-btn-long .with-icon {
  display: inline-grid;
  grid-template-columns: 1px auto;
  align-items: center;
}
.fd-btn-long .with-icon {
  width: 100%;
}
.fd-btn-short.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-btn-short .with-icon {
  width: 100%;
}
.fd-btn-blue {
  background-color: var(--theme-color);
}
.fd-btn-blue:hover {
  background-color: var(--theme-color-dark);
}
.fd-btn-secondary {
  color: #444444 !important;
  border-color: #aaaaaa;
}
.fd-btn-secondary:hover {
  color: #333333 !important;
  background-color: #e5e5e5;
}
.fd-btn-green {
  background-color: #6ac259;
}
.fd-btn-green:hover {
  background-color: #5da94f;
}
.fd-btn-red {
  background-color: #d9534f;
}
.fd-btn-red:hover {
  background-color: #bc3636;
}
.fd-btn-yellow {
  background-color: #d4bb42;
}
.fd-btn-yellow:hover {
  background-color: #ad9934;
}
@media (max-width: 568px) {
  .fd-btn {
    width: 100%;
    font-size: 12px;
  }
  .fd-btn-long {
    width: 100%;
    font-size: 12px;
  }
  .fd-btn-short {
    width: 50%;
    font-size: 12px;
  }
}
#player_grid tr td.k-sorted {
  background-color: #e8e8e8 !important;
  color: black;
  font-weight: bold;
  border-left: 1px solid #a1a1a1 !important;
  border-right: 1px solid #a1a1a1 !important;
}
#player_grid tr.k-alt td.k-sorted {
  background-color: #d8d8d8 !important;
}
#player_grid tr:hover td.k-sorted {
  background-color: #c2c2c2 !important;
}
.k-grid {
  font-size: 11px;
  font-family: 'Gotham Book';
}
.k-grid .k-grid-content {
  min-height: 400px;
  overflow-y: hidden;
}
.k-grid tr td {
  border-bottom: none !important;
  border-top: none !important;
}
.k-grid tr td:hover {
  text-overflow: unset;
  cursor: default;
}
.k-grid tr td.k-sorted {
  background-color: #6ac259;
  color: white;
  font-weight: bold;
  border-left: 1px solid #5da94f !important;
  border-right: 1px solid #5da94f !important;
}
.k-grid tr.k-state-hover {
  background-color: #ebebeb !important;
}
.k-grid tr.k-alt {
  background-color: #f8f9f9;
}
.k-grid tr.k-alt td.k-sorted {
  background-color: #68bd58;
}
.k-grid tr:hover {
  background-color: #eaeaea;
}
.k-grid tr:hover td.k-sorted {
  background-color: #5da94f !important;
}
.k-grid .align-left {
  text-align: left !important;
  min-width: 100px;
}
.k-grid .align-top {
  vertical-align: top !important;
}
.k-grid .k-filter-row th,
.k-grid .k-grid-header th.k-header,
.k-grid td {
  padding: 0.5em;
  text-align: center;
}
.k-grid .k-grid-norecords-template {
  border: none;
  top: 100px;
}
.k-grid .k-grid-norecords {
  top: 100px;
  position: absolute;
}
.k-grid .k-grid-norecords-template {
  margin-left: -10em !important;
  margin-top: -2em !important;
  position: absolute !important;
}
.k-grid .k-loading-image {
  background-position: center 100px !important;
  background-image: url(/assets/images/spinner.gif);
  background-size: 250px;
}
.k-grid .k-loading-color {
  background-color: white;
  opacity: 0.8;
}
.k-grid .k-grid-filter.k-state-active {
  background-color: transparent;
  color: #333333;
}
.k-grid .k-grid-header {
  padding-right: 0px !important;
  /*.k-header {
            background-color: var(--theme-color);
            text-transform: uppercase;
            font-family: 'Gotham Medium';
            font-weight: bold;
            border: 1px solid #3e9ff4;
        }*/

  /*.k-link {
            color: #fff;
        }*/

}
.k-grid .k-grid-header .k-i-sort-asc-sm,
.k-grid .k-grid-header .k-i-sort-desc-sm {
  display: none;
}
.k-grid .k-grid-header .k-grid-filter {
  margin-left: -20px;
}
.k-grid .k-grid-header .filter-only .k-link {
  display: none;
}
.k-grid .k-grid-header .filter-only .k-grid-filter {
  margin-right: auto;
  margin-left: auto;
}
.k-grid .k-grid-header .filter-only .k-grid-filter .k-i-filter {
  margin-right: -4px;
}
.k-grid .k-grouping-header .k-group-indicator {
  padding: 0.15em 0.15em 0.15em 0.4em;
}
.k-grid .k-grouping-row td {
  text-align: left;
  background-color: white;
}
.k-grid .k-grouping-row td p {
  color: var(--theme-color) !important;
}
.k-grid .k-group-cell {
  background-color: white;
}
.k-filter-menu-container label {
  margin-right: 5px;
}
.k-filter-menu-container input[type="radio"] {
  vertical-align: bottom;
  margin-right: 2px;
}
.k-filter-menu-container input[type="checkbox"] {
  vertical-align: sub;
  margin-right: 2px;
}
.k-widget.k-tooltip {
  border: 1px solid #ababab;
  background-color: rgba(232, 232, 232, 0.95);
  color: #333333;
}
.panel .panel-heading {
  font-family: 'Gotham Medium';
  border-left: 5px solid var(--theme-color);
  cursor: pointer;
}
.panel .panel-content {
  padding: 15px 10px;
}
@media (max-width: 640px) {
  .full {
    width: 100%;
    display: inline-block;
    margin: auto;
  }
}
.k-list .k-state-disabled {
  color: red !important;
}
.see-more {
  padding: 15px 20px;
  font-family: 'Gotham Medium';
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  margin-right: 20px;
  color: white;
}
.see-more:hover {
  background-color: var(--theme-color-dark);
  border: 1px solid var(--theme-color-dark);
  color: white;
}
.columnize {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
}
.fd-button {
  display: inline-block;
  padding: 9px 11px;
  margin: 0px;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: white !important;
  font-family: 'Gotham Medium';
  font-size: 12px;
  text-transform: uppercase;
  border: 1px solid white;
  border-radius: 4px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  background-color: #2960c0;
}
.fd-button:hover {
  background-color: #204b96;
}
.fd-button.green {
  background-color: #008a63;
}
.fd-button.green:hover {
  background-color: #00573e;
}
.fd-button.red {
  background-color: #d9534f;
}
.fd-button.red:hover {
  background-color: #c9302c;
}
@media (max-width: 568px) {
  .fd-button {
    width: 100%;
  }
}
.fd-button.ng-animate {
  -webkit-transition: none !important;
  transition: none !important;
}
.fd-button .with-icon {
  display: inline-grid;
  grid-template-columns: min-content auto;
  grid-gap: 10px;
  align-items: center;
}
.fd-container {
  position: relative;
  padding: 0 15px;
  margin: auto;
}
@media (min-width: 768px) {
  .fd-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .fd-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .fd-container {
    width: 1170px;
  }
}
@media (min-width: 1300px) {
  .fd-container {
    width: 1280px;
    padding: 0px;
  }
}
.fd-h4 {
  font-size: 15px;
  font-family: "Gotham Medium";
}
