h1, h2, h3, h4, h5, h6 {
	color: #004095;
}
.collapsible_content {
	max-height: 100%;
	opacity: 100%;
	clear: both;
	overflow: hidden;
	transition: max-height opacity .5s ease-out;
}

.bullet {
	color: #555555;
	list-style-position: outside;
	list-style-type: disc;
	display: list-item;
	margin-left: 20px;
}

.indent {
	margin-left: 20px;
}

.right-align {
	position: absolute;
	/*text-align: right;*/
	right: 0;
}

.btn_profile {
	float: left;
	z-index: 0;
	padding: 0px 4px 10px 5px;
	text-align: center;
}

.btn_profile_sup {
	font-size: .75rem;
	font-family: 'Helvetica Neue';
	font-stretch: normal;
	color: #888;
	text-align: center;
	overflow: scroll;
	margin-left: -10px;
}

form-control {
	font-size: 11pt;
}

card-body {
	padding: 0%;
}

.hdg_larger {
	font-size: 1.25rem;
	font-weight: 600;
}

.hdg_large {
	font-size: 1rem;
	font-weight: 600;
}


.hdg_medium {
	font-size: .85rem;
	font-weight: 600;
}

.fieldElement {
	width: 100%;
	float: left;
}

.required {
	color: #a00;
}

.sec_errMsg {
	float: right;
	text-align: right;
	color: #f00;
	position: relative;
	left: 30px;
	margin-right: 10px;
	opacity: 0%;
	margin-top: 9px;
	font-size: 11pt;
	transition: opacity .7s;
}

.sec_errMsg_status {
	opacity: 100%;
}

.sec_ok_icon {
	float: right;
	padding: 0px, 0px, 0px, 0px;
	margin: 4px 2px 0px 2px;
	position: relative;
	z-index: 1;
	/* Ensure icon is above error icon layer */
	width: 18px;
	top: -5px;
	left: 62px;
	rotate: +90deg;
	opacity: 100%;
	transition: left .5s, rotate .5s, opacity .5s, transform .5s;
}

.sec_ok_icon_status {
	top: -5px;
	left: 28px;
	rotate: 0deg;
	opacity: 100%;
}

.sec_err_icon {
	float: right;
	padding: 0px, 0px, 0px, 0px;
	margin: 4px 2px 0px 2px;
	position: relative;
	z-index: 0;
	/* Ensure icon is on bottom layer below field */
	width: 25px;
	top: -5px;
	left: 28px;
	rotate: +90deg;
	opacity: 100%;
	transition: left .5s, rotate .5s, opacity .5s, transform .5s;
}

.sec_err_icon_status {
	top: -5px;
	left: 0px;
	rotate: 0deg;
	opacity: 100%;
}

