body {
	font-family: "Public Sans", avenir, calibri, arial, sans-serif;
	font-size: small;
	font-weight: normal;
	text-align: left;
	color: #636363;
	margin: 0px;
	background-color: #FFFFFF;
}

#mainContentArea {
	float: left ;
	position: absolute;
	left: 210px;
}

div.main_title {
	width: 100%;
	height: 55px;
	background: #0505EC;
	text-align: center;
	vertical-align: middle ;
}

div.main_section {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

img {
	border: 0px;
}

img.main_title {
	margin-top: 4px;
}

p {
	margin-top: 0px;
	margin-bottom: 0.5em;
}

h1 { 
	font-size: xx-large;
	color: #0033FF;
	text-align: center;
	margin-top: 0em;
}

h2 { 
	font-size: x-large;
	text-align: left;
	color: #5070CA;
	margin-bottom: 3px;
}

h3 { 
	font-size: large;
	color: #0033FF;
	text-align: left;
	margin-top: 0em;
	margin-bottom: 0em;
}

a { 
	color: #0074ff;
	text-decoration: none;
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

a.email { 
	color: #FFCC00;
	text-align: center;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

a:hover { 
	color: #990099; 
}

#banner {
	width: 100%;
	display: flex;
	justify-content: left;
}

#banner img {
	max-width: 100vw;
}

#usersName {
	margin-left: 5px;
	float: left;
	display: inline-block;
	color: #FFFFFF;
	font-size: 14px;
	margin-bottom: 5px;
}

#contactDropdownName {
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 100%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	height: 25px;
}

#contactDropdown {
    display: flex;
    flex-direction: column;
    float: right;
	background-color: white;
	box-shadow: 0px 3px 7px 0px #D8D8D8;
	font-size: 14px;
	text-align: left;
	position:relative;
	top: 7px;
	width: 200px;
	padding: 10px 20px;
	right: 5px;
}

#contactDropdownContainer {
	display: inline-block;
	float: right;
	width: 0px !important;
	right: 0;
	position: absolute;
    z-index: 10;
    top: 43px;
}

#contactDropdownContainer div,
#contactDropdownContainer p {
	background-color: white;
}

#contactDropdownContainer p {
	padding: 8px;
	text-align: left;
}

#contactDropdownContainer div:hover ,
#contactDropdownContainer p:hover {
	background-color: white;
}

#contactDropdownContainer a {
	color: #000000;
}

#contactDropdownContainer a:hover {
	text-decoration: underline #40A584;
	text-underline-offset: 3px;
	font-weight: 600;
}

#initialsCircle {
	height: 30px;
	line-height: 30px;
	min-width: 30px;
	margin-left: 1px;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	border-radius: 50%;
	font-size: small;
	float: left;
	display: inline-block;
	margin-bottom: 5px;
}

#homeSecurityMessage {
	margin-bottom: 24px;
	border-bottom: 1px solid black;
}

div.wrapDiv, div.wrap_div {
	clear: both;
	width: 600px;
	padding: 0.15em;
	padding-top: 0.65em;
	padding-right: 12px;
	margin: 0px;
	border: 1px solid #FFFFFF;
	border-bottom: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	min-height: 24px;
}

div.labeldiv, div.label_div {
	width: 150px;
	float: left;
	clear: both;
}

div.inputdiv, div.input_div {
	margin-left: 15px;
	padding-right: 12px;
	float: left;
}

table {
	border-collapse: collapse;
	padding: 0px;
	border: 0px;
	max-width: 99%;
}

td {
    vertical-align: top;
	padding: 0px;
	border: 0px;
}

td.number {
	text-align: right !important;
}

.ucwords {
	text-transform: capitalize;
}

.legal	{ 
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	font-size: xx-small;
	color: #FFFFFF;
	text-align: center;
}

.error	{
	color: red;
}

td.help {
	border: 1px solid #000000 ;
	background-color: #666666 ;
}

p.generic_help {
	background-color: #CCCCCC ;
	color: #000000 ;
	border-bottom: 1px solid #000000 ;
	font-weight: normal ;
}

p.field_help {
	background-color: #666666 ;
	color: #FFFFFF ;
}

#tabbedViewTitle {
	clear: both;
	padding: 6px;
	background-color: #5070CA;
	color: #FFFFFF;
}

