input[type="button"],input[type="submit"] {
		-webkit-appearance: none;

}

form {
	margin:0px;
	border:0px;
}

a:active { 
    background-color: #fff;
}

body {
	font-family: 'Open Sans', sans-serif;
	margin:0px;
}

#body_div {
	width:100%;
	height:100%;
	overflow:hidden;
	background-color:#fff;
	background:url("/images/blue_bg.jpg");
	background-size:100% 100%;
}

#phone_div {
	width:432px;
	height:776px;
	padding:120px 32px 120px 32px;
	margin:50px auto;
	overflow:none;
	background:url("/images/phone_bg.png");
	background-repeat: no-repeat; 	
}

#content_div {
	border:#000 1px solid;
	width:100%;
	margin:auto;
	background: #e4ebf1; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZWJmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2YyZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #e4ebf1 0%, #e3f2fc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4ebf1), color-stop(100%,#e3f2fc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e4ebf1 0%,#e3f2fc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e4ebf1 0%,#e3f2fc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e4ebf1 0%,#e3f2fc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e4ebf1 0%,#e3f2fc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4ebf1', endColorstr='#e3f2fc',GradientType=0 ); /* IE6-8 */
	overflow-y: auto;
	overflow-x: hidden;
}

#overlay {
	width:100%;
	height:0px;
	background-color:#36414d;
	position:relative;
	top:0px;
	left:0px;
	z-index: 9999;
	overflow-x: scroll;
	background-image:url("/images/overlay_logo.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}

.gradient {
       filter: none;
    }

#launch_header {
	height:78px;
	width:100%;
	background-image:url("/images/landing_header.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	top:-78px;
	left:0px;
	position: relative;
	z-index:999;
}

#launch_menu {
	margin-top:20px;
	text-align: center;
	opacity: 0.0;
}

#launch_menu div {
	display:inline-block;
}

#launch_menu .option {
	padding:10px 0px 10px 0px;
	width:120px;
}

#launch_menu .option p{
	color:#959595;
	text-transform: uppercase;
	text-decoration: none;
}

#launch_menu .active p{
	color: #00bbe3;
}

#launch_menu .divider {
	padding:10px 0px 10px 0px;
	width:30px;
	color:#fff;
}

#launch_menu .left {
	border-right:#fff 2px solid;
}

#launch_menu .right {
	border-left:#fff 2px solid;
}

#login_div {
	margin:20px auto;
	text-align: center;
	opacity: 0.0;
	width:280px;
}

#login_div input{
	border:none;
	font-size:16px;
	font-weight: lighter;
	padding:20px;
	width:100%;
}

#login_div input[type=submit]{
	background-color: #00bbe3;
	color:#fff;
	border:none;
	font-size:14px;
	font-weight: bold;
	padding:20px;
	width:100%;
	border-radius: 5px;
}

#login_div input[type=submit].link{
	background-color:transparent;
	color:#00bbe3;
	border:none;
	font-size:14px;
	font-weight: bold;
	padding:20px;
	width:100%;
}

#signup_div {
	margin:20px auto;
	text-align: center;
	display:none;
	width:280px;
}

#signup_div input{
	border:none;
	font-size:16px;
	font-weight: lighter;
	padding:20px;
	width:100%;
}

#signup_div input[type=submit]{
	background-color: #00bbe3;
	color:#fff;
	border:none;
	font-size:14px;
	font-weight: bold;
	padding:20px;
	width:100%;
	border-radius: 5px;
}

#launch_options {
	position: absolute;
	left:0px;
	bottom:-104px;
	height:104px;
	width:100%;
	text-align: center;
	z-index:998;
}

#launch_options a{
	text-decoration: none;
	color:#959595;
}

#launch_options a:hover{
	background-color: #00bbe3;
}

#launch_options table{
	text-align: center;
}

#main_background {
	margin:0px;
	padding:0px;
	background-color:#6c747d;
	height:100%;
}

#main_panel {
	margin:0px;
	padding:0px;
	background-color:#fff;
	height:100%;
	position:relative;
}

#controller_select {
	height:38px;
	text-align:center;
	overflow-x:scroll;
	overflow-y:hidden;
	width:100%;
}

#controller_select ul {
	list-style: none;
	white-space:nowrap;
	margin:0px;
	padding:4px;
	width:20px;
}

#controller_select ul li {
	display:inline;
	border:#999 1px solid;
	background-color:rgb(242, 252, 254);
	padding:3px 10px;
	cursor:pointer;
}

#dashboard_activity_panel {
	color:#36414d;
	position:absolute;
	top:88px;
	bottom:175px;
	width:100%;
	z-index: 99999;
	background-color: #fff;
}

#dashboard_activity_panel #table_div {
	overflow-x:hidden;
	overflow-y:scroll;
 	position:absolute;
	width:100%;
	bottom:0px;
	top:37px;
}

 #dashboard_activity_panel .row_1 {
	background-color:#fff;
}

#dashboard_activity_panel .row_2 {
	background-color:#f2fcfe;
}

#dashboard_activity_panel .activity_title {
	font-size:18px;
	padding-left:20px;
	text-align: center;
}

#dashboard_activity_panel .activity_pin {
	font-size:24px;
	padding-left:20px;
	text-align: center;
}

#dashboard_activity_panel .activity_time {
	font-weight: bold;
	text-align: right;
	width:60px;
}

#dashboard_activity_panel .activity_date {
	padding-right:10px;
	width:60px;
	text-align: right;
}

#dashboard_activity_panel .activity_icon {
	text-align: center;
	width:30px;
}


#activity_panel {
	color:#36414d;
	position:absolute;
	top:44px;
	bottom:0px;
	width:100%;
}

