﻿body
{
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 16px;
    color: rgb(29, 40, 44);
}

h1
{
    font-size: 32px;
    color: #004e9e;
}

h2
{
    font-size: 26px;
    color: #004e9e;
}

td
{
	padding-right: 10px;
}

th
{
	background-color: #CCCCCC; /*Medium gray*/
}

hr
{
    border: 0;
    background-color: #d3d3d3;
    height: 1px;
}

hr.footer
{
    background-color: #004e9e;
}

ul.noBullets
{
    list-style-type: none;
}
ul.noBullets li
{
    float: right; margin-left: 5px;
}

a
{
    text-decoration: none;
    color: #004e9e;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

input, textarea
{   
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 16px;
}

input[type="submit"]
{
    background-color: #fff;
    color: #004e9e;
    border: 1px solid #d3d3d3;
    font-weight: bold;
}
input[type="submit"]:hover
{
    cursor: pointer;
    background-color: #eee;
}

.error-text 
{
    color: Red;
    font-weight: bold;
}

.borderedTable
{
	border-top: solid 1px gray;
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
}
.borderedTable th
{
	padding: 3px 3px 3px 3px;
	border-left: solid 1px gray;
	background-color: #CCCCCC;
}
.borderedTable tr:nth-child(odd)
{
	background-color: #F2F2F2;
}
.borderedTable tr:nth-child(even)
{
	
}
.borderedTable td
{
	padding: 3px 3px 3px 3px;
	border-top: solid 1px gray;
	border-left: solid 1px gray;
}

.noBorderedTable 
{
	border: solid 0px transparent;
}
.noBorderedTable th
{
	border: solid 0px transparent;
}
.noBorderedTable td
{
	border: solid 0px transparent;
	padding: 3px 3px 3px 3px;
}

.hoverTable tr:not(:first-child):hover
{
    background-color: #CCCCCC;
}

tr.survey
{
    text-align: center;
}
tr.survey > td
{
    padding-bottom: 25px;
}

span.survey > label
{
    margin-right: 40px;
}
span.survey > input[type="radio"]
{
    transform: scale(3);
    margin-right: 15px;
    margin-top: 15px;
}
img.survey
{
    margin-right: 10px;
}
img.survey:hover
{
    cursor: pointer;
}

.dataText
{
	color: #515151;
}

.dataTextStrong
{
	color: #515151;
	font-size: 15px;	
	font-weight:bold;
}	

.dataValueStrongBlue
{
	font-size: 15px;	
	font-weight:bold;
	color:#00369d;
}	

.dataValueStrongRed
{
	font-size: 15px;	
	font-weight:bold;
	color:#9C0606;
}	


.dataName
{
	color: #515151;
	text-align: right;
	vertical-align: text-top;
}

.fa-arrows
{
    color: #004e9e;
    cursor: move;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

#outer{
    display: table;
    position: absolute;
    height: 97%;
    width: 97%;
}

#middle {
    display: table-cell;
    vertical-align: middle;
}

#inner{
    display: table-cell;
    vertical-align: middle;
}