@font-face {
	font-family: "Rockwell";
	src: url('../Fonts/ROCC____.TTF') format('truetype');
}

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans;
	background: #eee;
	color: #666;
	margin: 0;
	padding: 15px 0;
}

a {
	color: #69c;
	text-decoration: none;
}

	a:hover {
		color: #69c;
		text-decoration: underline;
	}

h1 {
	margin: 10px 0 20px 0;
}

h2 {
	margin: 10px 0 20px 0;
}

@media (max-width: 768px) { h2 { text-align: center; } }

h3 {
	margin: 10px 0 20px 0;
}

@media (max-width: 768px) { h3 { text-align: center; } }

h4 {
	margin: 10px 0 20px 0;
}

@media (max-width: 768px) { h4 { text-align: center; } }

img {
	height: auto;
	width: 100%;
}

label {
	font-weight: 400;
	margin-bottom: 0;
}

.hrstd {
	border: 1px solid #ccc;
}

#hrhvr {
	border: 1px solid #999;
}

#addRemoveOwnerText:hover {
	cursor: pointer;
}

.accident-person p {
	background-color: #ddd;
	margin: 2em 0 1em;
	padding: .5em;
}

.bghover {
	background-color: #111;
	border: 3px double #222;
	border-radius: 4px;
}

	.bghover:hover {
		background-color: #000;
		border-color: #111;
	}

		.bghover:hover #hrhvr {
			border: 1px solid #aaa;
		}

.bold {
	/*color: #fc0;*/
	font-weight: 700;
}

.boldcell {
	background-color: #ddd;
	border-top: 1px solid #eee;
}

.bottom {
	margin-bottom: 8em !important;
}

.bottom_colophon {
	margin-bottom: 4em !important;
}

.btn {
	margin: 0 .5em .5em 0;
}

.btn-info {
	font-weight: 700;
}

.btn-inline {
	margin: .5em .5em .5em 0;
}

.btn-standalone {
	margin-bottom: 0;
}

.btn-default a {
	color: #999;
	font-weight: 700;
	text-decoration: none;
}

.btn-slim {
	font-weight: 400;
	padding: 1px 6px;
}

