@font-face {
    font-family: 'ambleSans';
    src: url('../fonts/Amble-Regular-webfont.eot');
    src: url('../fonts/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Regular-webfont.woff') format('woff'),
         url('../fonts/Amble-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Regular-webfont.svg#ambleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ambleSans-light';
    src: url('../fonts/Amble-Light-webfont.eot');
    src: url('../fonts/Amble-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-Light-webfont.woff') format('woff'),
         url('../fonts/Amble-Light-webfont.ttf') format('truetype'),
         url('../fonts/Amble-Light-webfont.svg#amblelight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ambleSans-lightcondensed';
    src: url('../fonts/Amble-LightCondensed-webfont.eot');
    src: url('../fonts/Amble-LightCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Amble-LightCondensed-webfont.woff') format('woff'),
         url('../fonts/Amble-LightCondensed-webfont.ttf') format('truetype'),
         url('../fonts/Amble-LightCondensed-webfont.svg#amblelight_condensed') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	box-sizing: border-box; 
	font-family: ambleSans;
	color: #19195a; }

body {
	background-color: #eeeeee; }

#wrapper { 
	width:100%; 
	height:auto; 
	margin:0 auto;
	background-color: #eeeeee; }
	
#header { 
	width: 100%; 
	margin: 0 auto; 
	padding: 0; 
	height:auto; 
	position:relative;}
	
.container { 
	width: 1000px; 
	max-width:100%; 
	margin: 0 auto; 
	padding:0; 
	overflow: initial; }
	
.header_block { 
	min-height:75px; 
	position:relative; 
	background-color: #93d0c9;
	border-bottom: 5px solid #19195a; }

.header_block ul { 
	margin:0; 
	text-align:right; }


.header_block ul li  { 
	list-style:none; 
	display:inline-block; 
	padding: 3px; 
	border:1px solid #19195a; 
	border-radius: 5px;
	vertical-align: middle; 
	background: #f0aa00; 
	color: #19195a;
	margin-right: 5px;
	margin-top: 5px
 }

.header_block ul li input {
	border: none;
	background: none;
	margin: 0;
	padding: 0; } 

.header_block ul li a { 
	font-family: 'ambleSans'; 
	font-size:16px; 
	line-height:normal; 
	color: #19195a;
	text-decoration:none; }
	
.titleAndLogo {
	display: flex; }
	
.logo img {
	height: 150px; }

.title img {
	width: 80%;
	}
	
.titleAndLogo .title {
	text-align: right;
	flex-grow: 1;
	font-family: ambleSans; }
	
.banner_block {
	background-color: #f0aa00;
	margin: -5px 0 0 0;}
	
.banner h1 {
	padding: 20px 5px;
	margin: 0;
	color: #19195a;
	font-family: ambleSans;
	font-size: 32px; }
	
.content_block {
	background-color: #bfbfbf;
	padding: 0 10px 10px 10px;
	border-top: 5px solid #93d0c9;
	margin-top: -5px; }

.content_block p {
	padding: 5px 0;
	margin: 0;
	font-family:ambleSans; }

.loginBlock {
	width:90%;
	margin: 0 auto; 
	padding: 10px 0; }
	
.loginCreds {
	width: 70%;
	padding: 10px 0;
	margin: 25px auto;
	border-top: 1px solid grey;
	border-bottom: 1px solid lightgrey; }

.loginCreds input[type=email], .loginCreds input[type=password] {
	padding: 5px;
	margin: 3px 0 15px 0;
	width: 100%;
	font-size: 20px; }

.loginCreds .labelElement {
	margin: 10px 0 0 0; }
	
.flexblock {
	display: flex; }
	
#enrol input[type=text], #enrol input[type=email], #enrol input[type=password] {
	padding: 5px;
	margin: 3px 0 15px 0;
	width: 100%;
	font-size: 20px; }

#enrol input[type=number] {
	padding: 5px;
	margin: 3px 0 15px 0;
	width: 50px;
	font-size: 20px; }


.flexblock > div {
	flex-basis: 50%; }
	
.flexblock .labelElement {
	flex-basis: 95%; }
.flexblock .cbElement {
	flex-basis: 0; }
	
.legalContent {
	width: 80%;
	margin: 10px auto;
	padding:10px;
	border: 1px solid lightgrey; 
	font-size: smaller;}
	
fieldset {
	border: none; 
	padding: 0;
	margin: 0;}
	
fieldset:disabled {
	display: none; }

.responseItem {
	display: flex;
	border: 1px solid #19195a;
	background-color: #f5f1e7;
	margin: 3px;
	padding: 5px;
	border-radius: 3px;}
	
.responseItem .noBox {
	border: none; 
	margin: 0;
	padding: 0 0 0 5px; }

.qbox {
	border: 1px solid #19195a;
	border-radius: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 3px;
	padding-bottom: 10px;}

.qline {
	background-color: #93d0c9;
	padding: 2px 15px;
	border-radius: 10px;
	border-top: 0;
	color: white; 
	font-size: 16px;}
	
.hbox > .qline {
	font-weight: bold;
	font-size: 20px; }

.noteItem {
    font-size: 12px;
}

#group_c .responseArea {
	display: block; }
	
#group_cq1 .responseItem, #group_cq3 .responseItem, #group_cq4 .responseItem, #group_cq5 .responseItem, #group_cq6 .responseItem {
	display: block; }

