.color-disabled{
	color:#a7a8aa !important;
}
.color-red{
	color:#ff0000 !important;
}
.bg-light-red{
	background-color:#fcedee !important;
}
.color-green{
	color:#28a745 !important;
}
.bg-light-green{
	background-color:#d8f6df !important;
}
.color-blue{
	color:#0000b3 !important;
}
.color-light-blue{
	color:#0d7feb !important;
}
.color-grey{
	color:#767777 !important;
}
.color-black{
	color:#000000 !important;
}
.color-white{
	color:#ffffff !important;
}
.color-yellow{
	color:#fffb07 !important;
}
.color-orange{
	color:#ffa500 !important;
}
.color-purple{
	color:#800080 !important;
}

.form-control::placeholder {
    color: #c7ced5 !important;
    opacity: 1 !important;
}

@media (max-width: 544px){
	.admin-font{
		font-size:.65em !important;
	}

	#admin-student-name{
		max-width:35% !important;
	}
}

@media (min-width: 544px){
	#admin-student-name{
		max-width:45% !important;
	}
} 