body {
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.5em;
	color: #333333;
	background: #eef9fa url("/Content/Images/contentbg.png") top center no-repeat;
	font-size: 11px;
}

#contentArea {
	padding: 30px;
	background: #FFF;
	-moz-box-shadow: -1px 1px 3px #aeb3b4;
	-moz-border-radius: 5px;
	-webkit-box-shadow: -1px 1px 3px #aeb3b4;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: -1px 1px 3px #aeb3b4;
	text-align: justify;
	margin-top: -66px;
	margin-bottom: 20px;
}

	#contentArea h1 {
		font-size: 160%;
		color: #1e6e88;
		font-weight: bold;
		border-bottom: 1px dotted #1e6e88;
		text-align: left;
		line-height: 25px;
	}

	#contentArea h2 {
		font-size: 140%;
		color: #1e6e88;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#contentArea h3 {
		font-weight: bold;
		font-size: 130%;
		padding-left: 62px;
		border-bottom: 1px dotted gray;
		color: #1e6e88;
		line-height: 25px;
	}

	#contentArea h4 {
		font-weight: bold;
		font-size: 110%;
	}

	#contentArea ol, #contentArea ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	#contentArea ul {
		padding-left: 10px;
		list-style: disc;
		font-size: 100%;
	}

	#contentArea li {
		margin-left: 20px;
		font-size: 100%;
	}

	#contentArea a {
		color: #1e6e88;
		text-decoration: none;
		border-bottom: 1px dotted #1e6e88;
	}

		#contentArea a:hover {
			border-bottom: 1px solid;
		}

.doc {
	background: url("/Content/Images/word.png") no-repeat;
}

.pdf {
	background: url("/Content/Images/pdf.png") no-repeat;
}


img.video {
	height: 70px !important;
}

em {
	font-weight: bold;
	font-style: normal;
}


.generalInfoPane {
	padding: 10px;
	background: #daf1f4;
	-webkit-border-radius: 20px;
	-moz-radius: 20px;
	border-radius: 20px;
	margin-top: 3px;
	border: 3px solid #bedde1;
}

.infoBox {
	border: 2px solid #a85bbb;
	background: #ecffc6;
	padding: 10px;
	margin-top: 30px;
	color: #b81270;
	-webkit-border-radius: 10px;
	-moz-radius: 10px;
	border-radius: 10px;
	-webkit-border-top-right-radius: 2px;
	-moz-top-right-radius: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

	.infoBox > img {
		float: left;
		width: 41px;
		height: 44px;
		margin-top: -35px;
		margin-left: 10px;
	}

	.infoBox > p {
		margin-top: 20px;
		margin-bottom: 20px;
	}


.goBack {
	text-align: right;
}

	.goBack a {
		text-align: right;
		margin-bottom: 20px;
		font-weight: bold;
		font-size: 90%;
		color: #666;
		text-decoration: none;
		border-bottom: 1px dotted #666;
	}

		.goBack a:hover {
			border-bottom: 1px solid #666;
		}

.floater {
	float: right;
}

	.floater.left {
		float: left;
	}


.checkboxInline input[type="checkbox"] {
    display:inline-block;
    width:15px;
    height:15px;
    margin: 7px 7px 7px 7px;
    vertical-align:middle;
    cursor:pointer;
}

/* Absolute Center CSS Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.clickable:hover {
	cursor: pointer;
}

.highlight {
	background-color: #EAFAFC !important;
}

.highlight-alt {
	background-color: #bedde1 !important;
}