﻿body {
	background-image: url('images/GroupSM.jpg');
	background-repeat: repeat;
	font-family: Calibri;
	top: 50px;
	left: 0px;
	width: 90%;
	height: 90%;
	/*background: transparent url('images/GroupXL.png') 0% 0% no-repeat padding-box;*/
	opacity: 1;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: auto;
	align-content: center;
	vertical-align: central;
}

.auto-height {
	height: 100px;
}

.subTbl-Col3-style {
	width: 1080px;
	background-color: white;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.subTbl-Col4-style {
	width: 1080px;
	background-color: white;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.field-label1 {
	text-align: left;
	height: 30px;
	vertical-align: bottom;
}

@media (max-height: 830px) {
	.subTbl-Col4-style {
		width: 1080px;
		background-color: white;
		padding-top: 60px;
		padding-right: 30px;
		padding-bottom: 3px;
		padding-left: 20px;
	}
}

@media (max-height: 770px) {
	body {
		top: 10px;
		font-size: 2px;
		margin-top: 40px;
	}

	.auto-height {
		height: 0px;
	}
	.subTbl-Col3-style {
		width: 1080px;
		background-color: white;
		padding-top: 20px;
		padding-right: 30px;
		padding-bottom: 3px;
		padding-left: 20px;
	}
	.field-label1 {
		text-align: left;
		height: 20px;
		vertical-align: bottom;
	}
}

form {
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	align-content: center;
}

.subTbl-Col1-style {
	width: 540px;
	background-color: white;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	border-radius: 5px;
}

.subTbl-Col2-style {
	/*width: 370px;*/
	text-align: start;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-color: white;
	vertical-align: top;
}

.img-logo-style-container {
	height: 40px;
	position: absolute;
}

.img-logo-style {
	height: 100%;
	width: 100%
}

.subTbl-style {
	/* height: 80%;
    width: 80%;*/
	min-height: 80%;
	align-content: center;
}

.auto-style8 {
	height: 19px;
	width: 140px;
}

select {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.subTbl1-style {
	width: 520px;
	border-radius: 5px;
	background-image: url('images/GroupSW_Background.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #323336;
	background-position-y: -70px;
}

.requiredError:after {
	border-bottom-color: red;
}

.inputBox {
	border-bottom-color: #011122;
	border-width: 0px 0px 1px 0px;
}

.masterHeader {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

.masterHeaderText {
	padding-left: 0px;
	font-weight: bold;
	color: Black;
}

.menu {
	/*background-color: #7285a3;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000000;*/
	padding-left: 15px;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: overline underline;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

a.bodyLink:link {
	/*color: #7285a3;*/
	text-decoration: none;
}

a.bodyLink:visited {
	/*color: #7285a3;*/
	text-decoration: none;
}

a.bodyLink:hover {
	/*color: #7285a3;*/
	text-decoration: overline underline;
}

a.bodyLink:active {
	/*color: #7285a3;*/
	text-decoration: none;
}

option {
	background-color: #fff;
}

INPUT {
	border-bottom-color: #F2F2F2;
	border-left-color: #F2F2F2;
	border-right-color: #F2F2F2;
	border-top-color: #F2F2F2;
	border-width: 0px 0px 0px 0px;
	PADDING-LEFT: 5px;
	font: normal normal normal 14px/22px Open Sans;
	letter-spacing: 0px;
	HEIGHT: 17px;
	border-radius: 2px 2px 0px 0px;
}

	INPUT[type=button], input[type=submit], input[type=reset] {
		border-bottom-color: #F2F2F2;
		border-left-color: #F2F2F2;
		border-right-color: #F2F2F2;
		border-top-color: #F2F2F2;
		border-width: 0px 0px 0px 0px;
		PADDING-LEFT: 5px;
		font: normal normal normal 14px/22px Open Sans;
		letter-spacing: 0px;
		HEIGHT: 17px;
		border-radius: 3px 3px 3px 3px;
	}

TD {
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
}

TH {
	font-size: 12pt;
	font-family: Arial, Helvetica, Sans-Serif;
}


.switch {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
}
	

	.switch input {
		opacity: 0;
	}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 16px;
		width: 16px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .slider {
	background-color: #0047BA;
}

input:focus + .slider {
	box-shadow: 0 0 1px 2px Black;
	border-color: black;
}

input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

	.slider.round:before {
		border-radius: 50%;
	}
