/*----------------------------------
Style Sheet for Congregation Public Trolley Witnessing

Version 2.0
last modified: 29/10/2019 by Lee Corbin
author: Lee Corbin
email: lee.corbin@cordebin.com
website: https://cordebin.com
----------------------------------*/

/*----------------------------------
CONTENTS:
=nav
=body
=login
=webName
=button
----------------------------------*/

/* =body*/
body {
	font-family: 'Gills Sans', Arial;
	background-color: #d9d9d9;
}

body, html {
	height: 95%;
	display: grid;
	margin: 0;
	padding: 0;
}  

/* =nav*/
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 50px;
	background-color: #434343;
	text-align: left;
}

.navImg {
	position: fixed;
	left: 0;
	top: 0;
	height: 50px;
	padding-right: 20px;
}

.navTitles {
	position: fixed;
	left: 0;
	top: 0;
	width: 90vw;
	font-size: 1.0000em;
	background-color: #434343;
	color: white;
	padding: 15px;
	margin-left: 50px;
}

.hamburgerMenu {
	position: fixed;
	right: 0;
	top: 50px;
	width: 200px;
	height: auto;
	color: white;
	background-color: #434343;
	margin: 0;
	text-align: left;
}

.hamburgerIcons {
	margin: 10px 2px 20px 10px;
	border-top: 1px solid #434343;
	border-bottom: 1px solid #434343;
	padding: 3px;
}

.hamburgerIcons:hover {
	border-top: 1px solid #5c5b5b;
	border-bottom: 1px solid #5c5b5b;
}

.bars {
	position: fixed;
	right: 0;
	text-align: center;
	top: -6px;
	width: 30px;
	height: auto;
	padding: 15px;
}

button {
	outline: none;	
}

.appContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.cptwApp {
	position: relative;
	text-align: center;
	width: 50%;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

.cptwApp p {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.counter {
	position: absolute;
	right: 25px;
	top: -5px;
	background-color: red;
	border-radius: 50%;
	height: 21px;
	width: 23px;
	color: white;
	padding: 2px 0 0 0;
}

.star {
	position: absolute;
	right: -6px;
	top: -45px;
	height: auto;
	width: auto;
	color: rgb(255, 213, 0); /*deep yellow*/
}

.star p {
	font-size: 3.1250em;
}

.btn {
	background-color: #434343;
	border: none;
	color: white;
	font-size: 1.2500em;
	cursor: pointer;
}

.selectApp, .placementApp {
	background-color: #f2f2f2;
	border: none;
	border-radius: 30px;
	color: white;
	cursor: pointer;
}

.imgApp {
	width: 90px;
	height: 90px;
}

/* =login
	=regForm
	=placementsForm*/
#container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 80px auto;
}

.formImg {
	height: 100px;
	padding: 20px;
}

.login, .regForm {
	background-color: #f2f2f2;
	padding: 20px;
	width: 300px;
	text-align: center;
}

.bookForm, .shiftsBooked, .standardDetails {
	width: 100%;
}

.shiftsBooked {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.mainForm {
	background-color: #f2f2f2;
	padding: 20px;
	width: 1024px;
	text-align: center;
	margin-bottom: 30px;
}

.mainBookForm, .placementsForm {
	background-color: #f2f2f2;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 1024px;
	text-align: center;
	margin-bottom: 30px;
}

.bookImgContainer {
	padding: 20px;
} /* Change image position on main booking page*/

.bookImgPadding {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.prevNextButtons {
	display: flex;
	width: auto;
}

.prevButton, .nextButton {
	width: 50px;
	margin: 5px auto;
}

.prevButton p, .nextButton p { 
	
	text-align: center;
	
}

#imageLinks {
	width: 100%;
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
	.mainForm, .mainBookForm, .placementsForm {
		width: 90vw;
	}	

/*	.bars {
		padding: 13px 20px 0 0;
		text-align: center;
		display: flex;
	}

	.bars div {
		margin: 0 0 0 12px;
		flex: 90%;
	}
	
	.bars button {
		flex: 90%;
	}*/
	
} /* iPad mini*/

@media only screen and (max-width: 740px) {
	.mainForm, .mainBookForm, .placementsForm {
		width: 94.5vw;
	}
	
/*	.bars {
		padding: 13px 20px 0 0;
	}

	.bars div {
		margin: 0 0 0 12px;
	}*/
} /*iPhone X landscape*/

@media only screen and (max-width: 500px) {
	.mainForm {
		width: 89vw;
	}
	
	.mainBookForm {
		width: 100vw;
	}

	.placementsForm {
		width: 100vw;
	}

	.logout {
		width: 10vw;
	}
	
	.navTitles {
		font-size: 0.8750em;
		padding: 16px;
		padding-left: 5px;
	}
		
	.bookImgPadding {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding-left: 0px;
	} /* Change image position on main booking page*/
	
	.bookImgContainer {
		padding: 0px;
	}
	
	#imageLinks {
		width: 90%;
	}
	
/*	.bars {
		padding: 13px 20px 0 0;
	}

	.bars div {
		margin: 0 0 0 12px;
	}*/
	
	.star {
		right: -6px;
		top: -38px;
	}
} /* iPhone X portrait */

/* =webName title*/
.formTitles {
	width: 100%;
	font-size: 1.25em;
	color: #767171;
}

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="submit"], select {
	-webkit-appearance: none;
	-moz-appearance: none;
	text-decoration: none;
}

