/* #Reset & Basics
================================================== */
@font-face {
    font-family: 'rbold';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'rcbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'rcregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'rmedium';
    src: url('../fonts/roboto-medium-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: fallback;
}
@font-face {
    font-family: 'rregular';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@media print {
  body { -webkit-print-color-adjust:exact; -moz-print-color-adjust:exact; print-color-adjust:exact; background:none !important; page-break-inside: avoid;  }
  #reportsBookingsRecord body { zoom:80% }
  .section_form.lightGreyBackground  { background:#fff !important; }
  .overflowY1000 {
	  	overflow-y:visible !important;
		max-height: fit-content !important;
  }
}
	* { margin: 0; padding: 0; outline: 0; font-size: 100%; vertical-align: baseline; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; box-sizing: border-box; /*scroll-width: auto;
			scrollbar-color: rgb(188 68 68) #DA8383; */}
	html,body { font-family:'rregular'; color:#000; background:url(../images/grain60.png) #fff; height: 100%; font-size: 12.5px; position:relative; -moz-text-size-adjust: none;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: none; }
	img { border: none; vertical-align: baseline; display: inline-block;}
	:focus { outline:0; }
	::selection { background:rgb(140 189 207 / 50%); }

		*::-webkit-scrollbar {
		  width: 1.1em;
		}

		*::-webkit-scrollbar-track {
			box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
			background: url(../images/grain.png) rgba(0,0,0,0.15);
		}

		*::-webkit-scrollbar-thumb {
		  background:url(../images/grain.png) rgb(158 68 68);
		  border-radius: 15px;
		}
	article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: '';content: none; }	
	table { table-layout:auto; white-space:normal; border-collapse:collapse; border-spacing: 0; }
	a { text-decoration:none; color:#01a9bd; transition:color 0.12s ease; }
	a:not(.button):not(.btn):hover { cursor: pointer; color:#60b2d8; }
	p { margin-top:0.6em; }
	label { vertical-align: middle; }
	.table { display:table; } .table .row { display:table-row; } .table .cell { display:table-cell; }
	.hidden { display:none !important; }
    .notvisible {visibility: hidden;}
	.floatleft { float:left; }
	.floatright { float:right; }
	.clearfloat { clear:both; float:none; }
    .textCenter {text-align: center;}
	.center {text-align:center; margin:0 auto;}
	.centerPos {margin:0 auto;}
	.leftPos {margin:0 auto 0 0;}
	.rightPos {margin:0 0 0 auto;}
	.inline { display:inline-block; }
	.block { display:block; }
	.relative { position:relative; }
	.underline { text-decoration:underline; }
	article { font-family:rregular; color: #595555; }
	.anchor { display:block; height:175px; margin-top:-175px; visibility:hidden; }
	hr {height: 1px;border: none;color: #777;background-color: #777;margin: 24px 0;}
	.clientformResultsBox hr {
		margin: 2px 0;	
	}
	hr.red { color: #E31F26;background-color: #E31F26; }
	.middle { vertical-align:middle; }
	.uppercase { text-transform:uppercase; }
	.verticalTop { vertical-align:top; }
	.verticalMiddle { vertical-align:middle; }
	.verticalBottom { vertical-align:bottom; }
	.inlinetoblock { display:inline-block; }
	.absRight { right:0; }
	.absLeft { left:0; }
	.fivewidth {width: 5%;}
	.thirdwidth { width:33.33333%; }
	.third2width { width:66.66666%; }
	.quarterwidth { width:25%; }
	.quarter3width { width:75%; }
	.tenwidth { width:10%; }
    .fifteenwidth { width: 15%; }
	.seventeenwidth { width: 17%; }
	.twentywidth { width:20%; }
    .thirtywidth { width: 30%; }
    .fortywidth { width:40%; }
	.sixtywidth { width:60%; }
	.seventywidth { width:70%; }
	.eightywidth { width:80%; }
	.ninetywidth { width:90%; }
	.ninetyfivewidth { width:95%; }
	.halfwidth { width:50%; }
	.fullwidth { width:100%; }
	.smallwidth {max-width: 1024px; }
	.abscenter { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
	.curvedBox { border-radius:6px; }
	.overflowY1000 { max-height:1000px; overflow-y: auto; }
	.overflowY500 { max-height:500px; overflow-y: auto; }
	.overflowY200 { max-height:200px; overflow-y: auto; }
	.overflowX { overflow-x: auto; }
    .vtop {vertical-align:top;}
	.cellpaddingleftBorder { border-left: 2px solid #888; padding-left: 10px; }
    .blackLink {color: black; font-weight: bold;}
    .blackLink:hover {color: rgba(214, 214, 214, 0.85) !important;}
	ol.numberedList {
		list-style: decimal;
		margin-left:1em;
	}
	.filledDot {
	  	height: 1em;
	  	width: 1em;
	  	background-color: #000;
	  	border-radius: 50%;
	  	display: block;
		margin:0 auto;
	}
	.filledDot.green {
	  	background-color: #29b50c;
	}
	.filledDot.red {
	  	background-color: #f74851;
	}
	.smallMargin { margin:3px; }
	.largeMargin { margin:10px; }
	.border-top-white { border-top:1px solid #ccc; }
	.border-bottom-white { border-bottom:1px solid #ccc; }
	.marginRight30 { margin-right:30px; }
	.greenButton { background:#43a600 !important; }
    .grayText {color: #C8C8C8; }
	
/* font Layout
================================================== */
h1,h2,h3,h4,h5,h6 {
	color:#181824;
	font-family: 'rcbold';
}
h1 {
	font-size:28px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:20px;
	margin:1.2em 0 0em;
}
h4 {
	font-size:18px;
}
h5 {
	font-size:16px;
	margin:1.1em 0 0em;
}
.larger {
	font-size:38px;	
}
.blurb {
	font-size:15px;	
}
.txtLeft {text-align:left;}
.txtRight {text-align:right;}
.bold { font-weight:bold; }
.italic { font-style:italic; }
.rbold { font-family:rbold; }
.rmedium { font-family:rmedium; }
.rcbold { font-family:rcbold; }
.rcregular { font-family:rcregular; }
.rregular { font-family:rregular; }
.allcaps { text-transform:uppercase; }
.caps { text-transform:capitalize; }
.verysmalltext { font-size:0.5em; }
.smalltext { font-size:0.9em; }
.slightlysmallmediumtext { font-size:1.1em; }
.smallmediumtext { font-size:1.2em; }
.mediumtext { font-size:1.3em; }
.slightlymediumlargetext { font-size:1.4em; }
.mediumlargetext { font-size:1.5em; }
.redTxt	{ color: #e31b23; }
.greenTxt  	{ color: #39aa00; }
.greyTxt  	{ color: #999; }
.transformslightlylarger { transform: scale(1.3) !important; }
.slightsmallTransparentText	{ opacity:0.4; font-weight:normal; font-size:0.8em; }
.redBackground	{ background: #e31b23 !important; }
.content-wrapper{width: 80%; margin: auto; min-width:918px;}
.removeBorderRadius { border-radius:0; }
.btn:hover{filter: brightness(120%); cursor: pointer;}
.autoMargin {margin: auto;}
.btn:disabled:hover{
	filter: unset;
	cursor: not-allowed;
}
.pageHeader{
	text-align: center;
	font-size: 2.9em;
	padding-bottom: 40px;
	line-height: 1.2;
}

.mainHeaderTextSize {
	font-size:1.4em;
	font-weight: bold;
}
.subHeaderTextSize {
	font-size:1.2em;
	font-weight: bold;
}
.smallPadding {
	padding:10px 20px;	
}
.miniVerticalPadding {
	padding:6px 0;	
}
.miniHorizontalPadding {
    padding: 0 6px;
}
.rightPadding {
    padding-right: 15px;
}



/* colors */
.background-lightblue {
	background: rgba(14,146,190,1);
}
.background-purple {
	background: rgba(85, 25, 212,1);
}
.background-orange {
	background: rgba(234,74,35,1);
}
.background-green  {
	background: rgba(96,158,68,1);	
}
.background-darkRed {
	background: rgba(166,30,33,1);	
}
.background-darkBlue {
	background: rgba(10,14,105,1);	
}
.background-red {
	background: rgba(229,27,36,1);	
}

/* form Layout
================================================== */
input, textarea{
    border-radius: 8px;
	font-size:1em;
	font-family: rregular;
}
input[type=text],
input[type=number],
input[type=email],
input[type=password],
textarea,
input[type=time],
input[type=datetime-local],
input[type=date] {
    border: 1px solid #B0B0B0;
	padding: 9px 12px 8px;
	transition: filter 0.16s ease;
}
input[type=text]:hover,input[type=number]:hover, input[type=email]:hover, input[type=password]:hover, input[type=checkbox]:hover, select:hover, textarea:hover {
    filter: drop-shadow(0px 0px 3px rgba(99, 139, 170,0.7));
}
select{
	padding: 5px 12px;
	margin: 5px 0;
	max-width: 300px;
	border: 1px solid #B0B0B0;
    border-radius: 8px;
	background:#fff;
	font-size:14px;
	transition: filter 0.16s ease;
}
input.longInput, select.longInput {
	max-width:500px;
}
input[readonly], input[disabled], select[readonly] {
	color: rgb(60, 58, 58);
	background: #f4f4f4;
    border-color: rgba(118, 118, 118, 0.3);
	cursor: not-allowed;
}
.checklabels label {
	min-width:120px;	
}
input[readonly].fakeReadonly {
	background: #fff;
	color:#000;
	cursor: default;
}
label.greyout, input.greyout  {
	color:#A7A7A7;
	border-color:#A7A7A7;
}
.msg__label {
	display:inline-block;
	width:200px;
}
input[type="submit"], input[type=button], .button {
	padding: 8px 20px;
	color:#fff;
	font-weight:bold;
	border:none;
	cursor: pointer;
	border-radius:4px;
}
input[type="submit"]:not(.saveDataButton), input[type=button]:not(.saveDataButton), .button:not(.saveDataButton) {
	background:  rgba(14,146,190,1);
}
.saveDataButton {
	background: #e71b26;
}
.button.disabled,
input[disabled],input[type=checkbox][readonly] {
	opacity: 0.6;
	cursor:not-allowed;	
}
input[type="submit"].inline, input[type=button].inline, .button.inline {
	padding: 12px 20px;
}
input[type="submit"]:hover, input[type=button]:hover, .button:hover {
	filter: grayscale(40%) saturate(1.1) brightness(160%);
}
input[type="submit"]:disabled, input[type=button]:disabled, .button:disabled {
	cursor: not-allowed;
	opacity: 0.6;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	appearance: none;
	width: 1.15em;
	height: 1.15em;
	border: 1px solid #888;
	border-radius: 0.15em;
	transform: translateY(-0.075em) scale(1.8);
	place-content: center;
	display:inline-grid;
	background: #fff;
	transition: filter 0.16s ease;
	margin: 0 5px 0 10px;
}

input[type="checkbox"]:before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0) translateX(-2.1px) translateY(0.5px) rotate(10deg);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #f74851;
}
input[type="checkbox"].green:before {
  box-shadow: inset 1em 1em #29b50c;
}

input[type="checkbox"]:checked::before {
  transform: scale(1.4) translateX(-2.1px) translateY(0.5px) rotate(10deg);
}

input[type="checkbox"]:disabled {
  color: rgb(68, 6  23);
  cursor: not-allowed;
}
.popupWindowContainer textarea.texthigh {
	min-height:	150px;
}
.popupWindowContainer textarea.textEXhigh {
	min-height:	250px;
}
textarea.textEXhigh {
	min-height:	250px;
}
.smallSelect, .smallInput {
	width:60px;
	padding:8px !important;
}
.smallMedInput {
	width:90px;
	padding:8px !important;
}
.popupWindowContainer #ui-datepicker-div {
	/* position:absolute !important;
	top:auto !important;
	left:auto !important; */
}

/** User Management Section **/
.input-form {
	border-radius: 3px;
	padding:10px 20px;
}
.input-form > div:not(.section-title):not(.mini-section-header):not(.success):not(.error) {
	padding: 0.1em 0 0 0;
}
.input-form > div.success {
	background: lightgreen;
	border: 2px solid black;
	font-weight: bold;
	margin: 10px auto 0px auto;
	width: 97%;
	padding: 10px 0px 10px 10px;
}
.input-form > div.error {
	background: rgb(255 179 181);
    border: 2px solid #ff6a6a;
    font-weight: bold;
    margin: 10px auto 0px auto;
    width: 97%;
    padding: 10px 12px;
    color: #9d0000;
}
.input-form > div:last-child {
	padding-bottom: 20px;
}
.input-form > div.section-title {
	font-size: 1.5em;
	font-weight: bold;
}
.input-form > div.section-title:after {
	content: "";
    background: black;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 0.3em;
}
.input-form > div  label:not(.customCheckbox) {
	font-weight: bold;
	max-width: 250px;
	padding-right: 25px;
	display: inline-block;
	min-width: 150px;
}
.input-form.bookingClientForm > div .button:not(.small) {
	max-width: 190px;
	display:block;
}
.input-form.bookingClientForm > div input[type=submit] {
	padding: 8px 20px;
	font-weight:bold;
	margin-top:30px;
}
.input-form.bookingClientForm > div > div {
	vertical-align:middle;	
}
.tabbedDataForm.twocolumn  .table:not(.fullwidth) {
	width:95%;	
}
.tabbedDataForm.twocolumn  .table .cell {
	vertical-align:middle;	
}
.tabbedDataForm.twocolumn  .table .cell:first-child {
	max-width:180px;	
}
.tabbedDataForm.twocolumn  .table .cell:last-child input[type=text],.tabbedDataForm.twocolumn  .table .cell:last-child textarea {
	width:100%;
}
.table-caption {
	caption-side: top;
	/* margin:12px 0 3px 10px; */
	margin: 8px 0 0 0;
	padding: 3px 0 3px 10px;
	background: rgba(57,170,0,1);
	color: white;
}
.table-caption.RedBackground {
	background: rgba(229,24,39,1);
}
.table-caption.BlueBackground {
	background: rgba(14,146,190,1);
}
.input-form > div  label:not(.customCheckbox).error-message {
	font-weight: normal;
	color: red;
	max-width: 100%;
	display: block;
}

.input-form > div  input[type=text],
.input-form > div  input[type=password],
.input-form > div  input[type=email],
.input-form > div  input[type=number],
.input-form > div  select,
.input-form > div  textarea {
    padding: 5px 6px;
    margin: 2px 0;
    border: 1px solid #B0B0B0;
    border-radius: 7px;
	
}
.input-form > div textarea {
    font-family: 'rregular';
    height: 120px;
	vertical-align: middle;
}
.input-form > div  input[type=checkbox] {
	margin: 5px 8px 0 6px;
}
.input-form > div  input.error, .input-form > div > select.error {
	border: 2px solid red;
	margin-top: 0.3em;
}
.input-form  input[type=submit], .largeButton {
	padding: 0.6em 1.2em;
	font-size: 1.2em;
	font-weight: normal;
	font-family:rregular;
}
.input-form  input[type=submit].smallButton {
	padding: 8px 20px !important;
}
.input-form .REsaveRow {
	padding-top:20px;	
}
.input-form .REsaveRow div.re {
	margin-top:18px;	
}
.ui-datepicker select {
	padding:2px 2px;
	border-radius: 3px;
}
.search-form {
    padding: 1em 0;
}
.search-form > div input[type=text],
.search-form > div select {
    padding: 10px 11px;
    margin: 5px 0;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
}


/* autocomplete Layout
================================================== */
.autocompleteField {
	position: relative;
}
.autocomplete-list{
	position: absolute;
	width: 100%;
	max-width: 524px;
	background: #fff;
	top: calc(100% - 5px);
	left: 5px;
	border-radius: 5px;
	box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.288);
	z-index: 999;
	max-height: 300px;
    overflow-y: auto;
}
.autocomplete-item{
	padding: 15px 10px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.486);
	cursor: pointer;
	font-size: 0.9em;
}
.autocomplete-item.active{
	background: rgba(219, 214, 214, 0.308);
}
.autocomplete-item > span{font-weight: bold;}



/* header Layout
================================================== */
.header{
	display:none;
    position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	background: url(../images/grain.png) center center repeat,-moz-linear-gradient(to top, #b0091d 0%,#e71b26 100%);
	background: url(../images/grain.png) center center repeat,-webkit-linear-gradient(to top, #b0091d 0%,#e71b26 100%);
	background: url(../images/grain.png) center center repeat,linear-gradient(to top, #b0091d 0%,#e71b26 100%);
	filter: 	url(../images/grain.png) center center repeat,progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0091d', endColorstr='#e71b26',GradientType=1 );
    color: #fff;
	box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.17);
	height: 65px;
}
.header__wrapper {
    width:100%;
    background: #b82027;
	background: url(../images/bannerPattern.png) center center / 15px 26px repeat,-moz-linear-gradient(left,  #b82027 0%, #702b31 100%);
	background: url(../images/bannerPattern.png) center center / 15px 26px repeat,-webkit-linear-gradient(left,  #b82027 0%,#702b31 100%);
	background: url(../images/bannerPattern.png) center center / 15px 26px repeat,linear-gradient(to right,  #b82027 0%,#702b31 100%);
	filter: 	url(../images/bannerPattern.png) center center / 15px 26px repeat,progid:DXImageTransform.Microsoft.gradient( startColorstr='#b82027', endColorstr='#702b31',GradientType=1 );
	height:18vw;
	width:100%;
	min-height:100px;
	max-height: 100px;
	border-bottom:0px solid #757575;
	z-index: 9999999;
}
.header__logo {
	height:53px;
	max-width:370px;
	width:94%;
	display:block;
	left: 0; right: 0;
	margin: auto;
	top: 20px;
}
.header ul{
	list-style-type: none;
	display: table;
	height: 100%;
	margin-left: 50px;
	margin-top: 5px;
}
.header a:hover {
	/* color:#e71b26 !important; */	
}
.nav-bar__logo{
	/*width: 240px;
    height: 44px;*/
	background: url(../images/grain.png) center center repeat, #242424;
	width: 260px;
	height: 65px;
	padding: 10px 10px;
}
.nav-bar__logo div {
	background:url(../images/aatglogo.png) center;
	width:	239px;
	height: 44px;
	background-size: 240px;
}
.nav-bar__menu{
	height: 90px;
}
.nav-bar__menu ul li{
	display: inline-block;
	padding: 10px 0;
	margin: 0 10px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.nav-bar__menu ul li a{
	color: #fff;
	text-decoration: unset;
}
.nav-bar__menu ul li:hover:after{
	content: '';
	width: 100%;
	height: 3px;
	border-width: 0;
	background: #fff;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
}
.nav-bar__account ul li{
	padding: 10px 30px 10px 15px;
	display: inline-block;
	border-radius: 20px;
	position: relative;
	vertical-align: middle;
}
.nav-bar__account ul .btn{
	background-color: rgba(0,0,0,0.08);
	border: 1px solid #fff;
	text-align: center;
    padding: 10px 15px !important;
	color:#fff;
	margin-top:5px;
}
.nav-bar__account ul .btn:hover{
	background-color: rgba(255,255,255,0.3);
}
.nav-bar__wishlist-wrapper{
	padding-right: 10px;
}
.nav-bar__myaccount{
	padding-right: 35px !important;
    font-size: 1.2em;
}
.nav-bar__myaccount svg{stroke: #fff;}
.nav-bar__account path, 
.nav-bar__account ellipse{
	stroke-width: 3px;
	stroke-linecap:round;stroke-linejoin:round;
}
.nav-bar__myaccount-title{
	display: inline-block;
    vertical-align: middle;
    font-size: 1em;
}
.nav-bar__myaccount-name {
	margin-top: -10px;
    display: block;
	text-align: right;
}
.nav-bar__myaccount-wrapper {
	right: 35px;
    position: absolute;
}
.nav-bar__myaccount svg{
	margin-top: 17px;
    position: absolute;
    top: 10px;
	right: 130px;
}
.nav-bar__account a{
	color: #fff;
	text-decoration: unset;
}

/** Breadcrumbs **/
div.breadcrumbs-wrapper {
    margin: 0.2em 0 1em 0;
	font-size: 1.2em;
}
div.breadcrumbs {
    display: inline-block;
    opacity: 0.75;
}
div.breadcrumbs.active {
    opacity: 1;
	font-weight:bold;
	font-size:1.12em;
}
div.breadcrumbs:not(.active):hover {
    opacity: 1;
    cursor: pointer;
}

/* side bar Layout
================================================== */
nav {
	position:fixed;
	width: 235px;
	transition: all 0.1s ease;
	background: url(../images/grain60.png) #fff;
    z-index: 99;
	height:100%;
	padding-top:10px;
}
nav > a, nav.tgSideMenu .sidemenu, nav.tgSideMenu .innerSubMenu.sideMenuOpen a  {
	display: block;
	transition: all 0.08s ease; 
	/* filter: grayscale(0.6) opacity(0.7); */
	cursor:pointer;
}
nav.tgSideMenu .innerSubMenu.sideMenuOpen a {
	padding:4px 12px;
}
nav > a, nav.tgSideMenu .sidemenu  {
	padding:16px 5px;
	/* border-top:1px solid #ccc; */
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}

nav > a.active, nav.tgSideMenu .sideMenuOpen a.active, nav.tgSideMenu .sidemenu.active {
	font-weight: bold;	
	color:#fff;
}
nav > a.highlighted, nav.tgSideMenu .sidemenu.highlighted {
	font-weight: bold;	
	background:rgba(60,60,60,0.8);
	color:rgba(255,255,255,0.7);
	
}
nav > a:hover, nav.tgSideMenu .sidemenu:hover, nav.tgSideMenu .innerSubMenu.sideMenuOpen a:hover, nav.tgSideMenu .sideMenuOpen a.active {
	/*background:rgba(60,60,60,1); */
	filter: grayscale(0) opacity(1) brightness(1);
	color:rgba(255,255,255,0.9) !important;
	/*font-weight:bold; */
}
nav.tgSideMenu .innerSubMenu.sideMenuOpen a:hover, nav.tgSideMenu .sideMenuOpen a.active {
	color:#fff !important;
	
}
nav .sideIcon, .dashboard .dashboard_box_set .dashboard_box_logo {
	background: url(../images/dashboardIcons.png);
}

nav .sideIcon {
	background-size:300px 133px;
	display:inline-block;
	vertical-align: middle;
  	margin: -4px 7px 0;
	width:36px;
	height:35px;
	transition: margin 0.4s ease;
}
nav :not(.highlighted) .sideIcon {
	filter: brightness(100) grayscale(1);
}
nav.toggled .sideIcon {
	margin: -4px -1px 0;
}
nav .sideIcon.Dashboard {
	background-position:-174px -7px;
}
nav .sideIcon.tg {
	background-position:-6px -5px;
}
nav .sideIcon.lisa {
	background-position:-48px -7px;
}
nav .sideIcon.reports {
	background-position:-90px -4px;
}
nav .sideIcon.management {
	background-position:-132px -5px;
}
nav .sideIcon.administration {
	background-position:-7px -46px;
}
nav .sideIcon.myaccount {
	background-position:-216px -4px;
}
nav .sideIcon.logout {
	background-position:-258px -4px;
}

nav.toggled {
	width: 45px;
}
.content_wrapper.toggled, nav.tgSideMenu.toggled .innerSubMenu.sideMenuOpen {
	margin-left: 45px; 
}
nav.toggled a span:not(.sideIcon), nav.toggled span.submenuTitle, nav.toggled.tgSideMenu .submenu:after {
	display: none;	
}
nav span.submenuTitle {
	vertical-align: middle;
  display: inline-block;
  width: fit-content;	
}

nav.tgSideMenu .innerSubMenu {
	display:none;
	transition: 0.2s all ease;
}
nav.tgSideMenu .innerSubMenu.sideMenuOpen {
	position: absolute;
	  margin-left: 235px;
	  display: block;
	  background:url(../images/grain60.png) rgba(30,30,30,0.88);
	  width: 280px;
	  top: 0em;
	  height: 100%;
	 padding:3.2em 0 1.5em 0;
	 box-sizing:border-box;
	backdrop-filter: blur(6px);
	column-count:1;
	box-shadow:10px 0 15px -10px #000;
	font-size: 1.08em;
	line-height: 1.03em;
}
nav.tgSideMenu a .circleIcon {
	 background: #fff;
}
nav.tgSideMenu .innerSubMenu a {
	border-bottom:1px solid rgba(0,0,0,0);
}
nav.tgSideMenu a[title=Dashboard]  {
	background:rgba(96,96,96,1);
}
nav.tgSideMenu .sidemenu.sidemenu_bg_TG, nav.tgSideMenu .innerSubMenu.sideMenuOpen[data-toopen=TG]  {
	background:rgba(14,146,190,1);
}
nav.tgSideMenu .sidemenu.sidemenu_bg_Agents, nav.tgSideMenu .innerSubMenu.sideMenuOpen[data-toopen=Agents]  {
	background:rgba(85, 25, 212,1);
}
nav.tgSideMenu .sidemenu.sidemenu_bg_LISA, nav.tgSideMenu .innerSubMenu.sideMenuOpen[data-toopen=LISA]  {
	background:rgba(234,74,35,1);
}
nav.tgSideMenu .sidemenu.sidemenu_bg_Reports, nav.tgSideMenu .innerSubMenu.sideMenuOpen[data-toopen=Reports]  {
	background:rgba(96,158,68,1);
}
nav.tgSideMenu .sidemenu.sidemenu_bg_Management, nav.tgSideMenu .innerSubMenu.sideMenuOpen[data-toopen=Management]  {
	background:rgba(166,30,33,1);
}
nav.tgSideMenu .sideMenuOpen[data-toopen=TG] a.active, nav.tgSideMenu .sidemenu[data-open=TG].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=TG] a:hover  {
	color:#79dbff !important;
	border-bottom-color:#79dbff;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Agents] a.active, nav.tgSideMenu .sidemenu[data-open=Agents].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=Agents] a:hover {
	color:#c1a4ff !important;
	border-bottom-color:#c1a4ff;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=LISA] a.active, nav.tgSideMenu .sidemenu[data-open=LISA].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=LISA] a:hover {
	color:#ffb93e !important;
	border-bottom-color:#ffb93e;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Reports] a.active, nav.tgSideMenu .sidemenu[data-open=Reports].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=Reports] a:hover {
	color:#baff00 !important;
	border-bottom-color:#baff00;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Management] a.active, nav.tgSideMenu .sidemenu[data-open=Management].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=Management] a:hover {
	color:#ff9698 !important;
	border-bottom-color:#ff9698;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Administration] a.active, nav.tgSideMenu .sidemenu[data-open=Administration].highlighted, nav.tgSideMenu .innerSubMenu[data-toopen=Administration] a:hover {
	color:#ccc !important;
	border-bottom-color:#ccc;
}
nav.tgSideMenu .innerSubMenu[data-toopen=TG] a.active .circleIcon, nav.tgSideMenu .sideMenuOpen[data-toopen=TG] a:hover .circleIcon {
	background:#79dbff !important;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Agents] a.active .circleIcon, nav.tgSideMenu .sideMenuOpen[data-toopen=Agents] a:hover .circleIcon {
	background:#c1a4ff !important;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=LISA] a.active .circleIcon, nav.tgSideMenu .sideMenuOpen[data-toopen=LISA] a:hover .circleIcon {
	background:#ffb93e !important;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Reports] a.active .circleIcon, nav.tgSideMenu .sideMenuOpen[data-toopen=Reports] a:hover .circleIcon {
	background:#baff00 !important;
}
nav.tgSideMenu .sideMenuOpen[data-toopen=Management] a.active .circleIcon, nav.tgSideMenu .sideMenuOpen[data-toopen=Management] a:hover .circleIcon {
	background:#ff9698 !important;
}


nav.tgSideMenu {
	/*overflow-y:auto;	 */
	background: url(../images/grain60.png) rgba(62, 62, 62, 1);
}
nav.tgSideMenu .innerSubMenu.sideMenuOpen a {
	display: block;
    color: #fff;
    position: relative;
    width: 90%;
    margin: 0 auto;
}
nav.tgSideMenu .submenu:after {
	content:'‹';
	position:absolute;
	font-size:2.2em;
	right: 20px;
	margin-top: -3px;
	transform: rotate(-180deg);
	transition:0.4s transform ease-out;
	vertical-align:middle;
}
nav.tgSideMenu .submenu.active:after {
	content:'✖';
	font-size:1em;
	transform: rotate(-90deg) scaleY(1.1);
	color:#fff;
	margin-top:4px;
}
nav.tgSideMenu .innerPSubMenuTitle {
	padding: 0.8em 0.8em 0.2em;
	font-weight: bold;
	color:#fff;
	font-size: 1.2em;
}
nav.tgSideMenu .circleIcon {
	margin: 0 5px 0 auto;
	text-align:center;
	vertical-align: middle;
	font-size: 0.65em;
	font-weight: normal;
	color: #fff;
	width: 8px;
	line-height:3.4em;
	letter-spacing: -0.050em;
	display: inline-block !important;
	border-radius: 100px;
	aspect-ratio: 1;
}
nav.tgSideMenu .innerSubMenu.sideMenuOpen a span:last-child {
		display: inline-block;
	  width: 90%;
	  vertical-align: middle;	
}
/*nav.tgSideMenu a:nth-child(4n-2) .circleIcon, nav.tgSideMenu .innerSubMenu.sideMenuOpen a:nth-child(4n-2):hover, nav.tgSideMenu .sideMenuOpen a:nth-child(4n-2).active{
  background: rgba(14,146,190,1);
}
nav.tgSideMenu a:nth-child(4n-1) .circleIcon, nav.tgSideMenu .innerSubMenu.sideMenuOpen a:nth-child(4n-1):hover, nav.tgSideMenu .sideMenuOpen a:nth-child(4n-1).active {
	background:rgba(234,74,35,1);
}
nav.tgSideMenu a:nth-child(4n) .circleIcon, nav.tgSideMenu .innerSubMenu.sideMenuOpen a:nth-child(4n):hover, nav.tgSideMenu .sideMenuOpen a:nth-child(4n).active {
	background:rgba(96,158,68,1);
}
nav.tgSideMenu a:nth-child(4n+1) .circleIcon, nav.tgSideMenu .innerSubMenu.sideMenuOpen a:nth-child(4n+1):hover, nav.tgSideMenu .sideMenuOpen a:nth-child(4n+1).active {
	background:rgba(166,30,33,1);
} */

.menu__btn {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	z-index: 1;
	filter: grayscale(0.2) opacity(0.9);
	margin: 3px 0 5px 10px;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: rgba(255,255,255);
  transition-duration: .25s;
}
.menu__btn > span:before {
  content: '';
  top: 7px;
}
.menu__btn > span:after {
  content: '';
  top: 14px;
}
nav.toggled .menu__btn {
	filter: grayscale(0) opacity(1);	
}
nav:not(.toggled) .menu__btn > span {
	transform: rotate(45deg);
	margin-top: 6px;
}
nav:not(.toggled) .menu__btn > span:before {
	display:none;
}
nav:not(.toggled) .menu__btn > span:after {
	transform: rotate(-90deg);
	margin-top: -14px;
}
.pwv {
	position: absolute;
    width: 25px;
    margin: 15px 0 0 -35px;
	cursor: pointer;
}
.pwv-show {
	display: inline;
}
.pwv-hide {
	display: none;
}

/* body Layout
================================================== */
.body{
	margin: 0;
	font-size: 100%;
	line-height: 130%;
	color: #494949;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	/* background:#f4f4f4; */
	position: relative;
}
#wrapper{
	min-height:100%;
	position:relative;
}
.body__wrapper{
	width:100%;
	margin:0 auto;
	position:relative;
	box-sizing:border-box;
	color:#3E3E3E;
	/*padding: 0em 0 8.2em; */
	padding: 0em 0 0.5em;
}
.content_wrapper {
	margin-left: 235px;
	transition: all 0.1s ease;
	padding-top:5px;
}

.lightGreyBackground {
	background: rgba(238, 238, 238, 0.5);
}
.section_form.lightGreyBackground.redBorder  {
	overflow-x:auto;
}
.lightgreyBorder {
	border: 1px solid #3e3e3e;
}
.redBorder {
	border:2px solid #eb1827;	
}
div.inner__wrapper {
    width: 98.5%;
    margin: 0 0 0 15px;
	min-width: 640px;
	transition: all 0.1s ease;
}
footer {
	width: 100%;
	height: 2.0em;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #eaeaea;
	font-size: 2em;
	background:url(../images/grain.png) #1e1e1e;
	z-index: 999;
	display:none;
}
footer div {
	position:relative;	
}
footer span {
	text-align: center;
	font-size: 0.4em;
	text-transform: uppercase;
	margin: auto;
	transform: translateY(150%);
	position: absolute;
	left: 0; right: 0;
}


/* table Layout
================================================== */
.table {
    border-collapse: collapse;
	overflow-x: auto;
}
.table .cell.monthColumn {
	width:80px;	
}
table {
	border: 1px solid rgba(160,160,160,0.55);
}
.tableData .button {
	padding: 4px 14px;	
}
.tableData .button.rowDeleteButton {
    padding: 7px 11px;
}
.tableData .cell:has(.button.rowDeleteButton) {
    vertical-align: middle;
}
.table.tableData input[type=checkbox]{
	transform:scale(1.4);
}
.table.tableData .row.rowHeader, .table .row.rowPagination, tr.rowHeader {
	background-color:rgba(214, 214, 214, 0.85);
}
.table.tableData.rowClickable .row:not(.rowHeader) {
	cursor: pointer;
}
.table.tableData.rowClickable .noClickRow .cell {
	cursor:not-allowed !important;	
}
.table .row.rowPagination {
	border: 1px solid #aeaeae;
	border-top:none;
}
.table .row.rowPagination .cell, th {
	padding:6px 8px;
	vertical-align: middle;
}
.table.tableData .row.rowHeader .cell, .table .row.rowPagination {
	text-align: center;
	font-weight: bold;
	font-size:1.05em;
}
.table.tableData .row:not(.rowHeader):nth-child(2n+1), tr:not(.rowHeader):nth-child(2n+1) {
	background-color:rgba(241,241,241,0.7);	
}
.table.tableData.rowClickable .row:not(.rowHeader):hover {
	background-color:#e5f6f5;
}
.table.tableData .row.highlight, tr.highlight {
	background-color:rgb(232 226 240 / 53%) !important
}
.table.tableData .row.highlight:nth-child(2n+1), tr.highlight:nth-child(2n+1) {
	background-color:rgb(227 226 240 / 78%) !important
}
.table.tableData:not(.rowClickable) .row:not(.rowHeader):hover, table:not(.rowClickable) tr:not(.rowHeader):hover {
	background-color:rgb(250 219 219 / 65%) !important;
}
.table.tableData .cell, td {
	border: 1px solid rgba(160,160,160,0.55);	
	padding: 0.2em 0.6em;
	font-size:0.93em;
	white-space: normal;
}
table.tableData .rowGroup {
	border: 1px solid rgba(160,160,160,0.55);	
	padding: 0.2em 0.6em;
	font-size:0.93em;
	white-space: normal;
}
table.tableData .rowGroup > .row > .cell {
    border: none;
}
.table .rowHidden {
	display:none !important;
}
.table .row.rowPagination .paginationSpacing, .tabbedDataForm .paginationSpacing {
	margin:0 4px;
}
.table .row.rowPagination .paginationExtraSpacing {
	margin:0 22px;
}
.table.tableData .row .cell.highlight {
	background:rgb(227 226 240 / 78%);	
}
.table.changeAct > .row > .cell	{
		border: 1px solid rgba(160,160,160,0.55);
	  padding: 5px;
	  font-size: 0.90em;
	  white-space: normal;
}
.table.changeAct .og {
	border-bottom: 1px solid #dbdbdb;
}
.table.changeAct .left	{
		padding-left:10px;
		text-align:left;
}
.ClickForVerticalSelect:after {
	content: '☟';
    color: #fff;
    font-size: 0.7em;
    background: #8c8c8c;
    border-radius: 100px;
    margin: 1.5px 0 0 1.8px;
    display: inline-block;
    padding: 1px 4px;
}
.unselectableCell {
	-webkit-user-select: none;
  	-ms-user-select: none;
	user-select: none;
	background: rgb(135 135 135 / 50%);
}

/* dashboard Layout
================================================== */

.dashboard > .row > .cell {
	padding: 0 10px;
}
.dashboard .dashboard1stSection {
	background: #d0e9f2;
	border-radius: 15px;
	padding: 10px 25px;
	border: 1px solid #ccc;
}
.dashboard .NumOfBookingsSection, .dashboard .topBookedTours, .dashboard .topSeachedTours {
	border-radius: 15px;
	padding:30px;
	border: 1px solid rgb(229, 27, 36);
}
.dashboard .topBookedTours, .dashboard .topSeachedTours {
	display: none;
}
.dashboard .NumOfBookingsSection strong, .dashboard .topBookedTours strong, .dashboard .topSeachedTours strong {
	font-size:1.14em;	
}
.dashboard .NumOfBookingsSection .table .row:last-child .cell {
	font-weight: bold;
	background:rgba(214, 214, 214, 0.85);
	font-size: 1.1em;
	padding:0.75em;
}
.dashboard .dashboardBookedSelectionTab div {
	text-align:center;
	width: calc(100% /3);
	float:left;
	padding: 10px 0;
	margin-bottom: 20px;
	cursor: pointer;
	font-size: 1.16em;
	line-height: 0.98em;
	position:relative;
    border-bottom: 1px solid rgba(229, 27, 36);
}
.dashboard .dashboardBookedSelectionTab >  div:first-line {
	display:none;
	
}
.dashboard .dashboardBookedSelectionTab div {
	background: rgb(220 220 220);	
	font-weight:bold;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(3) {
	border-radius: 0 15px 0 0;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(2) {
	border-radius: 0;
}
.dashboard .dashboardBookedSelectionTab div:first-child {
	border-radius: 15px 0 0 0;
}
.dashboard .dashboardBookedSelectionTab div.active {
	background: rgb(229,27,36);
	color:#fff;
}

.dashboard .dashboardBookedSelectionTab div:first-child:after {
	content:'';
	width:10px;
	height:100%;
	border-radius: 0 15px 0 0;
	position:absolute;
	background: rgb(229,27,36);
	top:0;
	right:-10px;
	border-right: 1px solid #ccc;
	z-index: 0;
}

.dashboard .dashboardBookedSelectionTab div:nth-child(2):before {
	content:'';
	width:10px;
	height:100%;
	background: rgb(229,27,36);
	border-radius: 15px 0 0 0;
	position:absolute;
	top:0;
	left:-10px;
	border-left: 1px solid #ccc;
	display: none;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(2):after {
	content:'';
	width:10px;
	height:100%;
	background: rgb(229,27,36);
	border-radius: 0 15px 0 0;
	position:absolute;
	top:0;
	right:-10px;
	z-index:1;
	border-right: 1px solid #ccc;
	display: none;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(3):after {
	content:'';
	width:10px;
	height:100%;
		
	position:absolute;
	top:0;
	left: 0px;
	border-left: 1px solid rgb(229,27,36);
}
.dashboard .dashboardBookedSelectionTab div:first-child.active:after {
	z-index: 1 !important;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(2).active:before {
	display:block !important;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(2).active:after {
	display:block !important;
}
.dashboard .dashboardBookedSelectionTab div:nth-child(3).active:after {
	background: rgb(229,27,36);
	left:-10px;
	border-radius: 15px 0 0 0;
}
.dashboard .dashboard1stSection a{
	float:left;
	width:150px;
	height: 40px;
	white-space: normal;
    text-align: center;
	padding:0 5px;
	color:#000;
}
.dashboard .dashboard1stSection a:hover .dashboardIconContainer, .reportsDashboard a:hover .reportsCircleContainer {
	box-shadow:0 0 10px rgb(95 182 213);
	
}
.dashboard .dashboard1stSection a .dashboardIconContainer {
	background:#fff;
	border-radius: 100px;
	border:2px solid #ccc;
	width:80px;
	height: 80px;
	position: relative;
	margin: 0 auto 2px;
	transition: all 0.1s ease;
}
.dashboard .dashboard1stSection a .dashboardIcon {
	width:45px;
	height: 45px;
	display: block;
	top: 17px;
    left:0;
	right:0;
	margin:0 auto;
    position: absolute;
}
.dashboard .dashboard1stSection a .dashboardIcon.clients {
	background: url(../images/clients.png);
}


/* dashboard Box Set */
.dashboard_box_set {
	border-radius:15px 15px 0 0;	
	margin-bottom:20px;
	font-size:1.2em;
}
.dashboard_box_set ul {
	list-style:disc;
	margin-left:10%;
}
.dashboard_box_set.background-lightblue .dashboard_sub_title {
	color:rgba(14, 146, 190, 1);
	margin-top:10px;
	font-weight:bold;
	font-size:1.1em;
}
.dashboard_box_set.background-green .dashboard_sub_title {
	color:rgba(96,158,68,1);
	margin-top:10px;
	font-weight:bold;
	font-size:1.1em;
}
.dashboard_box_set .dashboard_box_content > .dashboard_sub_title:first-child {
	margin-top:0;
}
.dashboard_box_set .dashboard_box_title {
	padding:15px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	font-size:2em;
	position:relative;
}
.dashboard_box_set .dashboard_box_content {
	background:#fff;
	padding:1.4em 2em;	
}
.dashboard_box_set .dashboard_box_content a {
	color:#3E3E3E;	
}

.dashboard_box_set li::marker{
	font-size: 1.2em;
  line-height: 1em;
 }


.dashboard_box_set.background-lightblue {
	border: 1px solid rgba(14,146,190,1);
}
.dashboard_box_set.background-purple {
	border: 1px solid rgba(85, 25, 212,1);
}
.dashboard_box_set.background-orange {
	border: 1px solid rgba(234,74,35,1);
}
.dashboard_box_set.background-green {
	border: 1px solid rgba(96,158,68,1);
}
.dashboard_box_set.background-darkRed {
	border: 1px solid rgba(166,30,33,1);	
}
.dashboard_box_set.background-darkBlue {
	border: 1px solid rgba(10,14,105,1);	
}


.dashboard_box_set a:hover {
	text-decoration:underline;
}
.dashboard_box_set.background-lightblue li::marker, .dashboard_box_set.background-lightblue a:hover {
  	color: rgba(14,146,190,1);
}
.dashboard_box_set.background-purple li::marker, .dashboard_box_set.background-purple a:hover {
  	color: rgba(85, 25, 212,1);
}
.dashboard_box_set.background-orange li::marker, .dashboard_box_set.background-orange a:hover {
  	color: rgba(234,74,35,1);
}
.dashboard_box_set.background-green li::marker, .dashboard_box_set.background-green a:hover {
	color: rgba(96,158,68,1);
}
.dashboard_box_set.background-darkRed  li::marker, .dashboard_box_set.background-darkRed a:hover {
	color: rgba(166,30,33,1);
}
.dashboard_box_set.background-darkBlue  li::marker, .dashboard_box_set.background-darkBlue a:hover {
	color: rgba(10,14,105,1);
}


.dashboard .dashboard_box_set .dashboard_box_logo {
	background-size:451px 199px;
	width:53px;
	height:53px;
	display:inline-block;
	vertical-align: middle;
  	margin-top: -5px;
	filter: brightness(100) grayscale(1);
}
.dashboard .dashboard_box_set .dashboard_box_logo.tg_logo {
	background-position:-10px -10px;
}
.dashboard .dashboard_box_set .dashboard_box_logo.lisa_logo {
	background-position:-73px -10px;
}
.dashboard .dashboard_box_set .dashboard_box_logo.reports_logo {
	background-position:-136px -10px;
}
.dashboard .dashboard_box_set .dashboard_box_logo.management_logo {
	background-position:-199px -10px;
}


.reportsDashboard a{
	float:left;
	width:140px;
	height: 140px;
	white-space: normal;
    text-align: center;
	padding:0 5px;
	color:#000;
	margin-bottom: 3em;
}
.reportsDashboard a .reportsCircleContainer {
	background:#fff;
	border-radius: 100px;
	border:2px solid #ccc;
	width: 65px;
	height: 65px;
	position: relative;
	margin: 0 auto 2px;
	transition: all 0.1s ease;
	float:left;
}
.reportsDashboard a .reportsCircleContainer:before  {
	content: '';
	border: 1px solid rgb(255, 255, 255);
	position: absolute;
	border-radius: 100px;
	margin: 0 auto;
	left: 0; right: 0;
	top: 0; bottom: 0;
	transform: scale(0.9);
}
.reportsDashboard a:nth-child(4n-1) .reportsCircleContainer {
	background:rgba(234,74,35,1);
}
.reportsDashboard a:nth-child(4n-2) .reportsCircleContainer {
	background:rgba(14,146,190,1);
}
.reportsDashboard a:nth-child(4n) .reportsCircleContainer {
	background:#4d814a;
}
.reportsDashboard a:nth-child(4n+1) .reportsCircleContainer {
	background:rgba(166,30,33,1);
}
.reportsDashboard a .reportsCircleContainer span {
	display: flex;
    width: 90%;
    height: 90%;
	margin: 0 auto;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
	font-size: 1.42em;
	font-weight:bold;
	transform: scaleX(0.86) scaleY(1.2) translateY(0.13em);
	margin-bottom: 0.5em;
	color:#fff;
	line-height: 0.8em;
	overflow-wrap: anywhere;
}
#home .reportsDashboard a > div:last-child {
	float: left;
	text-align: left;
	max-width: 55px;
	padding-left:3px;
}
#home .reportsDashboard a > div:last-child > div {
	display: table-cell;
	vertical-align: middle;
	height: 65px;
}
#home .expandDashboard {
	position: absolute;
	right:30px;
	display: inline-block;
	cursor: pointer;
	text-shadow: 0 0 2px black;
}
#home #lowSpaceTourSwitch {
	overflow-y:auto;
	max-height: 350px;
	font-size: 0.8em;
}

/* sprites Layout
================================================== */
.sprites {
    background: url(../images/sprites.png) no-repeat;
    background-size: 619px 230px;
    display: inline-block;
    vertical-align: bottom;
}
.sprites--aa-logo {
    width: 258px;
    height: 133px;
    background-position: -211px 0px;
    position: absolute;
    top: -48px;
	transform:scale(0.85);
}
.btn {
    display: inline-block;
    padding: 13px 20px;
    background: rgb(68, 68, 68);
    color: #fff;
    border-radius: 30px !important;
    font-weight: bold;
    text-decoration: none;
}

.loginbox__errormsg{
	font-size: 0.9em; 
	text-align: center; 
	color: red;
	margin-bottom: 15px;
}
.loginbox .input, .forgotPasswordBox__input{
	width: calc(100% - 30px) !important;
	max-width: 300px;
	padding: 12px 0px 12px 20px;
	border: 1px solid #ccc;
	margin: 5px;
	border-radius: 5px;
}
.loginbox .loginbox__submit{
	width: calc(100% - 10px);
	max-width: 200px;
	margin: 40px 0 5px 0;
	padding: 15px 0;
	border: 1px solid #1E1E1E;
	border-radius: 30px;
	background: transparent;
	color: #1E1E1E;
	font-family: rregular;
}
.loginbox .loginbox__submit:hover{
	background: #E31F26;
	color: #fff;
	border-color: #E31F26;
}
.loginbox__forgot-pwd-wrapper{
	text-align: center;
	font-size: 0.9em;
	margin-top: 5px;
}
.loginbox__forgot-pwd-wrapper a{
	color: #1492E6;
}

/* Login page */
.loginbox, .forgotPasswordBox {
	width: 50%;
    margin: 0 auto 0;
    padding: 100px 0 0;
    text-align: center;
}

.loggedoutmsg{
	text-align: center;
	padding-top: 40px;
	color: #b82027;
	font-size: 0.9em;
}
.forgotPasswordBox__signin-wrapper {
	margin-top: 20px;
  	isplay: block;
}

/* End of login page */




section {
	margin: 0.8em 0;
}
.section_form {
	padding:0.7em 1.82em;
	box-sizing:border-box;
	/* overflow-x: auto; */
}
.section_form .input-form {
	padding:inherit;	
}
.section-title {
	font-size: 1.4em;
	font-weight: bold;
	padding: 1em 0.5em 0.8em;
}
.mini-section-header {
	font-size:1.1em;
	font-weight: bold;
	margin:20px 0 15px;
}
.mini-section-header:after {
    content: "";
    background: #ccc;
    height: 1px;
    width: 100%;
    display: block;
    margin-top: 0.3em;
}


/* Page Header */
.page_header_title {
    text-align: center;
    font-size: 2.4em;
	overflow: hidden;
}
.page_header_title span {
	display: inline-block;
    position: relative;
	
}
.page_header_title > span:before, .page_header_title > span:after{
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #ccc;
    width: 2024px;
    margin: 0 20px;
}
.page_header_title > span:before{
    right: 100%;
}
.page_header_title > span:after{
    left: 100%;
}





/* custom input */
#clientProfileForm input[type=text],
#clientProfileForm input[type=email] {
	text-transform: uppercase;
}
.ClientBookingSearch,
.AgentBookingSearch,
.TourLeaderBookingSearch {
	width:100%;	
}
.ClientBookingSearch .searchClientBooking,
.AgentBookingSearch .searchAgentBooking,
.TourLeaderBookingSearch .searchTourLeaderBooking {
	max-width:100%;
	width:100%;	
	border-radius:0 5px 5px 0;	
}
.ClientBookingSearch select[id=clientBookingSearchType],
.AgentBookingSearch select[id=agentBookingSearchType],
.TourLeaderBookingSearch select[id="tourLeaderBookingSearchType"] {
	max-width:20%;	
	border-radius:5px 0 0 5px;
	margin:0 -5px 0 0;
	padding: 9px 20px;
}
.ClientBookingSearch input[type=submit],
.AgentBookingSearch input[type=submit],
.TourLeaderBookingSearch input[type=submit] {
	/* float:right; */	
}



/* custom tabs */
ul.tabList li {
  display: inline-block;
  margin-left: -20px;
	position: relative;
}
ul.tabList a {
	text-decoration: none;
	color: #fff;
	background: rgba(150,150,150,1);
	position: relative;
	display: inline-block;
	margin: 0 20px;
	padding: 5px 20px;
    font-size: 1.2em;
    border-radius: 7px 7px 0 0;
    min-width: 185px;
}
ul.tabList a:before,
ul.tabList a:after {
  content: " ";
  position: absolute;
  top: 0;
  width: 28px;
  height: 100%;
  background-color: inherit;
}

ul.tabList a:before {
	border-radius: 15px 0 0 0;
    left: -21px;
}
ul.tabList a:after {
	border-radius: 0 15px 0 0;
	right: -21px;
    border-right: 1px solid #fff;
    z-index: 1;
}	
ul.tabList li:not(:first-child) a {
	padding: 5px 30px;
    margin: 0 20px 0 5px
}
ul.tabList li:not(:first-child) a:before {
	border-radius:0;
	left: -15px;
}
ul.tabList li:first-child:not(.active) a:before {
	content:none;;
}

/* LI ACTIVE  */
ul.tabList li:not(:first-child).active a {
	padding: 5px 25px;
}
ul.tabList li.active a {
  background: rgb(174,8,28);
  background: linear-gradient(180deg, rgba(174,8,28,1) 0%, rgba(229,24,39,1) 100%);
}
ul.tabList li.active a:before {
  z-index: 1;
	left: -23px;
}
ul.tabList li.active a:after {
  background: rgb(174,8,28);
  background: linear-gradient(180deg, rgba(174,8,28,1) 0%, rgba(229,24,39,1) 100%);
}
ul.tabList li.active:before {
	/* content: ''; */
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: -13px;
    transform: rotate(144deg) skewX(20deg);
    right: 8px;
    background: rgba(229,24,39,1);
}



.clientHeaderData div,
.agentHeaderData div {
	margin-right:50px;	
	display:inline-block;
}
.clientHeaderData input[type=button],
.agentHeaderData input[type=button] {
	float:right;
}
.clientData select, .clientData input[type=text]  {
	display:inline-block;
	min-width: 80px;
}
.borderrightPadding {
	padding: 0 1% 0 0;
}
.MSCsideClientSection {
	border-left: 1px solid #ccc;
    padding: 0 0 0 1% !important;
}

#manageUserPermissions .permissionCounter {
	padding:0;
}
#manageUserPermissions .permissionCounter > div{
	margin:10px;
	float:left;
	width:275px;
}
.clientPageIsACheckboxes,
.agentPageIsACheckboxes {
	margin-top:20px;	
}
.clientPageIsACheckboxes .floatleft,
.agentPageIsACheckboxes .floatleft {
	text-align: center;
	width:calc(100%/8);
	min-width: 120px;
	height:110px;
}
.clientPageIsACheckboxes .floatleft label, 
.agentPageIsACheckboxes .floatleft label {
	display: block !important;
	width: unset !important;
	font-weight: normal !important;
	max-width: unset !important;
}
.clientPageIsACheckboxes .floatleft input[type=checkbox],
.agentPageIsACheckboxes .floatleft input[type=checkbox] {
	margin: 0 auto 18px;
	transform: scale(2.8);
}
.mailingListPrintLabelContainer {
	padding: 60px 5px 5px 45px;
	border-collapse: initial;
}
.mailingListPrintLabelContainer div.cell {
	width:33%;	
}
.mailingListPrintLabelContainer > div.row > div.cell:nth-child(3) {
	padding-left:20px;
}
.mailingListPrintLabelContainer div.cell > div {
	height: 155px;
	width: 317px;
	padding-right:57px;
	text-align:left;
	font-size:13px;
	font-family:"Times New Roman", Times, serif;
}
.buttonRightSidePanel .button {
	display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    max-width: 190px;
    text-align: center;	
}
.newClientDiv {
	margin: 0 0 10px;
}


/*
Page Takeover
*/
.pageTakeover {
	position:fixed;
	top:75px;
	left:0;right:0;
	margin:0 auto;
	padding:7px 35px;
	background:rgba(69, 183, 65, 0.46);
	border-radius:25px;
	border: 1px solid #d71b1b;
	z-index:9999;
	width: fit-content;
	min-width:250px;
	text-align:center;
	backdrop-filter: blur(6px);
	display:none;
}
.originalUserPreTakeover {
	font-weight:bold;	
}
/** Tour Availability Report **/
div.row.tourAvailabilityReportSectionHeader {
	background-color:rgb(250 219 219 / 65%) !important;
}
div.row.tourAvailabilityReportSectionHeader > div.cell {
	border-left: none;
	border-right: none;
}
div.row.tourAvailabilityReportSectionHeader > div.cell:first-child {
	border-left: 1px solid rgba(160,160,160,0.55);
}
div.row.tourAvailabilityReportSectionHeader > div.cell:last-child {
	border-right: 1px solid rgba(160,160,160,0.55);
}
#tourAvailabilityReportTable div.row.gray {
	background-color: rgba(230,230,230,1);
}
#tourAvailabilityReportTable div.cell {
    border: none;
}
#tourAvailabilityReportTable .row:not(.rowHeader):nth-child(2n+1) {
    background-color: rgba(0, 0, 0, 0);
}
#tourAvailabilityReportTable .row.groupEnd > .cell {
    border-bottom: 1px solid black;
}
/* Master Files */
.tableData .button.deleteGroupModule
.tableData .button.deleteTourModule {
	padding: 5px 8px;
}
.delInvoicePayment {
    padding: 1px 6px !important;
    font-size: 1.5em;
}
#administerMasterGroups-form .autocompleteField .autocomplete-list {
	top: 50px;
	left: 255px;
	width: 300px;
}
#tourcodeDepartureDatesAJAX input[class=chooseDepartureSwitchTours] {
	display:block;
	margin: 5px auto;
}
#followUpDetailsAjax input[type=checkbox] {
	margin: 5px;
}
#toursBookedSummaryTable input {
	width: 75px;
	padding: 5px;
	text-align: center;
}
#toursBookedSummaryTotals > div.row > div.cell {
	padding: 5px 0;
}
#toursBookedSummaryAddNew input,
#toursBookedSummaryAddNew select {
	width: 100px;
	padding: 5px;
}
#popUpExtraNights input[type=text],
#popUpExtraNights select {
    max-width: 150px;
}

#balu-hotelVoucherAALogo {
    float: left;
}
#balu-hotelVoucherOffice {
    float: right !important;
    text-align: right;
    font-weight: bold;
}
#balu-hotelVoucherAALogo > img {
    height: 100px;
    width: 100px;
}
#balu-hotelVoucherPopup .popup__body div {
    float: left;
}
#balu-hotelVoucherPopup .popup__body > form > div > div > label {
    display: block;
    font-weight: bold;
}
#balu-hotelVoucherPopup .popup__body > form > div > div > input {
    text-align: center;
    max-width: unset;
}
#balu-hotelVoucherPopup .popup__body > form > div > div > select {
    margin: 0;
    max-width: unset;
}
#balu-hotelVoucherPopup .popup__body > form > div > div > textarea {
    height: 100px;
    max-width: unset;
}
#balu-hotelVoucherPopup .popup__body > form > div > div {
    padding: 0px 5px;
    height: 100%;
}
#balu-hotelVoucher {
    border: 3px solid black;
}
#balu-hotelVoucherHeader {
    height: 100px;
    padding: 10px 0;
    border-bottom: 3px solid black;
    margin-bottom: 10px;
    box-sizing: content-box;
}
#balu-hotelVoucherFirstRow {
    height: 60px;
    padding: 0 0 10px 5px;
}
#balu-hotelVoucherSecondRow,
#balu-hotelVoucherThirdRow {
    height: 60px;
    padding-bottom: 10px;
}
#balu-hotelVoucherFirstRow > div:first-child {
    background-color: black;
    color: white;
    font-style: italic;
    font-size: 30px;
    text-align: center;
    padding: 7px 0 !important;
}
#balu-hotelVoucherTitle {
    height: 100%;
    padding: 5px 15px 15px 20px;
}
#balu-hotelVoucherTitle > h1:first-child {
    font-size: 40px;
}
#balu-hotelVoucherTitle > h1:last-child {
    font-style: italic;
}
#balu-hotelVoucherFooter > div:first-child > div:first-child {
    height: 60px;
}
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) {
    height: 45px;
    margin-top: 25px;
}
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) > div:nth-child(n+2) {
    padding: 8px 0 0 0;
}
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) > div:nth-child(n+2) > label,
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) > div:nth-child(n+2) > span {
    font-weight: bold;
}
#balu-hotelVoucherFooter > div:first-child > div:first-child > div:first-child {
    text-align: center;
    font-size: 20px;
}
#balu-hotelVoucherFooter > div:first-child > div:first-child > div:last-child {
    font-weight: bold;
    font-size: 16px;
    padding: 2px 0 0 0;
}
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) label {
    display: inline-block;
    margin-bottom: 2px;
}
#balu-hotelVoucherFooter > div:first-child > div:nth-child(2) span {
    vertical-align: bottom;
    font-size: 16px;
}
#visaInformationTable {
    font-size: 14px;
}
#visaInformationTable > .row > .cell:last-child {
    text-align: left;
}
/** Online Booking Form **/
.clientBox {
	border: 2px solid black;
	padding: 5px 15px;;
}
.clientBox .autocomplete-list {
	left: 153px;
	top: calc(100% - 40px);
	max-width: 325px;
}
.clientBoxes .clientBox:nth-child(odd) {
	width: 49%;
	margin-right: 1%;
}
.clientBoxes .clientBox:nth-child(even) {
	width: 49%;
	margin-left: 1%;
}
/** Reference Search **/
#referenceSearch .section-form div.twentywidth > label {
	min-width: unset;
	padding-right: 1em;
}
#referenceSearch section.input-form div.quarterwidth:first-child div.tableData > div.row {
	cursor: pointer;
}
#referenceSearch section.input-form div.quarterwidth:first-child div.tableData > div.row.selected {
	background: black;
	color: white;
}

