.box-card .card-header h1 {
  color: #FFFFFF !important;
  font-weight: 700 !important;
  font-size: 1.875rem !important;
}
.box-card .card-header {
    padding-bottom: 2.25rem !important;
    padding-top: 2.25rem !important;
}

.intl-tel-input.separate-dial-code .flag-container .selected-flag {
  width: 83px;
}

.full-width .intl-tel-input {
  width: 100%;
}

.font-size-text-logo {
  font-size: 1.2rem !important;
}

.swal-wide {
  width: 800px;
  max-height: 650px;
  overflow-y: auto;
}

.stripe_connect_box {
  min-height: 214px !important;
}

.table-search-button {
  padding: 0 !important;
}

ul.hierarchy {
  list-style: none;
}

.table-centered td, .table-centered th {
  vertical-align: middle !important;
}

.table .action-icon {
  padding: 0 3px;
}

.scoring-rule-form select {
  width: auto;
}

.auto-width {
  width: auto;
}

.cursor-pointer {
  cursor:pointer;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .30rem .8rem !important;
  font-size: .70rem;
  line-height: 1.2;
  border-radius: .13rem;
}

.flighting-admin .team-container.drag-container {
  min-height: 350px;
  border: 2px dotted #e3eaef;
}

.flighting-admin .drop-td {
  padding: .35rem .35rem;
}

.table-bordered td, .table-bordered th {
  border: 1px solid #e3eaef;
}

.flighting-admin .team-container.drop-container {
  border: 2px dotted #e3eaef;
}
.flighting-admin .drop-container {
  content: "Drop your teams here";
}

.flighting-admin .team-container .team-box {
  display: block;
  width: 100%;
  font-size: 77%;
  border: 1px solid #727cf5;
  padding: .0rem .1rem;
  border-radius: .15rem;
  margin-bottom: 2px;
  cursor: move;
}

.display-inline {
  display: inline-block;
}

#lodaingDiv {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 30001;
  opacity: 0.8;
}

#loadingIcon {
  position: fixed;
  color: White;
  top: 35%;
  left: 45%;
}

.btn-link.disabled, .btn-link:disabled {
  color: #adb5bd; /* Sets the color to grey */
  pointer-events: none; /* Disables click events */
  text-decoration: none; /* Removes underline if any */
  cursor: not-allowed; /* Shows not-allowed cursor */
}

.search-advance-div > .input-group {
  width: auto !important
}

.event-logo {
  max-width: 200px;
  float: left;
  padding-right: 15px;
  padding-bottom: 5px;
}

.event-heading {
  margin-left: -30px;
  margin-right: -30px;
}
.web-auth-layout .logo {
  max-width: 200px;
}

.small, small {
  font-size: .75rem;
  font-weight: 400;
}

.find-my-team > .table td, .table th {
  padding: 1rem .65rem;
}

.find-my-team-from {
  width:100% !important;
}
.float-right {
  float: right !important;
}
.inactive-tab {
  cursor: no-drop;
  opacity: .7;
}


.error .form-error {
	border: 1px solid #dc3545;
}
.error .error-message {
	color: #dc3545;
}
.account-pages .card-header h2{
	color: #FFFFFF;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .18rem .5rem;
	font-size: .65rem;
	line-height: 1.2;
	border-radius: .13rem;
}

.navbar-custom .custom-nav-user {padding:17px 20px 17px 20px !important}

.pagination, .paging-counter {
	margin-top: 1rem;
}
.date.is-invalid .invalid-feedback, .form-group .invalid-feedback {
	display: block;
}
.date.is-invalid .invalid-feedback {
	display: block;
}
.scoring-rule-form .form-check, .event-venues-form .form-check {
	margin-bottom: .3rem;
}
.managesites-dropdown {vertical-align: middle;line-height: 70px;}
.brl-0 {border-left:0px;}