.fld_col {
	/* Contains field label and field */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.prompt-col {
	float: left;
	clear: both;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 16px 8px 0px 0px;
	line-height: 110%;
	font-size: 85%;
	font-weight: bold;
}

.input-col {
	height: auto;
	margin: 0px 0px 0px 0px;
	/* bottom margin prevents Select field from contacting input below */
	padding-right: 0px;
}

.input_field {
	float: left;
	/*padding: 0px, 0px, 0px, 0px;*/
	font-size: 11pt;
}


.required_astrsk {
	position: relative;
	display: inline-block;
	z-index: 1;
	color: red;
	left: -36px;
	top: 10px
}

.fld_err_icon {
	z-index: 0;
	float: left;
	position: relative;
	width: 23px;
	top: 20px;
	left: -24px;
	rotate: -90deg;
	opacity: 0%;
	transition: left .5s, rotate .5s, opacity .5s, transform .5s;
}

.fld_err_icon_status {
	top: 20px;
	left: 6px;
	rotate: 0deg;
	opacity: 100%;
}

.errMsg {
	display: inline-block;
	text-align: left;
	/*min-width: 100px;
	max-width: 500px;*/
	width: auto;
	color: red;
	position: relative;
	opacity: 0%;
	margin: 0px 0px 4px 2px;
	padding: 0px 12px 8px 0px;
	font-size: 10.5pt;
	line-height: 110%;
	transition: height .5s, opacity .7s, transform .5s;
}

.error {
	color: red;
}

.errMsg_status {
	top: 3px;
	height: auto;
	opacity: 100%;
}

.error_div {
	background-color: #f8d7da;
	border-style: solid;
	border-color: #b30000;
	border-width: 15px;
	border-radius: 5px;
}

.hlp_msg {
	font-size: 10pt;
}

.table_1 {
	border-top-style: groove;
	border-top: 1px solid #888;
	border-bottom-style: groove;
	border-bottom: 1px solid #888;
}

.btn_norm,
.btn_small {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin-right: 12px;
	padding: .3rem .8rem;
	background-color: #fff;
	border-color: #ddd;
	outline-color: #ddd;
	border-radius: 5px;
}

.btn_norm {
	font-size: 1rem;
}

.btn_small {
	font-size: .9rem;
}

.btn_small:focus,
.btn_norm:focus {
	outline-color: #666;
}

th,
td {
	font-size: 13;
	border-bottom-style: groove;
	border-bottom: 1px solid #ccc;
	padding-top: 5px;
	padding-bottom: 8px;
}

/*.textarea {
	max-width: 500px;
}*/

.cf_size_tiny {
	min-width: 30px;
	max-width: 50px;
}

.cf_size_smallest {
	min-width: 40px;
	max-width: 70px;
}

.cf_size_smaller {
	min-width: 55px;
	max-width: 90px;
}

.cf_size_small {
	min-width: 80px;
	max-width: 130px;
}

.cf_size_medium {
	min-width: 110px;
	max-width: 250px;
}

.cf_size_large {
	min-width: 250px;
	max-width: 375px;
}

.cf_size_larger {
	min-width: 300px;
	max-width: 800px;
}

.cf_size_largest {
	width: 100%;
	/*height: 2rem;*/
	overflow: scroll;
	min-width: 400px;
	/*max-width: 1000px;*/
}

.cf_field_comments {
	font-size: 11pt;
	color: #000;
}

.CAccordionHeader {
	margin-bottom: -20px;
	background-color: rgb(255, 255, 255);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body {
	padding: 0px;
}

.tooltip-container {
	width: 100%;
	position: relative;
	display: inline-block;
}

.tooltip-text {
	visibility: hidden;
	width: auto;
	/*width: 200px;*/
	/*max-width: 450px !important;
	min-width: 200px !important;*/
	background-color: #f9f9f9;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	font-size: 0.85rem;
	line-height: 1.2;
	color: #333;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 125%;
	left: 50%;
	margin-left: -100px;
	opacity: 0;
	transition: opacity 0.3s;
	transition-delay: 0.5s;
	border: 1px solid #333;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
}

.tooltip-container:hover .tooltip-text {
	z-index: 2;
	visibility: visible;
	opacity: .9;
}

.tooltip .tooltip-inner {
	max-width: 450px !important;
	min-width: 200px !important;
	background-color: #ffffffdd;
	box-shadow: 3px 3px 3px #aaa;
	border-style: solid;
	border-color: #333;
	border-width: 1px;
	border-radius: 5px;
	color: #333;
	line-height: 1.2;
}

/* From Uiverse.io by Amine-maker */
#label-input {
	transition: all 0.1s ease-in-out;
	color: #888;
	font-weight: 600;
	position: absolute;
	/*top: 21px;*/
	top: 10px;
	left: 7px;
	transform: scale(1);
	opacity: 1;
	pointer-events: none;
	border-radius: 5px;
}

.input-base {
	border-radius: 5px;
}

#input:focus~label#label-input,
#input:not(:placeholder-shown)~#label-input {
	/* Ensure label is above icon */
	z-index: 1;
	/*top: 0px !important;*/
	top: -10px !important;
	left: 0 !important;
	transform: scale(0.8);
	background: white;
	color: black;
	padding: 0 5px;
	opacity: 1;
}

