@import url("glyphicons.css");

@import url("glyphicons-bootstrap.css");

.approvalNcaa {
  background:#ccd9ff;
}

.yellowUSAB {
  background:#ffff00;
}

.approvedUSAB, .regPaymentTitle {
  background:#d7ffd9;
}

.nonApprovedUSAB {
  background:#ff9999;
}

.noMatch {
  background:#ff9999;
}

div.dotted {border-style: dotted;}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.editUserModal .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
	.editUserModal .modal-dialog {
		width: 750px;
	}
}
@media (max-width: 991px) {
	.staff-search-buttons {
		margin-top:10px;
	}
}
@media (min-width: 992px) {
	.editUserModal .modal-dialog {
		width: 970px;
	}
	.staff-search-buttons {
		margin-top:0px;
	}
}
@media (min-width: 1200px) {
	.editUserModal .modal-dialog {
	 	width: 1170px;
	}
}
@media ( min-width : 1600px) {
	.container {
		width: 85%;
	}
}
/* MAIN */
body {
	background-image: url('../img/arena2opt.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	min-height: 800px;
	padding: 20px 10px 20px 10px;
}

.container {
	opacity: 0.97;
}

.modal-open>.container {
	opacity: 1
}

header:before, header:after {
	content: " ";
	display: table;
}

header:after {
	clear: both;
}

@media ( min-width : 768px) and (max-width: 1199px) {
	.container {
		width: 100%;
		margin: 0;
	}
	.containerMain {
		width: 100%;
	}
}

@media (min-width : 842px) {
	.modal-md {
		width: 750px;
	}
}

.btn-group {
	margin-left: 15px;
	margin-bottom: 10px;
}

.btn-radio > input[type=radio] {
	position       : absolute;
	clip           : rect(0, 0, 0, 0);
	pointer-events : none;
}

.containerMain {
	background-color: #fff;
	padding: 20px;
}
/* HEADING */
.instName {
	text-align: right;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #999;
}

.userLinks {
	font-size: 14px;
	margin-right: 5px;
}

.userLinks a {
	color: #999;
	text-decoration: underline;
}

.userLinks a:hover {
	text-decoration: none;
}

a.userName {
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

a.userName:hover {
	text-decoration: underline;
}

.containerContent {
	width: auto;
	margin: 20px;
	padding: 0;
}

.logo-container {
	padding: 20px 0 0 15px;
}

.logo-container>img {
	height: 74px;
	width: 75px;
	display: inline-block;
	padding: 0;
	margin: -20px 0 0 5px;
}

.appTitle {
	font-family: 'Roboto', sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	padding: 0px;
}

.dropdown-toggle {
	text-transform: uppercase;
}

.institutionLogo {
	width: 52px;
	height: 51px;
	display: block;
	float: right;
	margin: 0 0 0 10px;
}

/* PANEL */
.panel {
	width: 100% !important;
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.panel-group {
	width: 100%;
	padding: 0 10px 0 10px;
}

.panel-group1 {
	margin-bottom: -1px;
}

.panel-group .panel, .well, .well-sm, .well-md, .well-lg, .btn, .btn-lg,
	.btn-sm, .btn-group, .btn-group-sm>.btn, .nav-pills>li>a, .pagination {
	border-radius: 0;
}

/* PANEL NAVIGATION TABS */
ul.nav-tabs {
	border-bottom: 0;
}

ul.nav-tabs li a {
	border-radius: 0;
	border-bottom: 1pt solid #ddd;
}

ul.nav-tabs li.active a, ul.nav-tabs li.active a:active, ul.nav-tabs li.active a:focus,
	ul.nav-tabs li.open a, ul.nav-tabs li.open a:active, ul.nav-tabs li.open a:focus
	{
	background-color: #f5f5f5;
	border-bottom: 1pt solid #f5f5f5;
}

/* FORMS + DEFAULT TAG STYLES */
.textarea {
	width: 100%;
	height: 100pt;
}

.input-grouping {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.input-grouping>h5 {
	border-bottom: 1px solid #bbb;
}

.input-grouping>label {
	font-weight: normal
}

legend {
	font-size: 18px;
}

p button {
	margin: 5px;
}
footer {background: #999; margin:  10px -10px -10px -10px; padding: 10px;}
footer, footer a {
	text-transform: uppercase;
	font: 11px Arial;
	color: #fff;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

blockquote .small {
	font-size: 80%;
}

.bylaw_window {
	border: none;
	height: 750px;
	overflow: auto;
}

dl div {
	padding: 7px;
}

.bylaw_window div {
	border: 1px solid white;
	padding: 7px;
	color: #666;
	text-align: justify;
	margin-right: 10px
}

.bylaw_window div.result {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #000;
	font-size: 120%;
}

.bylaw_window div:hover {
	border: 1px solid #6f6f6f;
	padding: 7px;
}

td.details-control {
	background: url('../js/ui/vendors/datatables/images/details_open.png')
		no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('../js/ui/vendors/datatables/images/details_close.png')
		no-repeat center center;
}

.label-d1 {
	background-color: #005085;
}

.label-d2 {
	background-color: #883233;
}

.label-d3 {
	background-color: #2F8757;
}
/* Form Button overrides */
.add-new {
	margin: 10px 0 10px 0;
	padding: 0;
}
/* Typeahead Styles */
.empty-message {
	padding: 5px 10px;
	text-align: center;
	border-radius: 0;
}

.typeahead, .tt-query, .tt-hint {
	height: 30px;
	line-height: 30px;
	padding: 8px 12px;
	width: 396px;
}

.typeahead {
	background-color: #FFFFFF;
}

.typeahead:focus {
	border: 2px solid #0097CF;
}

.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.tt-hint {
	color: #999999;
}

.tt-dropdown-menu {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 422px;
	border-radius: 0;
}

.tt-suggestion {
	line-height: 24px;
	padding: 3px 20px;
}

.tt-suggestion.tt-is-under-cursor {
	background-color: #0097CF;
	color: #fff;
}

.tt-suggestion p {
	margin: 0;
}
/* ACCORDION STYLE OVERRIDES */
#accordion .panel-heading {
	padding: 0;
}

#accordion .panel-title>a, #accordion .panel-title>a:hover {
	text-decoration: none;
	display: block;
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
	font-size: 11pt;
	font-weight: bold;
}
/* Contact Search */
.search-success {
	margin-top: 2pt;
	color: green;
	display: none;
}

input.success {
	border-color: #00b100;
	border-width: 2pt;
}

.accordion-header {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* General typography styles */
.favorite-yellow {
	color: #FFE600;
}
/* Define classes for deprecated tags [ <b>, <i>, <u> ] */
b, .b, .bold {
	font-weight: bold;
}

i, .italic {
	font-style: italic;
}

u, .underline, .u {
	text-decoration: underline;
}
/* STYLE OVERRIDES FOR TEMPLATE IMPLEMENTATION */
.page-submit {
	margin-top: 15px;
}

.required {
	border-left-color: #a94442;
	border-left-width: 5px;
}

.from-ec ,.email-from-url{
	border-left-color: #5cb85c;
	border-left-width: 5px;
}

.input-grouping label, .control-label {
	font-weight: normal;
	text-align: right;
}

.input-grouping .row {
	margin: 0;
}
/*  fix the datepicker on modals  */
body.modal-open .zdp-modal {
	z-index: 1200 !important;
}
/*
 * OFF CANVAS FOR PHONES BELOW 767
 * --------------------------------------------------
 */
@media screen and (max-width: 767px) {
	.row-offcanvas {
		position: relative;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
	}
	.row-offcanvas-right {
		right: 0;
	}
	.row-offcanvas-left {
		left: 0;
	}
	.row-offcanvas-right .sidebar-offcanvas {
		right: -70%;
		/* 6 columns */
	}
	.row-offcanvas-left .sidebar-offcanvas {
		left: -70%;
		/* 6 columns */
	}
	.row-offcanvas-right.active {
		right: 70%;
		/* 6 columns */
	}
	.row-offcanvas-left.active {
		left: 70%;
		/* 6 columns */
	}
	.sidebar-offcanvas {
		position: absolute;
		top: 0;
		width: 65%;
		/* 6 columns */
	}
	.container {
		margin: 0;
		padding: 0;
	}
	.containerMain {
		margin-top: 3px;
		padding: 0 10px 10px 10px;
	}
	.containerContent {
		margin: 0
	}
	.instName, .institutionLogo {
		display: none;
	}
	.logo-container {
		padding: 25px 0 0 0;
	}
	.userLinks {
		padding-left: 0;
		font-size: 11px;
	}
	.userLinks .pull-right {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
	}
	.appTitle {
		font-family: 'Roboto', sans-serif;
		font-size: 1.6em;
		font-weight: bold;
		padding: 0px;
		float: none;

	}
	header {
		margin: 0;
	}
	.welcome-panel-mg {
		margin-top: 15px;
	}
	.bbcsWebsiteBtn {
		margin-top: 5px;
	}
}

.container-small {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media ( min-width : 768px) {
	.container-small {
		width: 500px;
	}
	.searchFaqBtn {
		padding-right: 30px;
	}
	.bbcsWebsiteBtn {
		padding-left: 30px;
	}
}

span.glyphicons {
	margin-right: 3px;
}

span.glyphicons.form-control-feedback {
	margin-top: 10px;
}

.loginContainer {
	margin-left: auto;
	margin-right: auto;
}

caption {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}
/* z-index overrides */
.modal-backdrop {
	z-index: 0;
	right: 17px;
}

.form-horizontal {
    margin: 10px 0;
}

.grayOut {
	color: gray;
}

.has-error .control-label {
	color: black;
}

.has-error .btn-radio, .has-error .chosen-choices {
	border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.chosen-container-multi .chosen-choices {
	height: 34px !important;
}

.nav-tabs>li>a.postTab {
	background-color: #e6f6ff;
	color: #337ab7;
}

.container .jumbotron {
	border-radius: 0px;
}

.btn .glyphicons {margin-top: 3px;}

.profile-email-margin {
	margin-bottom:20px !important;
}

/* NOTES MODAL & NOTES PANEL */
.notes > blockquote > footer {background: none; font-size: 12px; color: #0080ff; text-transform: none;}

.certified-dates-dsp, .approval-fee-dsp {
	color: green;
	font-style: italic;
}

.justification-modal {
	width:800px !important;
}

.usermaint-modal {
	width:1000px !important;
}

tr.ineligible {text-decoration: line-through;}

tr > td.ineligible {text-decoration: line-through;}

.table-hover > tbody > tr.ineligible:hover > td,
.ineligible > td {
	background-color: #f2dede;
}

.table-hover > tbody > tr.ineligible-noline:hover > td,
.ineligible-noline > td {
	background-color: #f2dede;
}

.table-cell-v-middle > tbody > tr > td {
	vertical-align:middle !important;
}

.welcome-new-year-header {
	margin-top:0px;
}

.updates-questions-container {
	padding-top:15px;
}

.registration-conf-legend {
	font-size: 14px !important;
	margin-bottom: 10px !important;
}

.registration-conf-top-spacer {
	margin-top: 15px;
}

.registration-conf-bottom-spacer {
	margin-bottom: 5px !important;
}

.registration-conf-alert {
	margin-bottom: 10px !important;
}

.registration-conf-alert-nm {
	margin-bottom: 0px !important;
}

.address-alert {
	padding: 15px;
	margin-bottom: 0px !important;
	border: 1px solid transparent;
	border-radius: 4px;
}

.registration-conf-label {
	margin-bottom: 2px !important;
	text-align: right;
}

.pla-reg-conf-label {
	margin-bottom: 2px !important;
	text-align: right;
}

.registration-conf-modal-body {
	font-size: 12px;
}

.spacer7px {
  height: 7px;
}

div.dataTables_wrapper .dataTables_filter input {
	margin-left: auto !important;
}

div.dataTables_wrapper table tbody td:nth-child(1) {
	word-break: break-word;
	vertical-align: top;
}

.not-bold{
    font-weight:normal;
}

.panel-fiscal {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}

.btn-disable{
	background-color: #a5a5a5;
}

.text-buEligible {
	color: #a94442;
	text-align: center;
	padding-left: 115px;
}

#fieldSetId {
	min-width: 1px !important;
}

.closed {
	pointer-events: none;
	cursor: default;
}

.staffCommunication {
	color: darkviolet;
}

@media print {
	.no-print {
		display: none !important;
	}
	.select_years{
		float: left;
		line-height: 35px;
		margin-left: 2em;
	}
	.team_details{
		float:left;
		margin-left: 2em;
		padding-right: 10px;
	}
}

.benchPrintBtn {
    float: right !important;
    position: absolute;
    right: 50px;
}

.ui-widget-content {
	right: 10% !important;
	position: absolute;
	width: 100% !important;
	text-align: center !important;
}

.scrollbar-staff-app_comment-outer {
	margin-top: 15px;
	overflow-y: initial !important;
}

.scrollbar-staff-app-comment_inner {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 500px;
}

.athleteFilterBenchTagContainer > div > ul {
	padding: 0px 6px !important;
}

.fiscal-panel-heading > h3 {
	margin-top: 0px;
}

.fiscal-panel-heading > p {
	margin-bottom: 0px;
}

.equal {
	display: -webkit-flex;
	display: flex;
}

.equal-ht-panel {
	width: 100%;
	height: 100%;
}

.welcome-panel-min-ht {
	min-height: 325px;
}

.welcome-align-button-bottom {
	position: absolute;
	bottom: 15px;
}

.welcome-left-margin-button {
	margin-left: 5px;
}

.user-login-message {
	margin-bottom: 10px !important;
}

.user-login-message-para {
	margin-bottom: 0px !important;
}

.user-login-rt-buttons {
	line-height: inherit !important;
	margin-left: 5px;
}

.welcome-info-msg {
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.welcome-info-req-list {
	margin-top: 10px;
	margin-bottom: 0px;
}

/* BEGIN NAVIGATION */
/* MAIN MENU */
.navbar {
	margin-bottom: 10px;
	min-height: initial;
}

.navbar-default {
	background: #007AC3;
	border-radius: 0;
}

.navbar-collapse.in {
	overflow: hidden;
}

.navbar-default a {
	font-family: 'Raleway bold', sans-serif !important;
}

ul.navbar-nav a {
	font-weight: bold;
	color: #fff !important;
}

ul.navbar-nav>li.active>a, ul.navbar-nav>li.active>a:focus, ul.navbar-nav>li.open>a,
ul.navbar-nav>li.open>a:focus {
	font-weight: bold;
	background-color: #4cbcff;
	color: #fff;
}

ul.navbar-nav>li>a:hover, ul.navbar-nav>li>a:focus {
	font-weight: bold;
	background-color: #4cbcff !important;
}

ul.navbar-nav>li>a#home {
	width: 45px;
	margin-left: -30px;
}

/* SUB-MENU / DROPDOWN MENU */
ul.navbar-nav>li>ul.dropdown-menu {
	width: 225pt;
	padding: 0;
	opacity: .90;
	/* Make this cross-browser?!? */
	border: 0;
	background-color: #4cbcff !important;
	border-top: 1px solid #fff;
}

ul.navbar-nav>li>ul.dropdown-menu>li {
	padding: 0;
}
/* Show on class="open" */
ul.nav li.open>ul.dropdown-menu {
	display: block;
}

ul.navbar-nav>li>ul.dropdown-menu li {
	padding: 0;
}

ul.navbar-nav>li>ul.dropdown-menu li a, ul.navbar-nav>li.active>ul.dropdown-menu li a,
ul.navbar-nav>li.open>ul.dropdown-menu li a {
	color: #fff;
	width: 200pt;
	padding: 3pt 0 5pt 10pt;
}

ul.navbar-nav>li>ul.dropdown-menu li a:hover {
	background-color: #007AC3;
}

button.navbar-toggle {
	background-color: #ddd;
	color: #fff !important;
}

button.navbar-toggle.collapsed, button.navbar-toggle:hover {
	background-color: #007AC3;
	color: #ddd;
}

.application-payment-icon {
	width:100%;
	text-align:center;
	font-size:1.3em;
}

.jersey-num-width {
	width: auto !important;
}

.just-season-no-marg-top {
	margin-top: 0;
}

.just-panel-marg-bottom {
	margin-bottom: 20px;
}

.reg-terms-marg-bottom {
	margin-bottom: 20px;
}

.tab-panel-mt {
	padding-top: 20px !important;
}

.table-responsive::-webkit-scrollbar {
	-webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
	width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
	height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar {
	-webkit-appearance: none;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar:vertical {
	width: 12px;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar:horizontal {
	height: 12px;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	border: 2px solid #ffffff;
}

.doubleScroll-scroll-wrapper::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #ffffff;
}

@media ( min-width : 1200px) {
	.container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
	.navbar-default li a {
		font-weight: bold;
		width: 175px;
		border-right: 1px solid #fff;
	}
	.navbar-default li ul a {
		border: 0;
	}
	div.dataTables_filter input {
		width: 35em !important;
	}
}

@media (max-width: 1199px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
		float: none;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin: 7.5px -15px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.navbar-text {
		float: none;
		margin: 15px 0;
	}
	/* since 3.1.0 */
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.collapsing {
		overflow: hidden!important;
	}

	ul.navbar-nav>li>a#home {
		margin-left: 0px;
	}
	div.dataTables_filter input {
		width: 18em !important;
	}
	.equal {
		display: inherit !important;
	}
	.welcome-panel-min-ht {
		min-height: 0px;
	}
	.welcome-align-button-bottom {
		position: relative;
		bottom:0px;
	}
}

@media only screen and (min-width: 768px) {
	/* Make Navigation Toggle on Desktop Hover */
	.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media ( max-width : 767px) {
	ul.navbar-nav>li>a#home {
		width: 100%;
		margin: 0;
	}
	ul.dropdown-menu {
		border-top: 1px solid #fff !important;
	}
	ul.dropdown-menu, ul.dropdown-menu li, ul.dropdown-menu li a {
		width: 100% !important;
	}
	ul.navbar-nav>li>ul.dropdown-menu li a {
		border-top: 1px solid #4cbcff;
		border-bottom: 1px solid #4cbcff;
	}
	ul.navbar-nav>li>ul.dropdown-menu li a:hover {
		background-color: #007AC3 !important;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	ul.navbar-nav>li>ul.dropdown-menu li:first-child a:hover {
		border-top: 1px solid #4cbcff;
	}
	.container-fluid>.navbar-header {
		margin-right: 0px;
		margin-left: 0px;
	}
	div.dataTables_filter input {
		width: 11em !important;
	}
	.welcome-panel-min-ht {
		min-height: 0px;
	}
	.welcome-align-button-bottom {
		position: relative;
		bottom:0px;
	}
	.modal-btn-mb {
		margin-bottom: 10px !important;
	}
}

/* END NAVIGATION */