div.conditions-block {
	background-color: #fafbfe;
	clear: both;
	overflow: auto;
	max-height: 175px;
	border: 1px solid #aaa;
	padding: 12px;
	font-size: 13px;
	margin-bottom: 12px;
	border-radius:calc(.25rem - 1px);
}
.content-page.events-layout footer {
	left: 0;
}
.content-page.events-layout .navbar-custom .btn-login {
	margin: 17px 20px 17px 20px !important;
}
.content-page.events-layout {
	margin-left: 0;
}
#select-team-form .form-group.radio{
	margin-left: 22px;
}
.form-check-input {
	margin-top: .2rem;
}
.multicheckbox .form-check, .form-group.radio .form-check{
	margin-bottom: .3rem;
}
th > a.asc::after {
	content: " \F4BC";
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	left: 5px;
}
th > a.desc::after {
	content: " \F4BD";
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	top: 1px;
	left: 5px;
}
#lodaingDiv {
	margin: 0px;
	padding: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255);
	z-index: 30001;
	opacity: 0.8;
}
#loadingIcon {
	position: fixed;
	color: White;
	top: 35%;
	left: 45%;
}
#loadingIcon img {
	height: 180px;
}
.guest-player-register-block {
	display: none;
}
@media (max-width:767.98px){
	#loadingIcon img {
		height: 100px;
	}
	#loadingIcon {
		top: 30%;
		left: 45%;
	}
	.nav-user .account-position, .nav-user .account-user-name {
		display: block;
	}
	.nav-user .account-position {
		font-size: 11px;
	}
	.content-page > .content {
		margin-bottom: 150px !important;
	}
	#skip-flight-btn {
		white-space : break-spaces;	
		margin-top : 5px;
	}
	.form-age-group select {
		width: 100%;
	}
	.form-classic ul.list-inline li {
		margin-bottom: 5px;
	}
	#apply-coupon {
		margin: 0px 0px 15px 10px;
	}
	.search-form .btn {
		margin: 0px 0px 15px 10px;
	}
	.search-advance-form .btn {
		margin-bottom: 0px;
	}
	#page-content img {
		max-width: 340px;
	}
}
@media (max-width:576px){
	#loadingIcon img {
		height: 100px;
	}
	#loadingIcon {
		top: 30%;
		left: 40%;
	}
	.navbar-custom .site-title {
		padding: 12px 7px 11px 5px !important;
	}
	.site-title a h4 {
		font-size: 99%;
	}
	.guest-player-register-btn {
		display: none;
	}
	.guest-player-register-block {
		display: block;
	}
}
.form-check-input.not-allowed-age-group, .form-check-input.not-allowed-age-group + label {
	color: #98a6ad;
}
#coupon-feedback {
	display:none;
}
#coupon-feedback.valid-feedback, #coupon-feedback.invalid-feedback{
	display:block;
}
.custom-nav-tab {
	border-bottom:none;
}
.custom-nav-tab.nav-tabs .nav-item.show .nav-link, .custom-nav-tab.nav-tabs .nav-link.active{
	border-color:#727cf5;
	color: #fff;
	background-color: #727cf5;
}
.note-editor .note-group-select-from-files small{
	display:block;
}
.note-toolbar {
	z-index: auto !important;
}
.form-inline.search-form .form-group, .form-inline#score-search-form .form-group {
	margin-bottom: .75rem;
}
.line-height-1-3 {
	line-height: 1.3;
}
.was-validated .valid-feedback {
	display: block;
}
.intl-tel-input.separate-dial-code .flag-container .selected-flag {
	width: 83px;
}
.side-nav-item.event-side-nav .side-nav-link {
	font-size: .850rem;
	padding: 8px 25px;
}
.side-nav .side-nav-link {
	padding: 13px 22px;
}
.side-nav .side-nav-title {
	padding:12px 30px 6px 30px;
}
.application-stats.table td, .application-stats.table th {
	padding: .6rem;
}
.white-text {
	color:#FFFFFF;
}
.mlr0 {
	margin-left:0px;
	margin-right:0px;
}
.ml5 {
	margin-left:10px;
}
.table td, .table th {
	padding:.85rem .65rem;
}
a[data-toggle="popover"] {
	cursor: pointer;
}
.scoring-rule-form select {
	width:auto;
}
.scoring-rule-form th.sindu_handle {
	cursor: auto;
}
.tiebreaker-rules-table .form-group{
	margin-bottom: 0;
}
.auto-width {
	width:auto;
}
.card .header-title {
	text-transform:unset;
}
.groups-form-table .form-group {
	margin-bottom: 0;
}
.sweet-alert.showSweetAlert h2 {
	font-size: 1.3rem;
}
.playoff-admin-format {
	border: 2px solid #e3eaef;
	margin: 20px 0;
	font-size: 75%;
	display:flex;
	width: 100%;
}
.playoff-admin-format .playoff-col {
	width: 200px;
	display:block;
	border-right: 2px solid #e3eaef;
	padding: 3px;
	float:left;
}
.playoff-admin-format .playoff-fight {
	border: 2px solid #e3eaef;
	padding: 2px;
	margin: 4px 4px 10px 4px;
}
.playoff-col.playoff-col-last {
    width: auto;
    padding: 10px;
}
.playoff-admin-format .playoff-fight:last-child {
	margin-bottom: 4px;
}

