﻿h1 {
	font-size: 160% !important;
}

h2 {
	font-size: 140% !important;
}

h3 {
	font-size: 120% !important;
}

h4 {
	font-size: 110% !important;
}

.dimmed  {
	opacity: .5;
	filter:grayscale(1);
}

h1:first-child {
	font-size: 190% !important;
	padding: 10px 5px 15px 0;
	/*font-weight: bolder;*/
	color: #666;
	margin-bottom:15px;
}

main {
	padding: 15px 0 100px 0;
}

.field-validation-error {
	font-size:0.9em;
}


.full-page-form {
	border-left: solid 10px #efefef;
	padding-left: 20px;
	margin-top: 10px;
	margin-left: 10px;
}

.toprow {
	background-color: #eee;
	border-bottom: solid 1px #ddd;
}

	.toprow .col {
		padding: 2px 0 !important;
		font-size: .85em;
	}

.auth-state-info a {
	color: #222;
	padding: 0;
	margin: 0 5px;
	color: #4b88b0;
}

	.auth-state-info a:hover {
		text-decoration: none;
	}

.auth-state-info span {
	color: #777;
	padding: 0 5px;
}

	.auth-state-info span:after {
		content: '|';
		padding-left: 10px;
	}

header {
	background-color: #efefef;
}
.navbar-brand {
	margin: 0 0 0 -12px;
	height: 3%;
	width: 100%;
	font-size: 1.8em !important;
	background-image: url(../img/gefeg_logo-1.svg);
	background-repeat: no-repeat;
	padding: 9px 0 0 50% !important;
}
.navbar-brand span {
	color: #356db5 !important;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: sans-serif;
	font-size:1.1em;
	display: inline-block;
	float:right;
}

.main-menu .nav-item {
	border-bottom: solid 2px #fff;
	margin-right:10px;
}

	.main-menu .nav-item:hover {
		border-bottom: solid 2px #4b88b0;
	}

	.main-menu .nav-item a {
		text-transform: uppercase;
		padding: 5px 10px 10px 10px;
		margin-top: 0;
	}

		.main-menu .nav-item a:hover {
			color: #4b88b0 !important;
		}

.action-buttons-area {
	padding: 10px 0;
	margin-bottom:20px;
}

.table-main td, .table-main th {
	font-size:1em;
}

.table-main tr th:last-child,
.table-main tr td:last-child {
	text-align: right;
}

tr.bg-danger a,
tr.bg-danger a:hover {
	color:#fff;
}

.footer {
	padding:10px 0;
}

.footer .copyright {
	font-size:0.9em;
	padding:0 2px;
}

.footer .linklist a {
	margin:0 5px;
}

.languageselector {
	/*opacity: .8;*/
}

.languageselector select {
	font-size: 75%;
	margin-left:5px;
	width:auto;
	display:inline-block;
}
.footer .appversion {
	opacity: .65;
}
.form-info-box {
	border: solid 1px #ddd;
	font-size:.9em;
	padding:0;
	opacity:.7;
}
.form-info-box:hover {
	opacity:1;
}
.form-info-box table {
	width:100%;
	margin:10px;
}
.form-info-box table td:first-child {
	color:#999 !important;
	padding-right:30px;
	
}
.form-info-box h2 {
	text-align: center;
	background-color:#eee;
	margin:0;
	padding:8px 0;
	font-size:1.1em;
}

label, .label {
	font-size:.9em;
}

textarea[readonly] {
	background-color: #eee;
	color:#555;
}

textarea.model-prop-full-width {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 0;
	padding: 5px;
	font-size: .9em;
}

.logentry .summaryline {
	padding: 5px 0;
	margin:0;
	font-size:.9em;
}

.table-sm {
	font-size: .9em !important;
}

.section_devider {
	width: 100%;
	border-bottom: solid 1px #eee;
	margin: 10px 0;
	color: #666;
	font-size: 0.9em;
}

#UserRolesEditor .form-check-label {
	font-size: 18pt;
	margin-left: 14px !important;
}

#UserRolesEditor .form-check-input[type=checkbox] {
	border-radius: .25em;
	height: 20px;
	width: 20px;
	margin-top: 9px;
	margin-right: 200px !important;
}
#UserRolesEditor .role-group {
	margin-bottom: 40px;
}

.mfa-status p:last-child {
	margin-bottom: 10px;
	padding-bottom: 0;
}

.page-resources-edit textarea {
	min-height: 15vh;
}