/* www.lnaa.com - Site.css */

/*
	Colors:
		Main Color: rgb(41,85,148);
		Accent Color: rgb(140,48,49);
		Third Color: rgb(93, 123, 157);
*/

/*html {
	background-color: rgb(41,85,148);
}
article th,
fieldset legend,
.PhonebookTable .NameContainerColumn,
menu.tableofcontents,
section[data-title]::before,
nav[data-title]::before {
	background-color: rgb(140,48,49);
}
table,
.chkListContainer,
fieldset {
	background-color: rgb(93, 123, 157);
}

section {
	background-color: rgba(238, 238, 238, 0.75);
}

.BasicInfoContainer > div > div:first-child {
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: rgb(140,48,49);
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}
.PhonebookTable tbody {
	background: linear-gradient(to bottom, rgb(246,248,249) 0%,rgb(229,235,238) 50%, rgb(245,247,249) 100%);
	background-repeat: no-repeat;
}

.PageHeader {
	background-color: rgba(140,48,49, .9);
}
#MainMenu ul ul {
	background-color: rgba(41,85,148, .9);
}
article > nav li {
	background-color: rgba(41,85,148, .75);
}*/

/*
	Structure
*/
html {
	min-height: 99%;
	box-sizing: border-box;
}

html body {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font-family: 'Times New Roman' !important;
	font-size: 16px;
	padding-top: 80px;
	margin: 0px;
	width: 100%;
	max-width: 100%;
}

.PageHeader {
	text-align: center;
	width: 100%;
	color: white;
	font-weight: bolder;
	text-transform: uppercase;

	text-shadow: 0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
	position: fixed;
	margin-top: 0px;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	line-height: 30px;
	z-index: 9999;
}

.PageHeader h1 {
	font-size: 0.8em;
	padding: 0px;
	font-size: larger;
	font-family: serif;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

.PageHeader .ctrlWeatherLine {
	position: fixed;
	top: 7px;
	right: 5px;
	z-index: 9995;
	text-transform: none;
	font-weight: normal;
	font-size: 12px;
}

.ctrlWeatherLine div {
	display: inline-block;
	padding: 2px;
}

.PageFooter {
	text-align: center;
	margin-bottom: 10px;
}

.PageFooter ul {
	margin: 10px auto 0px auto;
	width: calc(100% - 20px);
	max-width: 1024px;
	color: #89A;
	padding: 8px 0px 0px 0px;
	margin: 0px auto;
	text-align: center;
	line-height: normal;
	font-size: 0.7em;
	cursor: default;
}

.PageFooter ul li {
	display: inline-block;
}

.PageFooter ul li:not(:first-child):before {
	content: " - ";
}

.PageFooter a {
	color: #89A;
	text-decoration: none;
}

.PageFooter a:hover {
	color: #556;
	text-decoration: underline;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.PageFooter li:hover {
	color: #556 !important;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

/* Nav menus */
nav ul,
menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

section menu {
	list-style: none;
	padding-left: 1em;
	width: auto;
	max-width: 20em;
}

nav,
nav ul ul,
menu ul,
time:hover:after {
	color: white;
	/*border-radius: 3px;*/
	box-shadow: 0 0 1px #000,
	5px 5px 2px #333;
	text-transform: none;
	padding: 5px;
	/*border: 2px solid #f0f0fa;*/
	/*border: 1px solid rgba(240, 240, 250, 0.5);*/
	text-shadow: 0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
}

nav ul a,
section menu a {
	display: block;
	vertical-align: middle;
}

nav li {
	font-size: 0.8em;
	height: 2.3em;
}

menu li /* For Menus with Buttons */
{
	font-size: 0.8em;
	min-height: 25px;
	margin-bottom: 5px;
}

li li {
	font-size: 1em;
}

#MainMenu .loginbutton {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#MainMenu ul ul {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	right: 10em;
	bottom: 1em;
	min-height: 10em;
	z-index: 9999;
	transition: all 0.3s ease-in-out;
}

#MainMenu li:hover ul {
	visibility: visible;
	opacity: 1;
	bottom: 1em;
	right: 6em;
}

nav.navbar {
	width: 100%;
	text-align: center;
}

nav.navbar ul {
	width: auto;
	display: inline-block;
	margin: 0px auto;
	padding: 0;
}

nav.navbar li {
	display: inline-block;
}

nav.navbar li a {
	margin: 0 5px;
}

nav a,
section a,
menu a,
table caption {
	background: #7D9BBD;
	background: linear-gradient(to bottom, rgb(125, 155, 189), rgb(75, 105, 139));
	color: white !important;
	border-radius: 3px;
	font-size: 0.8em;
	text-decoration: none !important;
	padding: 5px;
	/*text-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #444;*/
	box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), /*top external highlight*/ 2px 3px 3px rgba(0, 0, 0, 0.2), /*bottom external shadow*/ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0 1px 1px rgba(255, 255, 255, 1); /*top internal highlight*/
	/*border-radius: 50%;*/
	/*transition: color 300ms ease;*/

}

