@CHARSET "UTF-8";

.help h2 {
	font-size: 1.2em;
	border-bottom: 1px solid #8CACBB;
	padding: 0.2em 0 0.3em 0.3em;
	margin-bottom: 1em;
}

.help h3 {
	margin: 15px 0px 5px 0px;
	padding: 0.2em 0 0.2em 1em;
	text-decoration: underline;
}

.help p {
	margin-left: 1em;
	margin-bottom: 1em;
	margin-right: 1em;
	line-height: 1.3em;
}

.help a {
	color: #2d7986;
	text-decoration: none;
}

.help a:hover {
	color: #EB9900;
}

.help em {
	font-style: italic;
}
.help strong {
	font-weight: bold;
}
.help ul, .help ol {
	margin-left: 20px;
	list-style-position: outside;
	line-height: 1.1em;
}
.help ul li {
	list-style-image: url("../icons/bullet.gif");
	margin: 0.5em 0 0 2.5em;
}

.help ol li {
	list-style: decimal;
	margin: 0.5em 0 0 2.5em;
}


.help .listing p {
	margin-left: 0;
	margin-bottom: 0.5em;
}

/* specific to front-more page */ 
.front-more-section {
	display: flex;
	align-items: flex-start;
	height: 100%;
	justify-content: left;
	margin: 6px 6px 20px 4px;
	flex-grow: 1;
}

.front-more-section-title {
	width: 12em;
	height: 2em;
}

.front-more-button {
	border: 1px solid #8CACBB;
	width: 8em;
	border-radius: 20px;
	padding: 1px;
	text-align: center;
	margin: 4px;
	height: 2em;
}

a {
	color: #2d7986;
	text-decoration: none;
}

ul.square li {
	list-style-image: url("/icons/bullet.gif");
	margin-left: 1.5em;
	margin-bottom: 0.4em;
}

.listing {
	border-top: 1px solid #8CACBB;
	border-bottom: 1px solid #8CACBB;
	border-left: 1px solid #8CACBB;
	border-spacing: 0;
	margin: 10px 0px;
}

.listing th {
	background: #DEE7EC none repeat scroll 0%;
	border-right: 1px solid #8CACBB;
	border-bottom: 1px solid #8CACBB;
	font-weight: normal;
	padding: 1px 4px 1px 4px;
}

.listing td {
	padding: 3px 10px;
	border-right: 1px solid #8CACBB;
}

tr.odd {
	background-color: #F1F5FA;
}

div.inset-box {
	background-color: rgb(238, 238, 238);
	margin: 15px 10% 20px !important;
	padding: 15px 15px 5px;
	border-radius: 4px;
}

/* simplified footer */
.mgel-logo img {
	width: 3.5em;
}
.funded-by {
	display: none;
}
.footer-links {
	flex-direction: row;
	align-self: center;
	padding-left: 0;
}
.footer-links div {
	margin-left: 1em;
}

.contact-form input, .login-form input  {
	height: 26px;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	font-size: 1rem;
	color: #444444;
	margin: 2px 10px;
}

.form-submit {
	height: auto!important;
	padding: 5px 15px!important;
	cursor: pointer;
}
.form-submit:hover {
	color: #EB9900 !important;
}

.contact-form label, .login-form label {
	display: block !important;
}

/* Specific to Login form */
#divPasswordReset {
	display: block;
	width: 400px;
	font-size: 0.9em;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 15px;
}
#divPasswordReset p {
	margin-left: 0;
}

/* Specific to Partber page (partner.php) */
.partner-title {
	padding:1em 3em 1em;
	background-color: #24577a;
	color: #eee;
	border-radius: 6px;	
}

.summary-table {
	margin-bottom: 40px;
	padding-top: 0px;
	padding-bottom: 20px;
	border-bottom: 3px double #ddd;
}

.facilitator {
	font-weight: bold;
	margin-top: 10px;
}


.standalone .metadata-main {
	padding: 30px 60px 50px 60px !important;
	background-color: rgba(250, 250, 250, 0.9);
	font-size: 1.3em;
}
.standalone .main-footer {
	font-size: 0.80em;
}
.summary_box {
	padding-left: 19px;
	min-width: 20em;
	/* max-width: 290px; */
	max-width: 350px;
}

.summary_box table {
	background-color: #3F527F;
	color: #CFCFCF;
	width: 100%;
}

.summary_box td {
	padding: 2px 5px 2px 10px;
	color: #CFCFCF;
	font-size: 95%;
}

.metadata-main a {
	color: #436976;
	text-decoration: none;
}

.summary_box a {
	color: #cfcfcf;
}
.metadata-main a:hover {
	color: #F08800;
}
div.description {
	margin-top: 5px;
	padding: 5px 5px 5px 10px;
	border: 1px solid #8CACBB;
}

.metadata-main h3 {
	padding: 1em 0 0.3em 0.3em;
	font-family: sans-serif;
}

.status-info-icon {
	display: inline-block;
	background-color: white;
	border-radius: 50%;
	padding: 0;
	width: 14px;
	height: 14px;
	text-align: center;
	vertical-align: middle;
	margin-left: 2px;
}
.status-info-icon img {
	width: 14px;
	vertical-align: middle;
	margin-left: 0;
	margin-bottom: 8px;
}

/* Used in help page (Density mapper & PhotoID) */

.side-bar-frame {
	width:30%; 
	margin-left: 20px; 
	margin-top: 2em;
}

.side-bar {
	border: 1px solid #F7CFAF; 
	padding: 0 10px 20px;
	border-radius: 4px;
	margin-bottom: 10px;
	background-color: #f6f6f2;
}

.side-bar h2 {
	border-bottom: none;
	margin-bottom: 0;
	margin-top: 0.5em;
}

.side-bar li {
	margin-left: 2em !important;
}

.side-bar ul {
	margin-left: 0px;
}

.photo-id-help-screenshot {
	width: 40vw;
	margin-left: 1em;
}

.screenshot-desc {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 1em;
	line-height: 1.2em;
	margin-left: 1em;
	margin-bottom: 1.5em;
}

ul.changelog {
	margin-left: 20px;
}

ul.changelog li {
	list-style: disc outside;
}