.responseArea {
	display: flex;
	flex-wrap: wrap;
	padding-left: 20px;
	 }

.altRA {
	margin-left: 20px; }

.inputElement {
	margin: auto 5px auto 0; }

.labelElement {
	flex-grow: 1;
	margin: auto 0; }

.iBox {
	border: 1px solid #19195a;
	padding: 5px;
	border-radius: 10px;
	background-color: #b4bfbe;
	font-style: italic;
	font-size: smaller; }

.iBox_header {	
	padding: 5px;
	background-color: #f0aa00;
	border-radius: 5px 5px 0 0;
	font-size: initial;
	font-weight: bold; }
	
.formButton 
	{ margin:0; padding:0; }
.formButton input 
	{ width:340px; padding:12px 0; background:#19195a; color:#f0aa00; font-size:19px; line-height:21px; margin:0 auto; border:0; border-radius: 8px; outline:0; 
	box-shadow:  0 8px 8px 0 rgba(0,0,0,0.4); display:block; }
.formButton input:active
	{ box-shadow:  0 4px 4px 0 rgba(0,0,0,0.8); display:block; background:#42426F; color: #f0aa00; }

.footerContent {
	display: flex; }

.footerLogo img {
	width: 150px; }

.footerInfo {
	flex-grow: 1; 
	padding: 2px 0 2px 1px; 
	margin: 2px;}
	
.footerInfo p {
	margin: 2px; }

.errors {
	border: 2px solid red;
	border-radius: 5px;
	padding: 5px; }
	
.error {
	color: red;
	font-size: 15px; }

.red { color: red; }
	
.noshow {
	display: none; }
	
.sbox {
	display: flex;
	border: 1px solid #19195a;
	border-radius: 10px; 
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 3px; }

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
  position: absolute;
  bottom: 0;
  left: 13%;
  background-color: #FFFFFF;
  width: 74%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#popupTrigger {
	cursor: url('/images/CTSCursor.png'), help;
	color: #19195a;
	font-weight: bold; }

.modal-body {padding: 2px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

#exit textarea {
	width: 100%; 
	height: 80px}

#exit .responseItem {
	width: 100%;
	flex-basis: 100%; }
	
#exit .inputElement { }
	
.instructs {
	font-size:12px;
	font-style: italic;
	padding-left: 7px;
	padding-top: 2px; }

#patient input[type=text],#patient input[type=number],#patient textarea,#patient input[type=date] {
	font-size: 15px;
	padding: 3px;
	margin: 3px; }
	
#patient input[type=number] {
	width: 60px; }
#patient input[type=date] {
	width: 160px; }
#patient input[type=text] {
	width: 300px; }

#profile input[type=text],#profile input[type=number],#profile textarea,#profile input[type=date] {
	font-size: 15px;
	padding: 3px;
	margin: 3px; }
	
#profile input[type=number] {
	width: 60px; }
#profile input[type=date] {
	width: 160px; }
#profile input[type=text] {
	width: 300px; }
.sumTarget {
	width: 60px;
	background-color: #e1ebf5;
	display: inline-block;
	border-radius: 3px;
	border: 1px solid lightgrey;
	padding: 3px;
	margin: 3px; }
	
.subheader {
	flex-basis: 100%;
	width: 100%;
	background-color: #f5f1e7;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-radius: 5px;
	font-style: italic; }
	
.headerContainer {
	display: flex; }
.pageTitleDiv {
	flex-grow: 1; }
.patientCountDiv {
	margin: auto 5px; }
 
.copLine {
    display: flex;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    margin: 3px;
}

#group_cq2_g1 {
	flex-basis: 100%; }
	
#group_cq2_g1 .inputElement {
	flex-basis: 100%; }

.usersBlock {
    display: flex;
    flex-wrap: wrap;
}
.userContainer {
    background-color: #f7b0b0;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #19195a;
    flex-basis: 24%;
}
.userContName {
    font-size: larger;
    font-weight: bold;
}
.userContAddr {
    font-size: 10px;
    font-style: italic;
}
.userContPhone {
    font-size: small;
}
.userContainer.userContprofile {
	    background-color: #f7b0b0;
}
.userContainer.userContpatient {
	    background-color: #F7E7B0;
}
.userContainer.userContexit {
	    background-color: #E1F7B0;
}
.userContainer.userContcomplete {
	    background-color: #A3DEB5;

}


Cindy


/* Add Animation */
@-webkit-keyframes slideIn {
  from {bottom: -300px; opacity: 0} 
  to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
  from {bottom: -300px; opacity: 0}
  to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@keyframes fadeIn {
  from {opacity: 0} 
  to {opacity: 1}
}

@media only screen and (max-width: 959px){
	.container { width: 94%;}
	.form_input	{ padding: 20px 40px; } 
	.titleAndLogo img { height: 100px; }
}
	
@media only screen and (max-width: 767px) {	
	.cont_block ul li ul li span{ font-size: 17px; }
	.container { width: 90%;}
	.titleAndLogo img { height: 75px; }

}

@media only screen and (max-width: 479px) {
	.container { width: 80%;}
	.titleAndLogo img { height: 50px; }
	

}



