/* Minification failed. Returning unminified contents.
(20,13): run-time error CSS1031: Expected selector, found '!important'
(20,13): run-time error CSS1025: Expected comma or open brace, found '!important'
 */
*:focus, input.textInput:focus, select.filter:focus, input.quickSearch:focus, select.textInput:focus {
	box-shadow: 0 5px 0 0 black, 0 10px 0 0 #fd0 !important;
	box-shadow: 0 -5px 0 0 black, 0 -10px 0 0 #fd0 !important;
	box-shadow: -5px 0 0 0 black, -10px 0 0 0 #fd0 !important;
	box-shadow: 5px 0 0 0 black, 10px 0 0 0 #fd0 !important;
	box-shadow: 0 0 0 5px black, 0 0 0 10px #fd0 !important;
}

.skip-link {
	position: absolute;
	display: inline-block;
	padding: .375rem .75rem;
	line-height: 1;
	font-size: 2rem;
	color: black;
	transform: translateX(0);
	transition: transform 250ms ease-in;
}

a.skip-link !important {
	/*color: white;*/
}

.ajax-pager > li > a {
	background-color: #800029;
	color: white;
	font-size: 18px;
	font-weight: bold;
}

.skip-link:not(:focus) {
	transform: translateX(-100rem);
	/*color: white;*/
}

.messageContainer {
	border: 2px solid #dedede;
	background-color: #f1f1f1;
	border-radius: 5px;
	padding: 10px;
	margin: 50px;
	cursor: pointer;
	clear:both;
}

.messageContainer::after {
	content: "";
	clear: both;
	display: table;
}

.remove {
	color: #FF0000;
	cursor: pointer;
}

.inviteBox {
	margin-top: 10px;
}

.overlay {
	position: fixed; /* Sit on top of the page content */
	display: none; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5); /* Black background with opacity */
	z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
	cursor: pointer; /* Add a pointer on hover */
}

.overlayText {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	color: white;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	text-align: center;
}

.loader {
	border: 6px solid #f3f3f3;
	border-top-color: rgb(243, 243, 243);
	border-top-style: solid;
	border-top-width: 6px;
	border-radius: 50%;
	border-top: 6px solid #3498db;
	width: 30px;
	height: 30px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin: 10px auto;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.applicationMenu {
	list-style-type: none;
}

.applicationMenu li {
	float: left;
	margin: 10px 0;
	padding: 10px;
	cursor: pointer;
	background-color: #EEE;
	height: 60px;
	line-height: 2;
	text-align: left;
	font-size:16px;
	border-top: solid 1px rgb(221, 221, 221) !important;
	border-bottom: solid 1px rgb(221, 221, 221) !important;
}

.tab-button .active li {
	background-color: blue;
}

.applicationMenu li:hover {
	color:#fff;
	background-color:#ff0000;
}

.removeDocument, .removeSupportingPlan {
	color: #F00;
}

.mainBanner {
	background-image: url(/Content/Images/MainImage.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 330px;
}

.showManualCompany {
	cursor: pointer;
}

.centreHCCLogo {
	width: 25%;
	margin: 0 auto;
}

.centreLogoList {
	text-align: center;
}

.maxHeight50 {
	max-height: 50px;
}

.required::after {
	content: " *";
	font-weight: bold;
	color: red;
}

.historyGrid {
	width: 1200px;
	overflow: hidden;
}

.checkboxContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkboxContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

.checkboxContainer:hover input ~ .checkmark {
	background-color: #ccc;
}

.checkboxContainer input:checked ~ .checkmark {
	background-color: #2196F3;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
	display: block;
}

.checkboxContainer .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.checkmarkLeft {
	left:225px;
}

.headerBox {
	width: 1098px;
	height: 130px;
	font-size: 48px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #1c1d1f;
}

.textInput {
	width: 483px;
	height: 52px;
	border: solid 1px #9a9a9a;
	background-color: #f2f2f2;
	padding-left: 1.4rem;
	margin: 1.4rem 0;
}

h1 {
	font-size: 48px;
}

.blockInline {
	display: inline-block;
	margin: 0 20% 0 0;
}

.blockInlineShort {
	display: inline-block;
	margin: 0 15% 0 0;
}

a {
	color: #0000FF;
	text-decoration: underline;
	display: inline-block;
}

.bigRedButton {
	width: 109px;
	height: 50px;
	border-radius: 5px;
	background-color: #800029;
	margin-top: 10px;
}

a.bigRedButton {
	width: 276px !important;
	height: 50px !important;
	border-radius: 5px;
}

a.bigRedButton {
	text-decoration: none;
	text-align: center;
	line-height: 2.25;
	width: 483px;
	height: 59px;
	border-radius: 5px;
	background-color: #800029;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.bigRedButtonText {
	width: 66px;
	height: 33px;
	font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 25px;
	letter-spacing: normal;
	color: #ffffff;
}

.smallRedButton {
	width: 147px;
	height: 59px;
	border-radius: 5px;
	background-color: #800029;
}

.textareaInput {
	width: 483px;
	height: 184px;
	border: solid 1px #9a9a9a;
	background-color: #ededed;
}

@media only screen and (max-width: 600px) {
	input, select, textarea {
		max-width: 280px;
	}

	a.bigRedButton, .bigRedButton {
		width: 280px;
	}
}

#topMain.nav-pills > li > a {
	text-decoration: none;
}
	
#footer {
	background: #0F0E0E;
	padding-top: 30px;
}

