﻿
html,body{
    margin:0;padding:0;
    
}
body{
    overflow-x:hidden;
}


body{font: Arial, Helvetica, sans-serif; 
background: #FFFFFF; 
background: -moz-linear-gradient(top,  #b6b7bb 0%, #FFFFFF 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6b7bb), color-stop(100%,#FFFFFF)); 
background: -webkit-linear-gradient(top,  #b6b7bb 0%,#FFFFFF 100%); 
background: -o-linear-gradient(top,  #b6b7bb 0%,#FFFFFF 100%); 
background: -ms-linear-gradient(top,  #b6b7bb 0%,#FFFFFF 100%); 
background: linear-gradient(to bottom,  #b6b7bb 0%,#FFFFFF 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6b7bb', endColorstr='#FFFFFF',GradientType=0 ); 
background-repeat: no-repeat;
    background-attachment: fixed;
      padding-bottom:45px;
}

/*border color glow*/
.btn, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {   
border-color: rgba(185,185,185, 0.8);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(185,185,185,  0.6);
outline: none;
}




    .form-control {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
select.form-control:focus {
  border-color: rgba(185, 185, 185, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba185, 185, 185, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 185, 185, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(185, 185, 185, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
}



input[type="text"], .form-control 
{
     border: 1px solid #A7A9AB
}
/*
a:link
{
    color: #005C86;
    text-decoration: none;
    font-weight:bold;
}
a:visited
{
    color: #0082be;
}
a:hover
{
    color: #0082be;
    text-decoration: none;
}
a:active
{
    color: #005C86;
}*/

.nomargin {
    margin-left:15px; 
    margin-right:15px; 
}

.noPadding {
    padding-left:0px; 
    padding-right:0px; 
}

.brand-color {
    color:#000;
}

.imgAdditionalLogo {
margin-top:20px;
}

.nomarginHeader {
     margin-left:0px; 
    margin-right:0px; 
}
.logoHeaderColumn {
    padding-left:0px; 
    padding-right:0px; 
    padding-bottom:15px;
}

    .logoHeaderColumn img {
        max-height:100px;
    }

.help-block-bold {
    font-weight:bold;
}

div.formGroup p.help-block {
    color:#000;
}

.help-block {
    color:white;
}

h1, h2, h3, h4, h5, h6
{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

.form-help-text {
    color: gray;
}

/* CUSTOMIZE THE NAVBAR

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
top: 55px;
left: 0px;
padding-left: 10px;
padding-right: 10px;
right: 0;
z-index: 10;
padding-top: 55px;
background-color:#000;
}

.navbar-default {
    color:White;
    background-color:#000;
 
}
.navbar-default .navbar-nav > li > a {
color: #fff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #0082be;
}

.navbar-default .navbar-nav > li > a.not-clickable:hover, .navbar-default .navbar-nav > li > a.not-clickable:focus {
color: #fff;
}


 a.navbar-brand:hover, a.navbar-brand:focus {
            background-color: #fff;
            color: #0082be;
        }
 
.navbar-fixed-bottom {
    background-color:#fff;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: black;
    }
.navbar-fixed-bottom a {
color: #000;
}


#togle-bottom-btn.navbar-toggle .icon-bar {
background-color:#fff;
}
.navbar-brand {
float: left;
padding: 15px 15px;
font-size: 14px; 
line-height: 20px;
}


#bottom-nav-links.nav > li > a:hover, #bottom-nav-links.nav > li > a:focus {
  background-color: #fff; 
  color:#0082be;
}

.navbar-toggle
{
   padding-bottom: 8px;
    border: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
    #togle-bottom-btn:hover, #togle-bottom-btn:focus {
    border: 1px solid gray;
    background-color: transparent;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom:15px;
  background-color:#717270;
}



.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


input,
select,
textarea {
    /*max-width: 280px;*/
}
.greed-header-row {
    background-color:#F5F5EB;
}
.greed-content-row {
    background-color:#F5F5EB;
}
.header-cell-content {
    border-right:2px solid #F5F5EB;
    background-color:#F5F5EB;
    line-height:25px;
    vertical-align: middle !important;
}
.footer-cell-content {

    vertical-align: middle;
}
.body-cell-content {
    border-right:2px solid #F5F5EB;
    border-bottom:2px solid #F5F5EB;
    background-color:white;
    line-height:30px;
    padding-left:3px;
    padding-right:3px;
}


.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}
input#accept.input-validation-error {
    outline: 1px solid red;
}

#IsSubmited.input-validation-error {
    outline: 1px solid red;
}


.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors, .validation-summary-errors span
{
    font-weight: bold;
    color: #ff0000;
}
.validation-summary-errors
{
	padding: 0px;
	margin: 10px 30px 10px 30px;
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}




div#logo
{
	margin: 40px 0px 0px 0px;
    height: 145px;
   
	background: url(images/logo.gif) no-repeat;
}


div#logo h3
{
	margin: 120px 0px 0px 0px;
}



.breadcrumb { 
	list-style: none; 
	overflow: hidden; 
    padding:0px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color:#fff; 
    margin-right:-10px;
    margin-left:-10px;
    border-radius:0px;
}

.breadcrumb li { 
	float: left; 
}
.breadcrumb li a {
	color: black;
	text-decoration: none; 
	padding: 10px 0 10px 35px;
	background: white;                   /* fallback color */
	position: relative; 
	display: block;
	float: left;
}

.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 60px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 60px solid transparent;
	border-left: 25px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -60px; 
	left: 100%;
	z-index: 2; 
}


.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 60px solid transparent;       
	border-bottom: 60px solid transparent;
	border-left: 25px solid #717270;
	position: absolute;
	top: 50%;
	margin-top: -60px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}


    .breadcrumb li a.current {
        color: white;
        background-color:#000; 
    }
    .breadcrumb > li + li:before {
        padding:0px;
        content:"";
    } 

.breadcrumb li:first-child a {
padding-left: 15px;
}
.breadcrumb li:nth-child(2) a       { padding-left: 35px; }


.breadcrumb li a.current { background: #000; }
.breadcrumb li a.current:after { border-left-color: #000 !important; }

.bg-main {
background-color: #000;
}


.bg-header {
background-color: #000;
color:black;
}

.panel-group p {
color: white;

}
.panel-body p {
    color:#333;
}

.formGroup {
    padding:15px;
    margin-bottom: 15px;
    background:white;
}


/*START Header error message configuration */
.panel-heading {
    padding: 5px 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
    .panel-body ul {
        margin-bottom: 0px;
        -webkit-padding-start: 17px;
    }
    .validation-summary-errors {
        margin:0px;
        
    }
    .panel-body {
        padding:14px;
    }
    
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
color: inherit;
}
/*END Header error message configuration */
/*Start tooltip configuration*/





/*Start Checkbox modification*/

/* checked mark aspect changes */


/*End checkbox modification*/






/*
    Success form confoguration 
    */

.form-message {
background-color: #FFF;
border-color: #000;
border-radius: 4px 4px 4px 4px;
box-shadow: none;
margin: 10px 2px 10px 2px;
padding: 10px 10px 10px 10px;
}

@media (min-width: 768px)
{
.form-message {
border-radius: 4px 4px 0 0;
margin: 20px 2px 20px 2px;
}
}


.help-block-bold {
    color:white;
}
.formGroup h3 {
    color:#444
}
h2, h3, h4 {
    font-weight:bold;
    color:white;
}



/*-------------*/

/*setup for small devices*/ 

@media (max-width: 480px) { 
        body {
          font-size: 10px;
        }
        h1 {
            font-size: 14px;
        }
        h2{
            font-size: 13px;
        }
         h3 {
             font-size: 12px;
        }

         .navbar-wrapper {
                top: 25px;
                padding-top: 35px;
        }
        .logoHeaderColumn {
            padding-bottom:5px;
        }
    .btn-primary, .btn-success{
        display: inline-block;
        padding: 6px 10px;
        font-size: 12px;
    }
         h1, .h1, h2, .h2, h3, .h3 {
            margin-top: 10px;
            margin-bottom: 5px;
    }

         hr {
            margin-top: 5px;    
            margin-bottom: 5px;
            border: 0;
            border-top: 1px solid #eee;
        }

 
    .form-group {
        margin-bottom: 5px;
    }
    .breadcrumb li a {
        padding: 5px 0 5px 10px;
    }
    


.breadcrumb li a:after { 
	border-top: 15px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 15px solid transparent;
	border-left: 10px solid #fff;
	margin-top: -15px; 
	z-index: 2; 
}


.breadcrumb li a:before { 
	border-top: 15px solid transparent;       
	border-bottom: 15px solid transparent;
	border-left: 10px solid #fff;
	top: 50%;
	margin-top: -15px; 
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
padding-left: 5px;
}
.breadcrumb li:nth-child(2) a       { padding-left: 20px; }

/*START Header error message configuration */
.panel-heading {
    padding: 5px 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
    .panel-body ul {
        margin-bottom: 0px;
        -webkit-padding-start: 15px;
    }
    .validation-summary-errors {
        margin:0px;
    }
    .panel-body {
        padding:5px;
    }
    
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 10px;
color: inherit;
}
/*END Header error message configuration */

   /*.rowU {
        margin-right: 0px;
        margin-left: 0px; 
}


.rowUTable [class*="col-"] {
    position: relative;
    min-height: 1px;    
    padding-right: 0px; 
    padding-left: 0px; 
}*/



.navbar-brand {
            padding: 0px 5px 0px 5px ;
            font-size: 12px ;
            line-height: 30px ;
            vertical-align: middle;
            height: 30px ;
        }
.footer {
        line-height: 30px;
        vertical-align: middle;
}
.navbar {
        min-height: 30px ;
        display: table;
        width: 100%;
    }

.navbar-toggle
{
    padding: 6px 6px ;
    margin-top: 0px ;
    margin-right: 5px ;
    margin-bottom: 0px ;
    border: 0px;
}
     .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus,
      #togle-bottom-btn:hover, #togle-bottom-btn:focus {
        border: 1px solid gray;
        background-color: transparent;
    }
}



@media (max-width: 650px) { 
        body {
          font-size: 10px;
        }
        h1 {
        font-size: 15px;
    }
        h2{
             font-size: 14px;
        }
         h3 {
             font-size: 13px;
        }
    
    .breadcrumb li a {
        padding: 5px 0 5px 15px;
    }


.breadcrumb li a:after { 
	border-top: 15px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 15px solid transparent;
	border-left: 10px solid #fff;
	margin-top: -15px; 
	z-index: 2; 
}


.breadcrumb li a:before { 
	border-top: 15px solid transparent;       
	border-bottom: 15px solid transparent;
	border-left: 10px solid #717270;
	top: 50%;
	margin-top: -15px; 
	left: 100%;
	z-index: 1; 
}

.breadcrumb li:first-child a {
padding-left: 5px;
}
.breadcrumb li:nth-child(2) a       { padding-left: 20px; }




/*START Header error message configuration */
.panel-heading {
    padding: 5px 5px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
    .panel-body ul {
        margin-bottom: 0px;
        -webkit-padding-start: 17px;
    }
    .validation-summary-errors {
        margin:0px;
    }
    .panel-body {
        padding:10px;
    }
    
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
color: inherit;
}
/*END Header error message configuration */

}

.label-custom 
{
    font-weight:normal !important;
}


label.navbar-brand {
    font-weight: normal;
}




.form-group.req .control-label:after { 
    color: #d00;
    content: "*";
    /*position: absolute;*/
    margin-left: 1px;
    /*top:7px;*/
}

.ModalDialogControlMessage {
    color:gray;
}

.modal-title {
    color:gray;
}