/* Begin AppMobi-style.css */

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Oxygen', sans-serif;
	color: #FFFFFF;
	height: 100%;
	width: 100%;
	background: #3a3a3a url('/img/background-pattern2.png');
	background-size: 32px 32px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}


#body {	
	margin: auto;
	width: 100%;
	height: 100%;
	background:  url('/img/background-overlay2.png');
	background-size: 100% 100%;;
}


html {
	height: 100%;	
}

#container {
	height: 100%;
}

h1 {
	font-family: 'Oxygen', sans-serif;	
	font-size: 24px;
}

h2 {
	font-family: 'Oxygen', sans-serif;	
	font-size: 16px;
	color: #999999;
	font-style: italic;
}

#resident_firstname, #resident_lastname {
	width: 130px;
}

#resident_name {
	display: block;
}


#student-results input[type="radio"] {
	display: none;
}

#student-results :checked + label {
   font-weight: bold;
   background: #c9c9c9;
   width: 100%;
}


select {
	width: 190px;
}

#_cvs {
	height: 0px;
	width: 0px;
}

.spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -8px; /* half width of the spinner gif */
	margin-top: -8px; /* half height of the spinner gif */
	text-align:center;
	z-index:1234;
	overflow: visible;
	width: 20px; /* width of the spinner gif */
	height:20px; /*hight of the spinner gif +2px to fix IE8 issue */
	opacity: 0.4;
}


#iphone-login {
	height: 100%;
	width: 100%;
	background-size:100% 100%;
}

@keyframes reset {
0% {
    opacity: 0;
}
100% {
    opacity: 0;
}
}
 
@keyframes fade-in {
0% {
    opacity: 0;
}
60% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

#login-box {
	margin: auto;
	margin-top: 190px;
	padding-top: 223px;
	padding-left: 55px;
	padding-right: 57px;
	width: 295px;
	height: 190px;
	background: url('/img/login-box.png');
	background-size:100%;
}

@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
 
.fade-in {
    opacity:0;  /* make things invisible upon start */
    -webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;
 
    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
 
    -webkit-animation-duration:2s;
    -moz-animation-duration:2s;
    animation-duration:2s;
}


#login-box input[type="text"], #login-box input[type="password"], #login-box input[type="email"] {
	width: 270px;
	height: 30px;
	padding-left: 16px;
	font-size: 14px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	box-shadow: inset 1px 1px 1px 0px #7c7c7c;
	
}

#login-box a#trouble {
	margin-top: 2px;
	display: block;
	color: #919090;
	font-size: 10px;
	text-decoration: underline;
}

#sign-in {
	height: 33px;
	width: 110px;
	display: block;
	top: 446px;
	margin-left: 180px;
	float: right;
	position: absolute;
	background: url('/img/sign-in.png');
	background-size: 100%;
}

#sign-in-new {
	top: 469px;
	margin-left: 175px;
	float: right;
	position: absolute;
	
}

#signature {

}

#form-terms {
	color: #FFFFFF;
	height: 130px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: scroll;
	background: rgba(0, 0, 0, 0.30);
	font-size: 16px;

}



#form_entry_checkout_notes {
	width: 97%;
}


.red {
	color: #FF0000;
}


#body-horizontal {
	background: #3a3a3a;
	margin: auto;
	width: 480px;
	height: 320px;	
	
	
}

#logo {
	margin: auto;
	padding: auto;
	padding-top: 70px;
	text-align: center;
	font-family:  "Helvetica Neue";
	font-size: 26px;
	font-weight: bold;
}


#login-form {
	background: #FFFFFF;
	margin: auto;
	margin-top: 60px;
	padding: 20px;
	width: 250px;
	height: 150px;
	color: #000000;
	
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	border: 1px solid #FFFFFF;	
}

#login-form input[type="text"],#login-form input[type="password"] {
	width: 100%;
}


#welcome {	
	height: 100%;
	width: 100%;
	margin: auto;
	margin-top: 0px;
	padding-top: 45px;
	position: relative;

}

a.menu {
	height: 80px;
	width: 100%;
	border-top: 1px solid #FFFFFF;	
	display: block;
	color: #FFFFFF;
	font-size: 18px;

	margin-bottom: 1px;
	text-decoration: none;
}

a.menu:active, a.room_checkin:active {
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75);
}

a.room_checkin {
	height: 38px;
	line-height: 38px;
	width: 100%;
	border-top: 1px solid #FFFFFF;	
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	margin-bottom: 5px;
	text-decoration: none;
}

