@charset "UTF-8";
/************************************************************
*   \  /                                                   *
*    \/       SortArena.Theme                              *
*    /\ /                                                  *
*   /  /_|_   Copyright © 2014-2023 by X4 CodeSpace, LLC.  *
*        |    All Rights Reserved.                         *
*                                                          *
************************************************************/
/*
    p {}     <- element selector
    #yump {} <- id selector
    .foo {}  <- class selector
    p.foo {} <- element with class
    foo>p {} <- element inside class
*/
/*
    https://caniuse.com/
    https://css-tricks.com/snippets/css/complete-guide-grid/
    https://css-tricks.com/snippets/css/a-guide-to-flexbox/
    https://codeburst.io/css-grid-layout-simple-guide-e0296cf14fe8
*/
/************************************************************
*   \  /                                                   *
*    \/       SortArena.Theme                              *
*    /\ /                                                  *
*   /  /_|_   Copyright © 2014-2023 by X4 CodeSpace, LLC.  *
*        |    All Rights Reserved.                         *
*                                                          *
************************************************************/
.sa-beige {
  color: #C49A6C;
}

.sa-blue {
  color: #0F75BC;
}

.sa-brown {
  color: #865F3D;
}

.sa-chocolate {
  color: #3B2313;
}

.sa-vermillion {
  color: #963A31;
}

.sa-gray-lightest {
  color: #B0B0B0;
}

.sa-gray-lighter {
  color: #A0A0A0;
}

.sa-green {
  color: #449d44;
}

.sa-green-dark {
  color: #3c8b3c;
}

.sa-orange-darkest {
  color: #b37400;
}

.sa-red-darkest {
  color: #C00000;
}

.color-tan {
  color: #DFD7C2;
}

.color-blue {
  color: #0F75BC;
}

/*  https://cpratt.co/twitter-bootstrap-callout-css-styles/ */
/************************************************************
*   \  /                                                   *
*    \/       SortArena.Theme                              *
*    /\ /                                                  *
*   /  /_|_   Copyright © 2014-2023 by X4 CodeSpace, LLC.  *
*        |    All Rights Reserved.                         *
*                                                          *
************************************************************/
.sa-beige {
  color: #C49A6C;
}

.sa-blue {
  color: #0F75BC;
}

.sa-brown {
  color: #865F3D;
}

.sa-chocolate {
  color: #3B2313;
}

.sa-vermillion {
  color: #963A31;
}

.sa-gray-lightest {
  color: #B0B0B0;
}

.sa-gray-lighter {
  color: #A0A0A0;
}

.sa-green {
  color: #449d44;
}

.sa-green-dark {
  color: #3c8b3c;
}

.sa-orange-darkest {
  color: #b37400;
}

.sa-red-darkest {
  color: #C00000;
}

.color-tan {
  color: #DFD7C2;
}

.color-blue {
  color: #0F75BC;
}

