/* CSS Document */

.twosa {
    position: fixed;
    bottom: 15px;
    right: 15px;
    background: rgba(100, 0, 0, 0.7);
    font-size: 120%;
    width: 167px;
    padding: 15px;
    box-shadow: 5px 5px 15px rgb(0 0 0 / 80%);
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.twosa a {
    color: #FFFFFF;
}

body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
}

a {
    color: #2F7127;
    color: mediumblue;
}

.header_admin {
    position: absolute;
    top: 0;
    left: 0;
    height: 125px;
    background: linear-gradient(180deg, rgba(50,50,50,1) 0%, rgba(100,100,100,1) 79%, rgba(0,0,0,1) 79%, rgba(0,0,0,1) 100%);
    background: #50b9ba;
    width: 100%;
    z-index: -1;
}


.javascript_link {
	text-decoration: underline;
	color: -webkit-link;
}

.javascript_link:hover {
	cursor: pointer;
}

.form_q.SchoolYear {
    padding: 5px 0 0px 0;
}

input:not([type="submit"]), input:not([type="button"]), select, textarea {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 2px;
    padding: 5px;
    border: 1px solid #A9ACB1;
    border-radius: 3px;
}

input[type="checkbox"] {
    height: 20px;
    width: 20px;
    padding: 0;
    margin: 5px 0 0 2px;
}

select {
	padding: 4px;
}

input[readonly] {
	background: #CCC;
	color: #333;
}

input:not([type="submit"]):focus, input:not([type="button"]):focus, select:focus, textarea:focus {
    outline: 2px solid #92C5E4;
    outline: none;
    box-shadow: 0 0 14px rgb(226 21 24 / 50%);
}

input[type="submit"], input[type="button"] {
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	text-transform: uppercase;
	color: #FFF;
	height: 25px;
	border: none;
	font-weight: bold;
	padding: 0px 10px 0px 10px;
	cursor: pointer;
}

h1 {
	margin: 0px;
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	background: #48a6a7;
	height: 18px;
	overflow: hidden;
	color: #FFF;
	font-size: 130%;
	font-weight: normal;
	padding: 5px;
	white-space: nowrap;
}

h2 {
	font-size: 14px;
	color: #2F7127;
	color: #000000;
}

hr {
	border: none;
	background: #D3D3D3;
	height: 1px;
}

table {
	border-collapse: collapse;
}

th {
	white-space: nowrap;
}

td {
    vertical-align: top;
    padding: 2px 0;
    margin: 0;
}

.table_standalone td {
	padding: 0px 2px 6px 2px;
}

.clear_float {
	clear: both;
	height: 0px;
}

.error {
	font-weight: bold;
	color: #900;
	padding: 0px 0px 5px 0px;
}

.error a {
	color: #900;
}

.page_error {
	font-weight:bold;
	background:#900;
	color:#FFF;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:5px;
}

.page_error a {
	color:#FFF;
}

.page_warning {
	background: #FFEB99;
	color:#333333;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:5px;
}

.page_warning a {
	color:#333333;
}

.page_success {
	font-weight:bold;
	background:#007500;
	color:#FFF;
	text-align:center;
	margin:0px 0px 10px 0px;
	padding:5px;
}

.tooltip {
    cursor: help;
    padding: 8px 10px 8px 0;
    display: inline-block;
}

table .fa, table .far, table .fas {
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
	color: #2F7127;
}

.tooltip i.fas.fa-info-circle {
    font-size: 12px;
}

i.fas.fa-folder-open, a i.fas.fa-folder-open {
    color: #ffb900;
}

i.fas.fa-times-circle, i.far.fa-trash-alt {
    color: #cf3838;
}

i.fas.fa-edit {
    color: #cfb146;
}

i.far.fa-copy {
    color: #469fcf;
}

i.fas.fa-broadcast-tower {
 color: blue;
}

.button_div {
	text-align: right;
	margin-top:10px;
}

.note {
	color: #666;
	font-style: italic;
}

.sort_outer {
	float:right;
	width:24px;
	margin:0px 3px 0px 5px;
}