#tabDataArea .view_wrapper:first-of-type {
	border-top: 1px solid #ebebeb;
}

div.view_wrapper {
	clear: both;
	background-color: white;
    width: 100%;
    height: auto;
    display: flex;
    min-height: 45px;
    border-bottom: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

div.view_title	{ 
	font-weight: bold;
	margin: 0px;
	float: left;
	width: 150px;
	min-height: 24px;
	padding: 10px;
	border: none;
	background-color: #E0E6EB;
	text-align: left;
	color: black;
}

div.view_data	{
	font-weight: normal;
	text-align: left;
	min-height: 24px;
	margin: 0px;
	float: left;
	width: 300px; /* causing probs with date then time1 on craeting multiday in cricket. see what happens without it */
	padding: 10px 20px;
	border: none;
	background-color: white;
	color: black;
}

td.viewtitle, td.view_title { 
	vertical-align: middle;
	padding: 6px;
	padding-left: 8px;
	font-weight: bold;
	text-align: right;
	background-color: #EBEBEB;
	border: 1px solid #FFFFFF;
	color: #636363;
	font-family: "Public Sans", avenir, calibri, arial, sans-serif;
	background-color: #EBEBEB;
	border: 1px solid #FFFFFF;
	color: #636363;
}

td.viewdata, td.view_data {
	padding: 0.15em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	vertical-align: middle;
	font-weight: normal;
	border: 1px solid #EBEBEB;
	color: #636363;
}

td.viewlist, td.view_list_data {
	vertical-align: top;
	padding-top: 0.15em;
	padding-bottom: 0.15em;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0.5em;
	font-size:small;
	border-bottom: 1px solid #E0E6EB;
	padding: 15px 7px;
}

td.viewlisttitles, th.view_list_titles, #datatableTitle	{
	text-align: left;
	text-transform: capitalize;
	background-color: #E0E6EB;
	border: 1px solid #E0E6EB;
	color: black;
	text-decoration: underline;
	font-weight: 600;
	padding: 7px;
	height: 35px;
}

#datatableTitle {
	width: 450px;
}

td.data_title {
	vertical-align: middle;
	padding: 6px;
	padding-left: 8px;
	font-weight: bold;
	text-align: right;
	color: #636363;
	background-color: #ebebeb;
	border: 1px solid #FFFFFF;
}

td.data {
	padding: 0.15em;
	background-color: #ebebeb;
	border: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0.5em;
	border: 1px solid #FFFFFF;
}

select {
	background-color: #FFFFFF ;
}

input.text {
	background-color: #FFFFFF ;
	height: 24px;
	color: #636363;
}

textarea.textarea {
	background-color: #FFFFFF ;
}

input.file {
	background-color: #FFFFFF ;
}

input.date {
	background-color: #FFFFFF ;
}

input.number {
	background-color: #FFFFFF ;
}

#labelGotoArchive {
	margin-left: 15px;
	padding-right: 2px;
	width: 40px;
}

#labelUsePlay {
	margin-left: 15px;
	padding-right: 2px;
	width: 25px;
}

#labelToggleDebug {
	margin-left: 15px;
	padding-right: 2px;
	width: fit-content;
}

#labelToggleDbQuery {
	margin-left: 15px;
	padding-right: 2px;
	width: fit-content;
}

#labelUseBeta {
	margin-left: 15px;
	padding-right: 2px;
	width: 30px;
}

#labelUseAlpha {
	margin-left: 15px;
	padding-right: 2px;
	width: 35px;
}

#labelUseTestMode {
	margin-left: 15px;
	padding-right: 2px;
	width: 35px;
}

#labelIsNotMe {
	margin-left: 15px;
	padding-right: 2px;
	width: fit-content;
	margin-right: 10px;
}

#gotoArchive {
	float: left;
	margin-right: 10px;
}

#usePlay {
	float: left;
	margin-right: 10px;
}

#useTestMode {
	float: left;
	margin-right: 10px;
}

#toggleDebug {
	float: left;
}

#toggleDbQuery {
	float: left;
	margin-right: 10px;
}

#useBeta {
	float: left;
	margin-right: 10px;
}

#useAlpha {
	float: left;
	margin-right: 10px;
}

