body {
  background-color:#6293FD;
  width:100%;
}

.form-signin {
  max-width: 350px;
  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;
  width: 100%;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
}

.headercolor {
  background-color:white;
  border-color: white;
  min-width: 830px;
}

.headwrapper {
  background-color:white;
  background-position:left;
  min-width: 830px;
}
.footwrapper {
  background-position:left;
  font-family:"WalkwaySemiBoldRegular",Arial,sans-serif;
  color:black;
  font-size:14px;
  margin-bottom : 0;
}

.bodywrapper {
  min-height: 600px;
  background-position:left;
  font-family:"WalkwaySemiBoldRegular",Arial,sans-serif;
  padding-top: 18px;
}

.validation_error{
  margin-top: 10px;
  color:red;
  text-align:center;
 }

 .server_message{
	width:34%;
	margin-left:50px;
	background: #2180DA;
	background: -moz-linear-gradient(19% 75% 90deg,#2180DA, #32A7FA);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#32A7FA), to(#2180DA));
}

.errorinfo {
  margin-top:20px;
}

.well-resize {
  max-width: 1200px;
  min-width: 600px;
}
.alignleft {
  text-align: left;
}

.maintitle {
  line-height: 50px;
  color:#000000;
  font-size: 25px;
  margin-bottom: 0.3em;
}

h1{
  font-family: "WalkwaySemiBoldRegular", Arial, sans-serif;
}

.logocontainer {
  max-width: 400px;
  float: left;
}
.headernavs {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-top:43px;
  float: left;
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .headernavs {
        font-size: 11px;
    }
}

.marginbottom-0{
  margin-bottom: 0px;
}

.width50per{
  width: 50%;
}

.width75per{
  width: 75%;
}

.margin20left{
  margin-left: 20px;
}

.margin30top {
  margin-top: 30px;
}

dd, dt {
  line-height: 25px;
}

tr.clickableRow {
  cursor: pointer;
}

.font12px {
  font-size: 12px;
  color:#2369b4;
}

.file-upload {
	position: relative;
	overflow: hidden;
	margin: 10px;
}
.file-upload input.upload {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}

#search {
	background-color: lightyellow;
	outline: medium none;
	padding: 8px;
	width: 300px;
	border-radius: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 2px solid orange;
}
.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}