.ui_tpicker_unit_hide {
	display: none;
}

#UpdateMessage {
	max-height:150px;
	overflow-y: auto;
}
#popUpAdminCenterBooking .popup__body > div.fullwidth {
    padding: 5px 0;
}

@media only screen and (max-width: 2380px) {
	.dashboard_box_set .dashboard_box_title {
		font-size: 1.4em;
	}
	#home .expandDashboard {
		top: 20px;
		right:8px;
	}
}
@media only screen and (max-width: 1580px) {
	.dashboard .dashboardBookedSelectionTab div {
		font-size: 0.90em;
		line-height: 0.9em;
		padding: 6px 0;
	}
	.dashboard .NumOfBookingsSection, .dashboard .topBookedTours, .dashboard .topSeachedTours {
		padding:20px 10px;
	}
	section {
		width:100% !important;	
	}
	div.inner__wrapper {
		width:98%;	
	}
	html,body { font-size: 11.5px;}
	.dashboard .dashboard1stSection,.dashboard .topBookedTours, .dashboard .NumOfBookingsSection  {
		padding: 10px 20px;
	}
	.table.tableData .cell, td {
		padding: 3px 3px;
	}
	.content_wrapper {
		margin-left: 180px;	
	}
	nav {
		width:180px;	
	}
	nav.tgSideMenu .innerSubMenu.sideMenuOpen {
		margin-left:180px;	
		width: 250px;
	}
	nav.tgSideMenu .innerSubMenu > div {
		max-height: 83%;
	}
	.dashboard_box_set .dashboard_box_title {
		font-size: 1.23em;
	}
}
@media only screen and (max-width: 1180px) {
	nav.tgSideMenu .innerSubMenu > div {
		max-height: 79%;
	}
}
@media only screen and (max-height: 630px) {
	nav.tgSideMenu div.sideMenuOpen[data-toopen='General Reports'] {
		width: 560px;
		column-count: 2;
	}
}
@media only screen and (max-height: 530px) {
	nav.tgSideMenu div.sideMenuOpen[data-toopen='Management & Marketing Reports'] {
		width: 560px;
		column-count: 2;
	}
}