.btn-success {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.btn-warning a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.button-buttons {
	text-align: left;
}

.ui-dialog-titlebar-close:before {
	color: #333;
	content: "\2716";
	font-weight: 700;
}

.ui-dialog .ui-dialog-titlebar-close {
	top: 40% !important;
	width: 25px !important;
	height: 25px !important;
}

@media (max-width: 768px) { .button-buttons { text-align: center; } }

.center {
	text-align: center !important;
}

.checkboxforlabel {
	float: left !important;
	height: 20px !important;
	margin-right: 5px !important;
}

.colophon {
	background: #222;
	bottom: 0;
	color: #999;
	font-size: 0.8em;
	font-weight: 700;
	position: fixed;
	width: 100%;
}

.colophon > .bottom {
	margin: 10px 0;
}

.container-fluid {
	padding: 0 15px;
	margin: 0 auto;
}

.dropdown-txt {
	color: #333;
	padding: 3px 20px;
}

.dropdown-menu {
	min-width: 180px;
}

.fa-blue {
	color: #369;
}

.fa-green {
	color: #363;
}

.fa-matrix {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	margin: 0 .5em .5em;
	padding: 2px 4px;
	text-decoration: none !important;
}

.fa-matrix:hover, .fa-matrix:focus, .fa-matrix:active {
	background-color: #eee;
	border: 1px solid #eee;
}

.fa-orange {
	color: #ed9c28;
}

.fa-red {
	color: #c00;
}

fieldset {
  border: 2px groove #eee;
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0.35em 0.75em 0.625em 0.75em;
}

legend {
  color: #666;
  display: inline-block;
  font-size: 1.4em;
  border: none;
  padding-left: 2px;
  padding-right: 2px;
  width: auto;
}

.float-left {
	float: left;
}

.footer {
	color: #555;
	display: inline-block;
	margin: 0;
}

/*.form-control {
	height: auto !important; avoid using this
	width: 100% !important; bootstrap specific
}*/

input.check-box {
	text-align: left;
	width: auto; /*5% !important;*/
}

.checkbox {
	height: 34px;
	margin: 0 0 5px;
	text-align: left;
	width: 100%; /*10% !important;*/
}

.form-group-top-margin {
	margin-top: 25px;
}

@media (max-width: 768px) { .form-group-top-margin { margin-top: 0; } }

.form-inline {
	margin: 10px 0 20px 0;
}

	.form-inline > .form-group > .input-wide {
		width: 50%;
	}

.framer {
	color: #3cf;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.group-narrow {
	width: 25%;
}

@media (max-width: 768px) { .group-narrow { width: 100%; } }

.group-half {
	width: 50%;
}

@media (max-width: 768px) { .group-half { width: 100%; } }

.group-wide {
	width: 50%;
}

@media (max-width: 768px) { .group-wide { width: 100%; } }

.hardruler {
	background-color: #666;
	border: 0;
	color: #666;
	height: 1px;
	width: 100%;
}

.hardruler_forms {
	border: 1px solid #ccc;
}

.heading-container {
	height: 60px;
	vertical-align: bottom;
}

.heading {
	color: #366;
	font-size: 30px;
	font-weight: 400;
}

@media (min-width: 992px) {	.heading { font-size: 44px; } }
@media (max-width: 991px) { .heading { font-size: 36px; } }
@media (max-width: 768px) { .heading { font-size: 28px; } }
@media (max-width: 480px) { .heading { font-size: 20px; } }

input[type="radio"], input[type="checkbox"] {
	margin-top: 1px !important;
}

.input-label-block {
	display: block;
}

.input-medium {
	display: inline-block;
	width: 73% !important;
}

.input-half {
	display: inline-block;
	width: 50% !important;
}

.input-narrow {
	display: inline-block;
	width: 25% !important;
}

.input-small {
	display: inline-block;
	width: 46% !important;
}

.input-3digit {
	display: inline-block;
	margin-bottom: 0.5em;
	width: 3.5em !important;
}

.input-4digit {
	display: inline-block;
	padding: 6px 10px;
	width: 3.6em !important;
}

.label-search {
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
}

.language_flags {
	height: 16px;
	width: 25px;
}

.left {
	text-align: left !important;
}

.logo {
	max-width: 76px;
	min-width: 76px;
	width: 100%;
}

.logo-area {
	margin-bottom: 1em;
}

@media (max-width: 991px) {
	.logo-area {
		margin-bottom: 0;
	}
}

.logo-container {
	background-image: url("../img/dibk_logo.png");
	height: 60px;
	width: 60px;
}

@media (min-width: 769px) {
	.logo-container {
		background-image: url("../img/dibk_logo.png");
		height: 60px;
		width: 150px;
	}
}

@media (max-width: 768px) {
	.logo-container {
		background-image: url("../img/dibk_logo.png");
		height: 60px;
		width: 60px;
	}
}

.logoname {
	color: #8daec3;
	display: block;
	font-size: 50px;
	line-height: 60px;
	margin-left: -2px;
}

@media (max-width: 991px) {
	.logoname {
		display: inline-block;
		font-size: 28px;
		line-height: 42px;
	}
}

@media (max-width: 600px) {
	.logoname {
		font-size: 20px;
		line-height: 32px;
	}
}

.logosubname {
	color: #092837;
	font-size: 28px;
	line-height: 14px;
}

@media (max-width: 991px) {
	.logosubname {
		line-height: 42px;
	}
}

@media (max-width: 600px) {
	.logosubname {
		line-height: 32px;
	}
}

.btn-matrix {
	font-size: 12px;
	padding: 0 5px !important;
	white-space: normal !important;
}

.matrix_label {
	background-color: #ddd;
	border: 1px solid #aaa;
	color: #333;
	margin-bottom: 0;
	overflow: hidden;
	padding: .5em;
	width: 30%;
}

.matrix_content {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline-block;
	padding: .5em;
	vertical-align: top;
	width: 68%;
}

.matrix_border {
	border-top: 1px solid #ccc;
	padding-top: 1em;
}

.matrix_actions {
	white-space: nowrap;
}

.matrix_code {
	word-break: normal;
}

.matrix_description {
	word-break: break-all;
}

.matrix_type {
	word-break: break-all;
}

@media (min-width: 769px) {
	.matrix_actions {
		white-space: nowrap;
	}
}

@media (max-width: 768px) {
	.matrix_actions {
		white-space: normal;
		width: 10%;
	}
	.matrix_code {
		min-width: 35%;
		word-break: break-all;
	}
}

.maxwidth50 {
	min-width: 50%;
	word-break: break-all;
}

.matrix_width_4 td { width: 25%; }
.matrix_width_5 td { width: 20%; }
.matrix_width_6 td { width: 16.66%; }
.matrix_width_7 td { width: 14.28%; }

@media (min-width: 768px) { .matrix_padding_2ndlevel { padding: 8px 0 8px 30px !important; } }

.matrix_fc_2ndlevel td:first-child {
	width: 12.25%;
}

.matrix_fc_2ndlevel th {
	background-color: #ccc !important;
}

@media (min-width: 768px) { .matrix_padding_3rdlevel { padding: 8px 0 8px 30px !important; } }

.matrix_fc_3rdlevel td:first-child {
	width: 10.25%;
}

.matrix_fc_3rdlevel th {
	background-color: #bbb !important;
}

.matrix_wordbreakall {
	white-space: normal !important;
	word-break: break-all;
}

.nav > li > a {
	font-weight: 700;
	padding: 0 8px;
}

.navbar-brand {
	font-size: 1em;
	font-weight: 700;
	height: 20px;
	padding: 15px;
}

.navbar-inverse {
	background-color: #101010;
	border-color: #000;
}

.navbar-inverse .navbar-brand {
	color: #eee;
}

.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
	color: #ccc;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #fff;
}