#input,
textarea {
	transition: outline 0.2s ease;
	font-size: 1rem;
	outline-color: var(--button-text);
	outline: unset;
	border: 1px solid #bbbbbb;
	padding: 8px 5px 6px 5px;
	width: 100%;
}

#input:focus,
textarea:focus {
	box-shadow: 0 0 0 1px #e8e8e8, 0 0 0 3px rgb(100, 100, 100);
}

#input:disabled {
	color: #888;
}

#input:disabled~#label-input {
	color: #888;
}

textarea:hover {
	box-shadow: 0 0 0 1px #eee, 0 0 0 3px rgb(100, 100, 100);
}

.relative {
	position: relative;
}

.hidden {
	/*display: none !important; */
	height: 0;
	opacity: 0%;
}

.modal-content {
	border-radius: 15px;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 100;
}

.dialog-buttons {
	text-align: right;
	width: 70%;
	margin: 0px 0px 0px 0px;
}

.dialog-buttons-left {
	text-align: left;
	width: 30%;
	margin: 0px 0px 0px 0px;
}

.dialog-button {
	text-align: right;
}

.dialog-button-left {
	text-align: left;
}

.dialog-buttons button, .dialog-buttons-left button {
	margin-left: 10px;
	background-color: #f8f8f8;
	color: black;
	padding: 6px 10px;
	border: solid 1px #444;
	border-radius: 5px;
	cursor: pointer;
}

.dialog-button:hover {
	background-color: #ddd;
}

.dialog-button:focus {
	outline: #ddd;
	background-color: #e8e8e8;
}

button.button-default {
	background-color: #C7DFFC;
	border: solid 1px #000;
}

.modal-dialog {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	max-width: 600px;
}

.non-modal-dialog {
	display: none;
	position: absolute;
	/*width: 700px;*/
	resize: both;
	overflow: auto;
 	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*transform: translate(-25%, 0);*/
 	border: 1px solid #444;
	border-radius: 11px 11px 3px 11px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
	background-color: white;
	z-index: 20;
}

.non-modal-dialog-header {
	/*font-size: 1.5rem;*/
	/*min-width: 250px;*/
	padding: 5px 0px 0px 15px;
	cursor: move;
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	border-radius: 11px 11px 0px 0px;}

.non-modal-dialog-content {
	padding: 20px;
	text-align: left;
	padding: 15px 10px 0px 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	border-radius: 11px 11px 3px 11px;
}

.close-button {
	position: absolute;
	top: 6px;
	right: 15px;
	font-size: 25px;
	cursor: pointer;
	outline: none;
	border: none;
	z-index: 4;
}

.progress-button {
	float:left;
	background: none;
	padding: 0px 0px 15px 0px;
	border: none;
	outline: none;
	transition: transform 0.3s ease;
}

.progress-button:hover {
	border: none;
	outline: none;
	transform: scale(1.05);
}
.progress-button:focus {
	border: none;
	outline: none;
}
.progress-icon-div {
	float: left;
}
.progress-img {
	width: 180px;
	position: relative;
}

.pub-container {	/* Container for publication list */
	margin: 0px 0px 25px 0px;
	padding-bottom: 0px;
	display: grid;
	grid-template-areas:
		'header header header header header header'
		'left main main main main main'
		'left legal legal legal legal legal';
	/*gap: 10px;*/
	background-color: white;
	border-bottom: #183F71 solid 1px;
}

.pub-container > div {
	/*padding: 10px;*/
	padding: 8px 8px;
	/*font-size: 1rem;
	font-weight: 400;*/
}

.pub-header {
	grid-area: header;
	color: white;
	/*margin: 0px 0px 10px 0px;*/
	padding: 0px 0px;
	background-color: #183F71;
	border-radius: 5px;
}

