html,
body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Montserrat', sans-serif;
  /* letter-spacing: 1px; */
  color: #3C3C3C;
}

.form-control {
  border-radius: 4px;
}

.form-control:focus {
  color: #6e707e;
  background-color: #fff;
  border-color: #bac8f3;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(78 115 223 / 25%);
}

.form-inline label {
  justify-content: flex-start;
}

.custom-file-input:hover,
.custom-file:hover {
  cursor: pointer;
}

.form-group > label {
  margin-right: 1rem;
}

/* Flex */
.f-1 {
  flex: 1;
}

/* Text */

label {
  font-size: 14px;
}

.text-14 {
  font-size: 14px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.required {
  color: #842029 !important;
}

.card.shadow h2 {
  display: inline-block;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #3C3C3C;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
}

.card-header-block h2 {
  display: inline-block;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 0 !important;
  color: #3C3C3C;
  /* text-transform: uppercase; */
  font-size: 1.5rem;
}

.mid-content-wrapper .card h4 {
  display: inline-block;
  padding: 3px;
  font-weight: bold;
  margin-bottom: 22px;
  color: #3C3C3C;
  text-transform: uppercase;
}

.text-brand-yellow {
  color: #dfdfdf;
  font-weight: bold;
}

.table {
  color: #3C3C3C;
}

.text-small {
  font-size: 12px;
  color: #99979C;
}

/* font awesome */
i.fas.fa-caret-down {
  margin-left: 4px;
}

/* Side bar nav */
.bg-gradient-primary {
  background-color: #0b0c0c;
  background-image: linear-gradient(180deg, #0b0c0c 10%, #0b0c0c 100%);
  background-size: cover;
}

.logo-img {
  /* margin-left: 1.25rem; */
  max-height: 25px;
}

.sidebar {
  width: 6.5rem;
  background-color: #0b0c0c;
  /* min-height: calc(100vh - 4.375rem); */
}

.sidebar .sidebar-brand {
  height: 4.375rem;
  padding-left: 1.25rem;
  /* position: absolute; */
}

.sidebar hr.sidebar-divider {
  margin: 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
  /* border-radius:7px; */
  color: rgba(255, 255, 255, .85);
}

.side-navbar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #0b0c0c;
}

.sidebar .nav-item .collapse .collapse-inner {
  padding: 0px;
  margin-bottom: 0.5rem;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
  font-size: 16px;
  padding: .5rem .5rem .5rem 3rem;
  margin: 0;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
  /* border-radius:7px; */
  background-color: #0b0c0c;
  color: white;
}

.sidebar .nav-item .nav-link {
  padding: 0.75rem 1.25rem !important;
}

.sidebar .nav-item .nav-link span {
  display: inline;
  font-size: 1rem;
}

.sidebar .nav-item .nav-link i {
  font-size: 1.1rem;
  margin-right: .25rem;
  width: 24px;
  color: rgba(255, 255, 255, .6) !important;
}

.copyright {
  font-size: 12px;
  padding: 0.75rem 1.25rem;
  color: rgba(255, 255, 255, .68);
}


/* top bar */
.navbar-expand .navbar-nav {
  flex-direction: row;
  align-items: center;
}

.topbar {
  background: #0b0c0c;
  height: 4.375rem;
  color: rgba(255, 255, 255, .85);
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: rgba(255, 255, 255, .85);
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
  color: #fff;
}

.topbar .topbar-divider {
  border-right: 1px solid #616161;
  height: calc(4.375rem - 3rem);
}

.topbar .dropdown-list .dropdown-header {
  background-color: #757575;
  border: 1px solid #acacac;
  color: #fff;
}

.topbar .dropdown-menu {
  /* position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left; */
  min-width: 12rem;
  background-color: #0b0c0c;
  padding: 0;
  margin: -2px 0 0 0;
  font-size: .16px;
  color: rgba(255, 255, 255, .85);
  text-align: left;
  /* list-style: none;
  background-color: #fff;
  background-clip: padding-box; */
  border: 1px solid transparent;
  border-radius: 4px;
}

.topbar .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  font-size: 16px;
  padding: .75rem 1.5rem;
  /* clear: both; */
  /* font-weight: 400; */
  color: rgba(255, 255, 255, .85);
  /* text-align: inherit; */
  /* white-space: nowrap; */
  background-color: transparent;
  border: 0;
}