.navbar-inverse .navbar-nav > li.navbar-nireg-text {
	color: #ccc;
    font-weight: 700;
}

.navbar-inverse .navbar-toggle {
	border-color: #fff;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #036;
}

.navbar-nav {
	float: right;
	padding: 15px;
}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
}

.nobreak {
	white-space: nowrap;
}

.noshow {
	display: none;
}

.justhide {
	visibility: hidden;
}

.opstats {
	background-color: #c00;
	color: #fff;
	margin-bottom: 20px;
	margin-top: -20px;
	padding: 8px;
}

.opstats table {
	margin-bottom: 0;
}

.opstats td {
	border-top: none !important;
}

.opstats_title {
	font-weight: 700;
}

.padding {
	padding: 15px;
}

.padding-bottom {
	margin-bottom: 20px;
}

.person-identified-selector {
	display: inline-block;
	height: auto;
}

.popup_theadings th {
	white-space: nowrap
}

.preheading {
	font-weight: 400;
	letter-spacing: 4px;
	margin-left: 4px;
}

.right {
	text-align: right;
}

.role-user {
	color: #9cf;
}

.search-normal {
	width: 50%;
}

/*.table {
	margin-top: 1.5em;
}*/

.table-responsive {
	border: 0;
}

.table-responsive > .table {
	background-color: transparent;
}

.table tbody + tbody {
	border-top: 0;
}

.table th {
	background-color: #ddd;
}

.table td.boldcell {
	background-color: #ddd;
	border-top: 1px solid #eee;
}

.title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.toplink {
	float: right;
	margin-left: 2em;
	text-align: center;
}

.toplink a {
	color: #999;
	text-decoration: none;
	text-transform: none;
}

.ui-widget-header {
	border: 1px solid #101010 !important;
	background: #101010 !important;
	color: #ccc !important;
}

.voidmargin {
	margin: 0 !important;
}

.voidpadding {
	padding: 0;
}

.void-padding-narrow {
	padding: 0 5px;
}

@media (max-width: 768px) { void-padding-narrow { padding: 0; } }

.w10 {	width: 10%; }
.w100 {	width: 100%; }
.w20 {	width: 20%; }
.w30 {	width: 30%; }
.w40 {	width: 40%; }
.w50 {	width: 50%; }
.w60 {	width: 60%; }
.w70 {	width: 70%; }
.w80 {	width: 80%; }
.w90 {	width: 90%; }

@media (min-width: 992px) {
	.h1_smaller {
		font-size: 34px;
	}

	.h2_smaller {
		font-size: 24px;
	}

	.h3_smaller {
		font-size: 18px;
	}

	.preheading {
		font-size: 18px;
	}
}

@media (max-width: 991px) {
	.h1_smaller {
		font-size: 34px;
	}

	.h2_smaller {
		font-size: 24px;
	}

	.h3_smaller {
		font-size: 18px;
	}

	.preheading {
		font-size: 16px;
	}

	.narrow {
		text-align: center;
	}
}

@media (max-width: 768px) {
	.form-inline > .form-group > .input-wide {
		width: 100%;
	}

	.group-wide {
		width: 100%;
	}

	.h1_smaller {
		font-size: 30px;
	}

	.h2_smaller {
		font-size: 20px;
	}

	.h3_smaller {
		font-size: 16px;
	}

	.logoname {
		font-size: 20px;
	}

	.logosubname {
		font-size: 20px;
	}

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.preheading {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.h1_smaller {
		font-size: 28px;
	}

	.h2_smaller {
		font-size: 18px;
	}

	.h3_smaller {
		font-size: 12px;
	}

	.preheading {
		font-size: 12px;
	}
}

.cookie-consent-banner {
	background: #222;
	bottom: 0;
	color: #999;
	/*font-size: 11px;
	font-weight: 700;*/
	position: fixed;
	width: 100%;
    min-height: 50px;
    text-align: center;
    vertical-align: middle;
    z-index:20;
}

.cookie-consent-banner > .bottom {
	margin: 10px 0 !important;
}

.nireg-footer {
    z-index:10;
}

.ui-datepicker {
    z-index:20 !important;
}

.no-border {
    border: none !important;
    border-top: none !important;
}

/* TOOLTIP */
.tooltipTrigger
{
    text-decoration: none;
    border-bottom: 1px dotted #72b035;
}

.tooltip > .tooltip-inner {
  text-align: left;
}

.green {color: #72b035; }
.red {color: #8b2c25; }