.pub-title {
	grid-area: header;
	font-size: 1.25rem;
	line-height: 1.3rem;
	font-weight: 600;
	/*color: white;*/
	margin: 0px 0px;
	padding: 0px 0px 5px 0px;
}

.pub-subtitle {
	grid-area: header;
	font-size: 1rem;
	line-height: 1.2rem;
	font-weight: 600;
	/*color: white;*/
	margin: 0px 10px;
	padding: 0px 0px;
}

.pub-author {
	/*grid-area: header;*/
	text-align: right;
	font-size: .8rem;
	font-weight: 400;
	font-style: italic;
	/*color: white;*/
	padding: 0px 0px;
}

.pub-select {
	grid-area: left;
	float: left;
	width: 45px;
	height: 100%;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 1rem;
	font-weight: 600;
	text-align: center;
	color: white;
	border-right: 1px inset #fff;
}

.pub-checkbox {
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	color: white;
}

.pub-examples {
	float: left;
	width: 55px;
	height: 90%;
	margin: 5px 5px 5px 0px;
	/*padding: 4px,0px;*/
	text-align: center;
	color: black;
	border-right: 1px dotted #183F71;
}

.pub-example {
	width: 35px;
	padding: 4px 0px;
}

.pub-examples-label {
	font-size: 7pt;
	font-weight: 600;
	font-kerning: auto;
	font-stretch: condensed;
	padding-top: 0px;
	padding-bottom: 6px;
	/*line-height: 1.2rem;*/
	text-align: center;
}

.pub-description {
	grid-area: main;
	font-size: .9rem;
	font-weight: 400;
	color: black;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 1px dotted #183F71;
}

.pub-legal {
	grid-area: legal;
	font-size: .7rem;
	font-weight: 400;
	line-height: 1.1rem;
}

/* Editor dropdown styles */

.file-menu {
	position: relative;
	display: inline-block;
	margin: 0px 5px;
	padding: 0 5% 10px 5%;
	z-index: 20;
}

.file-menu-button {
	background-color: #f1f1f1;
	color: black;
	border: solid 1px #444 !important;
	border-radius: 4px;
	margin: 0px 3px;
	padding: 3px 12px;
	font-size: 16px;
	border: none;
	cursor: pointer;
}
/*
.file-menu-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 180px;
	padding: 10px 0px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.file-menu-content a {
	font-size: 15px;
	color: black;
	padding: 7px 16px;
	text-decoration: none;
	display: block;
}

.file-menu-content a:hover {
	background-color: #ddd;
}

.file-menu-content hr {
	margin: 4px 0;
	border: 0;
	border-top: 1px solid #ccc;
}

.file-menu:hover .file-menu-content {
	display: block;
}

.file-menu:hover .file-menu-button {
	background-color: #ddd;
}*/

.editor-btn {
	background-color: #f1f1f1;
	color: #444;
	border: solid 1px #444 !important;
	margin: 5px 3px;
	padding: 1px 3px;
	font-size: 14px;
	cursor: pointer;
	border-radius: 2px;
}

@keyframes pulse {
	0% {
		background-color: #C7DFFC;
	}

	50% {
		background-color: lightgreen;
	}

	100% {
		background-color: #C7DFFC;
	}
}

.pulse-button {
	animation: pulse 1.5s 4;
}

/* Small */
@media (max-width: 559px) {

	.progress-img {
		width: 150px;
	}

	.b-container {
		margin: 0px 10px;
	}

}

/* to Small Tablets */
/*@media (min-width: 560px) and (max-width: 767px) {*/
@media (min-width: 560px) and (max-width: 767px) {

	.progress-img {
		width: 170px;
	}

	.b-container {
		margin: 0px 50px;
	}

}

/* Small Desktops */
@media (min-width: 768px) {

	.progress-img {
		width: 200px;
	}

	.b-container {
		margin: 0px 100px;
	}
}

@media print {
	/* Don't display links when print */
	a[href]:after {
		display: none;
		visibility: hidden;
	}
}