input[class="userInput"]  {
	background-color: #f2f2f2;
	width: 290px;
	border: 1px solid #d9d9d9;
	border-style: solid;
	padding: 3px;
	font-size: 1.1250em;
}

#uE, #uP, #uFn, #uSn, #uCn, #uPl, #uVs, #uSd, #uSr {
	margin-top: 20px;
}

#uPl, #uVs, #uSd, #uSr {
	float: left;
	margin: 20px 10px 10px 10px;
}

/* =button*/
input[name="submit"] {
	background-color: #4472c4; /* Blue */
	border: none;
	color: white;
	padding: 10px 32px;
	text-align: center;
	display: inline-block;
	font-size: 0.8750em;
	margin-bottom: 10px;
	box-shadow: 1px 1px 2px #aaa, -1px 1px 2px #aaa;
}

#submit {
	text-align: right;
}

input[name="submit"]:hover {
	background-color: #4b7ed6; /* lighter blue */
}

p {
	text-align: left;
	font-size: 12px;
	margin-top: 10px;
}

a, a:visited {
	text-decoration: none;
	color: #4472c4;
}

#dText {
	font-size: 1.0000em;
	margin-top: 20px;
}

.subText {
	margin-top: 20px;
	font-weight: bold;
	font-size: 1.2500em;
	color: #767171;
}

#userAgree {
	margin: 20px;
}

#centerImages {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	width: 100%;
    align-items: center;
    justify-content: center;
}

.row {
	width: auto;
	display: flex;
	flex-wrap: wrap;
}

#linkContainer {
	flex: 25%;
	max-width: 40%;
	padding: 20px;
}

.location, .userBoxTime {
	font-size: 1.1250em;
	font-weight: bold;
	border-radius: 20px 20px 0 0;
	background-color: #760000;
	min-height: 40px;
	max-height: 53px;
	padding: 10px;
}

.spacesLeft {
	font-size: 0.725em;
	color: gray;
	margin: 5px 0 0 0;
	text-align: left;
}

.locationText {
	width: 100%;
	color: #767171;
}

.standardShiftDate {
	margin-top: 10px;
	font-size: 1.1250em;
}

.timings {
	margin-top: 10px;
	font-size: 1.1250em;
}

#imageLinks {
	border-radius: 3px;
	box-shadow: 1px 0px 2px #bdbdbd, -1px 0px 2px #bdbdbd, 0px 1px 2px #888888;
}

@media only screen and (max-width: 500px) {
	#linkContainer {
		flex: 100%;
		max-width: 100%;
		padding: 0;
		padding-top: 20px;
	}
	
	.row {
		width: 100%;
	}
}

.shiftContainer {
	width: auto;
}

.shiftRow {
	display: flex;
	width: auto;
	overflow: auto;
}

.shiftBox {
	background-color: #5a6970; /*grey green*/
	min-width: 170px;
	max-width: 170px;
	margin-left: 10px;
	margin-bottom: 10px;
	height: 140px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
	color: white;
}

.shiftBoxDisabled {
	background-color: #b8b8b8; /*grey green*/
}

.logBox {
	background-color: #5b3c88; /*Purple*/
	margin-left: 10px;
	margin-bottom: 10px;
	color: white;
	min-width: 170px;
	max-width: 170px;
	height: 140px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
	cursor: pointer;
}

.anyBox {
	background-color: #c18625; 
	margin-left: 10px;
	margin-bottom: 10px;
	color: white;
	min-width: 111px;
	max-width: 111px;
	height: 110px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
	cursor: pointer;
}

.thirdContainer {
	width: 100%;
}

.shiftTimeDetails {
	/*background-color: #951c26;*/
	font-size: 1.1250em;
	margin: 10px 5px 0 5px;
}

.userContainer {
	overflow: auto;
	margin-bottom: 10px;
}

