﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

.fontPage {
     font-family: Open Sans;
}

body{
    background-color: #F2F2F2;
}

form {
    margin: 0 0 0px !important;
}

.header {
    background-color: #000000;
}

.header, footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}


.header .header_content img,.footer .footer_content img{
	position: relative;
	display: inline-block;
	float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.header .header_content, .footer .footer_content{
	position: relative;
	display: block;
	width: 85%;
	margin: auto;
}

.header .header_content{
    padding-top: 16px;
    padding-bottom: 16px;
    background: #000;
    height: 32px;
}
.footer .footer_content{
	padding-top: 20px;
	padding-bottom: 10px;
    background: white;
}

.mainContainer {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    padding: 30px 0px;
    background: #F2F2F2;
}

.mainContainer .application, .ie7message .application {
    position: relative;    
    width: 85%;
    margin: auto;
    font-size: 14px;
    color: #000;
    background: white;
}

.titlePage{
    color: black;
}

.welcomeMessage {
    line-height: 26px;    
}

.subTitle {    
    font-weight: 600;
    font-size: 14px;   
    color: Black; 
}

.titleOptions {
    font-size: medium; 
    color: Black; 
    font-weight: bold;
}

.separator{
    border: none;
    border-bottom: 1px solid #E6E6E6;    
    border-width: 1px;
}

.disbabledButton {
    background-color: #C0C0C0;
    border: none;
    border-color: transparent;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 9px 14px;
    font-size: 15px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.disbabledButton:hover{
    opacity: 0.9;
}

.btnActive {
    background-color : #00a3e0;
    border-color : #00a3e0;
}

.section{
    box-sizing: border-box;
    font-size: 14px;
    padding: 0 40px 40px 40px;
    position: relative;
}

.box
{
    margin-bottom: 10px; 
    border-bottom: 1px solid #E6E6E6;    
    border-width: 1px;
}

.section .box {
    padding: 32px 0;
}
.footer{
    background-position: top; 
    background-repeat: no-repeat; 
    text-align: left;
    font-size: .85em; 
    clear: both;
    width: 100%;
}

.footer li{
    display: inline; 
    margin-right: 23px; 
    padding: 0;
}

.footer li {
    color: #002776;
    text-decoration: none;
}

a {
    color: #00a3e0;
}

a:hover{
    text-decoration: none;
    color: #0076a8;
}


.col2{
    width: 45%;
}

.rss{
        margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    border-width: 1px;
    padding-bottom: 10px; 
}

.rssIcon {
    font-weight: bold;
    color: #002776; 
    text-decoration: none; 
    background-image: url(/Includes/Images/i_rss_footer.gif);
    background-position: right; 
    background-repeat: no-repeat; 
    padding-right: 14px;
}

.iconCheck input[type="checkbox"] + label.fa {
    color: #00a3e0;
    font-size: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.iconCheck input[type="checkbox"]:checked +label.fa{
    background: #fff;
}

.iconCheck input[type="checkbox"] + label.fa:before {
     display: inline-block;
     content: "\f096";
     cursor: pointer;
}

.iconCheck input[type="checkbox"]:checked +label.fa:before{
    content: "\f046";
    position: relative;
}

.iconCheck input[type="checkbox"]{
    display:none;
}
/**/

.selectAll{    
    font-size: medium; 
    color: Black; 
    font-weight: bold;
}

.GridViewHeader
{
	padding-left: 5px;
	background:#000000;
	height: 35px;
	border-left: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	white-space: nowrap;
	
}
.GridViewHeader a
{
	color: #FFFFFF;
}

td {
    padding-left: 6px;
}