form label {
    margin-top: 10px;
}

#navigation-icons-container {
    margin-top: 40px;
}

.navigation-a-disabled {
    cursor: not-allowed;
}

.fa-asterisk {
    color: #ff0000;
}

.detail-tips {
    color: #888;
    font-weight: normal;
    font-size: 12px;
}

.teacher-username-span {
    font-weight: bold;
    font-family: "Helvetica Neue", Helvetica, Georgia, Sans-Serif;
}

.navigation-a {
    text-decoration: none;
    color: rgba(50, 50, 50, 1);
}

.navigation-a:hover {
    text-decoration: none;
    color: #dd8800;
}

.navigation-icon-p, .navigation-icon-span {
    text-align: center;
}

.navigation-icon-p {
    font-size: 2.5em;
    font-weight: bold;
}

#welcome-msg-container h1, #welcome-msg-container h4 {
    text-align: center;
}

.navigation-icon-div {
    text-align: center;
}

.navigation-icon {
    font-size: 18em;
}

.login-err-msg, .signup-err-msg {
    color: red;
    font-weight: bold;
}

.login-info-msg, .signup-info-msg {
    color: green;
    font-weight: bold;
}


body {
	padding-top: 40px;
	////background-image: url(../img/old_mathematics_yellow.png);
}

.retailer-icon {
	background-image: url(../img/RetailIconDollarBig2.png);
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
	width:34px;
	height:34px;
	margin-top: 8px;
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	vertical-align: middle;
}



.navbar-brand {
	color: #dd8800 !important;
	font-size: 28px;
	font-weight: bold;
	margin-right: 20px;
}

.navbar-nav>li>a {
	font-size: 16px;
}

footer {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    text-align: center;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    bottom: 0px;
    position: fixed;
    width: 100%;
}

footer .footer-links li {
    display: inline;
    padding: 0 2px;
}