.bs-callout-sm {
  padding: 8px 12px 8px 8px;
  margin: 0px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.bs-callout-fill {
  background-color: #e8e8e8;
}

/*.bs-callout h4 {
margin-top: 0;
margin-bottom: 5px;
}*/
.bs-callout p:last-child {
  margin-bottom: 0;
}

.bs-callout code {
  border-radius: 3px;
}

.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* Default */
.bs-callout-default {
  border-left-color: #777;
}

.bs-callout-default h4 {
  color: #777;
}

/* Primary */
.bs-callout-primary {
  border-left-color: #428bca;
}

.bs-callout-primary h4 {
  color: #428bca;
}

/* Success */
.bs-callout-success {
  border-left-color: #5cb85c;
}

.bs-callout-success-solid {
  background-color: #e0f0e0;
}

.bs-callout-success h4 {
  color: #5cb85c;
}

/* Danger */
.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

/* Warning */
.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* Info */
.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout-info-solid {
  background-color: #e0f0ff;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

/* Grey */
.bs-callout-grey {
  border-left-color: #ccc;
}

.bs-callout-grey-solid {
  background-color: #e8e8e8;
}

.bs-callout-grey h4 {
  color: #ccc;
}

/* Misc */
.bs-callout-rounded {
  border-radius: 2px 16px 16px 2px;
}

.bs-callout-fullwidth {
  width: 100%;
}

html {
  font-size: 14px;
}

.sa-body {
  background-color: #f2f2eb !important;
}
.sa-body .sa-header {
  height: 64px;
  background-color: #FFFFFF;
  border-bottom: 1px solid #C49A6C;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.sa-body .sa-banner img {
  width: 100%;
}
.sa-body .sa-banner h1 {
  font-size: x-large;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 4px;
  margin: 3px 0px 0px 0px;
  text-shadow: 0px 0px 8px #000000;
}
.sa-body .sa-banner h2 {
  font-size: large;
  text-align: center;
  color: white;
  font-weight: normal;
  padding: 4px 0px 8px 0px;
  margin: -3px 0px 0px 0px;
  text-shadow: 0px 0px 8px #000000;
}
.sa-body .sa-banner-rider div {
  background: #0F75BC;
  margin: 4px 8px -16px 4px;
  border-radius: 8px;
}
.sa-body .sa-banner-producer div {
  background: #a47343;
  margin: 4px 8px -16px 4px;
  border-radius: 8px;
}
.sa-body .sa-banner-admin div {
  background: #963A31;
  margin: 4px 8px -16px 4px;
  border-radius: 8px;
}
.sa-body .sa-container .sa-component {
  border: 2px solid #C49A6C;
  border-radius: 12px;
  background: white;
  margin: 8px 4px 8px 4px;
  padding: 8px 16px 8px 16px;
  overflow: hidden;
  font-family: "Source Sans Pro";
}
.sa-body .sa-container .sa-component-720 {
  font-family: "Source Sans Pro";
  border: 2px solid #C49A6C;
  border-radius: 12px;
  background: white;
  overflow: hidden;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 8px 16px 8px 16px;
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  /* Extra small screen or Tiny screen (below 768px) */
}
@media (max-width: 767px) {
  .sa-body .sa-container .sa-component-720 {
    width: 100%;
  }
}
.sa-body .sa-container .sa-alert-layout {
  display: grid;
  grid-template-columns: max-content auto;
}
.sa-body .sa-container .sa-alert-layout .sa-alert-icon {
  grid-column: 1;
  width: 48px;
  margin-top: 8px;
}
.sa-body .sa-container .sa-alert-layout .sa-alert-content {
  grid-column: 2;
  margin-left: 16px;
}
.sa-body .sa-container .sa-block {
  padding: 8px;
}
.sa-body .sa-container .sa-blurb {
  color: #865F3D;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
.sa-body .sa-container .sa-button {
  /* Large screen (1200px or larger) */
  display: block;
  background-color: #f7f4ef;
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #967e72;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
  cursor: pointer;
}
.sa-body .sa-container .sa-button i {
  top: 2px;
  left: 4px;
}
.sa-body .sa-container .sa-link {
  /* Large screen (1200px or larger) */
  padding-left: 36px;
  text-indent: -22px;
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  /* Medium Screen (992px to 1199px) */
  /* Small screen (768px to 991px) */
  /* Extra small screen (480px to 767px) */
  /* Tiny screen (below 480px) */
}
.sa-body .sa-container .sa-link a {
  color: #a47343;
  font-size: 20px;
}
.sa-body .sa-container .sa-link a:hover {
  color: #C49A6C;
  text-decoration: none;
}
.sa-body .sa-container .sa-link i {
  color: #0F75BC;
  font-size: 18px;
  top: 3px;
  margin-left: 12px;
  margin-right: 8px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sa-body .sa-container .sa-link {
    padding-left: 22px;
    text-indent: -12px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sa-body .sa-container .sa-link a {
    font-size: 20px;
  }
  .sa-body .sa-container .sa-link i {
    font-size: 17px;
    top: 2px;
    margin-left: 0px;
    margin-right: 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sa-body .sa-container .sa-link {
    padding-left: 20px;
    text-indent: -10px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sa-body .sa-container .sa-link a {
    font-size: 18px;
  }
  .sa-body .sa-container .sa-link i {
    font-size: 13px;
    top: 1px;
    margin-left: 0px;
    margin-right: 4px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sa-body .sa-container .sa-link {
    padding-left: 56px;
    text-indent: -28px;
    line-height: 38px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sa-body .sa-container .sa-link a {
    font-size: 38px;
  }
  .sa-body .sa-container .sa-link i {
    font-size: 32px;
    top: 3px;
    margin-left: 12px;
    margin-right: 8px;
  }
}
@media (max-width: 479px) {
  .sa-body .sa-container .sa-link {
    padding-left: 42px;
    text-indent: -26px;
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sa-body .sa-container .sa-link a {
    font-size: 32px;
  }
  .sa-body .sa-container .sa-link i {
    font-size: 28px;
    top: 3px;
    margin-left: 12px;
    margin-right: 8px;
  }
}
.sa-body .sa-container .sa-link-noicon {
  /* Large screen (1200px or larger) */
  line-height: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
  /* Medium Screen (992px to 1199px) */
  /* Small screen (768px to 991px) */
  /* Extra small screen (480px to 767px) */
  /* Tiny screen (below 480px) */
}
.sa-body .sa-container .sa-link-noicon a {
  color: #a47343;
  font-size: 20px;
  cursor: pointer;
}
.sa-body .sa-container .sa-link-noicon a:hover {
  color: #C49A6C;
  text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sa-body .sa-container .sa-link-noicon {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sa-body .sa-container .sa-link-noicon a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sa-body .sa-container .sa-link-noicon {
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sa-body .sa-container .sa-link-noicon a {
    font-size: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sa-body .sa-container .sa-link-noicon {
    line-height: 38px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sa-body .sa-container .sa-link-noicon a {
    font-size: 38px;
  }
}
@media (max-width: 479px) {
  .sa-body .sa-container .sa-link-noicon {
    line-height: 32px;
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sa-body .sa-container .sa-link-noicon a {
    font-size: 32px;
  }
}
.sa-body .sa-container .sa-row .sa-right {
  text-align: right;
  margin-left: auto;
}
.sa-body .sa-container .sa-separator-short {
  color: lightgray;
  border-style: solid;
  border-width: 1px;
  margin: 2px 0px 2px 0px;
}
.sa-body .sa-container .sa-separator-tall {
  color: lightgray;
  border-style: solid;
  border-width: 1px;
  margin: 12px 0px 12px 0px;
}
.sa-body .sa-container .sa-spacer2 {
  height: 2px;
}
.sa-body .sa-container .sa-spacer4 {
  height: 4px;
}
.sa-body .sa-container .sa-spacer8 {
  height: 8px;
}
.sa-body .sa-container .sa-spacer12 {
  height: 12px;
}
.sa-body .sa-container .sa-spacer14 {
  height: 14px;
}
.sa-body .sa-container .sa-spacer16 {
  height: 16px;
}
.sa-body .sa-container .sa-spacer24 {
  height: 24px;
}
.sa-body .sa-container .sa-spinner {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 3px solid lightgray;
  border-top: 3px solid #0F75BC;
  animation: sa-spinner-keyframes 1s linear infinite;
  margin: 8px auto 8px auto;
}
.sa-body .sa-container .sa-spinner32 {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid lightgray;
  border-top: 3px solid #0F75BC;
  animation: sa-spinner-keyframes 1s linear infinite;
}
.sa-body .sa-container .sa-title {
  /* Large screen (1200px or larger) */
  color: #3B2313;
  font-family: "Droid Serif", serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 18px;
  text-align: center;
  margin-bottom: 8px;
  margin-top: 8px;
  /* Medium Screen (992px to 1199px) */
  /* Small screen (768px to 991px) */
  /* Extra small screen (480px to 767px) */
  /* Tiny screen (below 480px) */
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sa-body .sa-container .sa-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sa-body .sa-container .sa-title {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sa-body .sa-container .sa-title {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 479px) {
  .sa-body .sa-container .sa-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.sa-body .sa-container .sa-vertical-align {
  display: flex;
  align-items: center;
}
.sa-body .sa-input-filterby-checkbox {
  font-weight: normal;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 0px;
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sa-body .sa-input-filterby-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.sa-body .sa-input-filterby-checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  margin: 0px;
  background-color: #E0E0E0;
  border-radius: 6px;
}
.sa-body .sa-input-filterby-checkbox .checkbox:after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 6px;
  width: 6px;
  height: 12px;
  border: solid #FFFFFF;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sa-body .sa-input-filterby-checkbox:hover input ~ .checkbox {
  background-color: #C0C0C0;
}
.sa-body .sa-input-filterby-checkbox input:checked ~ .checkbox {
  background-color: #0F75BC;
}
.sa-body .sa-input-filterby-checkbox input:checked ~ .checkbox:after {
  display: block;
}
.sa-body .sa-input-filterby-radiobutton {
  font-weight: normal;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 32px;
  padding-top: 0px;
  margin-left: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sa-body .sa-input-filterby-radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.sa-body .sa-input-filterby-radiobutton .radiobutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #E0E0E0;
  border-radius: 50%;
}
.sa-body .sa-input-filterby-radiobutton .radiobutton:after {
  content: "";
  position: absolute;
  display: none;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFFFFF;
}
.sa-body .sa-input-filterby-radiobutton:hover input ~ .radiobutton {
  background-color: #C0C0C0;
}
.sa-body .sa-input-filterby-radiobutton input:checked ~ .radiobutton {
  background-color: #0F75BC;
}
.sa-body .sa-input-filterby-radiobutton input:checked ~ .radiobutton:after {
  display: block;
}

@keyframes sa-spinner-keyframes {
  to {
    transform: rotate(360deg);
  }
}
.validation-summary-errors {
  border-radius: 8px !important;
  padding: 8px 16px !important;
  color: #C00000 !important;
}

/*# sourceMappingURL=Dashboard.css.map */
