body {
	font-family:"Times New Roman", Times, serif;
	font-weight: 400;
   height:100%;
   overflow: hidden;
}

a {
	text-decoration:none;
}

.header {
	position: fixed;
	top: 0px;
	display: block;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
}
.footer {
	position: fixed;
	bottom: 0;
	color: aliceblue;
	background: #002f5f;
	width: 100%;
	z-index: 9999;
}
iframe {
	border: none;
	width: 100%;
	height: 75vh;
	position:absolute;
	overflow:scroll;
	top:auto;
	
}

.noEdit {
	pointer-events: none;	
}

.btn-primary {
	width: fit-content !important;
	background-color: #002f5f !important;
}
.btn-close {
	top: 5px;
	right: 5px;
	position: absolute;
	
}
.logo {
	padding: 15px;
}
.logo > a {
	background-image: url('/images/cc_logo.png');
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	height: 50px;
	min-height: 50px;
	width: 150px;
	color:transparent;
}
.wrapper {
	position: relative;
	height: 100vh;
}
.breadcrumb {
	position: relative;
	width: 100%;
	background-color: #002f5f;
	color: aliceblue;
	font-family: adobe-garamond-pro,serif;
	font-size: 16px;
	padding: 10px;
	z-index: 9999;
	margin-top:15px;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb i {
	margin: 0 10px;
}
.fa, .fab, .fad, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}
.fa, .fas {
	font-weight: 900;
}
.content {
	position: relative;
	top: 120px;
	width: 99%;
	padding: 20px 0px 20px 20px;
	height: 100%;
}
#formContainer {
	padding: 20px;
}
.divHide {
	display: none;
}
.border-none {
	border: none;
	padding: 0px;
}
.padR-40 {
	padding-right: 40px;
}
.wid-100 {
	width: 100%;
}
.lh-1pt2 {
	line-height: 1.2 !important;
}
.super {
	vertical-align: super;
}

/*input.titleCase, div.titleCase { 
  text-transform: capitalize;
}*/
::-webkit-input-placeholder { 
    text-transform: none;
}
:-moz-placeholder { 
    text-transform: none;
}
::-moz-placeholder { 
    text-transform: none;
}
:-ms-input-placeholder { 
    text-transform: none;
}
