/* Stylesheet */
#header {

    background-color:  #2d3943;
    position: relative;
    z-index: 1000;

}
#header .nav.navbar-nav.navbar-right {
    margin-top: 16px;
}


#uppertitle {
	color: #2d3943 !important;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 22px;
	line-height: 120%;
	padding-top: 10px;
}

#lowertitle {
	color: #0055a5 !important;
	font-family: "Roboto";
	font-weight: 400;
	font-size: 19px;
	line-height: 120%;
	padding-top: 10px;
}

.form-button{
	background-color: #00aeef;
	border: solid;
	border-size: 1px;
	border-color: #00aeef;
	color: #fff;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

.form-button:hover{
	background-color: #0055a4;
	border: solid;
	border-size: 1px;
	border-color: #0055a4;
	color: #fff;
	padding: 10px;
	transition: all 0.3s ease 0s;
}

.form-button:disabled {
	background-color: #859FA8;
	border: medium solid #859FA8;
}

.form2 {
	width: 100%;
	border: solid;
	border-width: 1px;
	border-color: #0055a4;
	padding: 5px;
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.input-error {
	border-color: #FFFC00;
	outline: 1px solid #FFA200;
}

#main-content {
    padding: 0px 0px 30px;
}