﻿body {
    font-family:'Trebuchet MS';
}

.table td, .table th
{
font-size:19px;
}
.header
{
    background-color:#f5f5f5;
    
}
.header2
{
  
    /*border-bottom:2px solid #ccc;*/
    padding:20px;
    font-weight:bold;
    text-align:center;
    font-size:25px;
    color:#fff;
}
caption
{
	padding-left: 5px;
    color: #FFF;
    background-color: #345;
    border-color: #bce8f1;
}
.validerr 
{
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
    font-size: 11px;
    padding: 2px;
    margin-bottom: 2px;
}
.nominee-entry input[type="text"]
{
	padding: 3px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.nominee-entry select
{
	padding: 3px;   
    border: 1px solid #ccc;
}
.nominee-entry input[type="radio"]
{
	padding: 3px;
    border-radius: 2px;
    border: 1px solid #ccc;
}
.terms
{
	text-align:justify;
	font-size:13px;
	color:#666;
}
.navbar-brand>img {
    display: inline-block;
}
.navbar-brand {
    float: left;
    height: 69px;
    padding: 5px 5px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-default {
    background-color: #fff;
    border-color: #e7e7e7;
}

.heading
{
	background-color:#d9edf7;
	padding:10px;
	color:#31708f;
	font-size:12px;
}
#footer {
   color:#ddd;
   text-align:center;  
    font-size:12px;
    height:60px;
   
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}
.navbar
{
    margin-bottom:0px;
    border-radius:0px;
    margin-top:10px;
}
.navbar-default
{
    border-color:#fff;
}

.header-img
{
    margin-bottom:20px;
}
@media only screen and (max-width: 400px) {
    .pull-right-x,.pull-left-x {
       text-align:center;
    }
}
@media only screen and (min-width: 400px) {
    .pull-right-x{
       float:right;
    }
    .pull-left-x{
       float:left;
    }
}
.navbar-fixed-bottom
{
   
}
.navbar-inverse .navbar-nav>li>a
{
    color:#ddd;
    font-size:12px;
}
#bs-example-navbar-collapse-1 i
{
    color:#5cb85c;
}
.navbar-inverse {
    background-color: #345;
    border-color: #fff;
}
.green
{
    color:#5cb85c;
}
/*home page css class*/
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;font-weight:bold;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #666; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background:  #fb4419; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background:#FEA; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #e32929;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #99c1de;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
/*end  class*/

.mand
{
    font-weight:bold;
    color:#ff0000;
}

.labelMsg
{
    font-weight:bold;
}

/* only demo styles */



.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #337ab7;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: rebeccapurple;
    color: #fff;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #337ab7;
}

.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.msgDiv
{
    font-weight:bold;
}
.aspNetDisabled {
    background-color: #ddd;
}
.hidelbl
{
    display:none;
}

.center{
    text-align:center;
}

.success{
    color: #5cb85c;
        font-size: 20px;
}
.fail{
    color:#a94442;
    font-size: 20px;
}
.label-maroon {
    background-color: #8B0000;
    font-weight:normal;
}
.reqMsg
{
    padding:10px;
    font-size:16px;
}