#activity_title {
	margin:5px 20px 10px 20px;
	padding-bottom:10px;
	border-bottom:#c3c6c9 1px solid;
	font-size:18px;
}

#activity_title span {
	float:right;
}

#activity_options {
	background-color:#6c747d;
	margin:0px -20px;
}

#activity_options table{
	width:80%;
	margin:0px auto;
	font-size:12px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

#activity_options table td{
	border-top:#6c747d 2px solid;
	border-bottom:#6c747d 3px solid;
	padding:10px 0px;
}

#activity_options table td.active{
	border-top:#00bbe3 2px solid;
	border-bottom:#00bbe3 3px solid;
	padding:10px 0px;
}

#activity_panel #table_div {
	overflow-x:hidden;
	overflow-y:scroll;
 	position:absolute;
	width:100%;
	bottom:0px;
	top:40px;


}

 #activity_panel .row_1 {
	background-color:#fff;
}

#activity_panel .row_2 {
	background-color:#f2fcfe;
}

#activity_panel .activity_title {
	font-size:18px;
	padding-left:20px;
	text-align: center;
}

#activity_panel .activity_pin {
	font-size:24px;
	padding-left:20px;
	text-align: center;
}

#activity_panel .activity_time {
	font-weight: bold;
	text-align: right;
	width:60px;
}

#activity_panel .activity_date {
	padding-right:10px;
	width:60px;
	text-align: right;
}

#activity_panel .activity_icon {
	text-align: center;
	width:30px;
}

#pins_panel {
	color:#36414d;
	position:absolute;
	top:88px;
	bottom:0px;
	width:100%;
	overflow-x: none;
	overflow-y: scroll;
	z-index: 99999;
	background-color: #fff;
}

.pins_title {
	padding:10px 20px;
	border-bottom:#c3c6c9 1px solid;
	font-size:20px;
}

.pins_title span {
	float:right;
}

#pins_panel #table_div {
	overflow-x:hidden;
	overflow-y:scroll;
	margin:0px;
	width:100%;

}


#pins_panel .row_1 {
	background-color:#fff;
}

#pins_panel .row_2 {
	background-color:#f2fcfe;
}

#pins_panel #activity_table td{
	padding:10px 20px 10px 20px;
	font-size:32px;
}

#pins_panel #table_div {
	overflow-x:hidden;
	overflow-y:scroll;
	width:100%;
}



#pin_activity_table td{
	font-size:14px;
}

.pin_details {
	padding: 0px 10px;
	font-size:14px;
	margin:0px 5px 5px 5px;
}

.pin_details p{
	padding: 5px;
	margin:0px;
}

.pin_details p.pin_days{
	margin-left: 45px;
}

.activity_notifications_on {
	color:#82c72c;
	font-weight: bold;
}

.activity_notifications_off {
	color:#ff6000;
	font-weight: bold;
}

.pin_activities {
	padding: 0px 10px;
	font-size:14px;
	margin:0px 5px 5px 5px;
	display:none;
}

.pin_edit {
	padding: 0px 10px;
	font-size:14px;
	margin:0px 5px 5px 5px;
	display:none;
}

.pin_edit table{

}

.pin_title {
	
}

.pin_code {
	padding-left:10px;
	padding-right:10px;
}

.pin_edit td{
	padding:0px;
}

.pin_edit input{
	font-size:24px;
	text-align:center;
}

.white_button {
	color:#00bbe3;
	border:#00bbe3 2px solid;
	background-color:#fff;
	font-size:16px;
	padding:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*.help_button {
	color:#00bbe3;
	border:#00bbe3 2px solid;
	background-color:#fff;
	font-size:12px;
	height:25px;
	padding:3px;
	text-decoration: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}*/


.help_button {
	color:#ffa500;
	border:#ffa500 2px solid;
	background-color:#fff;
	font-size:12px;
	padding:3px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

/*.help_button {
	background-color:#ffa500;
	border:#ffa500 2px solid;
	color:#fff;
	font-size:12px;
	padding:3px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}*/

/*.help_button {
	background-color:#00bbe3;
	border:#00bbe3 2px solid;
	color:#fff;
	font-size:12px;
	padding:3px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}*/



.orange_button {
	color:#ffa500;
	border:#ffa500 2px solid;
	background-color:#fff;
	font-size:16px;
	padding:10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#lockout_div {
	padding:15px 0px;
	background-color:#36414d;
	position: absolute;
	bottom:0px;
	width:100%;
}

#lockout_div td{
	text-align: center;
}

#main_footer {
	padding:10px;
	position:absolute;
	bottom:0px;
	background-color:#6c747d;
	width:100%;
}

#main_footer p{
	margin:0px 10px;
	color:#000;
}

#main_footer a{
	color:#82c72c;
	text-decoration: none;
}

#add_system_div {
	height:100%;
	background-color:#36414d;
	margin:0px;
	padding:0px;
}

#overlay_content {
	display:none;
}

#overlay_header {

}

.overlay_button{
	background-color:transparent;
	color:#fff;
	border:#00bbe3 3px solid;
	font-size:16px;
	text-transform: uppercase;
	padding:15px;
	border-radius: 50px;
}

.overlay_section_header {
	margin:25px;
	color:#fff;
	text-transform:uppercase;
}

.overlay_section {
	width:280px;
	margin: 0px auto;
	color:#fff;
	display:none;
}

.overlay_section .line{
	border-bottom:#6a747c 2px solid;
	height: 0px;
}

.overlay_section .battery_div {
	height:10px;
	width:66px;
	background-image: url("/images/battery_bg.png");
	display:block;
	float:right;
	padding:3px;
}

#ui-datepicker-div {
	font-size:12px;
}