.userDate, .userTimeStart, .userTimeEnd {
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

.secondContainer {
	display: flex;
	width: 100vw;
	margin-left: 10px;
}

.shiftDateDetails, .userName {
	font-size: 18px;
	color: #767171;
	text-align: left;
	margin: 10px 5px 0 5px;
}

.userName {
	position: relative;
}

.userRow {
	width: 50%;
}

.userBox {
	background-color: #951c26; /* Red */
	margin-left: 10px;
	margin-bottom: 10px;
	color: white;
	min-width: 170px;
	max-width: 170px;
	min-height: 155px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
}

.userBox:after {
	content: "";
	display: table;
	clear: both;
}

.shiftNames {
	position: relative;
	float: left;
	width: 50%;
	padding-bottom: 5px;
}

select {
	margin-top: 15px;
	font-size: 1.2500em;
	border: none;
	background-color: #c18625;
	color: white;
}
.aboutParagraph {
	padding: 10px 20px 10px 20px;
	margin: 0;
	text-align: left;
}

.aboutParagraph p {
	font-size: 1.1250em;
}

.aboutParagraph span {
	color: #ffd500; /*deep yellow*/
	font-size: 4em;
	margin: 0;
	padding: 0;
}

.clicked {
	background-color: #6ab35f;
}

.errorBox {
	color: red;
	font-weight: bold;
	border: 1px solid red;
	background-color: #fab1b1;
	width: auto;
	height: 50px;
	padding: 5px;
}

.trolleyInfo {
	text-align: left;
	padding-left: 20px;
	margin-left: 30px;
}

.trolleyInfo li {
	margin: 10px 0 10px 0;
}

.viewContainer {
	overflow: auto;
}

.viewRow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.viewBox {
	flex: 33%;
	width: auto;
	min-width: 170px;
	max-width: 170px;
	height: 155px;
	background-color: #951c26;
	color: white;
	margin-left: 10px;
	margin-bottom: 10px;
	border-radius: 20px;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
	cursor: pointer;
}

.hideConfirmBox {
	display: none;
	visibility: hidden;
}

.confirmBox {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	height: 250px;
	width: 300px;
	background-color: #4a4a4a;
	color: black;
	text-align: center;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	border: 1px solid gray;
	text-align: center;
	z-index: 99;
}

.childConfirmBoxHeader {
	color: white;
	width: 100%;
	background-color: #4a4a4a;
	height: 50px;
	font-size: 1.25em;	
	padding-top: 20px;
	border-radius: 5px 5px 0 0;
	z-index: 99;
	border-bottom: 1px solid gray;
}

.childConfirmBox {
	color: white;
	height: 50px;
	width: 95%;
	text-align: center;
	padding: 10px;
	padding-bottom: 20px;
	z-index: 99;
}

.yesNoContainer {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	z-index: 99;
}

.childConfirmBoxYes {
	flex: 40%;
	color: white;
	background-color: transparent;
	border: 1px solid gray;
	font-size: 1.25em;
	border-radius: 5px;
	height: 50px;
	width: 70px;
	padding: 0;
	margin: 5px 10px 15px 10px;
	cursor: pointer;
	z-index: 99;
}

.childConfirmBoxNo, .dashChildConfirmBoxNo {
	flex: 40%;
	color: white;
	background-color: transparent;
	border: 1px solid gray;
	font-size: 1.25em;
	border-radius: 5px;
	height: 35px;
	width: 70px;
	padding: 13px 0 0 0;
	margin: 5px 10px 15px 10px;
	cursor: pointer;
	z-index: 99;
}

.dim {
	height: 100%;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	background-color: black;
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* Terms and Conditions */
.tandc {
	color: #4472c4;
	cursor: pointer;
}

.tandcBox {
	display: block;
	position: fixed;
	left: 50%;
	top: 50%;
	height: 80%;
	width: 90%;
	background-color: #4472c4;
	color: black;
	text-align: center;
	transform: translate(-50%, -50%);
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
	border-radius: 5px;
	text-align: center;
	overflow-y: auto;
	text-wrap: wrap;
}

.clickedOutline {
	border: 1px solid #9c9c9c;
}

.congregationBox {
	font-size: 1.125em;
	margin: 10px;
	border: 1px solid #f2f2f2;
	padding: 10px;
}

.congregationSelect {
	height: 40px;
	width: 100px;
	background-color: #9c9c9c;
	cursor: pointer;
	margin: 20px;
	padding-top: 20px;
	border: 1px solid #9c9c9c;
	color: white;
	border-radius: 30px/30px;
	font-size: 1em;
}

.favBox, .setupBox {
	height: 170px;
	width: 150px;
	background-size: cover;
	cursor: pointer;
	margin: 20px auto;
	padding: 10px 5px 10px 5px;
	color: white;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 1px 1px 2px #707070, -1px 1px 2px #707070;
}

.setupBox {
	width: 150px;
	height: 85px;
	margin: 0 0 0 10px;
	text-align: left;
	font-size: 0.75em;
}

.favBox div, .setupBox div {
	align-self: flex-end;
	min-width: 100%;
}

.favLocation {
	text-transform: uppercase;
	min-height: 45%;
	display: flex;
}

.favLocation span {
	font-weight: bold;
	font-size: 1em;
	color: white;
	align-self: flex-end;
}

.numberCircle {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	font-size: 0.75em;
	display: flex;
	justify-content: space-between;
}

.numberCircle div {
	text-align: right;
	max-width: 40%;
	min-width: 30%;
}

.congregationSelect:hover {
	background-color: #b0aeae;
	border: 1px solid #ebebeb;
}

.congregationContainer {
	overflow: auto;
}

.congregationRow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;	
}

.deleteBox {
	flex: 40%;
	width: 100px;
	height: 30px;
	background-color: gray;
	border-radius: 30px/30px;
	border: 1px solid gray;
	color: white;
	margin: 10px;
	padding-top: 10px;
	cursor: pointer;
}

.deleteBox:hover,
.childConfirmBoxYes:hover,
.childConfirmBoxNo:hover,
.dashChildConfirmBoxNo:hover {
	border: 1px solid white;
}

.weatherContainer {
	width: 100%;
	display: flex;
}

#weather {
	background: rgba(70,179,252,1);
	background: -moz-linear-gradient(top, rgba(70,179,252,1) 0%, rgba(242,242,242,1) 83%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(70,179,252,1)), color-stop(83%, rgba(242,242,242,1)), color-stop(100%, rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(70,179,252,1) 0%, rgba(242,242,242,1) 83%, rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(70,179,252,1) 0%, rgba(242,242,242,1) 83%, rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(70,179,252,1) 0%, rgba(242,242,242,1) 83%, rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(70,179,252,1) 0%, rgba(242,242,242,1) 83%, rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46b3fc', endColorstr='#f2f2f2', GradientType=0 );	font-size: 0.75em;
	border-radius: 100px;
	margin: 0 auto;
	width: 150px;
	height: 150px;
	box-shadow: 1px 0px 2px #bdbdbd, -1px 0px 2px #bdbdbd, 0px 1px 2px #888888;
}

.weather_temp {
	font-size: 1.5em;
	font-weight: bold;
}

table {
	display: flex;
	font-size: 0.75em;
}

tbody {
    display: flex;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;

    max-width: 100%;
    background:
      linear-gradient(to right, white 30%, rgba(255,255,255,0)),
      linear-gradient(to right, rgba(255,255,255,0), white 70%) 0 100%,
      radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.4), rgba(0,0,0,0)),
      radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
    background-position: 0 0, 100%, 0 0, 100%;
    background-attachment: local, local, scroll, scroll;
}