.room_checkin #text {
	padding-left: 10px;
	float: left;
}

.room_checkin #remaining {
	float: right;
	color: #000000;
	font-size: 10px;
	margin-right: 10px;
}

.menu #text {
	margin-top: 0px;
}

.menu img {
	height: 44px;	
	margin-top: 20px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}

.menu .icon {
	height: 44px;	
	width: 44px;	
	margin-top: 20px;
	float: left;
	margin-right: 7px;
	margin-left: 7px;
}

.menu #pencil {
	background: url('/img/pencil.png');
	background-size: 100% 100%;
}

.menu #page {
	background: url('/img/page.png');
	background-size: 100% 100%;
}

.menu #power {
	background: url('/img/power.png');
	background-size: 100% 100%;
}

.vertical-separator {
	float: left;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	margin-right: 10px;
	-moz-opacity:.20;
	-ms-filter:"alpha(opacity=20)";
	filter:alpha(opacity=20);
	opacity:.20;
	
}

.menu #text {
	margin-top: 20px;
}

.green, .checkins #checkin:nth-child(5n+1) {
	background: #89c53b; /* Old browsers */
	background: -moz-linear-gradient(top,  #89c53b 0%, #6e9e2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c53b), color-stop(100%,#6e9e2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #89c53b 0%,#6e9e2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #89c53b 0%,#6e9e2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #89c53b 0%,#6e9e2f 100%); /* IE10+ */
	background: linear-gradient(top,  #89c53b 0%,#6e9e2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89c53b', endColorstr='#6e9e2f',GradientType=0 ); /* IE6-9 */
}

a.green:active, .checkins a#checkin:nth-child(5n+1):active {
	/*background: #89c53b;  */
}

.orange, .checkins #checkin:nth-child(5n+2) {
	background: #ffa800; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffa800 0%, #cc8700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa800), color-stop(100%,#cc8700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffa800 0%,#cc8700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffa800 0%,#cc8700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffa800 0%,#cc8700 100%); /* IE10+ */
	background: linear-gradient(top,  #ffa800 0%,#cc8700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa800', endColorstr='#cc8700',GradientType=0 ); /* IE6-9 */	
}

a.orange:active, .checkins a#checkin:nth-child(5n+2):active {
	/*background: #ffa800; */
}

.teal, .checkins #checkin:nth-child(5n+3) {
	background: #1dd6c7; /* Old browsers */
	background: -moz-linear-gradient(top,  #1dd6c7 0%, #17ab9f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1dd6c7), color-stop(100%,#17ab9f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1dd6c7 0%,#17ab9f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1dd6c7 0%,#17ab9f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1dd6c7 0%,#17ab9f 100%); /* IE10+ */
	background: linear-gradient(top,  #1dd6c7 0%,#17ab9f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1dd6c7', endColorstr='#17ab9f',GradientType=0 ); /* IE6-9 */	
}

a.teal:active, .checkins a#checkin:nth-child(5n+3):active {
	/* background: #1dd6c7; */
		
}

.purple, .checkins #checkin:nth-child(5n+4) {
	background: #cd4be4; /* Old browsers */
	background: -moz-linear-gradient(top,  #cd4be4 0%, #a43cb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd4be4), color-stop(100%,#a43cb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cd4be4 0%,#a43cb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cd4be4 0%,#a43cb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cd4be4 0%,#a43cb7 100%); /* IE10+ */
	background: linear-gradient(top,  #cd4be4 0%,#a43cb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd4be4', endColorstr='#a43cb7',GradientType=0 ); /* IE6-9 */
}

a.purple:active, .checkins a#checkin:nth-child(5n+4):active {
	/* background: #cd4be4; */
}

.yellow, .checkins #checkin:nth-child(5n+5) {
	background: #ffe400; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe400 0%, #ccb700 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe400), color-stop(100%,#ccb700)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffe400 0%,#ccb700 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe400 0%,#ccb700 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe400 0%,#ccb700 100%); /* IE10+ */
	background: linear-gradient(top,  #ffe400 0%,#ccb700 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe400', endColorstr='#ccb700',GradientType=0 ); /* IE6-9 */
}

a.yellow:active, .checkins a#checkin:nth-child(5n+5):active {
	/* background: #ffe400; */
}



.small {
	font-size: 12px;
}

#facebox {
	width: 310px;
}

#facebox .content {
	width: 100%;
}

#cboxContent, #cboxLoadedContent {
	border-radius: 5px; 
	background: #eeeeee;	
}

