body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1em;
}

#footer {
	width: 100%;
	height: 80px;
	border-top: 4px solid #36A4BC;
	background-color: #192B58;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#logo-container {
    width: 100%;
    text-align: center;
    background-color: #192B58;
    min-height: 150px; 
    border-bottom: 3px solid #36A4BC;
    padding-top: 50px;
}

#logo {
    width: 100%;
    max-width: 400px;
}

a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8em;
    color: #00539B;
    text-decoration: none;
    width: 100%;
}

a:hover {
	background-color: #afd4e9;
	width: 100%;
}

#files-list {
    padding: 20px;
}

li 
{
    list-style-type: none;
}

.underline
{
    text-decoration: none;
}

.folder {
    display: block;
    margin: 10px 0 0 0;
    padding: 0;
    padding-left: 10px;
    background-image: url("/images/directory.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

#content-frame {
    width: 100%;
    height: 100%;
    background-image: url("/images/loader.gif");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

.text-field {
    display: inline-block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 400px;
    height: 20px;
    padding: 10px 20px;
    border: 1px solid #b7b7b7;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font: normal 16px/normal Arial Black, Gadget, sans-serif;
    color: rgba(0,142,198,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(252,252,252,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    
}

.field-label {
    margin-right: 20px; 
    top: 30px;
    font-weight: bold;
    display: block;
    line-height: 1.5em;
}

.radius-label {
    margin-left: 10px; 
    top: 30px;
    font-weight: bold;
    line-height: 1.5em;
}

.field-container {
    margin-top: 25px;
    text-align: left;
}

.center {
    text-align: center;
}

.full {
	max-width: 1200px;    
    margin: 0 auto 0 auto;
}

.half {
    width: 50%;
    min-width: 500px;   
    max-width: 600px;
    float: left;
    margin: 0 auto 20px auto;
    text-align: left;
    min-height: 500px;
    border: 1px solid gray;
    background-color: #ECECEC;
    padding: 10px;
    border-top: 6px solid #36A4BC;
}

.half h3 {
	font-size: 1.2em;
	margin-left: -10px;
}

.other-half {
    width: 49%;
    min-width: 500px;   
    max-width: 600px;
    float: left;
    margin: 0 auto 0 auto;
    text-align: left;
    border: 1px solid gray;
    background-color: #ECECEC;
    padding: 10px 10px 10px 20px;
    border-top: 6px solid #36A4BC;
}

.submit-container {
    clear: both; 
    width: 100%; 
    border-top: 2px solid gray; 
    padding-top: 10px; 
    text-align: center;
}

.job-header {
    display: block;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 1.5em;
}

label.error {
	display: block;
	font-weight: normal;
	font-size: .8em;
	color: red;
}

.big-text {
	font-size: 1.5em;
}

.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: auto;
  min-height: 300px;
  margin: 1rem;
  position: relative;
  width: 500px;
  border-top: 5px solid #192B58;
}

#job-selector {
	margin: 100px auto 0 auto;
	text-align: center;
	padding: 20px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#index-bkgd {
	width: 100%;
	text-align: center;
}

#job_address {
	font-size: 0.8em;
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.files
{
    text-align: center;
}

.file { padding-left: 10px; background: url(/images/file.png) left center no-repeat; }
.ext_pdf { background: url(/images/pdf.png) left center no-repeat; }
.ext_xlsx { background: url(/images/xls.png) left center no-repeat; }
.ext_xls { background: url(/images/xls.png) left center no-repeat; }
.ext_docx { background: url(/images/doc.png) left center no-repeat; }
.ext_doc { background: url(/images/doc.png) left center no-repeat; }
.ext_jpg { background: url(/images/picture.png) left center no-repeat; }
.ext_jpeg { background: url(/images/picture.png) left center no-repeat; }
.ext_gif { background: url(/images/picture.png) left center no-repeat; }
.ext_png { background: url(/images/picture.png) left center no-repeat; }
.ext_psd { background: url(/images/picture.png) left center no-repeat; }