#isNotMe {
	float: left;
}

.toolbox_row {
	float: left;
	color: white;
	font-size: medium;
}

label.toolbox_row {
	margin-top: 0px;
	font-weight: 500;
	font-size: small;
}

#currentUser {
	float: left;
	padding-right: 8px;
	font-weight: bold;
	color: #636363;
	text-decoration: none;
}

#userName {
	width: 100%;
	min-height: 35px;
	max-height: 35px;
	background-color: #5070CA;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	border: none;
	padding-top: 15px;
	color: #FFFFFF;
	font-size: small;
}

div.username {
	font-size: small;
}

.logo {
	display: none;
	width: 300px;
}

.logo_whistle {
	display: none;
}

.helplink {
	cursor: pointer ;
	text-align: right;
}

label {
	width: 150px;
	float: left;
	text-align: left;
	padding-right: 8px;
	margin-top: 6px;
	margin-bottom: 0.5em;
}

span.labels {
	width: 450px;
}

#playMessageSpan {
	margin-left: 10px;
	color: yellow;
}

#playMessageDiv {
	width: 100%;
	background-color: red;
	height: 24px;
}

div.tab {
	float: left;
	border-right: none; 
	border-top: none; 
	padding: 6px; 
	margin-left: 0px;
	cursor:pointer;
	font-size: small;
	font-weight: bold;
	text-transform: capitalize;
}

div.tab_selected {
	background-color: #5070CA;
	color: #FFFFFF;
	border-radius: 6px 6px 0px 0px;
}

div.tab_unselected {
	background-color: #FFFFFF;
	color: #000000;
}

#topNotify, #bottomNotify, #applyFilters {
	background-color: #34BBA3;
	font-size: 12px;
       	text-align: center;
	padding: 4px;
	color: white;
	float: right;
}

#bottomNotify {
	float: left;
}

#databasePopupTitleArea {
	margin-top: 0px;
}

div.home_action_icons {
	display: inline-block;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

img.database_action_icon {
	width: 45px;
	height: 45px;
	cursor: pointer;
}

img.find_form_date {
	float: left;
}

img.results_icon {
	width: 18px;
	height: 18px;
}

span.home_icons_text {
	display: block;
	cursor: pointer;
	text-align: center;
	color: #4771D1;
}

table.view_list_table {
	border: 1px solid #E0E6EB;
}

tr.view_list_row {
	border: 1px solid #E0E6EB;
}

th.view_list_titles span {
	text-decoration: none;
}


td.view_list_data_number {
	text-align: right;
}

#findFormDiv {
	/*background-color: #E0E6EB1A;*/
	background-color: #EBEBEB;
	border: 0.5px solid #222E50;
	border-radius: 4px;
	width: fit-content;
	padding: 10px;
	max-width: 97%;
}


#resetFiltersButton {
	background-color: white;
	color: #222E50;
	float: left;
	border-radius: 24px;
	padding: 10px 15px;
	margin-left: 5px;
	border: #222E50 1px solid;
}

#resetFiltersButton:hover {
	cursor: pointer;
	background-color: #E0E6EB;
	color: #222E50;
	border: #222E50 1px solid;
}

#submitSearch {
	background-color: #222E50;
	text-align: center;
	margin-left: 10px;
	margin-right: 16px;
	margin-top: 8px;
	margin-bottom: 4px;
	border-radius: 24px;
	padding: 12px 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	float: right;
	border: #222E50 1px solid;
}

#submitSqlSearch {
	background-color: #4771D1;
	float: right;
	padding: 12px 16px;
	width: fit-content;
	margin-top: 8px;
}

#submitSearch:hover {
	cursor: pointer;
	background-color: #3F579B;
	color: white;
	border: #3F579B 1px solid;
}

select.find_form, input.find_form {
	display: block;
	padding: 5px 5px;
	margin: 4px 4px 4px 0;
	border: 1px solid #222E50;
	border-radius: 4px;
	width: 95%;
}

select.find_form {
	max-width: 220px;
}

input.find_button_clear {
	margin-top: 16px;
}

#functionButtons {
	margin-bottom: 20px;
}

#queryResultsTable_2 {
	margin-bottom: 20px;
}