#cboxClose {
	top: 0px;
	background: url(/img/close1.png);
	background-repeat: no-repeat;
	margin: 5px;
	height: 10px;
	width: 10px;
	background-size: 100% 100%;
	color: #000000;
}

.header-new {
	background: #cccccc; /* Old browsers */
	background: -moz-linear-gradient(top,  #cccccc 0%, #afafaf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#afafaf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cccccc 0%,#afafaf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cccccc 0%,#afafaf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cccccc 0%,#afafaf 100%); /* IE10+ */
	background: linear-gradient(top,  #cccccc 0%,#afafaf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#afafaf',GradientType=0 ); /* IE6-9 */
	height: 29px;
	padding: 8px;
	line-height: 29px;
	width: 100%;
	font-size: 18px;
	position: fixed;
		z-index: 10000;
	text-align: center;
	color: #838383;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #696969;
	box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.30);
	   -moz-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.30);
	   -webkit-box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.30);
}

.header {
	display: none;
}

.iphone-nav1 {

	height: 30px;
	position: fixed;
	z-index: 10000;
	width: 41px;
	line-height: 30px;
	padding-left: 9px;
	background: url(/img/iphone-nav1-active.png);
	background-size:50px 30px;
	display: block;
	float: left;
	font-size: 14px;
	font-family:  "Helvetica Neue";
	font-weight: bold;
	color: #FFFFFF;
}

.iphone-nav1 a {
	color: #FFFFFF;
}

.header a:hover, .header a:active, .header-new a:hover, .header-new a:active {
	color: #FFFFFF;
	text-decoration: none;
	opacity: 0.5;
}

#nav2 {
	padding-left: 9px;
	width: 42px;
}

.button1 {
	background: #00a0ff;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	display: block;
	width:  162px;
	height: 32px;
	line-height: 32px;
	border-radius: 5px; 
	font-family: 'Oxygen', sans-serif;
}

#location-information {
	float: right;
	border: 2px solid #88c43b;	
	background: rgba(136, 196, 59, 0.16);
	/*background: #00a0ff;*/
	min-height: 33px;
	line-height: 30px;
	margin-left: 5px;
	margin-right: 10px;
	margin-top: 10px;;
	margin-bottom: -3px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
	max-width: 90%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;	
}

#room-condition-elements {
	


	
	height: 260px;


}

#room-condition-elements a:hover {
	text-decoration: none;
}

#room-condition-elements-box {
/*	background: #f1f1f1; */
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 5px;
		
	color: #5e5e5e;
	padding: 5px;
	font-size: 18px;	
	position: relative;
			overflow: scroll;
	height: 270px;
	
}

#room-condition-elements .room-condition-element {
	padding: 5px;
	border-left: 5px solid #F1F1F1;
	border-right: 5px solid #F1F1F1;
}

#room-condition-elements .room-condition-element:nth-child(even) {
	background: #cccccc;
}

#room-condition-elements .room-condition-element:nth-child(odd) {
	background: #F1F1F1;
}

#form-header-condition {
	background: #f1f1f1 !important;
	padding-top: 0px !important;
	border: 0px !important;

}

#room-condition-elements select {
		margin-top: 5px;
		position: relative;
		z-index: 1;
		width: 150px;
}

#round-top {
	height: 5px;
	position: relative;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f1f1f1;
	margin-left:5px;
	margin-right: 10px;
}

#round-bottom {
	height: 5px;
	position: relative;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #f1f1f1;

	margin-left:5px;
	margin-right: 10px;
}

#form-header {
	display: inline-block;
	color: #FFFFFF;
	text-transform: uppercase;
	height: 26px;
	line-height: 26px;
	padding-left: 15px;
	margin-left: -10px;
	position: relative;
	z-index: 1;
	padding-right: 20px;
	
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .36);
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .36);
	
	
	background: #36acff; /* Old browsers */
	background: -moz-linear-gradient(top, #36acff 0%, #249aed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36acff), color-stop(100%,#249aed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #36acff 0%,#249aed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #36acff 0%,#249aed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #36acff 0%,#249aed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #36acff 0%,#249aed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36acff', endColorstr='#249aed',GradientType=0 ); /* IE6-9 */
}

#form-header a {
	color: #FFFFFF;
	text-decoration: none;
}

#form-header:before {
 content: " ";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #1a5f8f transparent transparent transparent;
 bottom: -7px;
 left: -1px;
}

#form-header:before {
 left: 0;
 border-width: 7px 0 0 5px;
}


