/* @override 
	http://172.16.1.119:8000/assets/scripts/vbs-manager/css/vbs_login.css
	http://answersvbs.com/assets/scripts/vbs-manager/css/vbs_login.css
	http://172.16.1.118:8000/assets/scripts/vbs-manager/css/vbs_login.css */
div.ui-accordion-content {
	margin-top: 10px;
}
#forms {
	margin:0;
}
#forms li {
	padding: 0px 10px;
	color:#fff;
}
form {
	margin-left:0;
	border:none;
}
form li {
	margin-bottom:1px;
	list-style:none;
}
form li.ui-accordion-li-fix {
	overflow: hidden; /*prevents border arrow break from content on transition*/
}
form ul {
	margin:0;
}
#newvbs li {
	margin-bottom:3px;
}
form label,
form input {
	float: left;
	clear: both;
}
form input[type=submit] {
	padding: 3px 6px;
	border:solid 1px #879A24;
	color:#fff;
	font-weight:bold;
}
form input[type=text]:focus, form input[type=password]:focus {
}
/*Adjustments to create page li's*/
.yui-b {
	overflow: auto; /*creates padding at bottom of page*/
}
li h2 {
	float: left;
	clear: both;
	margin-top: 20px;
}

li label[for=id_theme] {
	margin: 6px 5px 0 0;
}
#id_theme {
	float: left;
	margin: 5px 0 10px 5px;
}
#id_vbs_churchaddress {
	float: left;
	clear: none;
	margin: 2px 0 8px 5px;
}
li label[for=id_vbs_churchaddress] {
	float: left;
}
li label[for=id_vbs_slug] {
	margin: 9px 5px 0 0;
}
#id_vbs_slug {
	float: left;
	margin-bottom: 15px;
}
li a.dp-choose-date {
	margin-top: 6px;
}
.helptext {
	float: left;
	margin-top: 6px;
}
#newvbs li input.btn:hover {
}
#newvbs a[href="/logout/"] {
	float: left;
	clear: both;
}
/*END adjustments to create page li's*/
div.ui-accordion-content form input[type=submit] {
}
div.ui-accordion-content form input[type=submit]:hover {
    text-decoration:none;
    margin: 14px 0 4px 0;
    cursor:pointer;
    padding:10px 20px;
}
#forms li.current {
	background-image:none;
}
#forms li li {
	background: transparent none;
	padding:0;
	list-style: none;
	border:none;
	overflow:hidden;
}
#forms li ul {
	margin:0;
}
#forms a, #forms a:visited {
	color:#fff;
	font-weight:normal;
}
#forms h3 {
	background: #000;
	font-weight:bold;
	font-size:16px;
	position: relative;
	margin:0 -10px;
	padding: 0 10px;
	line-height:30px;
}
#forms h3 {
	outline: none;
}
#forms .ui-accordion-content {
	padding:10px 0;
}
.field_content #forms{
	background:#fff;
}
#features {
	padding: 10px 50px;
}
/* --- FORGOT PASSWORD --- */

/* --- DASHBOARD --- */

#events {
	margin:0;
	padding:0;
}

#events li {
	background: #dff1f4;
	list-style:none;
	margin:0 20px 10px 0;
	padding:10px 10px 10px 116px;
	float:left;
	width:30%;
	position:relative;
	-webkit-transition: background .5s ease;
	-moz-transition: background .5s ease;
	-o-transition: background .5s ease;
	transition: background .5s ease;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius:10px;
}

#events li:hover {
	background:#35C7E3;
}
#events li:hover a,
#events li:hover p,
#events li:hover h3 {
	color: #fff;
}

#events li {
	padding: 10px;
	width: 28%;
	margin-bottom: 20px;
}
#events li span {
	margin-right: 5px;
}

#events h3 {
	margin: 40px 0 0 0;
	font-size: 20px;
}
#events p, #events p a {
	font-size: 12px;
	clear: both;
}
#events a.event {
	float: left;
	clear: both;
	font-size: 16px;
}
#events p a.deleteVbs {
	background: #00B1D4;
	color: #fff;
	padding: 0 10px;
	float: left;
	clear: both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#events p a.deleteVbs:hover {
	background: #fff;
	color: #35C7E3;
}
hr {
	margin:20px 0;
	clear: both;
}
.inactive {
	-moz-opacity:0.7;
	-webkit-opacity:0.7;
	opacity:0.7;
}
/*UPCOMING PAGE STYLES*/
#vbs_list {padding:0; margin:0; width:100%;}
#vbs_list li {
	transition: background-color .15s linear 0s;
	/* Firefox 4 */
	-moz-transition: background-color .15s linear 0s;
	/* Safari and Chrome */
	-webkit-transition: background-color .15s linear 0s;
	/* Opera */
	-o-transition: background-color .15s linear 0s;
}
#vbs_list li {overflow:hidden; position:relative; padding-left:48px; height: 48px; list-style: none; margin-bottom: 2px;
}
#vbs_list li a span.church {
	line-height: 18px;
	margin-top: 3px;
}
#vbs_list .active {background:#2FDDFF;}
#vbs_list .active.even {background: #35C7E3}
#vbs_list .active a {color: #FFF}

#vbs_list .upcoming {background:#DDd;}
#vbs_list .upcoming.even {background:#EEE;}
#vbs_list .upcoming a {color: #333;}

#vbs_list li.title:hover {background: none;}
#vbs_list li.title span {
	font-family: swungnote, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal; 
	font-style: normal;
	font-size: 20px;
	margin-top: 15px;
}

