
body {
 background-color: #fff; 
/* background-image: url("#{resource['flatui:images/bg_lines.png']}");
 background-repeat:repeat-x;*/
  color: #666;
  font-family: Verdana, sans-serif;
  font-size: 13px;
  line-height: 1.75em;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #0D5DFE;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img {
    margin: -17px auto 10px;
    display: block;
    border: 2px solid #838487;
   -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

 .main-area [class^='col-'] {
    /*background-color: #fff;*/

    color: #000;
}

.top-right-banner{
    background: #3C4E8F;
    padding-right: 0px;
    height: 51px;

 }   

.top-left-banner{
    background: #003399;
}

.top-seperator{
    background: #EDEDED;
    margin-bottom:20px;
    height: 20px;
    padding-right: 0px;
    color:#003399;
}
/*.form-control{
    width: 319px;
}*/

.removeRight-padding{
    padding-right:0px;
}

#form-elem-3{
margin-top:10px;    
}

#bannerLogo{
    margin-left:-15px;
    border-bottom:1px solid #3C4E8F;
}
.addpadding{
   padding-right:3px; 
}
#thankyou{
  font-weight: bold;
}
#bannerLogo.img-responsive{
max-width:53%
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    height: auto;
    width:auto;
    max-width: 100%;
}

.error-msg{
    margin-top:5px;
    font-weight: bold;
}

.panel-default {
  border-color: #e5e5e5;
  margin-top:10px;
}
.panel-default .panel-heading {
  border-color: #e5e5e5;
  font-size:12px;
}

.panel-primary .panel-heading, .panel-primary .panel-footer {
    background-color: #5D8FC2;
    color: #FFF;
    height: 32px;
    padding-top: 0px;
} /* new style */

.panel-title {
     font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.header-full-title h1 {
margin-bottom: 5px;
margin-top: 15px;
font-family: "Muli";
word-spacing: -7px;
color: #000;
font-size: 25px;
font-weight: bold;
}
hr{
   border-color:#D5D0D0; 
}

.logo-color{

    font-weight: bold;
}

.btn-primary {
    color: #FFF;
    background-color: #3C4E8F;
    border-color: #357EBD;
}
a:link, a:visited {
  
  color: blue;
  text-decoration: none;
  display: inline-block;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 200px; /* Location of the box */
  left: 0;
  top: 0;
  width: 10%; /* Full width */
  height: 10%; /* Full height */
    /* overflow: auto;  Enable scroll if needed */
  overflow-y: auto;
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  font-size: 12px;
  border: 1px solid #888;
    overflow: hidden;
	overflow-y: auto;
    max-width: 1100px; /* Adjust as needed */
  width: 100%;
  max-height: 45vh;
}

 .overlay {
        position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index: 10;
        margin: 1px;
		display: flex;
        background: #00200;
      }
	  
/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.cbutton {
  border: none;
  color: white;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px 30px;
  transition-duration: 0.4s;
  cursor: pointer;
  margin-right: 40px;
  font: sans-serif;
}

.cbutton1 {
  background-color: white; 
  color: black; 
  border: 2px solid #4CAF50;
  font-size: 13px;
}

.cbutton1:hover {
  background-color: #4CAF50;
  color: white;
  font-weight: bold;
}

.cbutton2 {
  background-color: white; 
  color: black; 
  border: 2px solid #008CBA;
  font-size: 13px;
}

.cbutton2:hover {
  background-color: #05014a;
  border: 2px solid #05014a;
  color: white;
  font-weight: bold;
}