#footer ul {
	columns: 2;
}
	
.copyright {
	background: #3E3E3E !important;
	height: 62px;
}

.copyright > div {
	color:white;
}

.list-inline > li > a {
	color:white !important;
}

.social-icon-border {
	border: none !important;
}

.social-icon {
	border: 2px solid white !important;
	box-sizing: border-box !important;
	border-radius: 0px;
}

input[type=password] {
	font-size: 40px;
	color: #000000;
}

li.active > a {
	border-bottom: 3px solid #800029 !important;
	border-radius: 0px;
}

.size-20 {
	font-size: 16px !important;
	font-weight:400;
	text-align: justify;
}

.dropdown {
	font-family: 'Open Sans';
	height: 96px;
	line-height: 76px;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: bold;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	padding: 12px 16px;
	z-index: 1;
	line-height: 40px;
}

.dropdown:hover {
	cursor: default;
}

.dropdown:hover .dropdown-content, .dropdown:focus-within .dropdown-content {
	display: block;
}



#overlay {
	position: absolute; /* Sit on top of the page content */
	padding-top:20px;
	display: block; /* Hidden by default */
	width: 100%; /* Full width (cover the whole page) */
	height: 100.1%; /* Full height (cover the whole page) */
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.6); /* Black background with opacity */
	cursor: pointer; /* Add a pointer on hover */
}

.inviteUserButton {
	background-color: #0E6700;
	color: white;
	width: 193px;
	height: 61px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	float: right;
	position: relative;
	z-index: 999;
}

.btn-success {
	background-color: #0E6700;
}

.darkGreen {
	color: darkgreen !important;
}

.tableHead {
	background-color: #EEE; 
	height: 60px;
}

.tableHead > th {
	border-top: solid 1px rgb(221, 221, 221) !important;
	cursor: pointer;
}

	.tableHead > .active {
		border-top-color: #800029 !important;
		background-color: #800029 !important;
		color: #fff;
	}

.createMessage {
	float: right;
	background-color: #0E6700;
}

.createMessage {
	background-color: #0E6700;
	color: white;
	width: 193px;
	height: 61px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	float: right;
}

.updateAddressee {
	margin: 20px;
	float: right;
	background-color: #0E6700;
}

.resubmit {
	float: right;
	margin: 10px;
	background-color: #0E6700;
}
.addAdditionalPlans {
	background-color: #0E6700;
}

.plansTable {
	margin-top: 50px;
}

.quickSearch {
	border: 2px solid #E5E7E9;
	height: 46px;
	padding: 12px;
	outline: none;
	line-height: 1 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.fixedDiv {
	max-width: 300px;
	overflow: hidden;
}

.overflow {
	overflow-wrap: break-word;
	max-width: 400px;
}

.overflowWide {
	overflow-wrap: break-word;
	max-width: 1000px;
}

#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh
}

#footer {
	margin-top: auto;
} 

.logo > img {
	height:5rem !important;
}

.mainView {
	margin-top: 9.6rem;
	display: table;
	position: relative;
}

#topNav {
	top: 0;
	position: fixed;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px #e2e2e2 solid;
	z-index: 999;
}

body {
	color: #1c1d1f;
}

.negativeMargin {
	margin-top: -5.8rem;
}

#footer h2.footer-h2 {
	font-size: 15px;
}

.ajax-pager > li.disabled > span {
	color: #595959;
}

.ajax-pager > li.active > span {
	background-color: #DEDEDE;
	color: black;
}

.ajax-pager > li > a {
	text-decoration: none;
}

.ajax-pager > li > a:hover{
	color: black;
}

.ajax-pager > li > a:focus {
	color: black;
}

main {
	display: contents !important;
}

.form-display-field {
	padding-top: 7px;
}

h2.form-header {
	margin-bottom: 16px;
}

div.row {
	margin-left: 0px;
	margin-right: 0px;
}

button.close {
	color: #666;
	opacity: 1;
	font-size: 26px;
	font-weight: 900;
}

button.close:hover{
	color: #212121
}