.topbar .dropdown-menu .dropdown-item:hover {
  color: #fff;
}

.topbar .dropdown-menu .dropdown-item i {
  color: rgba(255, 255, 255, .68);
}

.topbar .dropdown-menu .dropdown-item i:hover {
  color: #fff;
}

.topbar .dropdown-menu .dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, .15);
  margin: 0;
}

/* Middle lyout */
.card-wrapper {
  min-height: 565px;
}

/* Table layouts */
.table-bordered {
  table-layout: auto !important;
  /* used important as django overides this */
}

/* login pages */

.container.login-wrapper {
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mid-content-wrapper {
  padding: 5px 30px;
  min-height: 575px;
}

.bg-login-image {
  background: url ('/static/img/SportDashLogo_BG.jpg');
  width: 358px;
  min-height: 370px;
}

i.fa {
  font-size: 0.8em;
}

.user.login-forms input[type="email"] {
  width: 100%;
  border-radius: 7px;
  text-align: center;
  line-height: 2rem;
  border: 1px solid #a7a7a7;
  margin-bottom: 5px;
}

.user.login-forms input[type="text"],
.user.login-forms input[type="password"] {
  border-radius: 3px;
  text-align: center;
  line-height: 2rem;
  border: 1px solid #a7a7a7;
  margin-bottom: 5px;
  width: 100%;
  text-align: left;
}

.user.login-forms .loginform p label {
  width: 104px;
  display: inline-block;
}

.login-form label {
  display: inline-block;
  width: 114px;
}

.login-form ul.errorlist.nonfield {
  display: none;
}

/*buttons*/

.btn {
  border-radius: 4px;
}

a.btn-link {
  display: block;
  background-color: #4e73df;
  border-color: #4e73df;
  color: #fff;
  font-size: .8rem;
  border-radius: 7px;
  padding: .75rem 1rem;
}

a.forgot-link,
a.login-lnk {
  text-decoration: underline;
}

button.btn.btn-primary.btn-user.btn-block {
  border-radius: 3px;
}

a.btn-link:hover {
  text-decoration: none;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #0b0c0c;
  border-color: #0b0c0c;
}

.btn-primary:hover {
  color: #cedc01;
  background-color: #000;
}

.btn-secondary {
  color: #fff;
}

.btn-secondary.btn-grey {
  color: #fff;
  background-color: #656565;
}

.btn-secondary.btn-grey:hover {
  color: #cedc01;
  background-color: #717384;
  border-color: #6b6d7d;
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  background-color: #0b0c0c;
  border-color: #0b0c0c;
}

.btn-filter {
  font-size: 14px;
  padding: 2px 6px;
}

#btnFilter,
.btn-info {
  color: #0b0c0c;
  background-color: #fff;
  border-color: #0b0c0c;
}

#btnFilter:hover,
.btn-info:hover,
.btn-info:focus {
  color: #cedc01;
  background-color: #000;
  border-color: transparent;
}

fieldset {
  margin-bottom: 1.25rem;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* footer */
footer.sticky-footer {
  padding: 0.5rem 0;
  background: #000;
  position: fixed;
  z-index: 200;
  bottom: 0;
  width: 100%;
}


/*  Drowndrop Items */
.dropdown-menu {
  padding: 0;

}

.dropdown-item {
  text-decoration: none;
  padding: 8px 16px;
}

.dropdown-item:hover {
  text-decoration: underline;
  background: #f8f9fc;
}

.dropdown-item a {
  color: #0b0c0c;
  font-size: 16px;
}

.dropdown-item a:hover {
  text-decoration: none;
}

/* Search Dropdown overides */
.ui-widget {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

.ui-widget-content {
  border-radius: 4px;
  border-color: #d1d3e2;
  background: #fff;
  max-height: 300px;
  overflow-y: scroll;
}

.ui-menu .ui-menu-item {
  background: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 8px 16px;
  color: #6e707e;
  list-style-image: none;
}

.ui-menu .ui-menu-item:hover {
  background: #f8f9fc;
}

.ui-menu .ui-state-active {
  background: #f8f9fc;
  border: none;
  margin: 0px;
}

.list_item_container {
  min-width: 250px;
}

/* scroll */
.scroll-to-top {
  bottom: 2.5rem;
  z-index: 210;
}

/* Error pages */
#error-page {
  background: #f8f9fc;
}

.no-select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  max-width: 65%;
}

@media (max-width: 1300px) {
  fieldset {
    max-width: 80%;
  }
}

@media (max-width: 1000px) {
  fieldset {
    max-width: 100%;
  }
}

/* Modals */
.modal {
  background: rgba(0, 0, 0, 0.5);
}

/* forms */
.form-label {
  font-size: 14px;
  margin-bottom: 4px;
}

/* Toasters */

.toast {
  background-color: white;
  display: flex;
  padding: 12px;
}

.toast.show {
  display: flex !important;
}

.toast .toast-header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #D4EDDA;
  border-bottom: none;
  color: #266435;
}