.page_control {
	text-align: right;
	margin: 5px 0px 0px 0px;
}

.container {
	width: 100%;
	min-width: 950px;
}

.logo {
	position:absolute;
	left: 30px;
	top: 8px;
}

.logo img {
    max-height: 84px;
}

.nav {
    margin: 98px 0px 2px 200px;
    float: right;
    width: 100%;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.1);
}

.nav a {
	display: block;
	float:right;
	margin: 0px 24px 0px 0px;
	text-decoration: none;
	color: #DDDDDD;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav a:hover {
	color: #FFFFFF;
}

.nav_popup {
    position: absolute;
    z-index: 200;
    top: 125px;
    left: 0px;
    display: none;
}

.nav_popup a {
	display: block;
	height: 19px;
	padding: 4px 15px 0px 15px;
	background: #231F20;
	background: #50b9ba;
	border-top: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration:none;
}

.nav_popup_shadow {
	position: absolute;
	width: 100%;
	background: url(../images/cms-shadow.png);
	left: 3px;
	height: 220px;
}

.nav_popup_links {
	position: relative;
}

.nav_popup a:first-child {
	border: none;
}

.nav_popup a:hover {
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	background: #84cecf;
}

.top_info {
	text-align: right;
	margin: 0px 0px 20px 0px;
}

.top_info a {
	text-decoration: none;
	color: #333333;
}

.top_info a:hover {
	text-decoration: underline;
}

.main {
	margin: 0px 30px 30px 30px;
}

.section {
	position: relative;
	border: 1px solid #E2E2E2;
	margin: 0px 10px 10px 0px;
}

.section h1 a {
	margin-top: 0px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	right: 0px;
	top: 4px;
}

.section_2 {
	border: 1px solid #E2E2E2;
	margin: 0px 0px 10px 0px;
}

.section_3 {
	border: 1px solid #E2E2E2;
	margin: 0px 0px 10px 0px;
}

.section_inner {
	margin: 3px 3px 10px 3px;
}

.section a, .section_2 a {
	display: block;
	margin: 10px 10px 10px 10px;
}

.header {
	margin: 0px 0px 15px 0px;
	font-weight: bold;
	font-size: 20px;
}
.main_buttons a, .main_buttons input, .main_buttons span {
	float: left;
	margin: 0px 15px 0px 0px;
}

.editor_title {
	margin: 19px 0px 00px 0px;
	float: left;
	font-size: 140%;
}

.filtering {
	background: #E8E8E8;
	border: 1px solid #C9C9C9;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 3px 0px;
}

.filtering input[type="checkbox"] {
    vertical-align: top;
}

.filtering input[type="button"] {
    background: #E0DFE4 url();
    text-transform: none;
    color: #000;
    border: 1px solid #A9ACB1;
    font-weight: normal;
    padding: 4px 10px;
}

.filter_list {
	white-space: nowrap;
}

.upgrade {
	padding:17px;
	margin: 26px 0px 0px 10px;
	float:left;
	width:495px;
}

.sign_in {
	width: 240px;
	background: #F6F6F6;
	border: 1px solid #2F7127;
	padding:17px;
	margin-top: 26px;
	float:left;
}

.sign_in_i {
	margin-bottom: 30px;
}

.sign_in_q {
	float: left;
	width: 76px;
	margin: 2px 0px 0px 0px;
}

.sign_in_a {
	float: left;
	margin: 0px 0px 2px 0px;
}

.kpi_table {
	width: 100%;
}

.kpi_table th {
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	text-align: left;
	height: 10px;
	padding: 5px;
}

.kpi_table td {
	background: #F6F6F6;
	padding: 5px;
}

.kpi_table td a {
	margin:0px;
}

.section_header {
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	height: 20px;
	padding: 3px 5px 5px 5px;
	color: #FFF;
	font-size:16px;
	border: 1px solid #D3D3D3;
}

.section_header a {
	color: #FFF;
	text-decoration:none;
}

.manager_table {
	width: 100%;
	border: 1px solid #D3D3D3;
}

