

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

table.calendar caption {
	color:#f96363;
	font-weight:bold;
	font-size:120%;
	text-align:center;
	border:none;
	margin-top:-8px;
    padding: 0.5em 0em;
}

div.calendar {
	border:2px solid transparent;
	border-radius:10px;
	padding:5px;
	max-width:500px !important;
/*	margin:auto; */
	font-size:0.80em;
}
div.calendar:hover {
	border:2px solid #5a5afb;
}
table.calendar {
	width:100%;
}

table.calendar td, table.calendar th {
	border:1px solid #dddddd;
    padding: 0.5em 0em;
}

table.calendar th.header {
	text-align:center;
}
.calendar-wrapper {
	position:relative;
	border:0px solid red;
	display:flex;
	justify-content:flex-start;
	align-items:flex-start;
	width:100%;
	/*overflow:auto; */
	flex-wrap:wrap;
}

#calendar-update-flash {
	display:none;
	position:absolute;
	left:20%;
	top:-20px;
	font-size:80%;
	padding:5px;
	border-radius:10px;
	background-color:#d1f995;
	color:red;
	text-align:center;
	width:250px;
}

.complete.error {
	color:red;
}

.expand-calendar-link {
	font-size:70%;
	text-align:right;
}
.expand-calendar-link a {
	text-decoration: none;
}
.expand-calendar-link a:hover {
	font-weight:bold;
	text-decoration: none;
}

table.calendar tr {
/*	height:50px; */
}

.previous_page_link {
	cursor:pointer;
	text-align:right;
	color:green;
	font-weight:bold;
}
.previous_page_link:hover {
	color:blue;
}

#volunteer-reg-form, #school-reg-form, #lls-login-panel, #portalLoginInnerPanel {
/*	margin:auto;
	max-width:400px;
	padding:20px;
	border:1px solid black;
	border-radius:20px;
	background-color:#cbe2f0; */

	border: solid 10px #c248ad;
    padding: 10px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 27px;
    background: #f8f4f4;
    max-width: 600px;
    width: 100%;
}
#portalLoginInnerPanel #lls-login-panel {
	border:0px;
}
#volunteer-reg-form input[type="submit"], #school-reg-form input[type="submit"], #lls-login-panel input[type="submit"], #portalLoginInnerPanel input[type="submit"] {
	display:block;
	margin:auto;
	margin-top:10px;
}
.login-info {
	color:#f37575;
}
#resetpass-button {
    background-color: rgba(227,227,227,0.5);
    background-color: #48d9f3;
    border-radius: 8px !important;
    color: #000;
    border-color: rgba(227,227,227,0.26);
    font-size: 18px !important;
    font-family: system-ui, sans-serif;
    line-height: 10px;
    height: 50px;
	margin-bottom: 20px !important;
    margin-top: 10px !important;
    margin-left: 0px;


}
#resetpass-button:hover {
    border-style: solid;
    border-width: 2px;
/*    color: black !important; */
	color:#48C2D8; !important;
    border-color: #48d9f3;
    background-color: #48C2D8;
    background-color: rgba(227,227,227,0.5);
}
.resetpasswordrow label[for="user_login"], .resetpasswordrow label[for="user_pass"] {
	position: relative !important;
    margin-top: 10px !important;
    background: #48d9f3 !important;
    padding: 8px !important;
    border-radius: 8px !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 8px;
    display: inline-block;
    font-family: proxima-soft-1, proxima-soft-2, proxima-nova-1, proxima-nova-2, Helvetica, Arial, sans-serif !important;
}

.email-wrap {
	overflow-wrap:anywhere;
}



.settings-input-grid.missing-data input, input.missing-data {
	border:1px solid red !important;
}
.settings-input-grid.missing-data .settings-label {
	color:red;
}
#volunteer-error-message {
	color:red;
}

#gridfield_special_notes {
	display:none;
}

#ajax-wait {
	display:none;
	position:relative;
	color:#444444;
	text-align:center;
	z-index:9999;
}
#ajax-wait>div {
	position:absolute;
	left:42%;
}
#ajax-wait img {
	margin-bottom:0px;
}

.volunteer-banner-name {
	text-align:center;
	color: #48C2D8;
	font-weight:bold;
}

.session_complete_wrapper {
	margin:auto;
	max-width:500px;
	width:100%;
}

body.page-id-23 .entry-header, body.page-id-25 .entry-header {
/*	display:none; */
}

#school-booking-form, #school-registration-form {
	border: solid 1px #CCCCCC;
    padding: 4px;
	margin-top:10px;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 27px;
    background: #c248ad;
    max-width: 600px;
    width: 100%;
}

.sessions {
	width:100%;
	display:flex;
	justify-content:space-around;
	align-items:center;
	font-size:90%;
	color:#000000;
	white-space:nowrap;
}
.morning {
	width: 48%;
	background-color: #dfdfdf;
	padding:3px;
	text-align:center;
}
.afternoon {
	width:48%;
	background-color:#dfdfdf;
	padding:3px;
	text-align:center;
}
.available {
	background-color: #90ee90 !important;
	cursor:pointer;
}
.available:hover {
	background-color: #68f368  !important;
	color:white;
}
.available.booked {
	background-color:#f7b63f !important;
}
.provisional_booked {
	background-color:#9dcdf3 !important;
}
.booked {
	background-color:#f7b63f !important;
}
.maybe {
	background-color: yellow !important;
	cursor:pointer;
}
.maybe:hover {
	background-color: brown  !important;
	color:white;
}
.provisional_border {
	border:2px solid #6b9dc3;
	padding:2px;
}
.multisession, .available.booked.multisession {
	background-color: #e91e63 !important;
}

