@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #00BEFF;
}
.CMSContainer {
	height: auto;
	overflow: hidden;
	padding: 5px;
}
.CMSContent {
	background-color: #FFF;
	width: auto;
	overflow: scroll;
}
.CMSSideBar {
	background-color: #E6E6E6;
	width: 200px;
	float: right;
	margin-left: 5px;
	padding: 5px;
	margin-top: 153px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}
td {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
th, th a {
	color: #FFF;
	background-color: #000;
	padding: 3px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: #00BEFF;
	text-decoration: underline;
}
.CMSTable {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
}
.CMSTable td {
	padding: 5px;
	border: 1px solid #FAE042;
}
.CMSDropdown {
	width: 200px;
	float: left;
	margin-right: 10px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #003D6D;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #F00;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}
h6 {
	font-weight: bold;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.CMSTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #00BEFF;
	float: right;
	width: 300px;
	margin-top: 30px;
	text-align: right;
	margin-right: 30px;
}
.CMSClientTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #00BEFF;
	text-align: center;
	font-weight: bold;
}
.Logo {
	height: 79px;
	float: left;
	width: 245px;
}
input[type="submit"], input[type="button"]{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	background-color: #003D6D;
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	cursor:pointer;
}
input[type="text"] {
	padding: 5px;
	font-size: 16px;
	background-color: #F3F3F3;
	border: 1px solid #999;
	float: left;
}
textarea#styled {
	width: 300px;
	height: 120px;
	border: 1px solid #999;
	padding: 5px;
	background-color: #F3F3F3;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
select {
	background:
		linear-gradient(45deg, transparent 50%, blue 50%),
		linear-gradient(135deg, blue 50%, transparent 50%),
		linear-gradient(to right, skyblue, skyblue);
	background-position:
		calc(100% - 21px) calc(1em + 2px),
		calc(100% - 16px) calc(1em + 2px),
		100% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
	border: thin solid blue;
	  font: 300 1em/100% "Helvetica Neue", Arial, sans-serif;
	  line-height: 1.5em;
	  padding: 0.5em 3.5em 0.5em 1em;
	border-radius: 0;
	  margin: 0;      
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  -webkit-appearance:none;
	  -moz-appearance:none;
}
.wrap-collabsible input[type='checkbox'] {
	display: none;
}
.lbl-toggle {
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 1rem;
	color: #A77B0E;
	background: #FAE042;
	cursor: pointer;
	transition: all 0.25s ease-out;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00BEFF;
}
.lbl-toggle:hover {
	color: #7C5A0B;
}
.lbl-toggle::before {
	content: ' ';
	display: inline-block;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid currentColor;
	vertical-align: middle;
	margin-right: .7rem;
	transform: translateY(-2px);
	transition: transform .2s ease-out;
}
.collapsible-content .content-inner {
	background: rgba(250, 224, 66, .2);
	border-bottom: 1px solid rgba(250, 224, 66, .45);
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	padding: .5rem 1rem;
}
.collapsible-content {
	max-height: 0px;
	overflow: hidden;
	
	transition: max-height .25s ease-in-out;
}
.toggle:checked + .lbl-toggle + .collapsible-content {
	max-height: 9500px;
}
.toggle:checked + .lbl-toggle::before {
	transform: rotate(90deg) translateX(-3px);
}
.toggle:checked + .lbl-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
i {
	display: inline-block;
	float: left;
	margin-left: 10px;
	color:#0CF; 
}
#HideContainer{
	overflow: hidden;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