.manager_table th {
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	background: #48a6a7;
	background-size: 100%;
	text-align: center;
	height: 18px;
	padding: 5px;
	color: #FFF;
	border: 1px solid #D3D3D3;
	border: 1px solid #50b9ba;
}

.manager_table th i {
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
}

.manager_table_row td {
	background: #F6F6F6;
	padding: 1px 5px 1px 5px;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
	height: 25px;
}

.manager_table_row2 td {
	background: #FFFFFF;
	padding: 1px 5px 1px 5px;
	border: 1px solid #D3D3D3;
	vertical-align: middle;
	height: 25px;
}

.manager_table_row_warning td {
	background: #F7D1D1;
}

.manager_table_row_warning2 td {
	background: #FFD9D9;
}

.manager_table_row.booking_cancelled, .manager_table_row2.booking_cancelled {
    color: red;
    font-style: italic;
}

.manager_table_row.completed td {
    background-color: rgba(0, 200, 0, 0.1);
}

.manager_table_row2.completed td {
    background-color: rgba(0, 200, 0, 0.05);
}

.file_manager_container {
	margin:0px 0px 10px 0px
}

.to_do_table {
	width: 250px;
	margin: 3px;
}

.to_do_table td {
	background: #F6F6F6;
	padding: 5px;
}

.to_do_table a {
	margin: 0px;
}

.editor {
	border: 1px solid #D3D3D3;
	background-color: #F6F6F6;
	padding: 15px;
}

.webmail {
	position:fixed;
	bottom:86px;
	right:0px;
	text-align:right;
}

.webmail_popup {
	position: fixed;
	bottom: 86px;
	right: 28px;
	display: none;
}

.webmail_popup a {
	display: block;
	height: 19px;
	padding: 4px 15px 0px 15px;
	background: #494949;
	border-top: 1px dotted #FFFFFF;
	color: #FFFFFF;
	text-decoration:none;
}

.webmail_popup_links {
	position: relative;
}

.webmail_popup a:first-child {
	border: none;
}

.webmail_popup a:hover {
	background: #5AABE0;
}

.popup_editor {
	position: fixed;
	top: 0px;
	left:0px;
	z-index:150;
	width: 100%;
	height: 100%;
	background:url(/admin/images/cms-shadow.png);
}

.popup_editor_inner {
	position: absolute;
	background:url(/admin/images/cms-shadow.png);
	padding:20px;
	top:25%;
	left:25%;
}

.popup_editor_data {
	background:#FFF;
	padding:5px;
}

.popup_editor_table {
	width:100%;
}

.popup_editor_table td {
	padding:5px;
}

.TabbedPanels {
	width: 100%;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 7px 10px 0px 10px;
	height: 21px;
	background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
	background: #48a6a7;
	list-style: none;
	border: 1px solid #D3D3D3;
	border-bottom: 1px solid #1E92CF;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #FFFFFF;
	font-weight:bold;
	outline:none;
}

.TabbedPanelsTabHover {
	background: #231F20;
	border-bottom: 1px solid #231F20;
	background: #50b9ba;
	border-bottom: 1px solid #50b9ba;
}

.TabbedPanelsTabSelected {
	background: #F6F6F6;
	border-bottom: 1px solid #F6F6F6;
	color: #333333;
	margin: 0px 0px 0px 0px;
	height: 25px;
	}

.TabbedPanelsContentGroup {
	clear: both;
	border: 1px solid #D3D3D3;
	background-color: #F6F6F6;
}

.TabbedPanelsContent {
	padding: 15px;
}

.TabbedPanelsContent table td p {
    margin: 8px 0 0 0;
}

.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}

.altTabbedPanelsTab {
	position:relative;
	top:1px;
	float:left;
	padding:4px 10px;
	margin:0px 1px 0px 0px;
	background-color:#3E8FFF;
	list-style:none;
	border:1px solid #3E8FFF;
	-moz-user-select:none;
	-khtml-user-select:none;
	cursor:pointer;
}

.altTabbedPanelsTab:hover {
	background-color:#3399FF;
	color:#FFFFFF;
	background-image:none;
}

