﻿/* DEFAULTS
----------------------------------------------------------*/
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section 
{
	display: block;
}

body   
{
    background: #ffffff;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    margin-left: 20px;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

strong, b
{
    font-weight: bold;
}

/* General classes*/
.clear
{
	clear: both;	
}

.a-center
{
	text-align: center;	
    margin-bottom: 10px;
}

.a-right
{
	text-align: right;	
    margin-bottom: 10px;
}

.a-left
{
	text-align: left;	
    margin-bottom: 10px;
}

.a-middle
{
    vertical-align: middle;
    height: 100%;
    display: inline-block;
}
.a-middle img
{
    vertical-align: middle;
    max-height: 32px;
    max-width: 32px;
}

.a-middle-parent
{
    height: 32px;
    line-height: 12px;
}

.spaced
{
	margin: 10px 0 10px 0;
}

.hidden
{
	display: none;	
}

.invisible
{
	visibility: hidden;	
}

.f-left
{
	float: left;	
}

.f-right
{
	float: right;	
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: normal;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.6em;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    display: block;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 20px auto 0px auto;
    border: 1px solid #ccc;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.page-noborder
{
    display: block;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 20px auto 0px auto;
}

.print_page
{
    display: block;
    background-color: #ffffff;
    max-width: 1000px;
    margin: 20px auto 0px auto;
    border: 0px;
}

.header
{
    background: #ffffff;
    padding: 0px;
    margin: 20px 0;
}

.header h1
{
    font-variant: normal;
    text-transform: none;
    font-weight: 700;
    margin: 0px;
    padding: 5px 5px 5px 5px;
    color: #0188C0;
    border: none;
    line-height: 1.5em;
    font-size: 1.5em;
    height: 65px;
    text-align: center;
}

.footer
{
    background-color:#ffffff;
    padding: 8px 0px 8px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer div
{
    padding: 8px;
}

.footer a
{
    text-decoration: underline;
}

.form-table, .form-table tr
{
    width: 100%;
}

.form-table tr td:nth-child(1)
{
    padding-left: 3%;
    width: 37%;
}

.form-table tr td:nth-child(2)
{
    width: 57%;
    padding-right: 3%;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.results-table, .results_table table
{
    width: 100%;
    overflow-x:scroll;
}

.results-table table tr th, .results-table table tr td
{
    padding: 5px !important;
}

.results-table table tr th
{
    background-color: #306497;
    color: #ffffff;
}

.results-table table tr th a
{
    background-color: #306497;
    color: #ffffff;
    text-decoration:underline;
}


.results-table table tbody tr:nth-child(odd)
{
    background-color: #f2f2f2;
}

.red-back
{
    background-color: #b01b2e;
    color: #ffffff !important;
	-webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}
.red-back h1, .red-back h2, .red-back h3
{
    color: #ffffff !important;
}

.no-padding
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.no-padding > .row
{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
}

.black-back
{
    background-color: #000000;
    color: #ffffff !important;
    margin: 0px !important;
    padding: 20px 20px 15px 20px !important;
    max-width: none !important;
}

.black-back h1, .black-back h2, .black-back h3, .black-back a
{
    color: #ffffff !important;
    background-color: #000000 !important;
    margin: 0px !important;
}
    .black-back > .page-noborder 
    {
        padding: 0px !important;
        margin-top: 0px !important;
    }


.button {
	background-color:#306497;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 70px;
	text-decoration:none;
    border-width: 1px;
	border-color:#306497;
    border: 1px solid #306497;
    margin: 0px;
    height: 40px;
    vertical-align: middle;
}
.button:hover {
	background-color:#3a78a2;
}
.button:active {
	position:relative;
	top:1px;
}

.button-white {
	background-color:#ffffff;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	color:#b01b2e;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 70px;
	text-decoration:none;
    border-width: 1px;
	border-color:#ffffff;
    border: 1px solid #ffffff;
    margin: 0px;
    height: 40px;
    vertical-align: middle;
}

.button-red {
	background-color:#b01b2e;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 70px;
	text-decoration:none;
    border-width: 1px;
	border-color:#b01b2e;
    border: 1px solid #b01b2e;
    margin: 0px;
    height: 40px;
    vertical-align: middle;
}
.button-red:hover {
	background-color:#c5283f;
}
.button-red:active {
	position:relative;
	top:1px;
}

.button-disabled {
	background-color:#ffffff;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	display:inline-block;
	cursor:pointer;
	color:lightgray;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:10px 70px;
	text-decoration:none;
    border-color:lightgray;
    border-width: 1px;
    border: 1px solid lightgray;
    margin: 0px;
    height: 40px;
    vertical-align: middle;
}

.inputtxt {
    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 7px;
    box-shadow: inset 0px 3px 3px rgba(66,66,66,.73);
    -moz-box-shadow: inset 0px 3px 3px rgba(66,66,66,.73);
    -webkit-box-shadow: inset 0px 3px 3px rgba(66,66,66,.73);
}
.inputtxt:focus {
    outline:none;
}