.modal-header h3 {
	color: #5e5e5e;
}




.notes-link {
	
	height: 32px;
	margin-left: 10px;
	width: 32px;
	display: block;
	float: left;
}

#camera,#barcode-scanner {
	
	height: 32px;
	width: 32px;
	margin-left: 10px;	
	display: block;
	float: left;
}

#save {
	
	background-color: rgba(102, 102, 102, 0.27);
	/*background: #666666;*/
	color: #8a8a8a;
	
	border: 1px solid #353535;	
	width: 57px;
	height: 28px;
	line-height: 28px;
	background-size: 100% 100%;
	border-radius: 2px; 	
	float: left;
	text-transform: uppercase;
	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.75);
}

#i-circle {
	float:right;
	margin: 7px;
}

#next-room {
/*
	font-family: 'Oxygen', sans-serif;
	background: url(/img/next.png);
	color: #FFFFFF;
	background-size:99px 23px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	padding-left: 5px;
	width: 94px;
	margin: 5px;
	margin-top: 10px;
	display: block;
	border-radius: 5px; 	
	
	text-transform: uppercase;
*/
	float: right;
}



#complete-checkout {
	/*
	background: url(/img/next.png);
	background-size:100% 23px;
	height: 23px;
	line-height: 23px;
	text-align: left;
	padding-left: 5px;
	width: 160px;
	margin: 5px;
	margin-top: 10px;
	display: block;
	float: right;
	text-transform: uppercase;
	*/
	
	float: right;
}

#notes-box, .photo-description {
	width: 100%;
}

#student_select {
	/*height: 125px;*/
}

#app-footer {
	height: 46px;
	width: inherit;
	border-top: 1px solid #c4c4c4;	
	font-family: 'Oxygen', sans-serif;
	font-size: 10px;
	visibility: visible !important;
	z-index: 10000;
	position: fixed;
	bottom: 0px;
	background: #827e7e; /* Old browsers */
	background: -moz-linear-gradient(top,  #827e7e 0%, #5a5a5a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#827e7e), color-stop(100%,#5a5a5a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #827e7e 0%,#5a5a5a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #827e7e 0%,#5a5a5a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #827e7e 0%,#5a5a5a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #827e7e 0%,#5a5a5a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#827e7e', endColorstr='#5a5a5a',GradientType=0 ); /* IE6-9 */
	
}

#app-footer a:hover {
	text-decoration: none;
	
}

#app-footer a:active {
	box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.70);
}

#app-footer img {
	padding-top: 2px;
	
	height: 28px;
	margin: auto;
	margin-bottom: -1px;
	display: block;
	text-align: center;

}

#app-footer a {
	
	color: #000000;
	display: block;
	width: 24%;
	height: 100%;
	text-align: center;
	border-right: 1px solid #616161;	
	float: left;
}

#app-footer a:last-child {
	border-right: 0px;
}

body#notes-menu {
	background: #eeeeee;
}

#notes-menu #header {
	background: #e4e4e4;
	height: 45px;
	border-bottom: 1px solid #eaeaea;	
}

#notes-menu #header img {
	height: 30px;

}

#notes-menu #icon {
	float: left;
	border-right: 1px solid #afafaf;	
	
	margin-top: 4px;
	padding-right: 5px;;
	margin-left: 5px;
	margin-right: 10px;;
}

#notes-menu #description {
	float: left; 
	overflow: hidden;
	height: 46px;
	width: 220px;
	color: #c04d1a;
	line-height: 45px;
	font-size: 18px;
}

#notes-menu textarea {
	margin: 10px;
	width: 252px;
	height: 105px;
}

#notes-menu input {
	/*
	margin: 10px;
	width: 100px;
	height: 100px;
	*/
}

#tags_addTag {

}

.notes-menu {
	text-align: center;
	font-size: 26px !important;
	line-height: 81px;
}

.note-listing {
	background: #a3a3a3;
	margin: 2px;
	height: 34px;
	line-height: 34px;
	font-size: 13px;
}

.note-listing #edit {
	float: left;
	border-left: 1px solid #e6e6e6;
	height: 26px;
	margin: 4px;
	padding-top: 1px;
	margin-left: 8px;
	padding-left: 5px;
}

.note-listing #edit img {
	height: 20px;
}

.note-listing #delete {
	float: left;
	border-left: 1px solid #e6e6e6;
	height: 26px;
	margin: 4px;
	padding-top: 1px;
	padding-left: 5px;
}

.note-listing #delete img {
	height: 20px;
}