span.datenumber {
	color:#f96363;
	font-weight:bold;
	display: inline-block;
    width: 100%;
    text-align: center;
}
table.calendar {
	margin: 0px;
}

.booking-form-link {
	text-decoration:none;
}
.booking-form-link:hover {
    color: #4A90E2;
}
.booking-callout-link {
	text-decoration:none;
}
.booking-callout-link:hover {
	text-decoration:none;
}
.booking-list {
	margin-left:50px;
}
.video-link {
	text-decoration:none;
}
.video-link:hover {

}

.odd-day {
	/* background-color: #c9eff9; */
	background-color: #f9e6e6;
}
.even-day {
	/* background-color: #c9eff9; */
	background-color: transparent;
}
.clickable-day { 
	cursor:pointer;
}
.already-past {
	/* text-decoration: line-through;
	opacity:0.75; */
	color:#ccc0ff;
}

div.keyBlock {
	display:flex;
	font-weight:bold;
	margin-top:10px;
	flex-wrap:wrap;
	align-items:center;
	text-align:center;
}
span.keyBlock {
	display:inline-block;
	width:25px;
	height:25px;
	border:1px solid #cccccc;
	margin-left:25px;
	margin-right:10px;
}
span.mannequin-pending span.keyBlock {
	background-color:#f7b63f;
}
span.mannequin-reserved span.keyBlock {
	background-color:#cccccc;
}
span.mannequin-booked span.keyBlock {
	background-color:#dd5599;
}
span.not-selected span.keyBlock {
	background-color:#dfdfdf;
}
span.volunteered span.keyBlock {
	background-color:#90ee90;
}
span.provisionalbooked span.keyBlock {
	background-color:#9dcdf3;
}
span.alreadybooked span.keyBlock {
	background-color:#f7b63f;
}
span.maybeavailable span.keyBlock {
	background-color:yellow;
}
span.multibooked span.keyBlock {
	background-color:#e91e63;
}
span.keyBlockBorder {
	display:inline-block;
	width:25px;
	height:25px;
	margin-left:25px;
	margin-right:10px;
	background-color:white;
}
.allocated_border {
	border:2px solid #f7b63f;
	padding:2px;
}
.allocated_border.provisional_border {
	border:2px solid #8000ff;
	padding:2px;
}

div.admin_volunteer_timetable { 
	font-size:10pt;
}

.calendar-trainer-list-wrapper span {
	color:green;
}

span.Reserved {
	color:#dc3234;
}
div.Assigned {
	color:#49d449;
}

.calendar-trainer-list {
	color:blue;
	border:1px solid #777777;
	border-radius:20px;
	margin-left:30px;
	padding:5px 20px;
	display:grid;
	max-width:600px;
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.calendar-trainer-list .cal-v-name {
	font-weight:bold;
}


.volunteer-reserved-mannequin { 
	color:blue;
	padding:10px;
}

#mannequin-edit {
	width:100%;
	max-width:450px;
}
#mannequin-edit .id {
	width:100px;
}

#mannequin-edit .description { 
	width:100%;
}

.mannequin_buttons {
	background-color: #6BBB1A;
	padding:10px;
	border-radius:10px;
}
.mannequin_buttons:hover {
	background-color:#7fdc20;
}
.mannequin_buttons a {
	color:white;
	text-decoration:none;
	display:block;
}
.mannequin_buttons a:hover {
	color:#777777;
	text-decoration:none;
}
.mannequin_buttons:hover a {
	color:#777777;
}

@media ( min-width: 678px ) {

#system-message-table .id {
	max-width:50px;
}
#system-message-table .volunteer {
	max-width:150px;
}
#system-message-table .sent {
	max-width:200px;
} 
}

#single-system-message {
	border-collapse:collapse;
	border:2px solid #999999;
}
#single-system-message th {
	text-align:left;
	vertical-align:top;
	width:120px;
	padding:10px;
	border:1px solid #999999;
}
#single-system-message td {
	vertical-align:top;
	padding:10px;
	border:1px solid #999999;
}
#single-system-message .v-name {
	color:blue;
	font-weight:bold;
}

#overview-grid {
	display:grid;
	gap:1em;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));

}
#overview-grid>div {
	min-width:50px;
	border:1px solid black;
	padding:10px;
	border-radius:15px;
}
.summary-panel-title {
	font-weight:bold;
}
.summary-row {
	display:flex;
	justify-content:space-between;
	max-width:300px;
	margin-top:10px;
}
.summary-panel-label {
	color:brown;
	font-weight:bold;
	margin-left:10px;
}
.summary-number {
	color:blue;
	font-weight:bold;
}

