﻿@import url('https://fonts.googleapis.com/css?family=Lato');

html,body
{
    background-color:#000000;
    font-family: 'Lato', sans-serif !important;
}

h1 {
    color: #018dc8 !important;
}

#header{
    height:60px;
    background-color:#333;
}
#header img
{
    height:30px;
    margin-top:15px;
}

.save-button
{
    width:95%;
}

.field-row
{
    margin-bottom:20px;
}
.field-row input
{
    width:60%;
}

.field-row-captcha input
{
    width:95%;
}

p.description
{
    color:#000;
    padding:15px 0px 15px 0px;
}


.page
{
    padding:50px 0px 50px 0px;
    /*background-image:url("images/bg_footer.jpg");*/
    background-repeat:repeat-x;
}

#footer
{
    background-color:#000 !important;
    color:#FFFFFF !important;
    padding:10px 0px 10px 0px;
}

h1 {
    margin-bottom: 30px;
}

h2 {
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 20px !important;
    padding-top: 40px;
    color: #018dc8 !important;
}

body {
    color: #000;
}

.row {
    color: #000;
    margin-bottom: 10px;
}

input, select {
    width: 100%;
    color: #000000;
}



.declaration {
    padding: 10px;
    border: 1px solid #FFFFFF;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
}


.instruction {
    margin-top: 40px;
    margin-bottom: 20px;
}

.balpa-label {
    font-weight: bold;
}

.error {
    font-weight: bold;
    color: #FF0000;
}

.employmentStatus {
}

.traineeschool {
    display: none;
}