#note-description {
	overflow: hidden;
	padding-left: 10px;
	float: left;
	width: 190px;
	height: 34px;
}

.notification {
	background: url('/img/notification-circle.png');
	background-size: 100% 100%;
	font-size: 10px;
	line-height: 19px;
	color: #FFFFFF;
	text-align: center;
	width: 19px;
	height: 19px;
	
	top: -35px;
	left: 15px;
	position: relative;
}

.common-notification {
	background: url('/img/yellow-notification-circle.png');
	background-size: 100% 100%;
	width: 19px;
	height: 19px;
}

#signature-box, #signature-box-part2 {
	width: 442px;

	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px; 
}

#signature-box {
	height: 228px;
	background: #e6e6e6;
	margin-top: -10px;;
	margin-left: auto;
	margin-right: auto;
	color: #666666;
	box-shadow: 0px 6px 29px rgba(0, 0, 0, 0.75);


}

#signature-box-part2 {
	box-shadow: inset 0px 0px 11px rgba(0, 0, 0, 0.75);
	padding-top:20px;
	height: 208px;
	text-align: center;
}

#signature-box #agreement {
	margin: auto;
	width: 400px;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
}

#signature-box-part2 #room {
	height: 20px;
}

#signature2 {

	position: relative;
	z-index: 1;
	color: #999999;
	height: 100px;
}

#signature2 canvas {
	position: relative;
	z-index: 100;
	
}

#signature2 #signature-x {
	position: absolute;
	z-index: 101;
	height: 40px;
	top: 60px;
	left: 30px;
}

#signature-background {
	margin-left: 45px;
	margin-right: 45px;
	background: #f4f4f4;
	height: 89px;
	width: 350px;
	position: absolute;
	z-index: 1;
}

#signature-box #i-agree {
	float: right;
 	margin-top: 0px;
	margin-right: 50px;
 	height: 40px;
}

#signature-box #reset {
	float: left;
 	margin-top: 0px;
 	margin-left: 50px;
 	height: 40px;
}

.go-to-room {
	margin-top: -12px;
	position: relative;
	z-index: 4;
	width: 89px;
	height: 24px;
	background-size: 100% 100%;

	display: block;
}


h1#student-agreement {
	font-size: 30px;
	padding: 0px;
	margin: 0px;
}

h2#student-agreement {
	color: #8f8f8f;
	font-style: normal;;
	padding: 0px;
	margin: 0px;
	
	font-size: 22px;
}

h3 {
	font-style: normal;;
	font-size: 14px;
	color: #f3af06;
	padding: 0px;
	margin: 0px;
	
}

#keys-received label {
	background: url('/img/key-transparent.png');
	padding-top: 5px;
	padding-left: 55px;
	background-repeat: no-repeat;

	height: 24px;
	background-size: 45px 24px;;
	

}

#keys-received label:after {

	content: 'Click to confirm you received your keys.';

}



#keys-received :checked + label {
	background: url('/img/key.png');
	padding-top: 5px;
		padding-left: 55px;
		background-repeat: no-repeat;
	
		height: 24px;
		background-size: 45px 24px;;

}

#keys-received :checked + label:after {
	content: 'You have received your keys.';

}

#keys-received input[type="checkbox"] {
	display: none;
}



#keys-returned label:after {
	content: 'Click to confirm you returned your keys.';
}

#keys-returned label {
	background: url('/img/key-transparent.png');
	padding-top: 5px;
	padding-left: 55px;
	background-repeat: no-repeat;

	height: 24px;
	background-size: 45px 24px;;
	

}

#keys-returned :checked + label {
	background: url('/img/key.png');
	padding-top: 5px;
		padding-left: 55px;
		background-repeat: no-repeat;
	
		height: 24px;
		background-size: 45px 24px;;

}

#keys-returned :checked + label:after {
	content: 'You have returned your keys.';

}

#keys-returned input[type="checkbox"] {
	display: none;
}



#receipt-type label:after {

	content: 'You will receive an electronic copy of your RCF.';

}

#receipt-type label {
	background: url('/img/mail.png');
	padding-top: 5px;
	padding-left: 55px;
	background-repeat: no-repeat;

	height: 55px;
	background-size: 45px 45px;
	

}

#receipt-type :checked + label {
	background: url('/img/page.png');
	padding-top: 5px;
		padding-left: 55px;
		background-repeat: no-repeat;
	
		height: 55px;
		background-size: 45px 45px;

}

#receipt-type :checked + label:after {
	content: 'You will receive a paper copy of your RCF.';

}