#queryResultsTable_2 tr:nth-child(even) {
	background-color: #F2F2F2;
}

#wrapDivfindFromDate, #wrapDivfindToDate {
	width: 110px;
}

#findFromDate, #findToDate {
	width: 70px;
	margin-right: 5px;
}

input.find_form_date {
	clear: both;
	float: left;
}

div.find_field {
	text-align: left;
	font-weight: bold;
	color: #000000;
}

input.find_button {
	border: none;
	color: white;
	font-weight: bold;
	width: 75px;
}

table#jacs {
	border: 1px solid #222E50 !important;
	border-radius: 4px;
	border-collapse: separate;
	margin-top: 5px;
}

table.jacsCells {
	background-color: white;
}

td.jacsWeek {
	color: black !important;
}

td.jacsCells {
	font-weight: 300 !important;
	text-align: center;
}

td.jacsCellsExMonth {
	color: white !important;
	background-color: white !important;
	border: none !important;
	height: 0 !important;
	padding: 0 !important;
	font-size: 0 !important;
}

td.jacsInputDate {
	color: white !important;
	background-color: #222E50 !important;
	text-align: center;
	border-radius: 4px;
	border-color: unset !important;
}

td.jacsDrag, td.jacsHead, td.jacsFoot {
	background-color: white !important;
	color: black !important;
}

table.jacs, table.jacsStatic {
	background-color: white !important;
	color: black !important;
}

table.jacs {
	box-shadow: 0 3px 7px 0px #D8D8D8;
}

select.jacsHead {
	border-radius: 4px;
	height: 27px !important;
	width: 97% !important;
	border: none;
}

input.jacsHead {
	border: none !important;
	font-weight: 900 !important;
	font-size: 18px !important;
	color: #9e9e9e !important;
}

input.jacsHead:hover {
	cursor: pointer;
	border: none!important;
}

input.jacsHead:active {
	border: none!important;
}

#jacsMonths:active, #jacsYears:active {
	border: none !important;
}

#jacsMonths:current, #jacsYears:current {
	border: none !important;
}

td.jacsCellsWeekend {
	color: black !important;
	font-weight: 300 !important;
	text-align: center;
}

td.jacsCells:hover, td.jacsCellsHover, td.jacsCellsWeekend:hover {
	color: #4771D1 !important;
	background-color: white !important;
	font-weight: 600 !important;
	background-color: white !important;
	text-align: center;
}

#findOnlyUnappointed {
	width: fit-content;
}

.save_button {
	background-color: #222E50;
	color: white;
	border-radius: 24px;
	padding: 12px 24px;
	text-align: center;
	border: 1px solid #222E50;
	margin: 5px;
	width: 60px;
}

.save_button:hover {
	background-color: #3F579B;
	border: 1px solid #3F579B;
	cursor: pointer;
	color: white;
}

.cancel_button {
	background-color: white;
	color: #222E50;
	border-radius: 24px;
	padding: 12px 24px;
	text-align: center;
	border: 1px solid #222E50;
	margin: 5px;
	width: 60px;
}

.cancel_button:hover {
	background-color: #3F579B;
	border: 1px solid #3F579B;
	cursor: pointer;
	color: white;
}

td#tabDataArea form div {
	padding: 10px;
}

td#tabDataArea form div label {
	margin-bottom: 0;
	padding-bottom: 5px;
}

.tab_dropdown {
	display: none;
	margin: 10px 0;
	flex-direction: column;
	color: black;
	font-weight: 600;
	padding-bottom: 10px;
	border-bottom: 3px solid #4771D1;
	width: 100%;
  }
  
.tab_dropdown select {
	padding: 5px;
	border-radius: 4px;
	min-width: fit-content;
	max-width: 300px;
}


table {
	min-width: unset !important;
	width: unset !important;
}

td > div {
	min-width: unset !important;
}

#datatable div:first-of-type {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

#datatable div.wrap_div {
	padding: 10px;
	margin: 0px;
	border: 1px solid #F2F2F2;
	min-height: 24px;
	background: linear-gradient(to left, white 74%, #E0E6EB 26%);
	width: 95%;
}

