/* Must be present to overwrite the background */

.big-button {
    background-color: #263e8f;
}
#login-box {
    border-bottom: 0px solid #000000;
    border-top: 0px solid #v;
}
.text-field {
    border-color:rgba(255, 255, 255, 0.66) !important; 
    background-color: white !important;
    color: black;
}
.big-submit:hover {
    background-color: #363839;
}
a.register-link i {
    color: #3F79AB;
}
#login-form {
    background-color: rgba(0,0,0,0.5);
    box-shadow: 6px 6px 10px #000;
}
footer {
    min-height: 65px;
    margin-top: 15px;
    border-top: 2px solid #263e8f;
    background-color: #263e8f;
    max-width: 1200px;
}
.school-color {
  background-color: #263e8f !important;
}
.school-color:hover {
    background-color: #363839 !important;
}

.cal .clndr .clndr-table .header-days {
    
}

.cal .clndr .clndr-table .header-days .header-day {
    color: #000000;
}

.clndr-controls {
    color: #fff;
}

.activemenu {
	display: block;
//	background-color: #333333;
//	padding: 5px;
//	border-radius: 3px;
//	color: #3f0f4f !important;
}