.audio-visual-booking { 
	color:blue;
	font-style:italic;
	font-weight:bold;
	font-size:85%;
	padding-bottom:10px;
}

body.volunteer_portal .builder-module-navigation-background-wrapper {
	border-bottom:8px solid #48c25d;
}
body.school_portal .builder-module-navigation-background-wrapper {
	border-bottom:8px solid #c248ad
}

.show-volunteer-drop {
 /*	display:; */
}
.hide-volunteer-drop, .hide-current-location , .hide-alt-current-location {
	display:none;
}
.mannequin-transfer-notes {
	margin-left:15px;
	padding:10px;
	border:1px solid #cccccc;
	border-radius:10px;
	float:left;
	max-width:100%;
}

.lls-button-tab-panel {
	display:flex;
	justify-content:space-around;
	align-items:center;
	height:50px;margin-top:10px;
	margin-bottom:20px; 
	border: 3px solid #b9b9e7;
    background-color: #d5e0f3;
	border-radius:15px;
}
.lls-button-tab-panel a {
	text-decoration:none;
}
.lls-tab-button {
	color:white;
	background-color: #00a0d2;
	border:2px solid #9a8b8b;
	padding:10px;
	cursor:pointer;
	border-radius:5px;
}
.lls-tab-button:hover {
	color:#000000;
	background-color:#6db4ca;
	border:2px solid lightgreen;
}

.spam-folder-warning {
	font-size:0.8em;
	margin-top:20px;
}


.quiz-wrapper {
	display:flex;
	justify-content:space-between;
	gap:0.5em;
	border:2px solid #777777;
	border-radius: 15px;
	padding:10px;
	align-items:center;
	max-width:80%;
	margin-left:20px;

}
.quiz-question {
	color:blue;
	font-weight:bold;
	font-style:italic;
}
.quiz-answer {
    color: green;
    font-weight: normal;
    font-style: normal;
    border: 1px solid green;
    padding: 10px;
    border-radius: 10px;
}
.quiz-complete {
    color: green;
    font-weight: normal;
    font-style: italic;
    border: 1px solid green;
    padding: 10px;
    border-radius: 10px;
	text-align:center;
}

.quiz-wrapper img {
	margin-bottom:0px;
}
.quiz-image{
	min-width:40%;
}

.star-wrapper {
	width:120px;
	height:24px;
	border:0px solid blue;
	display:flex;
	justify-content:flex-start;
	align-items:center;
}
.star-box {
	border:0px solid red;
	width:20%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	background-image:url(/wp-content/plugins/lifesavers/images/grey_star.png);
	background-size:cover;
}
.star-image {
	width:100%;
	height:auto;
	overflow:hidden;
	margin-bottom:0px;
}
.star-box .star-image {
	opacity:0;
}
.star-box.goldstar .star-image {
	opacity:1;
}
.volunteer_certificate_wrapper {
	max-width: 100%;
    width: 500px;
    margin: auto;
	padding-bottom:10px;
}

div.gchoice {
	margin-bottom: 20px;
}

.quiz-wrong-wrapper { 
	color:red;
}

.forgot-password {
	color:#13c8e9;
	text-decoration:none;
	font-weight:bolder;
}
.forgot-password:hover {
	color:#444444;
	text-decoration:none;
}

select.hasChanged {
	background-color:#efcdbf;
}
#new_current_location {
	color:orange;
}

.admin-contact-warning {
	color:red;
	font-size:90%;
	margin-left:25%;
	margin-right:25%;
	text-align:left;
}

@media ( max-width: 500px ) {

.quiz-wrapper {
	flex-wrap:wrap;
	max-width:100%;
	margin-left:0px;
}

}


.competency-quiz-required {
	margin:auto;
	max-width:700px;
	color:red;
	font-weight:bold;
	margin-bottom:10px;
}

.dbs_warning_message {
	color:blue;
}

.promotion-grid {
	display:grid;
	grid-template-columns: 150px 1fr;
	gap:1em;
	padding:10px;
}
.promotion-logo {
	order:1;
	display:flex;
	justify-content:center;
	align-items:center;
}

.promotion-text {
	order: 2;
}


.school_action_links_wrapper {
	position:relative;
}

.school_action_links {
	position:absolute;
	top:-100px;
	right:0px;
	border:1px solid black;
	border-radius:10px;
	display:flex;
	flex-direction:column; 
	justify-content:center;
	align-items:flex-start;
	padding:10px;
}

.school_action_links_wrapper a {
	text-decoration:none;
}
.school_action_links_wrapper a:hover {
	text-decoration:underline;
	color:blue;
}

.school_action_links a.pack_help {
	font-size:80%;
	text-align:right;
}

#school_pack_help {
	position:relative;
	display:none;
	margin-top:10px;
	border:2px solid green;
	border-radius:10px;
	padding:10px;
	max-width:600px;
	color:blue;
}
#school_pack_help img.screenshot {
	width:350px;
	max-width:100%;
	height:auto;
}
#school_pack_help .close_help {
	position:absolute;
	right:-10px;
	top:-15px;
	pointer:cursor;
}

@media ( max-width: 800px ) {
.school_action_links {
	position:unset;
	width:fit-content;
	margin-bottom:5px;
}

}