#receipt-type input[type="checkbox"] {
	display: none;
}

#profile-photo {
	border: 1px solid #FFFFFF;
	height: 41px;
	min-width: 41px;
}

#add_resident img {
	height: 25px;
}

.barcode-scanner-popup {
	text-align: center;
}

#photoModal, .barcodeModal {
	width: 300px;
	margin-left:-150px;
	top: 55%;
}

.barcodeModal {
	top: 75% !important;
}

div.tagsinput span.tag {
	background: #36acff; /* Old browsers */
	background: -moz-linear-gradient(top, #36acff 0%, #249aed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36acff), color-stop(100%,#249aed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #36acff 0%,#249aed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #36acff 0%,#249aed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #36acff 0%,#249aed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #36acff 0%,#249aed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36acff', endColorstr='#249aed',GradientType=0 ); /* IE6-9 */
	border: 0px;
	color: #FFFFFF;
}

div.tagsinput span.tag a {
	color: #FFFFFF;
}

#login-terms {
	text-align: left;
	margin: 10px;
	padding: 10px;
	height: 300px;
	background: #000000;
	overflow: scroll;
}

.app-button1 {
	display: block;
	z-index: 100;
	position: relative;
	text-align: center;
	color: #FFF;
		
	
	border-radius: 25px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
}

.app-button-blue {
	background: #48bfff; /* Old browsers */
	background: -moz-linear-gradient(top,  #48bfff 0%, #0c7bff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48bfff), color-stop(100%,#0c7bff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #48bfff 0%,#0c7bff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #48bfff 0%,#0c7bff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #48bfff 0%,#0c7bff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #48bfff 0%,#0c7bff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48bfff', endColorstr='#0c7bff',GradientType=0 ); /* IE6-9 */	
}

.app-button-green {
	background: #85ef00; /* Old browsers */
	background: -moz-linear-gradient(top,  #85ef00 0%, #1fbf08 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85ef00), color-stop(100%,#1fbf08)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85ef00 0%,#1fbf08 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85ef00 0%,#1fbf08 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85ef00 0%,#1fbf08 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85ef00 0%,#1fbf08 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85ef00', endColorstr='#1fbf08',GradientType=0 ); /* IE6-9 */
	
	
}

a.app-button1:hover {
	text-decoration: none;
	color: #fff;
}
a.app-button1:active {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30), inset 0px 2px 2px rgba(0, 0, 0, 0.70);
}

.app-button-small {
	font-size: 12px;
	height: 28px;
	line-height: 28px;
	padding-left: 4px;
	width: 100px;
}

.app-button-large {
	font-size: 18px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-left: 4px;
	width: 125px;
}

.app-button-med {
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	padding-left: 4px;
	width: 110px;
}

.app-button1-blue:after {
	background-image: url('/img/play-button_blue_retina_42x42.png');
}

.app-button1-green:after {
	background-image: url('/img/play-button_green_retina_42x42.png');
}

.app-button-small:after {
	margin-top: 7px;
	margin-right: 8px;
	content: " ";
	display: block;
	float: right;
	height: 14px;
	width: 14px;
	background-size: 100% 100%;
}

.app-button-med:after {
	margin-top:5px;
	margin-right: 12px;
	content: " ";
	display: block;
	float: right;
	height: 20px;
	width: 20px;
	background-size: 100% 100%;
}

.app-button-large:after {
	margin-top:9px;
	margin-right: 12px;
	content: " ";
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	background-size: 100% 100%;
}


#home-learn-more {
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	display: block;
	z-index: 100;
	position: relative;
	text-align: center;
	color: #FFF;
	border-radius: 25px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30);
	text-transform: uppercase;
	
	background: #ffcc05; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffcc05 0%, #ff8f00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc05), color-stop(100%,#ff8f00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffcc05 0%,#ff8f00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffcc05 0%,#ff8f00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffcc05 0%,#ff8f00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffcc05 0%,#ff8f00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc05', endColorstr='#ff8f00',GradientType=0 ); /* IE6-9 */
	
	
	font-size: 16px;
	font-weight: bold;
	height: 38px;
	line-height: 38px;
	padding-left: 5px;
	padding-right: 5px;
	width: 140px;
	
	
}

a#home-learn-more:hover {
	text-decoration: none;
	color: #fff;
}
a#home-learn-more:active {
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.30), inset 0px 2px 2px rgba(0, 0, 0, 0.70);
}



/* IPHONE STYLE */