.toast-body {
  width: 170px;
  padding: 0px;
}

.toast-success {
  border: 1px solid #D4EDDA;
  background-color: #D4EDDA;
  color: #266435;
}

.toast-info {
  border: 1px solid #36b9cc;
  background-color: #36b9cc;
  color: white !important;
}

.toast-danger {
  border: 1px solid #f5c2c7;
  background-color: #F8D7DA;
  color: #842029;
}

.toast>.close {
  margin-top: -6px;
  float: none;
}

/* Team Entry */

.team-entry__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.team-entry__actions-button {
  flex-shrink: 0;
  margin-left: 12px;
}

.no-comps-message {
  margin: 0;
}

/* Toastr Overrides */

#toast-container>.toast-success {
  background-image: none !important;
  border: 1px solid #D4EDDA;
  background-color: #D4EDDA;
  color: #266435;
  opacity: 1;
  display: block;
}

#toast-container>.toast-success:hover {
  box-shadow: none;
  opacity: 1;
}

#toast-container>.toast-error {
  background-image: none !important;
  border: 1px solid #f5c2c7;
  background-color: #F8D7DA;
  color: #842029;
  opacity: 1;
  display: block;
}

#toast-container>.toast-error:hover {
  box-shadow: none;
  opacity: 1;
}

#toast-container>div {
  padding: 16px;
}

button .toast-close-button {
  left: 256px;
  font-size: 26px;
  font-weight: 500;
}

/* RESULTS Entry styles */
#postMatchDialog > .modal-body{
  overflow-y: scroll;
  max-height: 450px;
}

#postMatchDialog > .modal-header > .modal-title{
  margin-bottom: 0px;
}

/* DASHBOARD styles */

.dashboard-list-header,
.list-group-item,
.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 1px;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.dashboard_match--list {
  margin: 0;
  padding: 0;
}

.dashboard_match--list-item {
  list-style: none;
  margin: 0;
}

.table-action-icons {
  font-size: 1rem !important;
  color: #3C3C3C !important;
}

.dropdown-item-like {
  color: #0b0c0c !important;
  font-size: 16px !important;
  padding: 8px 16px !important;
}

.font-size-1rem {
  font-size: 1rem !important;
}

.text-green {
  color: green !important;
}

.exclusion_dates {
  border-left-color: gray !important;
  border-left-style: solid !important;
  border-left-width: 4px !important;
  padding-left: 15px !important;
}

/* If you need to postion the GIJGO Dialong nearer to the top of the page. */
.top-modal {
  top: 100px !important;
}