/*****************************/
.Table-row-item.volunteer-id {
	max-width:50px;
}

#volunteer-history-table, #school-details-table {
	position:relative;
}
#booking-box-wrapper {
	clear:both;
	border:1px solid #cccccc;
    width: -moz-fit-content;
	width:fit-content;
	margin-top:20px;
	margin:auto;
	padding:10px;
	background-color: #f9f9f2;
    border-radius: 20px;
}

#volunteerhistorybooking {
    width: -moz-fit-content;
	width: fit-content;
    margin: auto;
}
#volunteerhistorybooking th {
	width:-moz-fit-content;
	width:fit-content;
	white-space:nowrap;
	text-align:left;
}

.volunteerlist span {
	color:blue;
}
.volunteerlist.leader {
	font-weight:bold;
}
.bookpostcode {
	display:flex;
	justify-content:space-between;
}

.hide-delete-booking {
	display:none;
}
.hide-torso-icon {
/*	display:none; */
	opacity:0.4;
	pointer-events:none;
}
div.delete-booking, div.delete-volunteer-booking, div.show-volunteer-calendar {
	position:relative;
	height:48px;
}

div.delete-booking div, div.delete-volunteer-booking div, div.show-volunteer-calendar div {
	position:absolute;
	right:0px;
	width:48px;
	height:100%;
}
div.basic-torso-icon  {
	position:absolute;
	left:0px;
	width:48px;
	height:100%;
}
div.delete-calendar-icon {
	position:absolute;
	right:0px;
	width:48px;
	height:100%;
}
span.basic-calendar-icon {
	display:inline-block;
	width:100%;
	height:100%;
	background-image:url('/wp-content/plugins/lifesavers/images/basic-calendar.png') ;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
span.delete-calendar-icon {
	display:inline-block;
	width:100%;
	height:100%;
	background-image:url('/wp-content/plugins/lifesavers/images/delete-calendar-cross.png') ;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
span.basic-torso-icon {
	display:inline-block;
	width:100%;
	height:100%;
	background-image:url('/wp-content/plugins/lifesavers/images/torso.png') ;
	background-repeat: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
span.delete-calendar-icon:hover, span.basic-calendar-icon:hover, span.basic-torso-icon:hover {
	opacity:0.6;
	cursor:pointer;
}
span.delete-calendar-icon:hover:after {
	position:absolute;
	top:50px;
	color:red;
	content:"cancel attendance?";
}
#volunteer-calendar-title {
	display:none;
}

.back-to-bookings {
	margin: 10px 0px;
}

#school-details-table input {
	border: 1px solid #cccccc;
	padding:4px;
}

.flash-message {
	border:1px solid #cccccc;
	border-radius:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	max-width:400px;
}
.menu-volunteer-sub-menu-container {
	padding-bottom:40px;
	margin-bottom:20px;

}

#menu-volunteer-sub-menu {
	display:block;
}

#menu-volunteer-sub-menu li {
	float:left;
	margin-left:10px;
	list-style:none;
}


.import-error {
	color:red;
}
.import-warning {
	color:blue;
}
.import-ready {
	color:green;
	margin-bottom:20px;
}
.import-upload, .process-import {
	color:white;
	font-weight:bold;
	padding:10px;
	border-radius:10px;
	pointer:cursor;"
}
.import-upload {
	background-color:#72aee6;
}
.import-upload:hover, .process-import:hover {
	color:#777777;
}
.process-import {
	background-color:#6fc86f;
}


/********************************/

.lls-form-wrapper {
	border:solid 1px #CCCCCC;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#E6F0F8;
	max-width:600px;
	width:100%;
}

.lls-form-wrapper  .gform_wrapper .gf_progressbar {
    border: 0px solid #FFFFFF !important;
    background-color: transparent !important;
}


.lls-half-width .gfield_radio {
	max-width:200px;
}

.hide-captcha .gfield_label {
	display:none !important;
}

#mapclose2 {
    position: absolute;
    background: url(/wp-content/plugins/lifesavers/images/close.png);
    width: 24px;
    height: 27px;
    top: -7px;
    right:-7px;
}

span.printButton:before {
	display:inline-block;
	position: absolute;
    top: -35px;
	right:15px;
	width:15px;
	height:15px;
	color:#aaaaaa;
    content: "\f193";
	font:normal 24px/1 dashicons!important;
}
span.printButton:hover:before {
	color:#777777;
	cursor:pointer;
}

span.mapButton {
	border:0px solid red;
	margin-left:5px;
}
span.mapButton:before {
	display:inline-block;
	position: relative;
    top: 5px;
	width:15px;
	height:15px;
	color:#aaaaaa;
    content: "\f11d";
	font:normal 24px/1 dashicons!important;
}
span.mapButton:hover:before {
	color:#4A90E2;
}



.nss-pagination {
    display: flex;
    justify-content: flex-end;
    flex-wrap: none;
    position: relative;
	font-size:0.7em;
}
.pagination-top {
    margin-top: -65px;
}
.pagination {
    margin-right: 2%;
}
.nss-navigation li {
    float: left;
    margin-left: 15px;
    list-style: none;
}