#vbs_list .active.even:hover,
#vbs_list .active:hover {background:#009DBC;}
#vbs_list li.even:hover,
#vbs_list li:hover {background:#666;}
#vbs_list li.even:hover a,
#vbs_list li:hover a {color: #fff;}

#vbs_list li:active,
#vbs_list li.even:active {background:#333;}
#vbs_list .active:active,
#vbs_list .active.even:active {background:#333;}

#vbs_list .id, #vbs_list .church, #vbs_list .dates, #vbs_list .location {float:left; padding:.25em;}
#vbs_list .id {width:10%; text-align:right; margin-left: 10px;
}
#vbs_list .church {width:25%; padding-right: 5%}
#vbs_list .dates {width:30%; padding-right: 3%
}
#vbs_list .location {width:20%;}
#vbs_list .vbs-logos {
	position:absolute;
	left:5px;
	vertical-align:middle;
}
#vbs_list li a span.id {
	font-family: swungnote, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal; 
	font-style: normal;
	font-size: 24px;
	text-align: left;
}
.vbs-logo-24 {
	height:24px;
	width:24px;
	background:url(/assets/layout/vbs/vbs_logos-24.png) no-repeat;
}

.vbs-logo-32 {
	height:32px;
	width:32px;
	background:url(/assets/layout/vbs/vbs_logos-32.png) no-repeat;
}

.vbs-logo-48 {
	height:48px;
	width:48px;
	background:url(/assets/layout/vbs/vbs_logos-48.png) no-repeat;
}

.vbs-logo-96 {
	height:96px;
	width:96px;
	background:url(/assets/layout/vbs/vbs_logos-96.png) no-repeat;
}

.vbs-logos {
	display:block;
	position: relative;
	top: 0;
	bottom: 0;
	float: left;
}

.amazon-expedition .vbs-logos {
	background-position:0% 0%;
}

.operation-space .vbs-logos {
	background-position:0% 25%;
}

.the-egypt-file .vbs-logos {
	background-position:0% 50%;
}

.gold-rush .vbs-logos {
	background-position:0% 75%;
}

.incrediworld .vbs-logos {
	background-position:0% 100%;
}

/*.vbs-logos {
	position:absolute;
	top: 0px;
	left:10px;
}*/

/*INCREDIWORLD THEME*/
/*backgrounds*/
.field_content #forms{
	background:#35C7E3;
	-moz-box-shadow: inset 0 0 10px 2px #00b1d4;
	-webkit-box-shadow: inset 0 0 10px 2px #00b1d4;
	box-shadow: inset 0 0 10px 2px #00b1d4;
}
/*login and create new account h3*/
#forms h3 {
	background: #008da9;
	padding-left: 15px;
}
#forms h3.ui-state-active::after {
	font-size: 0px; line-height: 0%; width: 0px;
	border-top: 15px solid #008da9;
	border-left: 10px solid #35C7E3;
	border-right: 10px solid #35C7E3;
	content: "";
	position: absolute;
	top: 30px;
	left: 10px;
}
#forms h3:hover a::after {
	border-left: 6px solid #35C7E3;
	border-top: 5px solid #0286a0;
	border-bottom: 5px solid #0286a0;
	content: "";
	margin-left: 5px;
	display: block;
	float: left;
	margin-left: -15px;
	position: relative;
	left: 4px;
	top: 10px;
}
#forms h3.ui-state-active:hover a::after {
	border: none;
}
#forms h3 {
	outline: none;
}
/*labels and inputs*/
div.ui-accordion-content form input[type=submit] {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px 20px;
    margin: 14px 0 4px 0;
    color:white;
    font-size:20px;
    width: 100%;
}
form input[type=text], form input[type=password], form input[type=submit] {
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	margin: 0 0 5px 0;
}
form label {
	padding-left: 6px;
}
form input[type=text], form input[type=password] {
	border:solid 1px #00b1d4;
	padding: 5px 3px 5px 6px;
	margin: 3px 4px;
	overflow: visible;
	color:#00b1d4;
	width: 200px;
	outline: none;
}
form input[type=text]:focus, form input[type=password]:focus {
	border:solid 4px #00b1d4;
	padding: 4px 3px 4px 5px;
	margin: 1px 1px;
	position: relative;
	left: 1px;
	color:#00b1d4;
	width: 200px;
}
div.ui-accordion-content form input[type=submit] {
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding:10px 20px;
    margin: 14px 0 4px 0;
    color:white;
    font-size:20px;
    width: 100%;
    font-family: "swungnote", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    font-weight: normal; 
    font-style: normal;
    
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    
    -moz-box-shadow: inset 0 0 15px 5px #00b1d4;
    -webkit-box-shadow: inset 0 0 15px 5px #00b1d4;
    box-shadow: inset 0 0 15px 5px #00b1d4;
    background: #35C7E3;
}

div.ui-accordion-content form input[type=submit]:hover {
    text-decoration:none;
    background: #2fddff;
    margin: 14px 0 4px 0;
    cursor:pointer;
    padding:10px 20px;
}
/*text*/
form p, form li a { /*VBS code and "Forgot Password" text*/
	font-family: "swungnote", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal; 
	font-style: normal;
	font-size: 15px;
	margin: 7px 0 -10px 0;
}
form li a {
	font-size: 20px;
	margin: 5px 0 -5px 5px;
	float: left;
}