table > caption {
	border-radius: 5px 5px 1px 1px;
	box-shadow: 3px 3px 3px #888;
}

nav a:hover,
section a:hover {
	position: relative;
	top: -1px;
	left: -1px;
	background-color: #5D7B9D;
	color: white;
	box-shadow: 5px 5px 3px #333;
	color: black;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6));
	/*transition: color 200ms ease 10ms;*/

}

a.aspNetDisabled {
	position: inherit;
	background: #d0d0da;
	color: #555;
	text-shadow: 0px 2px 3px #666;
	box-shadow: inset 0px 0px 3px #888;
	opacity: 0.5;
	pointer-events: none;
}

/* NoTAM List */
article {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	max-width: 1034px !important; /*1024px + (5px+5px) padding */
}

section,
article > nav {
	margin: 0px auto 0px auto;
	max-width: 1024px /*!important*/;
	/*border-radius: 5px;*/
	background-color: #EEE;
	padding: 4px 5px 0px 5px;
	vertical-align: top;
	/*box-shadow:
		3px 3px 3px #888,
		inset 0 0 1px 1px #DDD;*/
	box-shadow: 3px 3px 3px #333;
	clear: left;
	display: block;
	border: 1px solid #d0d0da;
}

article > nav li {
	/*background-color: rgba(41,85,148, .75);*/
	border-radius: 5px;
}

section hr {
	width: 100%;
	clear: both;
	display: block;
	visibility: hidden;
}

section > div {
	vertical-align: top;
}

section:not(:first-child),
article > nav:not(:first-child) {
	margin-top: 7px;
}

/* Data Tables */
table,
.chkListContainer {
	box-shadow: 0 0 1px #555,
	3px 3px 3px #888;
	color: white;
	margin-bottom: 5px;
}

section table {
	box-shadow: 0 0 1px #333,
	3px 3px 3px #555;
}

article table {
	border: none;
	border-collapse: collapse;
}

article th {
	min-width: 5em;
	text-align: left;
	font-weight: bold;
	color: white;
	box-shadow: 1px 1px 1px #555;
	border-radius: 3px 3px 2px 2px;
	border: none;
	text-shadow: 0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
}

article th,
article td {
	padding-left: 5px;
}

article td {
	border: 1px solid grey;
}

article tfoot th {
	height: 2em;
}

article menu ul {
	display: block;
	margin: 0px;
	list-style: none;
	height: 100%;
	border: 2px solid #f0f0fa;
	text-shadow: 0 0 5px rgba(0, 0, 0, .1),
	0 1px 3px rgba(0, 0, 0, .3),
	0 3px 5px rgba(0, 0, 0, .2),
	0 5px 10px rgba(0, 0, 0, .25),
	0 10px 10px rgba(0, 0, 0, .2),
	0 20px 20px rgba(0, 0, 0, .15);
}