tag.page-numbers {
	cursor:pointer;
}

.ajax-single-table th {
	text-align:left;
	min-width:120px;
}




.su-tabs-nav span[class*="ajax_tab"]{
	color:#7070f4;
	font-weight:bold;
}

.su-tabs-nav span.su-tabs-current[class*="ajax_tab"] {
	color:brown;
}
div.ajax-message{
	min-height:20px;
	color:red;
	width:fit-content;
	margin:auto;
}

#single-volunteer-form {
	max-width:500px;
	margin:auto;
	width:fit-content;
	border:1px solid #cccccc;
	border-radius:10px;
	padding:10px;
}
.ajax-single-table th, .ajax-single-table td {
	padding: 5px;
}
.volunteer-required {
    background-color: #9fe09f;
}

.new-volunteer-notes {
	margin-top:20px;
}

.ajax-single-form input[type=submit] {
    color: #27560f;
	font-weight:bold;
    background-color: #9fe09f;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid green;
}
.ajax-single-form input[type=submit]:hover {
	color:white;
	background-color: green;
}
.admin-submit {
	width:100%;
	text-align:center;
	padding:10px;
}

.admin-volunteer-added {
	color: blue;
    text-align: center;
    margin-top: 50px;
}
.admin-volunteer-added div {
	color:#777777;
	margin-top:20px;
}
.admin-volunteer-added div a {
	text-decoration:none;
}
.admin-volunteer-added div a:hover {
	text-decoration:underline;
}
/*******************************/

.volunteer-cancel-message, .school-cancel-message {
	color:#60c39e;
	font-size:90%;
}
.volunteer-no-results, .school-no-results {
	color:red;
	font-size:90%;
	margin-bottom:70px;
}
.booking-terms {
	font-size: 80%;
	color:green;
	font-weight:bold;
}

#tos_popup-overlay { 
	position:relative;
	display:none;
}
#tos_popup-overlay.tos_active {
	display:block;
}
.tos_popup-wrapper {
	display:none;
	position:absolute;
/*	height:550px; */
	top:-400px;
	left:0px;
	width:100%;
	background-color:white;
	border:1px solid blue;
	border-radius:10px;
	padding:10px;
}
.tos_popup-wrapper.tos_active {
	z-index:999;
	display:block;
}
.tos_popup-content {
	height:100%;
	overflow:auto;
}
.tos_popup_close {
	display:flex;
	justify-content:center;
	align-items:center;
	padding:10px;
	color:#4A90E2;
	background-color:transparent;
	font-size:70%;
	font-weight:bold;
	width:fit-content;
	margin:auto;
	border:2px solid #4A90E2;
	cursor:pointer;
}
.tos_popup_close:hover {
	background-color:#4A90E2;
	color:white;
}

.course-imminent {
	background-color: #e8ddac !important;
	font-weight:bold;
}
.leader-row .leader div {
	color:red;
	font-weight:bold;
	background-color:#b0f3b0;
	padding:2px 5px;
}

.form-changed input[type="submit"] {
	border:2px solid green;
}

.text-changed {
	background-color:palegoldenrod;
}
.training-leader {
	background-color: #cff4cf !important;
}
span.lls-span-link {
	cursor:pointer;
	color:blue;
	font-weight:bold;
}
span.lls-span-link:hover {
	color:darkblue;
}
#hidden-volunteer-panel.hidden-volunteer-panel {
	display:none;
}

/* toggle radio-buttons */
.msb-radiobutton {
	position:relative;
	display:inline-block;
	width:40px;
	height:18px;
	background-color:#b0b0b0;
	border-radius:18px;
}
.msb-radio-toggle {
	position:absolute;
	width:12px;
	height:12px;
	background-color:white;
	display:inline-block;
	left:0px;
	margin:3px;
	border-radius:50%;
}
.radioactive {
	background-color: #6BBB1A; 
}
.radioactive.testmode {
	background-color: orange !important; 
}
.radioactive .msb-radio-toggle {
	left:21px;
}
/* end of toggle buttons */

/*******************************/
.lls_view_only input, .lls_view_only textarea {
	background-color:#dddddd;
}
.gform_wrapper .large {
	line-height:1.5;
}

.gform_wrapper #searchnamewrapper {
	/* transform: translateX(-50%); */
	background-color:white;
	padding:5px;
	position:relative;
	max-width:570px;
	width:100%;
	max-height:275px;
	overflow:auto;
	border:1px solid #3690f0;
	display:grid; 
	grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
	z-index:999;
}
.schoolrow, .mannequinrow {
	display:flex;
	justify-content:space-between;
	cursor:pointer;
}
.schoolrow:hover, .mannequinrow:hover {
	background-color:#cbe2f0;
}
.schoolnamecell {
	width:50%;
	max-width:60%;
}
.schooltown, .schoolzip {
	text-align:left;
	width:20%;
}

#school-reg-error {
	color:red;
	padding:5px;
}
.class_even {
	background-color: #eeeeee;
}
.class_odd {
	background-color: #fefefe;
}

@media ( max-width: 500px ) {

.gform-wrapper #searchnamewrapper {
	width:100%;
	display:block;
	left:0px;
	right:0px;
}