div.wrap_div:last-of-type {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

div.wrapDiv {
	padding: 10px;
	margin: 0px;
	border: 1px solid #F2F2F2;
	border-bottom: 2px solid #F2F2F2;
	min-height: 24px;
	background-color: white;
	}

label {
	font-weight: 600;
	color: black;
}

select {
	background-color: #FFFFFF ;
	border-radius: 4px;
	border: 1px solid #222E50;
	padding: 5px;
}

input {
	border-radius: 4px;
	border: 1px solid #222E50;
	padding: 5px;
}

textarea {
	border-radius: 2px;
	border: 1px solid #222E50;
}

input.text {
	background-color: #FFFFFF ;
	color: #636363;
}

textarea.textarea {
	background-color: #FFFFFF ;
}

#datatable select {
	width: 70%;
	margin-bottom: 5px;
	margin-left: 5px;
}

#datatable input {
	margin-left: 5px;
}

#datatable label {
	width: 25%;
	display: inline-block;
	float: none;
	margin-bottom: 0;
}

#displayOrgSelect {
	margin-left: 190px;
}

#wrapDivNotes {
	background: white !important;
}

/* would be easier to just add a class to the divs containing these */
#wrapDivFixtureInformation, #wrapDivNote, #wrapDivVisaDetails, #wrapDivDescription,
#wrapDivContactNotes, #wrapDivGraderNotes, #wrapDivSendEmail, #wrapDivColours,
#wrapDivDirections, #wrapDivGeneralNotes  {
	background: white !important;
}

#viewDataLatLng {
	margin-left: 5px;
	padding: 0;
	background: transparent;
}

#viewTitleLatLng {
	text-align: left !important;
	width: 25%;
	background: transparent;
	font-weight: 600 !important;
	padding: 0;
	padding-right: 8px;
}

#viewWrapperLatLng {
	width: 95%;
	border: 1px solid #F2F2F2;
	background: linear-gradient(to left, white 74%, #E0E6EB 26%);
	padding: 10px;
}

.note-editor.note-frame {
	margin-top: 5px;
}

select#timezones_level_one {
	margin-left: 28%;
}

#loyaltyTypeTable {
	margin-left: 28%;
}

td.one_click_select_label {
	background-color: #F2F2F2 !important;
	color: black !important;
	border: 1px Solid #6D767E !important;
	padding-left: 10px !important;
}

td.one_click_select_label:hover {
	background-color: #8DC63F;
	color: white;
	border: 1px solid white;
}

td.one_click_select_label_selected {
	border: 1px solid #6D767E !important;
	padding-left: 10px !important;
}

#wrapDivDescription {
	background: linear-gradient(to left, white 74%, #E0E6EB 26%) !important;
}

#expensesClaimFormTitle {
	width: 68%;
}

@media only screen and (max-width: 1000px) {
	#mainContentArea {
		left: 8%;
	}

	#banner {
		visibility: hidden;
		height: 20px;
	}

	#userName {
		height: 90px;
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding: 20px 0;
	}

	#userName div {
		width: 20%;
	}

	#userName div.logo_container {
		width: 60%;
		display: flex;
		justify-content: center;
	}

	#userName span, #userName label, #userName input {
		display: none !important;
	}

	.nav_bar_container {
		display: flex;
	}

	#usersName {
		display: none;
	}

	.logo {
		display: flex;
	}

	#contactDropdown {
		top: 32px;
	}

	#contactDropdownName {
		justify-content: end;
	}

	#contactDropdownName span, #initialsCircle {
		width: 45px;
		height: 45px;
		display: flex !important;
		justify-content: center;
		align-items: center;
		margin: 0;
	}

	#findFormTable {
		min-width: fit-content !important;
	}

	#findFormTable tr {
		display: flex;
		flex-direction: column;
		width: max-content;
	}

	#findFormTable td {
		padding: 5px;
	}

	#findFormTable tr:last-of-type {
		width: fit-content;
	}

	#findFormTable tr:last-of-type td {
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	input.find_button_clear {
		margin-top: 0;
	}

	input.find_form {
		max-width: 220px;
	}

	#contactDropdownContainer {
		width: 100%;
		align-items: start !important;
	}

	#userName div#contactDropdown {
		width: 200px;
		align-items: start !important;
	}

	#contactDropdown p {
		align-self: start !important;
		width: 90%;
	}

}