section menu li {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}

li.liTitle {
	padding-top: 10px;
	padding-bottom: 5px;
	list-style: none;
	margin-left: -30px;
	font-weight: bold;
	font-size: 18px;
}

article nav li a {
	font-size: 18px;
	display: block;
	width: auto;
	margin: 10px;
	border-radius: 4px;
	background: none; /*linear-gradient(to bottom, rgba(125, 155, 189, 0), rgba(75, 105, 139, .25));*/
	/*background-color: rgb(93, 123, 157);*/
	box-shadow: none;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
	0 1px 3px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2),
	0 5px 10px rgba(0, 0, 0, 0.25),
	0 10px 10px rgba(0, 0, 0, 0.2),
	0 20px 20px rgba(0, 0, 0, 0.15);
}

article nav li a:hover {
	background: none;
	color: white;
	background: radial-gradient(ellipse at center, rgba(53, 84, 117, 0.5), rgba(53, 84, 117, 0));
	box-shadow: none;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
	0 1px 3px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2),
	0 5px 10px rgba(0, 0, 0, 0.25),
	0 10px 10px rgba(0, 0, 0, 0.2),
	0 20px 20px rgba(0, 0, 0, 0.15);
}

article nav ul {
	padding-bottom: 10px;
}

/*
INFO: This is disabled because it was causing the selection to sometimes be the same color as the background
::selection
{
	background: #5D7B9D;
	color: white;
}
*/
/* Login Page */
fieldset.login div {
	padding-bottom: 7.5px;
}

fieldset {
	color: white;
	border: none;
	border-radius: 5px;
	margin-bottom: 7.5px;
	display: table;
}

fieldset div {
	display: table-row;
}

fieldset div * {
	display: table-cell;
}

fieldset legend {
	color: white;
	border: 1px solid #F0F0F0;
	margin-bottom: 5px;
}

/* webkit (chrome/safari) toolbar shading */
::-webkit-scrollbar {
	width: 0.85em;
	height: 0.85px;
}

::-webkit-scrollbar-button {
	display: none !important;
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2.75px;
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #BaBaDf), color-stop(100%, #2D4B5D));
}

::-webkit-scrollbar-track-piece {
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #d0d0da), color-stop(100%, #e0e0ea));
}

::-moz-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.25);
}

.debug {
	display: none;
}

.rwy {
	text-decoration: underline;
}

div[contenteditable] {
	text-transform: uppercase;
}

.DesignerSignature {
	color: white;
	font-weight: bolder;
	text-transform: uppercase;
	position: fixed !important;
	bottom: 0px;
	left: 0px;
	font-size: 0.5em;
	pointer-events: none; /* not supported in IE */
	z-index: 9995;
	text-shadow: black 0.1em 0.1em 0.3em;
}

.failureNotification {
	color: red;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.25);
	min-width: 1em;
}

section .failureNotification {
	text-align: center;
}

/* making the placeholder a bit less pronounced; isn't supported by opera */
::-webkit-input-placeholder {
	text-transform: none;
	opacity: 0.5;
}

::-moz-placeholder /* Firefox 19+ */
{
	text-transform: none;
	opacity: 0.5;
}

:-moz-placeholder /* Firefox 4 - 18 */
{
	text-transform: none;
	opacity: 0.5;
}