.schoolrow {
	flex-direction:column;
}
.schooltown, .schoolzip {
	text-align:left;
	width:100%;
}

.schoolnamecell {
	width:100%;
	max-width:100%;
}

}


.hide-password {
	display:none;
}
#password-reveal-button {
	margin-bottom:0px;
}


.admin-reports-panel {
	display:flex;
	gap:0.5em;
	justify-content:flex-start;
	align-content:flex-start;
}
.report-menu {
	border:1px solid #777777;
	min-width:145px;
	min-height:300px;
	display:flex;
	flex-direction:column;
	gap:1em;
}
.report-main {
	border:1px solid #777777;
	min-height:300px;
	width:100%;
	margin-right:20px;
}
.rpt-menu {
	color:#39a0f1;
	cursor:pointer;
	margin-left:5px;
	font-weight:bold;
	font-size:10pt;
}
.rpt-menu:first-of-type {
	margin-top: 20px;
}
.rpt-menu.non-active {
	font-size:80%;
	color:#2f3868;
	font-weight:normal;
}
.rpt-menu:hover {
	color:#34668d;
}
.rpt-menu.non-active:hover {
	color:#2f3868;	
	pointer-events:none;
	cursor:none;
}
.menu-coming {
	margin-top:50px;
}
.report-menu-title {
	font-weight:bold;
	text-align:center;
	color:brown;
}

#report-output {
	padding:10px;
}
.report-grid {
	font-size:80%;
	display:grid;
    grid-gap: 1em;
 /*   grid-template-columns: repeat(auto-fill, minmax(75px, 155px)); */
    grid-template-columns: 6% 14% 8% 8% 12% 20% 15% 15%;
	justify-content: flex-start;
	align-items:center;
	overflow:auto;
}
.report-grid span {
	width:100%;
}
.report_message {
	color:green;
	padding:10px;
}

.report-icons {
	display: flex;
	gap: 1em;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
.report-icons span {

}

.report-main-message {
	margin-top: 50px;
	font-weight:bold;
	color:brown;
	font-size:100%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.last_login_banner {
	position:absolute;
	top:32px;
	right:10px;
	font-size:80%;
}

.volunteer-emulator-wrapper {
	border:1px solid red;
	border-radius:20px;
	padding:20px;
	margin-bottom:auto;
}
.emulating-volunteer {
	font-weight:bold;
}
.emulating-volunteer  span {
	color:blue;
}
.emulating-volunteer  strong {
	color:#b15615;
}
.emulator-menu {
	margin:auto;
	display:flex;
	justify-content:space-between;
	max-width:600px;
	color:blue;
	background-color:#cccccc;
}
.emulator-menu div {
	cursor:pointer;
	margin: 10px 20px;
}
.emul-menu.active-menu {
	font-weight:bold;
	color:brown
}
.emulator-menu div:hover {
	color:red;
}
.volunteer-emulator-wrapper .pagination-top {
	margin-top: 0px;
}
.volunteer-request-list {
	color:blue;
}

.volunteer-action-button { 
	padding:5px;
	border:1px solid #cccccc;
	border-radius: 10px;
	background-color: #9ae09a;
}
.volunteer-action-button:hover { 
	color:red;
}
.volunteer-action-button.already_assigned {
	background-color:#79cde9;
}

.volunteer-action-button.is-selected {
	background-color:orange;
}
#emulator_action_form {
	display:flex;
	padding:20px;

}
#emulator_action_form div {
	margin:10px 20px;
	font-weight:bold;
}
#request_list_panel {
	margin-bottom:20px;
}
.lls_viewonly {
	pointer-events:none;
}
.Table-row.new_booking {
    background-color: #f0fae8;
}
.Table-row.new_booking:before {
	content: "*";
}
.Table-row.old_booking:before {
	content: "*";
	color:white;
}

.dbs-summary-heading {
	font-weight:bold;
	color:blue;
	margin-bottom:0px;
	margin-top:20px;
}
.dbs-summary-grid {
	color:blue;
	display:grid; 
	grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
	grid-gap: 0.2em;
}
.dbs-summary-name {
	color:#ae7b7b;
	font-weight:bold;
}
.dbs-summary-first {
	grid-column:1;
}
.dbs-summary-span {
	font-weight:bold;
}

#school-other-referer, #school-recommendedby {
	display: none;
}

/*******************************/

/* table style */
.Table-row.hide-table-row {
	display:none;
}

.Table-row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

	width:100% !important;
	padding-bottom:5px;
	padding-top:5px;
}

.Table-header {
	display:none;  
	font-weight:bold;
}
.Table-row-item:before{
	content:attr(data-header);
	width:35%;
	font-weight:700
}
.Table-row-item.tri-wider:before{
	content:attr(data-header);
	width:50%;
	font-weight:700
}
.Table-row-item {
	word-wrap:break-word;overflow-wrap:break-word;padding:0.5em;
	margin-bottom:0px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;
	display: flex;
	justify-content:flex-start;

    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;

    -webkit-flex: 1 0 10%;
	-moz-flex: 1 0 10%;
    -ms-flex: 1 0 10%;
    flex: 1 1 10%;

	width:100%;

/*	flex-grow: 1; */
	/*border-left:0px solid red; */

	-webkit-align-items: flex-start;
     align-items: flex-start;

}