@media only screen and (max-width: 900px) {
	#queryResultsTable_2 th {
		display: none;
	}

	#queryResultsTable_2 .view_list_row {
		display: flex;
		flex-direction: column;
		padding: 6px 8px;
		width: 430px;
	}
	
	#queryResultsTable_2 td:first-child {
		border-bottom: 1px solid #E0E6EB;
	}

	.fixture_appointments td.view_list_data {
		border: none !important;
	}

	#queryResultsTable_2 td.view_list_data {
	text-align: left !important;
	}

	#queryResultsTable_2 td {
		font-size: 14px;
		border: none;
		padding: 10px 0;
	}

	#queryResultsTable_2 td::before {
		content: attr(data-label);
		float:inline-start;
		font-weight: bold;
		width: 150px;
  	}

	.fixture_appointments tr {
		padding-left: 8px;
	}

	.home_data_table tr:has(> th) {
		display: none;
	}

	.home_data_table tr {
		display: flex;
		flex-direction: column;
		padding: 6px 8px;
		/* width: 430px; */
		border: 1px solid #E0E6EB;
	}

	.home_data_table tr td:first-child {
		border-bottom: 1px solid #E0E6EB;
		font-weight: 600;
	}

	.home_data_table tr:nth-child(odd) {
		background-color: #F2F2F2;
	}
}

@media only screen and (max-width: 800px) {
	#contactDropdownName {
		margin-right: 15px;
	}

	.tabs {
	  display: none;
	}
  
	.tab_dropdown {
	  display: flex;
	}

	#tabsHolder .tab {
		display: none;
	}

	table {
		min-width: unset !important;
	}

	td > div {
		min-width: unset !important;
	}
  
	#tabbedViewTitle {
	  background-color: transparent;
	  color: black;
	  font-weight: 600;
	  padding: 5px 0;
	  font-size: large;
	  width: fit-content;
	}

	#tabsHolder {
		min-width: fit-content !important;
	}
  
	.view_wrapper {
	  display: flex;
	  flex-direction: column;
	  border: none !important;
	  background-color: #E0E6EB !important;
	  padding: 5px;
	  width: calc(100% - 10px);
	  border-bottom: 1px solid rgb(124, 124, 124) !important;
	}
  
	.view_wrapper div {
	  width: calc(100% - 30px);
	  padding: 10px;
	  background-color: #E0E6EB;
	}
  
	.view_title {
	  height: 15px !important;
	  min-height: 15px !important;
	  font-size: 14px;
	  padding-bottom: 5px !important;
	}
  
	.view_data {
	  border-bottom-left-radius: 4px;
	  border-bottom-right-radius: 4px;
	  font-size: 18px;
	  padding-top: 5px !important;
	  padding-left: 15px !important;
	  background-color: #E0E6EB !important;
	}

	#datatable {
      width: 98%;
    }

    #datatable .wrap_div {
      display: flex;
      flex-direction: column;
    }

    div.wrap_div, div.wrapDiv {
      background: #E0E6EB !important;
      width: 100%;
    }

    div.wrap_div {
      border-bottom: 1px solid rgb(124, 124, 124);
    }

    #datatable select, #datatable textarea {
      width: 100%;
    }

    #datatable input {
      width: fit-content;
    }

	#datatable label {
		width: 100%;
	}

	#wrapDivNotes {
		background: #E0E6EB !important;
	}

	#wrapDivDescription {
		background: #E0E6EB !important
	}

	.note-modal {
		display: none !important;
	}

	#displayOrgSelect {
		margin-left: 0;
	}

	#wrapDivDate img {
		width: fit-content;
	}

	select.jacsHead {
		width: fit-content !important;
		height: fit-content !important;
	}

	.note-editable {
		background: white;
	}

	select#timezones_level_one {
		margin-left: 5px;
	}

	.edit_data {
		padding-bottom: 5px;
	}

	#wrapDivFromDate img, #wrapDivDateFrom img, #wrapDivDateTo img, #wrapDivToDate img {
		width: 20px;
		margin-left: 5px;
	}

	#loyaltyTypeTable {
		margin-left: 5px;
	}
   
	#expensesClaimFormTitle {
		width: 96% !important;
	}
}

