.errorInput {
   color: red;
}

.bg-gradient-primary {
  background-color: #f89938;
  background-image: linear-gradient(180deg,#ffffff,#328ac6,#F89938);
  background-size: cover;
}



.text-primary {
  color: #328ac6!important;
}

.sidebar-dark .nav-item {
  border-bottom: 2px solid;
}

.dropdown .dropdown-list .dropdown-header {
  background-color: #f89938;
  border: 1px solid #f89938;
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #328ac6;
  border-color: #328ac6;
}

.btn-secondary {
  background-color: #f89938;
  border-color: #f89938;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f89938;
  border-color: #f89938;
}



.meetCards {
   flex-wrap: wrap;
}

.meetCard {
  width: 32%;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  height: fit-content;
}

.btn-primary {
  background-color: rgb(50,138,198);
}

.btn-link {
  color: rgb(50,138,198);
}

#meetAccessSelect {
  display: block;
}

.nav-item .nav-link.active {
  background-color: #f8f9fc;
}

.modal-header {
  background-color: #f89938;
  color: #ffffff;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999999;
  border-color: #989898;
}

.meetLink {
  color: rgb(50,138,198);
  font-weight:bold;
  cursor: pointer;
  text-decoration: none;
}
.meetLink:hover {
  text-decoration: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: rgb(50,138,198);
}

label {
  font-weight: 700;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #ededed;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #297cbb;
  font-size: 12px;
  width: 100px;
}

.multi-steps > li:before {
  content: '\f00c';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  border-width: 2px;
  border-style: solid;
  border-color: #297cbb;
  border-radius: 50%;
}

.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #297cbb;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: -1;
}

.multi-steps > li:last-child:after {
  display: none;
}

.multi-steps > li.is-active:before {
  background-color: #fff;
  border-color: #297cbb;
}

.multi-steps > li.is-active ~ li {
  color: #808080;
}

.multi-steps > li.is-active ~ li:before {
  background-color: #ededed;
  border-color: #ededed;
}

#ProgressViewport {
  width: 90%;
  overflow: hidden;
  position: relative;
  margin: auto;
}

#stepsInfo {
  position: absolute;
  right: 0;
  bottom: 0px;
  font-size: 12px;
  color: grey;
}

.steps-container {
  padding-top: 20px;
  position: relative;
  right: 12%;
}

.steps-nav-btn {
  font-size: 24px;
  color: #297cbb;
}

.steps-nav-btn:hover {
  font-size: 24px;
  color: #525252;
}

.steps-left {
  position: absolute;
  left: 0;
  padding-top: 26px;
}

.steps-right {
  position: absolute;
  right: 0;
  padding-top: 26px;
}

.step-count {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .1em;
  color: grey;
  font-weight: 600;
}

.futureMeet {
  background: rgba(91,188,242,0.25);
  border-color: #328ac6;
}

.activeMeet {
  background: rgba(142,228,112,0.32);
  border-color: #0f8e24 !important;
}

.completeMeet {
  background: #e7e7e7;
  border-color: #4e4e4e;
}

.dupLabel {
  color: #f89938;
}

.btn-warningX {
  width: 40px;
}

.apSessionCard {
  width: 30%;
}

#mainContent {
  width: 100%;
  box-sizing: border-box;
}
#pnClubInfo {
  width: 72%;
  margin-left: 1%;
  padding: 5px;
  border-radius: 5px;
  min-height: 500px;
}
#pnLeagueProfileInfo {
  width: 60%;
  margin-left: 1%;
  padding: 5px;
  border-radius: 5px;
}
#pnInUseAliases {
  z-index:10001;
  height:200px;
  width: 300px;
  top: 80px;
  left: 80px;
  position: fixed;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #5F5F5F;
  border-radius: 5px;
  background-color: #FAFAFA;
  overflow-y: auto;
}
.rwAlias {
  padding: 3px;
}

.showAthleteInfo {
  flex-basis: 40%;
  transition: flex-basis 2s;
}
#administratorMeetAccordion .card-header {
  padding: 1px 10px 1px 10px;
}