time:after {
	pointer-events: none; /* not supported in IE */
	content: attr(datetime) " (Local Time)";
	white-space: nowrap;
	position: absolute;
	padding: 3px 7px;
	color: #FFF;
	border-radius: 3px;
	display: block;
	margin-left: 15px;
	text-decoration: none !important;
	text-transform: none !important; /* If headers are in all caps, we don't want that here */
	z-index: 9999;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

time:hover::after /* use :: to stop this from showing up in IE8 */
{
	visibility: visible;
	opacity: 1;
}

.sublist {
	padding-left: 1em;
}

.sublist:before {
	content: " - ";
}

.Validator {
	color: red;
}

section label[for] ~ textarea /* not supported in IE6 */
{
	margin-left: 1em;
	width: auto;
	min-width: 70%;
	margin-bottom: 0.5em;
	display: block;
	padding: 3px 5px 3px 5px;
	border-radius: 5px;
	height: 7.5em;
	border: thin solid #5D7B9D;
	box-shadow: 3px 3px 3px #888;
}

label[for*=txt] { /* not supported in IE6 */
	display: block;
	font-size: 0.95em;
}

.WeatherFrame { /* Welcome page */
	width: 100%;
	min-height: 70%;
}

.Employee_Photo {
	border-radius: 5px;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.45);
}

.DebugInfo, .ErrorMessage {
	color: red;
	font-style: italic;
}

.NYI:not(input):not(a) { /* :not !IE8 */
	color: rgba(255, 255, 255, 0.25);
}

.NYI:hover:after { /* :after !IE7 */
	content: "Not Yet Implemented";
	position: absolute;
	padding: 5px;
	color: white;
	background-color: #7D9BBD;
	background: linear-gradient(to bottom, #7D9BBD, #2D4B6D);
	display: block;
	border: thin solid white;
	border-radius: 5px;
	box-shadow: 2px 2px 2px #555;
	z-index: 9999;
}

.HeaderLogo img {
	position: absolute;
	z-index: 100;
	opacity: 0.5;
	*display: none;
}

.HeaderLogo img:first-child {
	left: 0px;
	margin-left: 10px;
}

.HeaderLogo img:last-child {
	right: 0px;
	margin-right: 10px;
}

.TODOlist {
	opacity: 0.2;
}

.printonly {
	display: none;
}

.ProductionText {
	position: fixed;
	top: 50px;
	left: 5px;
	opacity: 0.15;
	color: red;
	pointer-events: none;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); /* Safari and Chrome */
}

a.SubMenuButton:hover {
	background: linear-gradient(to right, rgb(173, 203, 237), rgb(93, 123, 157));
	top: 0;
	left: -2px;
}

#NavMainMenu a {
	cursor: pointer;
}

.SubMenuDiv {
	cursor: default;
}

.SubMenuDiv,
#NavMainMenu a {
	padding: 0 5px;
	/*background: radial-gradient(ellipse at center, rgba(53,84,117, .5), rgba(53,84,117, 0));*/
	background: none;
	box-shadow: none;
	transition: all ease .5s;
	font-size: initial;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.1),
	0 1px 3px rgba(0, 0, 0, 0.3),
	0 3px 5px rgba(0, 0, 0, 0.2),
	0 5px 10px rgba(0, 0, 0, 0.25),
	0 10px 10px rgba(0, 0, 0, 0.2),
	0 20px 20px rgba(0, 0, 0, 0.15);
}

.SubMenuDiv:hover,
#NavMainMenu a:hover {
	background: radial-gradient(ellipse at center, rgba(53, 84, 117, .5), rgba(53, 84, 117, 0));
	color: white;
}

#NavMainMenu li {
	height: 1.5em;
}

.SubMenuButton,
.NavMenuItemTitle {
	display: none !important;
}


/* -- WORK IN PROGRESS --*/

#MainMenu {
	text-align: center;
	height: 30px;
	border-radius: 0px;
	border: none;
	box-shadow: 0px 2px 2px #333;
	font-size: x-large;
	font-family: serif;
	font-weight: normal;
}

#MainMenu #NavMainMenu {
	width: auto;
	display: inline-block;
	margin: 0px auto 0px auto;
	bottom: 5px;
}

#MainMenu li {
	display: inline-block;
}

.SubMenuButton + ul li div,
#MainMenu .SubMenuButton + ul li:first-child {
	display: none;
}