.playoff-admin-format .home-team {
	background-color: #a288ed;
	color:#fff;
	border-radius:.1rem;
	padding-left: 3px;
	margin-bottom:1px;
}
.playoff-admin-format .away-team {
	background-color: #42b8da;
	color:#fff;
	border-radius:.1rem;
	padding-left: 3px;
}
.playoff-admin-format .match-title {
	font-size: 110%;
  margin-bottom:1px !important;
}

.playoff-admin-format .badge, .manage-schedule .badge-secondary {
  --bs-badge-font-size: 75% !important;
  --bs-badge-font-weight: 700 !important;
}
.playoff-admin-format .badge-secondary, .manage-schedule .badge-secondary {
	background-color: #919AA2;
    color: #fff !important;
}
.playoff-admin-format .playoff-match-container {
	display:table;
	height: 100%;
	width: 100%;
}
.playoff-admin-format .sub-container {
	display: table-cell;
	width: 100%;
}
.flighting-admin.group-stage .team-container.drop-container {
	min-height:100px;
}
.flighting-admin.playoff-stage .team-container.drop-container {
	min-height:50px;
}
.flighting-admin .team-container.drop-container {
	border: 2px dotted #e3eaef;
}
.flighting-admin .drop-td {
	padding: .35rem .35rem;
}
.flighting-admin .drop-container {
	content: "Drop your teams here";
}
.flighting-admin .team-container .team-box {
	display: block;
	width:100%;
	font-size:77%;
	border:1px solid #727cf5;
	vertical-align:middle;
	padding: .0rem .1rem;
	border-radius: .15rem;
	margin-bottom: 2px;
	cursor:move;
}
.flighting-admin .team-container.championship-created .team-box {
	opacity: .6;
	cursor: no-drop;
}
.flighting-admin .team-container.drag-container {
	min-height:350px;
	border: 2px dotted #e3eaef;
}
@media (max-width: 991.98px) {
	.flighting-admin .team-container.drag-container {
		min-height:100px;
	}
}

.schedule-match-box {
	border: 2px solid #e3eaef;
	padding: 2px;
	margin-bottom: 10px;
}
.schedule-match-box:last-child {
	margin-bottom: 4px;
}
.schedule-match-box .home-team {
	background-color: #a288ed;
	color:#fff;
	border-radius:.1rem;
	padding-left: 3px;
	margin-bottom:1px;
}
.schedule-match-box .away-team {
	background-color: #42b8da;
	color:#fff;
	border-radius:.1rem;
	padding-left: 3px;
}
.schedule-match-box .match-title {
	font-size: 103%;
}
.schedule-match-box .badge {
  font-size: 9px;
  padding: 2px 4px;
}
.schedule-match-box .badge-secondary {
	background-color: #919AA2;
}
.schedule-match-box {
	cursor: move;
	font-size: 75%;
}
.fc-event-container .schedule-match-box .match-title {
	color: #FFF;
	font-size: 98%;
}
.fc-event-container .schedule-match-box {
	margin-bottom: 0px;
	font-size: 10px;
	font-weight: 600;
}
.fc-event-container .fc-event {
	margin: 5px 2px;
}
.fc-event-container .fc-timeline-event .fc-time {
	color: #fff;
	display: block;
	font-size: 10px;
	font-weight: 800;
}
.fc-event-container .fc-event.fc-draggable {
	cursor: move;
}
.fc-event-container .fc-event:not(.fc-draggable) {
	opacity: .750;
    cursor: no-drop;
}
.fc-event-container .fc-event:not(.fc-draggable) .schedule-match-box {
	cursor: no-drop;
}
#schedule-calendar .fc-timeline-event .fc-title {
	display: block;
	padding: 0 1px;
}
.img-wrap {
    position: relative;
	padding:10px;
}
.img-wrap .close { 
     position: absolute; 
     top: 1px; 
     right:2px; 
	 left:92px; 
     z-index: 100; 
	 background-color:#e3e3e3;
	 width:18px; 
	 text-align:center; 
	 color:#ff0000; 
}
.img-wrap .close:not(:disabled):not(.disabled):hover {
	color: #e3e3e3; 
	background-color:#ff0000; 
    text-decoration: none; 
    opacity: .75; 
}
#schedule-calendar .schedule-match-box .fa-times, #schedule-calendar .schedule-match-box .mdi-alert {
    font-size: 130%;
	padding: 0 1px;
	cursor: default;
	/* margin-top: -4px; */
}