.Table-header .Table-row-item {
	-webkit-align-items: center;
     align-items: center;
}

/*
.Table-row-item a  {
	display:flex;
	flex-direction: row;
	align-items:center;
} */

.Table-row-item a span.sorting-indicator {
	display:none;
	visibility:hidden;
	border:0px solid red;
	margin-top:20px;
}

.Table-row-item:hover a span.sorting-indicator {
	visibility:visible !important;
}
.Table-row-item:hover .row-actions {
	left:0px;
}

.list-even-row {
	background-color: #f4f4f4;
}
.list-odd-row {
	background-color: #fdfdfd;
}
.list-even-row:hover {
	background-color: #f1fff8;
}
.list-odd-row:hover {
	background-color: #f1fff8;
}


.confirmed-request {
	background-color:#d3b2b8;
	cursor:normal;
}
.confirmed-request:hover {
	background-color:#d3b2b8;
}


#sysmessage-widget {
	color:#999999;
}
#sysmessage-widget label {
	color:#999999;
	font-weight:normal;
	font-size:90%;
}
#sysmessage-widget input[type="text"] {
	height:20px;
}
#sysmessage-widget textarea {
	height:25px;
}
#sysmessage-widget label span {
	color:#aaaaaa;
	font-size:80%;
}
.send-sys-admin {
	cursor:pointer;
	display:inline-block;
	color:green;
	border:1px solid green;
	padding:3px;
}
.send-sys-admin:hover {
	background-color:green;
	color:white;
}
#sys-message-response {
	font-size:90%;
	color:red;
}

.guidance-widget div a { 
	color: #999999;
	margin-left:15px;
}
.guidance-title {
	color:#3690f0;
}


input.volunteer-pin-field {
	max-width:70px;
}
.volunteer-pin-description {
	font-size:80%;
	font-style:italic;
	display:inline-block;
	max-width:200px;
	color:#999999;
}



/* grid form styles */

.xp-input-field {
	display:flex;
	align-items:center;
/*	overflow:hidden; */
}
.xp-input-field.wrap-input {
	flex-wrap:wrap;
}
span.xp-label {
	position:relative;
	display:inline-block;
	min-width: 100px;
	width:100%;
	font-weight:bold;
}
span.xp-label span{
	display:inline-block;
	position:absolute;
	right:0px;
	top:0px;
	cursor:pointer;
}
span.xp-input {
	width:100%;
}
span.xp-input span {
	white-space:nowrap;
}
span.xp-input input[type="text"], span.xp-input textarea {
	width:100%;
}


#llv_entry_form, #llv_volunteer_edit_form, #llv_school_edit_form {
	max-width:100%;
	display:grid;
	grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
}
#editVolunteer, #editSchool {
	border:1px solid #cccccc;
	padding:10px;
	border-radius: 20px;
}

.input-entry {
	border:0px solid red;
	min-height:32px;
}
.readonly input {
	background-color:#e9dfdf;
	pointer-events:none;
}

.nss_section_header {
	background-color: #d6e9ff;
	font-weight:bold;
	padding: 2px 5px;
	margin-bottom:4px;
}
.compact-textarea textarea {
	height:2.5em;
}

.b-address {
	/* use for billing address */
}
.radio-vertical .flex-radio {
	flex-direction:column;
}
.flex-radio {
	display:flex;
	justify-content:space-between;
}
.flex-radio-element {
	margin-right:5px;
}
.llv-row-collapse {
	margin-bottom:-10px;
}
.center-align {
	display:flex;
	align-items:center;
}
.gnewrow { 
	grid-column: 1;
}
.gfullrow {
	grid-column: 1 / -1;
}
.gspan2 {
	grid-column-end: span 2;
}
.gspan3 {
	grid-column-end: span 3;
}
.gspan4 {
	grid-column-end: span 4;
}
.gspan5 {
	grid-column-end: span 5;
}

.row-collapse-panel span.xp-input {
	display:none; 
}

.xp-caption.llv-row-collapse span.xp-input {
	display:none; 
}
.dbs-error, .dbs-error input {
	color:red;
	font-weight:bold;
}
.dbs-warning, .dbs-warning input {
	color:orange;
	font-weight:bold;
}
.volunteer-inactive-warning {
	color:blue;
	text-align:center;
}


@media (max-width: 400px) {

.gnewrow.gspan5, .gspan5 {
	grid-column: 1 / -1;
}
.gnewrow.gspan4, .gspan4 {
	grid-column: 1 / -1;
}
.gnewrow.gspan3, .gspan3 {
	grid-column: 1 / -1;
}
.gnewrow.gspan2, .gspan2 {
	grid-column: 1 / -1;
}

.xp-spacer.hide4mobile {
	display:none;
}

}




/* end grid form styles */