#MainMenu ul ul li {
	display: block;
}

#MainMenu li ul {
	bottom: auto;
	right: auto;
}

#MainMenu li:hover ul {
	bottom: auto;
	right: auto;
}

#MainMenu .Employee_Photo_Frame {
	display: none;
}

#MainMenu #MainMenuLoginNameContainer {
	position: absolute;
	right: 5px;
	bottom: 10px;
	font-size: 12px;
	height: 16px;
}

#MainMenu #MainMenuLoginNameContainer:before {
	content: "Logged in: ";
}

#MainMenu ul ul {
	min-height: 1em !important;
	border-width: 1px;
	border-top: none;
	box-shadow: 0 0 1px #555,
	3px 3px 3px #333;
	border-radius: 0px;
	padding-top: 10px;
}

#MainMenu a {
	border-radius: 0px;
}

.ProductionText {
	top: 110px;
	left: 0px;
}

.HeaderLogoLink {
	position: fixed;
	top: 5px;
	left: 5px;
	z-index: 9999;
	opacity: .85;
	-webkit-box-reflect: below 0 linear-gradient(to bottom, transparent, rgba(0, 0, 0, .25));
}

#ddMainMenu {
	display: none;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {
	.PageFooter,
	.DesignerSignature,
	.HeaderLogo,
	nav .Employee_Photo,
	nav .Employee_Photo_Frame,
	.SubMenuButton,
	#MainMenu #NavMainMenu {
		display: none;
	}

	body,
	form,
	.PageHeader,
	article {
		width: 100%;
		margin: 0px !important;
	}

	.PageHeader h1,
	#MainMenu,
	#MainMenu #ddMainMenu {
		display: inline-block;
		text-align: left;
		box-shadow: none;
		padding: 0;
		margin: 0;
		width: 100%;
		min-height: 40px;
	}

	.PageHeader {
		padding: 0;
		height: 40px;
	}

	html body {
		padding-top: 95px;
	}

	.HeaderLogoLink {
		display: none;
	}

	section[data-title][data-header]::before {
		display: none;
	}

}

@media screen and (max-width: 700px) {
	.PageHeader h1 {
		display: none;
	}

	html body {
		padding-top: 55px;
	}
}

section,
article > nav {
	background-color: rgba(238, 238, 238, 0.75);
	border-color: rgba(238, 238, 238, 0.5);
}

.TitleDate {
	white-space: nowrap;
}

section[data-title]::before,
nav[data-title]::before,
div[data-title]::before {
	content: attr(data-title);
	top: 0;
	left: 0;
}

section[data-header]::after {
	content: attr(data-header);
	position: absolute;
	max-width: 100px;
	top: 10px;
	left: 10px;
}

section[data-title]::before,
nav[data-title]::before,
div[data-title]::before,
section[data-header]::after {
	display: block;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: white;
	border-radius: 4px;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 10px;
	flex-basis: 100%;
}

/*
	Main Menu Section
*/

.DestinationsContainer * {
	box-sizing: border-box !important;
}

.DestinationsContainer {
	text-align: center;
}

.DestinationsContainer .Destination {
	display: inline-block; /* IE Compatibility */
	width: 150px;
	height: 150px;
	min-width: 100px;
	min-height: 100px;
	position: relative;

}

.DestinationsContainer .Destination a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
}

.DestinationsContainer .Destination img {
	width: 100%;
	height: 100%;
	opacity: .9;
}

.DestinationsContainer .Destination .DestinationLabel {
	display: inline-block;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	font-size: 18px;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, 1),
	-2px -2px 0 rgba(0, 0, 0, 1),
	2px -2px 0 rgba(0, 0, 0, 1),
	-2px 2px 0 rgba(0, 0, 0, 1),
	0px 2px 0 rgba(0, 0, 0, 1),
	2px 0px 0 rgba(0, 0, 0, 1),
	0px -2px 0 rgba(0, 0, 0, 1),
	-2px 0px 0 rgba(0, 0, 0, 1),
	4px 4px 3px #000;
	color: white;
	text-align: center;
	z-index: 9900;

	white-space: normal;
	text-wrap: normal;
	word-wrap: break-word;

	transition: all ease 1s;
}