@media only screen and (max-width: 700px) {
	#mainContentArea {
		left: 6%;
		width: 80%;
	}

	#submitSqlSearch {
		display: none;
	}

	.view_list_table tr {
		display: flex;
		flex-direction: column;
		padding: 5px;
		border: 1px solid #E0E6EB;
	}

	.view_list_table tr:nth-child(odd) {
		background-color: #F2F2F2;
	}

	.view_list_table td.view_list_data {
		margin-bottom: 0;
		border-bottom: none;
		padding: 15px;
	}

	.view_list_table tr td:first-child {
		border-bottom: 1px solid #E0E6EB;
		font-weight: 600;
	}

	.view_list_table th {
		display: none;
	}

	.view_list_table tr:has(> th) {
		display: none;
	}

	td.view_list_data a.view_list_data {
		font-size: small;
		color: #0074ff;
	}

	#queryResultsTable_2 .view_list_row {
		width: 95%;
	}
}

@media only screen and (max-width: 650px) {
	.logo {
		display: none;
	}

	.logo_whistle {
		display: flex;
		width: 80px;
		margin: auto;
	}

	#contactDropdown {
		top: 32px;
	}
}

@media only screen and (max-width: 600px) {
	.wtr_league_table th span {
		display: none;
	}
}

@media only screen and (max-width: 575px) {
	#findFormDiv {
		width: 90%;
	}
}

@media (max-width: 500px) {
	#mainContentArea {
		left: 1%;
		width: 98%;
	}

	table#contactRelationsTable tr {
		display: flex;
		flex-direction: column;
	}

	.logo_whistle {
		width: 65px;
	}

	#userName {
		padding: 15px 0;
	}

	#contactDropdown {
		top: 22px;
	}

	#contactDropdownName span#initialsCircle {
		width: 35px;
		height: 35px;
	}

}



/* ALERTS SECTION */

#delete-error-message {
	border: 1px solid #E72216;
	border-left: 6px solid #E72216;
	border-radius: 4px;
	box-shadow: -1px 1px 4px 0px #9A9A9A;
	padding: 2%;
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	margin: 10px 0;
	justify-content: space-between;
}

#delete-error-message p {
	font-size: 17.5px;
	font-weight: 900;
	display: inline;
	margin: 0;
	padding: 5px;
}

#delete-error-message ul {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

#delete-error-message .fa-circle-exclamation {
	color: #E72216;
}

#delete-error-message .fa-xmark {
	color: #000000;
}

#error-message {
	border: 1px solid #E72216;
	border-left: 6px solid #E72216;
	border-radius: 4px;
	box-shadow: -1px 1px 4px 0px #9A9A9A;
	padding: 2%;
	display: flex;
	flex-direction: row;
	align-items:flex-start;
	margin: 10px 0;
	justify-content: space-between;
}

#error-message p {
	font-size: 17.5px;
	font-weight: 900;
	display: inline;
	margin: 0;
	padding: 5px;
}

#error-message ul {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

#error-message .fa-circle-exclamation {
	color: #E72216;
}

#error-message .fa-xmark {
	color: #000000;	
}

#update-success-message {
	border: 1px solid #40A584;
	border-left: 6px solid #40A584;
	border-radius: 4px;
	box-shadow: -1px 1px 4px 0px #9A9A9A;
	padding: 2%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
	justify-content: space-between;
}

#update-success-message p {
	font-size: 17.5px;
	font-weight: 900;
	display: inline;
	margin: 0;
	padding: 5px;
}

#update-success-message .fa-circle-check {
	color: #40A584;
}

#update-success-message .fa-xmark {
	color: #000000;
}

#update-success-message .fa-trash {
	color: #40A584;
}

#info-alert-message {
	border: 1px solid #3F579B;
	border-left: 6px solid #3F579B;
	border-radius: 4px;
	box-shadow: -1px 1px 4px 0px #9A9A9A;
	padding: 2%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
	justify-content: space-between;
}

#info-alert-message p {
	font-size: 17.5px;
	font-weight: 900;
	display: inline;
	margin: 0;
	padding: 5px;
}

#info-alert-message .fa-circle-info {
	color: #3F579B;
}

#info-alert-message .fa-xmark {
	color: #000000;
}