.custom-icon {
	color: inherit !important;
}
  
#schedule-calendar .schedule-match-box .fa-times {
	cursor: default;
}
.schedule-page .footer {
	left: 0;
}
.schedule-page .content-page {
	margin-left:0;
}
.display-inline {
	display:inline-block;
}
.schedule-header .select-schedule, .schedule-header .form-group.select, .schedule-header #flight-select-container {
	display:inline-block;
}
@media (max-width: 576px) {
	.schedule-header .select-schedule {
		margin-top:8px;
	}
}
.tooltip-inner ul {
	padding-left: 9px;
	text-align: left;
}
#schedule-calendar .conflict-hover .schedule-match-box  {
	border: 2px solid #FF0000;
}
.inactive-tab {
	cursor: no-drop;
	opacity: .7;
}

.group-teams-admin.group-stage .team-container.drop-container {
	min-height:100px;
}
.group-teams-admin.playoff-stage .team-container.drop-container {
	min-height:50px;
}
.group-teams-admin .team-container.drop-container {
	border: 2px dotted #e3eaef;
}
.group-teams-admin .drop-td {
	padding: .35rem .35rem;
}
.group-teams-admin .drop-container {
	content: "Drop your teams here";
}
.group-teams-admin .team-container .team-box {
	display: block;
	width:100%;
	font-size:77%;
	border:1px solid #727cf5;
	vertical-align:middle;
	padding: .0rem .1rem;
	border-radius: .15rem;
	margin-bottom: 2px;
	cursor:move;
}
.group-teams-admin .team-container.championship-created .team-box {
	opacity: .6;
	cursor: no-drop;
}
.group-teams-admin .team-container.drag-container {
	min-height:350px;
	border: 2px dotted #e3eaef;
}
@media (max-width: 991.98px) {
	.group-teams-admin .team-container.drag-container {
		min-height:100px;
	}
}
.group-play-row .form-group {
	display: inline-block;
}
.schedule-admin .left-search .form-group, .schedule-admin .left-search select {
	width:100%;
}
.match-day-update {
	font-size: 130%;
	padding: 0 1px;
	cursor: default;
	margin-top: -4px;
}
.ml-0 {
	margin-left: 0px !important;
}
#updateMatchScoreForm .select2-td {
	 width: 270px !important;
}
#updateMatchScoreForm .select2-td .select2-container--default {
	width: 270px !important;
	overflow: auto;
	height: 38px;
}
.navbar-custom .site-title {
	float: left;
	position: relative;
	min-height: 70px;
	padding: 11px 20px 11px 20px !important;
	max-width: 60%;
}
.score-groups-listing .table-bordered td, .score-groups-listing .table-bordered th {
	border: 1px solid #ebf2f7;
}
.front-schedules-page tr td, .front-schedules-page tr th {
	border: none !important;
}
.btn-group-sm > .btn, .btn-sm {
    padding: .24rem .6rem;
    font-size: .750rem;
    line-height: 1.4;
    border-radius: .15rem;
}
.lh-1-5 {
	line-height: 1.4;
}
.consolation-action-btns {
	font-size: 125%;
}
.max-h-90 {
	max-height: 90px;
}
.max-h-60 {
	max-height: 60px;
}
.max-h-50 {
	max-height: 50px;
}
.schedule-page-trophy {
	font-size: 25px;
	margin-left: 2px;
}
.event-logo {
	max-width: 200px;
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.max-w-100 {
	max-width: 100px;
}
.max-w-80 {
	max-width: 80px;
}
#age-groups {
	padding-left: 25px;
}
.standing-winner-icon {
	color : #ffbc00 !important;
	font-size: 11px !important;
	margin-left: 2px;
}
#standing-playoff {
	border : none;
}
#standing-playoff .playoff-col {
	border : none;
}
#standing-playoff .home-team, #standing-playoff .away-team {
	float: left;
	width: 76%;
	padding-right: 3px;
}
#standing-playoff .home-score {
	background-color: #a288ed;
}
#standing-playoff .away-score {
	background-color: #42b8da;
}
#standing-playoff .away-score,
#standing-playoff .home-score {
	color: #fff;
	margin-left: 1px;
	padding-left: 2px;
	padding-right: 4px;
	float: left;
	text-align: center;
	border-radius: .1rem;
	width: 16%;
}
#standing-playoff .home-team small, #standing-playoff .away-team small,
#standing-playoff .home-score small, #standing-playoff .away-score small {
	font-size: smaller;
}
#standing-playoff .playoff-col {
	width: 220px;
}
#standing-playoff .home-team,
#standing-playoff .home-score,
#standing-playoff .away-team,
#standing-playoff .away-score {
	font-size: 10px;
}
table.game-card {
	width: 100%;
}
table.game-card .instructions {
	font-size: 12px;
}
/* table.game-card .players-table {
	font-size: 12px;
} */
table.game-card .tbl-header-row {
	font-size: 14px;
}
table.game-card .thead-dark th {
	color: #373b3e;
	background-color: #20c881 !important;
	border-color: #20c881 !important;
}
@media print {
	body {
		-webkit-print-color-adjust: exact;
	}
}
.side-nav .event-side-nav .side-nav-link i {
	margin: 0 3px 0 3px;
}
.table tbody tr.past-game {
	background-color: #fff3cd;
}
img.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}
.account-pages .card-header h3 {
	color: #ffffff;
}
.form-check .form-check-input, .form-check .form-check-label {
	cursor: pointer;
}
.image-guest-player img {
	max-height: 60px;
	display: inline-block;
}
.image-guest-player {
	padding: 0px 10px 10px 10px;
}
.min-height-200 {
	min-height: 200px;
}

