﻿.ui-dialog{
	z-index:100;
}
i.buttonLink {
	font-size: 2em;
}

.QuickAccess {
}

	.QuickAccess > .QuickAccess-Reveal {
		display: none;
		position: absolute;
		/* right: -200px; */
		margin-left: -220px;
		padding-top: 10px;
		border-radius: 3px;
		border: 1px solid #ccc;
		background-color: #fff;
		width: 200px;
		padding: 25px;
		z-index: 99;
		word-wrap: break-word;
	}

		.QuickAccess > .QuickAccess-Reveal .buttonLink {
			zoom: 1 !important;
			width: 100%;
			clear: both;
			text-align: center !important;
			box-sizing: border-box;
			background-color: #fff;
			color: #2528FF;
		}

			.QuickAccess > .QuickAccess-Reveal .buttonLink:hover {
				color: #fa6ff2;
				border-color: #fa6ff2;
			}
.QuickAccess:hover > .QuickAccess-Reveal {
	display: block;
}

.QuickAccess > .QuickAccess-Reveal:hover {
	display: block;
}

.QuickAccess > .QuickAccess-Reveal.revealed {
	display: block;
}

.MenuIconBlock {
	float: right;
	margin: 0px;
	border-left: 1px solid #efefef;
	padding: 5px;
}

#UserIcon {
	cursor: pointer;
	border-radius: 50%;
	background-color: #fff;
	color: #2528FF;
	position: relative;
	width: 28px;
	height: 28px;
	text-align: center;
	overflow: visible;
}

	#UserIcon::after {
		content: '';
		position: absolute;
		z-index: 5;
		text-align: center;
		vertical-align: baseline;
		line-height: 42px;
		left: 0px;
		width: 100%;
		color: #2528FF;
		font-family: sans-serif;
		font-size: 7px;
	}

.UserInfo-MenuIconBlock {
	display: none;
	/*to be overrriden if username exists.*/
}

.siteHolder {
	float: left;
	margin-right: 5px;
	padding-top: 6px;
	height: 30px;
	padding-left: 5px;
	padding-right: 5px;

}


/*classes required for responsive changes*/

.containerCC {
	min-width: 100px;
}

.outer {
	min-width: 100px;
}

#QuestionsContainer td input[type=text].textUppercase {
	width: 50px;
	float: left;
}

.hiddenfield {
	border: none;
	width: 1px;
	height: 1px;
	position: fixed;
	bottom: -10px;
}

.buttonLinkLG:hover {
	background-color: #009866 !important;
	text-decoration: none;
	color: #222 !Important;
}

.Tab /*, .TabSel, .TabLocked, .TabSelLocked, .TabKey*/ {
	border-width: 6px 0 0 0;
}

.auto-inline {
	width: auto !important;
	display: inline-block;
}

#cookieMessageWrapper {
	min-width: 100px;
}

.ModalPopupPatientLetterDates {
	min-width: 100px;
}

.charts-combobox .charts-menu {
	min-width: 100px !important;
}

.charts-combobox input {
	min-width: 100px !important;
}

#browserMessageWrapper {
	min-width: 100px;
}

#RightButtons {
	position: relative;
	width: 1px;
	left: 100%;
}

.postcodeholder {
	display: inline-block;
	float: left;
}

.uploadInput {
	width: 400px;
}


html {
	min-height: 100%;
	position: relative;
}

body {
	min-height: 100%
}

#helpoverlay {
	position: absolute;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 50;
}

helptextarea {
	height: 100px;
}

.helptextarea, .helptextspan {
	display: inline-block;
	position: relative;
	left: 6px;
	top: -10px;
	width: 250px;
	line-height: 25px;
}

.helptextspan {
	color: #999;
	background-color: #fff;
	border-radius: 3px;
	font-weight: lighter;
	min-height: 30px;
	/*passing:5px;*/
}

#svg {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	min-height: 100%;
	display: none;
	pointer-events: none;
}

.lineButtons {
	display: block;
	position: absolute;
	margin: 0px;
	width: 10px;
	height: 13px;
	background-color: #2528FF;
	border: 1px solid #2528FF;
	border-radius: 100%;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	z-index: 10000;
}

.controlbox {
	background-color: #eee;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
}

.sysAdminOption {
	background-color: #cdc;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	padding: 5px;
	margin: 10px;
}


/****Config Section******/

.configContainer {
	display: inline-block;
	min-height: 50px;
	border: none;
	margin: 0px;
	text-align: left;
	padding: 0px;
	vertical-align: top;
	width: 20%;
	float: left;
	height: 100%;
	min-height: 500px;
	min-width: 320px;
}

.configRow .configContainer {
	width: 30%;
	margin: 5px;
	float: none;
	min-height: 5px;
	padding: 5px;
	border: 1px solid #fff;
}

.configContainer a {
	display: block;
	margin: 5px;
	border: 1px solid #fff;
	clear: both;
	padding: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 115%;
}

	.configContainer a:hover {
		display: block;
		margin: 5px;
		border: 1px solid #2528FF;
		color: #2528FF;
		background-color: transparent;
		clear: both;
		padding: 3px;
		border-radius: 3px;
	}

@media only screen and (max-width: 768px) {

	.configRow .configContainer {
		width: 100%;
		margin: 5px;
		float: none;
		min-height: 5px;
		padding: 5px;
		border: 1px solid #fff;
	}
}

@media screen and (max-width:1200px) {

	.configContainer {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		overflow: hidden;
		display: block;
		min-height: 50px;
		max-height: 100px;
	}

		.configContainer span {
			display: none;
		}

		.configContainer a {
			display: none;
		}

		.configContainer .configbacklink {
			display: block;
		}

			.configContainer .configbacklink a {
				display: block;
			}

	.configRow .configContainer {
		width: 50%;
		min-width: 50%;
		max-width: 50%;
		overflow: hidden;
		display: block;
		height: auto;
		min-height: 100px;
		max-height: 1500px;
	}

		.configRow .configContainer span {
			display: block;
		}

		.configRow .configContainer a {
			display: block;
		}
}


@media screen and (max-width:620px) {

	.configRow .configContainer {
		width: 100%;
	}
}



.configRow .configContainer .configbacklink {
	display: none;
}

.configbacklink {
	font-weight: bold;
}

.configRow {
	display: block;
	text-align: center;
}



/****End Config Section******/