tr {
  border-bottom: 1px solid;
}

tr:hover {
	background-color: #d6d6d6;
}

th {
  background-color: #555;
  color: #fff;
  white-space: nowrap;
}

th,
td {
  text-align: left;
  padding: 0.5em 1em;
  white-space: nowrap;
  display: block;
}
 
#footer {
	position: fixed;
	left: 0;
	bottom: 0;
	height: 15px;
	width: 98.5vw;
	padding: 15px;
	background-color: gray;
}

#copyright {
	text-align: left;
	font-size: 0.8750em;
	color: #d9d9d9;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #4472c4;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #4068ad;
}
/*Cookie Consent End*/


.logoBlend{
overflow: hidden;
background: #4a6da7; 
background: linear-gradient(45deg, #e48515, #55c36f);
/*min-height: 100%;
width: 256px;
height: 256px;*/
position: relative;
z-index: 1;
box-shadow: inset -20px 0 38px -18px #55c36f,inset -3px -13px 65px -18px #e48515;
}

.logoBlend:before,.logoBlend:after{
    content:'';
    position:absolute;
    width:100%;
    height:100%;
}
.logoBlend:before{
    background: #4a6da7;
    box-shadow: 0 0 140px 114px #4a6da7;
    z-index:2;
    top: -96%;
	left: -72%;
    opacity: 0.8;
}
.logoBlend:after {
background: #5b3c88;
z-index: 3;
bottom: -96%;
right: -72%;
box-shadow: 0 0 140px 114px #5b3c88;
opacity: 1;
border-radius: 100%;
}