table.groups-form-table  option:disabled {
	background-color : #e9ecef;
}
.groups-form-table .name-col{
	width: 20%;
}
.groups-form-table .playoff-teams{
	width: 15%;
}
.groups-form-table .playoff-teams{
	width: 15%;
}
table.score-players select.form-control, table.score-players input.form-control {
	width: auto;
}
.content-page > .content {
    margin-bottom: 50px;
}

ul.hierarchy {
	list-style: none;
}
#eventAgeGroupHierarchy .nested {
	display: none;
}

#eventAgeGroupHierarchy .active {
	display: block;
}

#eventAgeGroupHierarchy .caret {
	cursor: pointer;
	user-select: none;
	display: flex;
}

#eventAgeGroupHierarchy .caret::before {
	content: "\25B6";
	color: #6c757d;
	display: inline-block;
	margin-right: 6px;
}

#eventAgeGroupHierarchy .caret-down::before {
	transform: rotate(90deg);
}

.button-menu-mobile {
	max-width : 38px;
}

.page-top-nav {
	text-align: right;
}

.page-top-nav > a {
	margin-bottom: 5px;
}

#page-content img {
	max-width: 945px;
}
.api-definitions .left-side-key {
    width: 156px;
    display: inline-block;
}

#schedule-calendar .coaching-conflict-highlight {
	background-color : #FCE205;
}
#schedule-calendar .coaching-conflict-highlight .fc-time,
#schedule-calendar .coaching-conflict-highlight .match-title, 
#schedule-calendar .coaching-conflict-highlight .event-conflicts
{
	color: #6495ED !important;
}
#schedule-calendar .coaching-conflict-highlight .schedule-match-box {
	border: 2px solid #6495ED;
}
#schedule-calendar .time-conflict-highlight {
	background-color : #ffbc00;
}
#schedule-calendar .time-conflict-highlight .schedule-match-box {
	border: 2px solid #FFF;
}
#schedule-calendar .time-conflict-highlight .event-conflicts {
	color: #FFF !important;
}
#schedule-calendar .conflict-highlight {
	background-color: #FF0000;
}
#schedule-calendar .conflict-highlight .schedule-match-box {
	border: 2px solid #FFF;
}
#schedule-calendar .match-conflict-highlighter {
    background-color: #404040;
}
#schedule-calendar .schedule-match-box {
	border: 2px solid #90ee90;
}
#match-drag-container .schedule-match-box[data-gender=F], #schedule-calendar .schedule-match-box[data-gender=F] {
	border: 2px solid #eb6e9d;
}
#match-drag-container .schedule-match-box[data-gender=M], #schedule-calendar .schedule-match-box[data-gender=M] {
	border: 2px solid #A3D4FF;
}
#schedule-conflicts {
	margin-top: 20px;
}
#schedule-conflicts h5 {
	color: #98a6ad;
	font-size: 14px;
}
#schedule-conflicts .conflict-box {
	margin-bottom: 10px;	
}
#schedule-conflicts .square {
	width: 20px;
	height: 20px;
	float: left;
}
#schedule-conflicts .title {
	font-size: 12px;
	padding: 10px;
	font-weight: 800;
	color: #98a6ad;
}
#schedule-conflicts .time-conflict .square {
	background-color: #ffbc00;
}
#schedule-conflicts .coaching-conflict .square {
	background-color: #FCE205;
}
#schedule-conflicts .multi-conflict .square {
	background-color: #FF0000;
}
#schedule-conflicts .no-conflict .square {
	background-color: #3788d8;
}
.card-body.right-schedule-container, .card-body.left-schedule-container {
	padding: 8px;
}
.schedule-admin .col-2 {
	width: 18%;;
}
.schedule-admin .col-10 {
	width: 82%;
}
#connect-box {
	height: 195px;
}
.match-title .left {
	float: left;
	width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.match-title .right {
	float: right;
	width: 20%;
}
.clear {
	clear: both;
}
.swal-wide {
	width: 800px;
	max-height: 650px;
	overflow-y: auto;
}
.swal-wide td {
	font-size: 15px;
}
.swal-warning .lead {
	font-size: 15px;
}
.swal-warning b {
	font-weight: 800;
}
.swal-warning .btn-lg {
	font-size: 14px;
}
.financial-form .ml-5 {
	margin-left: 5px !important;
}
tr.rows-total {
	font-weight: 700;
}
#report-label {
	font-size: 15px;
}
.swal-alert-link {
	font-size: 15px;
	font-weight: 700;
}
#age-group-birth-date-range .form-group.date {
	display: inline-block;
}
#age-group-birth-date-range .form-group.date:last-child {
	position: absolute;
}
.event-tab .nav-link.active {
	border-bottom: 3px solid !important;
}