.altTabbedPanelsTabSelected {
	position:relative;
	top:1px;
	float:left;
	padding:4px 10px;
	margin:0px 1px 0px 0px;
	background-color:#B1D3FF;
	list-style:none;
	border:1px solid #3E8FFF;
	border-bottom:#B1D3FF;
	-moz-user-select:none;
	-khtml-user-select:none;
	}

.altTabbedPanelsTab a {
	color:#000000;
	text-decoration: none;
}

#sTerms {
	height:200px;
	overflow:scroll;
	padding:10px;
	border:1px solid #CCC;
}

.customer_basket_addition_table td {
	border: none;
	vertical-align: top;
	font-style: italic;
}

.orderDetails {
	border: 1px solid #2F7127;
	border: 1px solid #000000;
	background: #EAF1E9;
	background: #EEEEEE;
	padding: 0px 5px 5px 5px;
	margin: 0px 10px 10px 0px;
}

table.jqplot-table-legend {
	font-size:11px;
}
td.jqplot-table-legend {
	padding:2px;
}

.snapshot td, .snapshot th {
    text-align: center;
    padding: 10px;
    font-size: 110%;
    vertical-align: middle;
    border: 1px solid #CCCCCC;
}

.snapshot tr td:nth-of-type(1) {
    text-align: left;
}

.snapshot tr td:last-child {
    text-align: right;
}

.snapshot_mon, .snapshot_tue, .snapshot_wed, .snapshot_thu, .snapshot_fri, .snapshot_sat, .snapshot_sun {
	background: #DDDDDD;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
	display: none;
}

.modal_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #FFFFFF;
    padding: 20px;
}

.modal_close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-weight: bold;
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 0 2px;
    cursor: pointer;
}

#modalExport a {
    display: block;
    border: 1px solid #2F7127;
    padding: 10px;
    margin: 5px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 10px;
}

#modalExport a:hover {
    background: #2F7127;
	background: linear-gradient(180deg, rgba(75,75,75,1) 0%, rgba(182,182,182,1) 100%);
    border: 1px solid #2F7127;
    color: #FFFFFF;
}

.clickable {
	cursor: pointer;
}

.filter_options, .filter_less {
	display: none;
}

.filter_more, .filter_less {
    text-decoration: underline;
    color: #999999;
	cursor: pointer;
}

.waiting_list_customer_outer {
	display: none;
	position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.waiting_list_customer_inner {
	position: absolute;
    background: #FFFFFF;
    width: 500px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 3px 3px 13px rgb(0 0 0 / 50%);
    padding: 10px;
}

.waiting_list_customer_inner #sCustomerSearch {
	width: calc(100% - 116px);
}

.waiting_list_customer_inner #sCustomerResults {
	display: none;
    position: absolute;
    top: 37px;
    background: #FFFFFF;
    left: 111px;
    width: calc(100% - 124px);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 50%);
    max-height: 260px;
    overflow: auto;
}

.waiting_list_customer_inner #sCustomerResults .customer {
	display: flex;
}

.waiting_list_customer_inner #sCustomerResults .customer:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.05);
}

.waiting_list_customer_inner #sCustomerResults .customer:hover {
	background: rgba(0, 0, 0, 0.1);
	cursor: pointer;
}

.waiting_list_customer_inner #sCustomerResults .customer:first-of-type:hover {
	background: none;
	cursor: initial;
}

.waiting_list_customer_inner #sCustomerResults .customer div:first-of-type {
	padding: 5px;
	width: 60px;
}

.waiting_list_customer_inner #sCustomerResults .customer div:last-of-type {
	padding: 5px;
	width: calc(100% - 80px)
}

#sChildResults .child {
    display: flex;
    align-items: center;
    padding: 5px;
}

.waiting_list_customer_close {
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -190px 0 0 -260px;
    cursor: pointer;
}

#sChildResults .child div:nth-of-type(1) {
    width: 43px;
}

#sChildResults .child div:nth-of-type(2) {
    width: 75px;
}

#sChildResults .child:nth-of-type(even) {
    background: rgba(0, 0, 0, 0.05);
}

@media print {
	#sTerms {
		overflow:visible;
	}
}