label {
  font-size: 80%;
  color: #d6000d;
}

input[type=text], input[type=password]{
  margin: 0;
  vertical-align: middle;
  display: inline-block;
//  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  color: #555555;
  border: 1px solid #98A3A6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border linear .2s, box-shadow linear .2s;
}
input[type=text]:focus, input[type=password]:focus{
  margin: 0;
  vertical-align: middle;
  display: inline-block;
//  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  color: #555555;
#  border: 1px solid #98A3A6;
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  transition: border linear .2s, box-shadow linear .2s;
}
h4{
  font-size: 18px;
  line-height 20px;
}

.input-block-level{
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.nomargins {
  margin: 0px;
}
.imgLnk {
  vertical-align: middle;
  line-height: 2;
  margin-top: -2px;
}
.signinbutton {
cursor: pointer;
display: inline;
padding: 0px 8px 5px 8px;
margin-left: -8px;
}
.signinTxt {
padding-left: 11px;
padding-right: 11px;
}
.signInEnter {
font-size: 22px;
color: #0072C6;
margin-top: 20px;
}

#branding{
	height: 100%;
 	margin-right: 368px; 
	background-color: inherit;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
}

#contentwrapper {
	position: relative;
	width: 368px;
	height: 100%;
	overflow: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: -368px;
	padding: 0px;
}

.content {
	height: 100%;
	padding-left: 24px;
	padding-right: 24px;
	background-color: #ffffff;
}
.control-group .controls {
  max-width: 400px;
}
 .fullheight {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  background: #0072c5;
  margin-left: -20px;
}

.djafullheight{
	padding-top: 24px;
	padding-bottom: 24px;
}

.logoContainer {
	width: 75%;
  margin: 0px auto 16px 0px;
}
.productFooter {
  border-top: 1px solid #e4e4e4;
  margin-top: 75px;
}
/* Landscape phones and down */
@media (max-width: 480px) {
	#branding{
		display:none;
		margin-right: 417px; 
	}
	#contentwrapper{
		width: auto;
		margin-left: 0px;
	}


	#brandingwrapper{
		display:none;
	}

  .fullheight {
    display: none;
  }
  .form-horizontal .controls {
    margin: 0;
  }
  .form-horizontal .control-label {
    text-align: left;
    float: none;
    width: 100%;
  }
  .form-horizontal legend {
    display: none;
  }
  #tblMid2 {
    margin-top: 12px;
  }
  #expl1 {
    display: inline;
  }
  .content {
     margin-left: 0px;
  }
	#contentwrapper{
		min-width: 470px;
    padding-left: 0px;
    padding-right: 0px;
	}
  .span4 {
    width: 360px;
  }
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .span4 {
    width: 228px;
  }
	#contentwrapper{
		width: 296px;
		margin-left: -296px;
	}

	#branding{
		margin-right: 296px; 
	}

  .fullheight {
    display: none;
  }
  .form-horizontal .controls {
    margin: 0;
  }
  .form-horizontal .control-label {
    text-align: left;
    float: none;
    width: 100%;
  }
  .form-horizontal legend {
    display: none;
  }
  #tblMid2 {
    margin-top: 12px;
  }
  #expl1 {
    display: inline;
  }
  .content {
    margin-left: none;
  }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
	#contentwrapper{
		width: 296px;
		margin-left: -296px;
	}

	#branding{
		margin-right: 296px; 
	}

  .content {
		float: right;
		padding-right: 24px;
  }
  .control-group .controls {
    max-width: 400px;
  }
   .fullheight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
  display: none;
    background: #0072c5;
    margin-left: -20px;
  }
  .logoContainer {
		width: 75%;
    margin: 0px auto 16px 0px;
  }
  
}

/* Large desktop */
@media (min-width: 1200px) { 
	#contentwrapper{
		width: 448px;
		margin-left: -448px;
	}

	#branding{
		margin-right: 448px; 
	}

 .content {
		float: right;
		padding-left: 24px;
		padding-right: 24px;
  }
  .control-group .controls {
    max-width: 400px;
  }
  .fullheight {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
  display: none;
    background: #0072c5;
    margin-left: -20px;
  }
  .logoContainer {
		width: 75%;
    margin: 0px auto 16px 0px;
  }
}

.qubbackground {
	background-image: url(/QubCdn-Form/Main6.png);
	background-repeat: no-repeat;
	background-size: cover;
}

#fullpage,#brandingwrapper{
	height: 100%;
	width: 100%;
}

.float {
	float : left;
}

html,body {
	height: 100%;
	width: 100%;
}

button.menu-button {
  border: none;
  border-radius: 0;
  width: 100%;
	color: #c41030;
	height: 50px;
	line-height: 50px;
	  background:none;
  position:absolute;
  top: 12px;
  right:0; 
  text-align: right;
  padding:0px 15px 0px 15px;
  border:0;
  font-size:1.4em;
  font-weight:bold;
  cursor:pointer;
  outline:none;
  z-index:100;
}

button.menu-button:before {
  content:"";
  position:absolute;
  top: 1.25em;
  right: 1em;
  width: 1em;
  height:0.125em;
  border-top: 0.357em double #c41030;
  border-bottom: 0.125em solid #c41030;
}

.menu{
	z-index:10000;
	font-weight:bold;
	width:50%;
	margin-left: -50%;
	display:none;
	background:cornsilk; 
	position:absolute;
	top: 3.5em;
	text-align:center;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.menu li{
	display: block;  
	padding:5px 0 5px 0;
	border-bottom:#1d1f20 1px solid;
}

.menu li:hover{
	display: block;   
	background:blanchedAlmond;
	padding:5px 0 5px 0;
	border-bottom:#1d1f20 1px solid;
}

.menu ul li a {
	text-decoration:none; 
	margin: 0px;
	color:#c41030;
}
.menu ul li a:hover { 
	color: #c41030;
	text-decoration:none;
}
.menu a{text-decoration:none;
	color:#c41030;
}
.menu a:hover{text-decoration:none;
	color:#c41030;
}

div#OfficeWelcome {
	display:none;
	color:#c41030;
}
div#NursingWelcome {
	display:none;
	color:cadetBlue;
}

div#LogoutAdvice {
	margin-bottom: 16px;
	font-size: 130%;
	color:#c41030;
}

