.form-style-5 h1,
.form-style-5 .section span,
.form-style-5 button:hover, .form-style-5 button.actived,
.form-style-5 input[type="button"]:hover, 
.form-style-5 input[type="submit"]:hover,
.ui-widget-header, .ui-widget-overlay,
.form-style-5 input[type="button"], 
.form-style-5 input[type="submit"],
.form-style-5 .btn {
	background: #003980;
}
#loading {
	background: rgba(0, 57, 128, 0.6);
    cursor: wait;
}
input:focus,
.form-style-5 .section,
.form-style-5 a, .form-style-5 a:hover, .form-style-5 a:active,
.form-style-5 small a, .form-style-5 small a:hover,
.form-style-5 th,
input[type="radio"]:checked + label,
ul li a strong {
	color: #003980;
}
.form-style-5 input[type="button"], 
.form-style-5 input[type="submit"],
.form-style-5 .btn,
hr {
	border: 1px solid #003980;
}
.form-style-5 #breadcrumb a {
    color: #004487;
    background: #FFDD00;
}
.form-style-5 #breadcrumb a:hover {
    background: #004487;
    color: #fff;
}

body {background-color: #004487; padding-top: 30px}
h1 {position: fixed; top:30px; left: 0; right: 0; padding: 15px 50px!important}
ul, ul li {margin: 0; padding: 0; list-style-position: inside}
ul li:before {content: ''!important; width: 100%}
ul li a {padding: 20px 10px!important; background-color: #D4D4D4; border-radius: 10px; text-align: center;display: inline-block; width: 90%; max-width: 100%}

.fa-angle-left {background-color: #FFDD00; color: #003980; border-radius: 10px; padding: 5px 20px}