#delete-success-message {
	border: 1px solid #40A584;
	border-left: 6px solid #40A584;
	border-radius: 4px;
	box-shadow: -1px 1px 4px 0px #9A9A9A;
	padding: 2%;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 10px 0;
	justify-content: space-between;
}
#delete-success-message p {
	font-size: 17.5px;
	font-weight: 900;
	display: inline;
	margin: 0;
	padding: 5px;
}
#delete-success-message .fa-circle-check {
	color: #40A584;
}
#delete-success-message .fa-xmark {
	color: #000000;
}

#delete-success-message .fa-trash {
	color: #40A584;
}

/* ALERTS END */


/* NAVIGATION SECTION */

#menuDiv {
	width: 190px;
	background-color: #FFFFFF;
	position: absolute;
	display: inline-block;
	box-shadow: 2px 0px 3px 0px #C8D2D880;
	font-size: 14px;
	font-weight: 300;
	height: unset;
	margin-top: 0!important;
}

#menuDiv ul {
	/* text-align: center; */
	margin: 0;
	padding: 0px;
}

#menuDiv li {
	border-bottom: 1px solid #E0E6EB;
	padding: 15px 10px 15px 15px;
}

#menuDiv ul li {
	list-style: none;
}

#menuDiv a {
	font-family: "Public Sans", avenir, calibri, arial, sans-serif;
	text-align: left;
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
	color: #222E50;
}


#menuDiv a:hover {
	font-weight: 600;
	text-decoration: underline #4771D1;
	text-underline-offset: 3px;
}


#menuDiv li.menuActive a {
	font-weight: 600 ;
	text-decoration: underline #4771D1;
	text-underline-offset: 3px;
}

#menupinner {
	display: none;
}

.nav_bar_container {
	display: none;
}


@media only screen and (max-width: 1000px) {

	#menuDiv {
		margin-top: -19px !important;
		display: none;
	}

	#nav_bar_hamburger {
		opacity: 0;
		width: 45px;
		height: 37px;
		position: relative;
		top: 12px;
		right: -10px;
		z-index: 3;
	}

	#userName .nav_bar_container input[type="checkbox"] {
		display: flex !important;
	}

	.nav_bar_container input[type="checkbox"],
	.nav_bar_container #hamburger_lines {
		display: flex;
	}
	
	.nav_bar_container {
		display: block;
		position: relative;
		height: 60px;
	}

	.nav_bar_container #hamburger_lines {
		display: block;
		height: 28px;
		width: 35px;
		position: absolute;
		top: 16px;
		left: 20px;
		z-index: 2;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.nav_bar_container #hamburger_lines .burger_bar_lines {
		display: block;
		height: 4px;
		width: 100%;
		border-radius: 10px;
		background: #fff;
	}

	.nav_bar_container #hamburger_lines #burgerBarLine1 {
		transform-origin: 0% 0%;
		transition: transform 0.3s ease-in-out;
	}

	.nav_bar_container #hamburger_lines #burgerBarLine2 {
		transition: transform 0.2s ease-in-out;
	}

	.nav_bar_container #hamburger_lines #burgerBarLine3 {
		transform-origin: 0% 100%;
		transition: transform 0.3s ease-in-out;
	}

	.nav_bar_container input[type="checkbox"]:checked ~ #menuDiv {
		transform: translateX(0);
	}

	.nav_bar_container input[type="checkbox"]:checked ~ #hamburger_lines #burgerBarLine1 {
		transform: rotate(45deg);
	}

	.nav_bar_container input[type="checkbox"]:checked ~ #hamburger_lines #burgerBarLine2 {
		transform: scaleY(0);
	}

	.nav_bar_container input[type="checkbox"]:checked ~ #hamburger_lines #burgerBarLine3 {
		transform: rotate(-45deg);
	}

}

@media only screen and (max-width: 500px) {
	.nav_bar_container #hamburger_lines {
		height: 25px;
		width: 31px;
	}
} 

/* NAV END */


/* Competitions View - Table Tab */

.league_table th {
	padding: 5px
}

@media only screen and (max-width: 1200px) {
	.league_table td {
		min-width: 50px !important;
	}
}


/* Teams View - Fixtures Tab */

.fixture_appointments tr {
	background-color: transparent !important;
}

.fixture_appointments td {
	border-bottom: none;
}