@media (min-width: 676px) {

.Table-header {
	display:flex;
}

.Table-row {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	flex-direction: row;

    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	justify-content:center;
}
.Table-row-item:hover {
	cursor:pointer;
}
.Table-row-item:before {
	content:none; 
	margin-left:50px;
}
.Table-row-item.tri-wider:before {
	content:none; 
	margin-left:50px;
}

.Table-row-item {
	width: 10%;
}
.Table-row-item.tri-wider {
	width: 20%;
}
.Table-row-item {
	padding: 0.2em;
	border:0px solid blue;
}
.Table-header .Table-row-item {
	background: #ffffff;
	color: #0073aa;
}

#volunteer-list-table .id, #school-list-table .id {
	max-width:50px !important;
}
#volunteer-list-table .phone, #volunteer-list-table .mobile, #school-list-table .phone, #school-list-table .mobile {
	max-width:120px !important;
}
#volunteer-list-table .name, #school-list-table .name {
	max-width:150px !important;
}
#volunteer-list-table .email, #school-list-table .email {
	max-width:270px !important;
}
#volunteer-list-table .email div, #school-list-table .email div {
	white-space:wrap;
}
#volunteer-list-table .postcode, #school-list-table .postcode  {
	max-width:80px;
}
#volunteer-list-table .status, #school-list-table .status  {
	max-width:80px;
}



#volunteer-history-table .id {
	max-width:30px;
}
#volunteer-history-table .bookingdate {
	max-width:130px;
}
#volunteer-history-table .session {
	max-width:130px;
}
#volunteer-history-table .postcode {
	max-width:130px;
}
#volunteer-history-table .leader {
	max-width:130px;
}
#volunteer-history-table .status {
	max-width:130px;
}
#volunteer-history-table .town {
	max-width:200px;
}

#bookings-list-table .reviewrating, #bookings-list-table .nrchildren, #bookings-list-table .status {
	max-width: 100px;
}

.volunteer-emulator-wrapper .Table-row-item.status {
    max-width: 140px !important;
}

}







@media (max-width: 676px){

div.keyBlock {
	max-width: 250px;
}
span.keyLabel{
	width:150px;
}

.promotion-grid {
	grid-template-columns: 1fr;
}

}








/*  Start of modal windows */
/* Modal, content and close (below) are HTML elements created by script during the popup process. You will not see them in any page or template, but they are just empty DIV tags
into which the popup text 'content' is inserted. These DIVs are all hidden until the popup is activated */
#modal {
  position:absolute;
  background:gray;
  padding:4px;
  z-index:9999;
}

#modalcontent {
 /* background:#EBF8FA; */
  background-color: #E9F3F2;
  padding:10px;
  overflow: auto;
  min-width:400px;
}

#close {
  position:absolute;
  background:url(../images/close.png);
  width:24px;
  height:27px;
  top:-7px;
  right:-7px;
}

#submodal {
  position:absolute;
  background:gray;
  padding:4;
  z-index:9999;
}

#submodalcontent {
  background:#E9F3F2;
  padding:10px;
  overflow: auto;
  min-width:400px;
}

#subclose {
  position:absolute;
  background:url(../images/close.png);
  width:24px;
  height:27px;
  top:-7px;
  right:-7px;
}

/* end of modal windows */



#llsrequest_edit_form, #llsbooking_edit_form  {
	max-width: 1000px;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fill, minmax(105px, 1fr));

}

#admin-edit-button {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	background-color:#a3ccf2;
	max-width:150px;
	border-radius:10px;
}
#admin-edit-button a {
	color:white;
	display:block;
	text-align:center;
	width:100%;
	padding:5px;
	text-decoration:none;
}
#admin-edit-button a:hover {
	color:#444444;
}

#llsrequest_edit_form, #llsbooking_edit_form {
	max-width:900px;
	border:1px solid #cccccc;
	padding:10px;
	border-radius:5px;
}
#SaveRequestButton, #SaveBookingButton {
	cursor:pointer;
	margin-top:10px;
	background-color:#a8e5ae;
	max-width:200px;
	padding:5px 10px;
	border-radius:10px;
}
#SaveRequestButton:hover, #SaveBookingButton:hover {
	color:white;
}
#ApproveRequestButton, #RejectRequestButton, #CancelRequestButton {
	cursor:pointer;
	margin-top:10px;
	background-color:#a8e5ae;
	max-width:200px;
	padding:5px 10px;
	border-radius:10px;
}
#RejectRequestButton {
	background-color:#f42e2e;
	color:#cccccc;
}
#CancelRequestButton { 
	background-color:#f42e2e;
	color:#cccccc;
}
#ApproveRequestButton:hover, #RejectRequestButton:hover, #CancelRequestButton:hover {
	color:white;
}

#toplevel_page_nss-portal-main a {
	color:#dddddd !important;
}
#toplevel_page_nss-portal-main a:hover {
	color:#fc9bcb !important;
}
#toplevel_page_nss-portal-main a.menu-top, #toplevel_page_nss-portal-main a.wp-first-item {
	color:#9b9bfc !important;
}

#toplevel_page_llv-portal-main a {
	color:#dddddd !important;
}
#toplevel_page_llv-portal-main a:hover {
	color:#a4cea4 !important;
}
#toplevel_page_llv-portal-main a.menu-top, #toplevel_page_llv-portal-main a.wp-first-item {
	color:#59dc59 !important;
}