.AppointmentDate {
	display: inline-block;
}

.AppointmentTime {
	display: inline-block;
	width: 80px;
	text-align: right;
}

.AppointmentSubject {
	display: inline-block;
}

.AppointmentFlowContainer .Appointment {
	/*	border: thin solid transparent;*/
	transition: all ease 0.25s;
	border-radius: 4px;
}

.AppointmentFlowContainer .Appointment:hover {
	margin-left: 5px;
	box-shadow: 0px -1px 3px rgba(190, 255, 255, 0.5), /*top external highlight*/ 2px 3px 3px rgba(0, 0, 0, 0.2), /*bottom external shadow*/ inset 0 -1px 1px rgba(0, 0, 0, 0.5), /*bottom internal shadow*/ inset 0 1px 1px rgba(255, 255, 255, 1); /*top internal highlight*/
}

.AppointmentFlowContainer .BeforeToday {
	opacity: .5;
	color: black;
	text-shadow: none;
}

.AppointmentFlowContainer .Today {
	background-color: rgba(41, 85, 148, .75);
	opacity: 1;
}

.AppointmentFlowContainer .AfterToday {
	color: black;
	text-shadow: none;
}

/*	.AppointmentFlowContainer .AfterToday:hover {
		border: thin solid rgba(41,85,148, .75);
	}*/
.AppointmentFlowContainer .AppointmentLocation {
	display: inline-block;
	opacity: .5;
	max-width: 100%;
	text-wrap: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.AppointmentFlowContainer .AppointmentBody:empty {
	display: none;
}

.AppointmentFlowContainer .AppointmentBody {
	transition: all ease 0.5s;
	visibility: hidden;
	opacity: 0;
	background-color: #4e72a5; /*rgb(41,85,148);*/
	border-radius: 4px;
	position: absolute;
	color: white;
	min-width: calc(100% - 30px);
}

.AppointmentFlowContainer .Appointment:hover .AppointmentBody {
	visibility: visible;
	opacity: 1;
}

.AppointmentFlowContainer .daterange {
	min-width: calc(45px + 45px + 15px);
	text-align: justify;
	text-justify: auto;
	text-align-last: justify;
}

.lnaacalendarevents .moreevents {
	position: absolute;
	right: 5px;
	bottom: 5px;
}

.lnaacalendarevents {
	position: relative;
}

.lnaacalendarevents .temploadingmessage {
	padding: 10px;
}

.lnaacalendarevents .AppointmentFlowContainer *,
.lnaacalendarevents.AppointmentFlowContainer * {
	padding: 5px;
}

.lnaacalendarevents .temploadingmessage {
	color: black;
	text-shadow: none;
}

.buorg {
	background-color: red !important;
}

@supports (flex-wrap: wrap) {
	/* Wrap items inside categories */
	.DestinationsContainer {
		display: -webkit-box; /* iOS 6-, Safari 3.1-6 */
		display: -webkit-flex; /* old Chrome */
		display: flex; /* Spec - Opera 12.1, Firefox 20+ */
		flex-direction: row; /* Chrome */
		align-content: space-between;
		justify-content: center;
		max-width: 1024px;
		flex-wrap: wrap;
	}

	.DestinationsContainer .Destination {
		-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
		-webkit-flex: 1 1 auto; /* old Chrome */
		flex: 1 1 auto; /* NEW, Spec - Opera 12.1, Firefox 20+ */
		transition: width 0.7s ease-out;
		max-width: 150px;
		text-align: center;
		white-space: nowrap;
		padding: 5px;
	}
}