.no-muted-color {
    color: inherit !important;
}

.display-inline {
	display: inline !important;
}

.ml-4, .mx-4 {
	margin-left: 2.25rem !important;
}

.p-0 {
	padding: 0 !important;
}

.float-left {
	float: left;
}

.fc .fc-button-primary:not(:disabled).fc-button-active {
    color: #fff !important;
}

.fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover {
	color: #fff !important;
}

.fc .fc-button-primary:not(:disabled):not(.fc-button-active):focus .fc-icon, .fc .fc-button-primary:not(:disabled):not(.fc-button-active):hover .fc-icon {
	color: #fff !important;
}

.logo-text {
	color: #f5f5f5;
	/* width: 100%; */
}
.logo-link {
	width: 100%;
}

.max-w-100px {
    max-width: 100px;
}
.application-age-group-heading {
	background-color: #fe6191;
}

.bg-pink {
	background-color: #fe6191;
}

.text-pink {
	color: #fe6191;
}

.step-sidebar h3, .step-sidebar h1{
	color:#ffffff;
}
form .bg-transparent select{
	background-color: transparent !important;
}

.roster-button-bg-orange {
	background-color: #FF6600 !important;
}

.fa-info-circle {
	line-height: inherit !important;
}

.select-columns {
  	padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  	margin: 0;
  	list-style: none;
}
.btn.btn-xs i {
	font-size: .75rem;
}