#rnList {
  height: 400px;
  overflow-y: auto;
}
.rnEntry {
   margin-bottom: 4px;
   padding: 4px;
   border: 1px solid #4F4F4F;
   border-radius: 5px;
   background-color: #FFFFFF;
   font-size: 13px;
   box-sizing: border-box;
   cursor: pointer;
}
.rnEntry:hover {
   background-color: navy !important;
   color: white !important;
}
#rnViewer {
   padding:5px;
   width:100%;
   height: 400px;
   box-sizing: border-box;
   overflow-y: auto;
   font-size: 14px;
}
.releaseNotesList {

}
.releaseNotesList li {
  padding: 3px;
}
.label {
  font-weight: bold;
}
#pnTickets {
  width: 30%;
  margin-right:1%;
  box-sizing: border-box;
  padding: 1px;
  min-height: 350px;
  max-height: 630px;
  overflow-y: hidden;
}
#pnTicketsListing {
  max-heightxx: 420px;
  overflow-yxx: hidden;
}
#pnTicketsList {
  max-height: 600px;
  overflow-y: auto;
}
#pnSelectedTicketOuter {
  width: 69%;
  box-sizing: border-box;
  padding: 8px;
}
#pnPrimaryTicket {
  background-color: white;
  border-left: 2px solid #CFCFCF;
}

#pnSelectedTicket {
  max-height: 900px;
  overflow-y: auto;
}
.ssCard {
    border-left: 7px solid var(--bs-orange);
    border-radius: 11px;
    font-size: 15px;
}
.ssCard:hover {
    border-color: rgb(50,138,198) !important;
    box-shadow: 0 .15rem 0.75rem 0 rgb(50,138,198) !important;
}
.ssCardActive {
    border-color: rgb(50,138,198) !important;
    box-shadow: 0 .15rem 0.75rem 0 rgb(50,138,198) !important;
}
.ticketCard {
    border-left: 7px solid var(--bs-orange);
    border-radius: 11px;
    font-size: 15px;
}
.ticketCard:hover {
    border-color: rgb(50,138,198) !important;
    box-shadow: 0 .15rem 0.75rem 0 rgb(50,138,198) !important;
}
.ticketActive {
    border-color: rgb(50,138,198) !important;
    box-shadow: 0 .15rem 0.75rem 0 rgb(50,138,198) !important;
}
.sysResponse {
    border-left: 7px solid var(--bs-green);
    border-radius: 11px;
    width: 90%;
    float: left;
}
.usrResponse {
    border-right: 7px solid var(--bs-blue);
    border-radius: 11px;
    width: 90%;
    float: right;
}
#figcaption {
    font-size:13px;
}
.noticeDoc {
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #7F7F7F;
  padding : 3px 6px 3px 6px;
  margin-right: 6px;
  margin-bottom: 6px;
  border-radius: 5px;
  display: inline-block;
  max-width: 165px;
}
#dgImageViewer {
  max-height: 700px;
}

#dgImageViewerContainer {
  height: 550px;
  width: 1100px;
  object-fit: contain;
}
.ticketImage {
  width: 100%;
  height: 100%;
}
#emToList {
  height: 42px;
  width: 100%;
  overflow-y:auto;
}
.emListEntry {
  padding: 2px 4px 2px 4px;
  margin-right: 5px;
  margin-bottom: 3px;
}
.emListEntry:hover {
  background-color: #DFDFDF;
}
.emListEntryActive {
  background-color: #AEF9B8;
}

#msgText {
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif;
  min-height: 90px;
  width: 100%;
}
#msgText p {
  margin: 0 0 0.2em 0;
}
.btMsgToolbar {
  height: 32px;
}
#emMsgText {
  min-height: 50px;
  max-height: 350px;
  overflow-y: auto;
  color: #000000;
}
#emToList {
  border: 1px solid #CFCFCF;
  border-radius: 5px;
}
#EmailSendInitiated {
  position:fixed;
  top: 40%;
  left: 40%;
  z-index: 1001;
  font-size: 23px;
  padding: 2rem;
  border: 2px solid #9F9F9F;
  background-color: #FFFFFF;
}
.productCard:hover {
  border: 1px solid #0F0F0F;
}
.productDateInactive {
  background-color: #EFEFEF;
}
.ssFilterDate {
  width: 150px;
}
.ssFilterEntry {
  padding: 4px 8px 4px 8px;
  border: 1px solid #BFBFBF;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 6px;
  cursor:pointer;
}
.ssFilterEntry:hover {
  border: 1px solid #4F4F4F;
  background-color:#F6F6F6;
}
.ssInfoRow {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  width: 100%;
  display: flex;
}
.ssInfoRow>label {
  width: 35%;
}
.navLeague {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;  
  font-weight: bold;
}
.ssTable td {
  color: #000000 !important;
}
.ssTable>tbody>tr:nth-of-type(odd)>* {
  color: #000000 !important;
}
.ssTable tr:hover {
  color: #FFFFFF !important;
  background-color: #74B3DC !important;
}
