.nbaID {
	margin: 30px auto;
	font-weight: 500;
	color: #1f4488;
	font-size: 1.2em;
}

.nbaIDNote {
	margin-top: 15px;
	font-weight: 600;
	font-size: 1.2em;
}
.nbaIDNote a {
	text-decoration: none;
}

.nbaIDBtn {
	padding: 10px 30px;
	color: white;
	background-color: #1f4488;
	font-size: 22pt;
	outline: none;
	border: none;
	border-radius: 10px;
}
.nbaIDBtn:hover {
}

.nbaIDlogoutBtn {
	outline: none;
	border: none;
	color: #1f4488;
	background-color: white;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: 600;
	line-height: 10pt;
	margin-left: 15px;
}
.nbaIDlogoutBtn:hover {
	color: white;
	background-color: #1f4488;
	text-decoration: none;
}


input:read-only.prepopulated.form-control {
	background-color: #dddddd;
	color: #000000;
	border: 1px solid #444444;
}
.prepopulated select:disabled,
.bootstrap-select .selectpicker.disabled {
	background-color: #cccccc !important;
	border: 1px solid #444444 !important;
}



/* For NBA ID widget: */


.nbaIDSubcontent .header {
	font-size: 2.0em;
}

@media only screen and (max-width: 600px) {
	.nbaIDButton {
		margin-top: 10px;
	}
}

.nbaIDSubContent img {
	max-width: 100%;
}
