.login-page,
.login-page .container-fluid,
.login-page .content-wrapper,
.login-page .content-body,
.login-page .flexbox-container {
	height: 100%;
}

.login-page .card-header {
	justify-content: center;
	margin: 0;
	padding: 3rem;
}

.login-page .flexbox-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
}

.login-page .flexbox-container a {
	color: #00509b;
}

.flexbox-container .login-security {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.flexbox-container .login-security img {
	width: 30px;
	display: inline-block;
	margin-right: 10px;
}

.flexbox-container .login-security .fa {
	font-size: 30px;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #00509b;
	vertical-align: middle;
}

.flexbox-container .login-security a {
	display: inline-block;
}

.flexbox-container .login-security p {
	display: inline-block;
	color: #00509b;
	font-weight: bold;
	margin: 0;
}

.login-form input[type="email"],
.recover-pwd-form input[id="password"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.login-form input[type="password"],
.recover-pwd-form input[id="repeat_password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.recover-pwd-token-form .alert {
	margin-top: 20px;
	margin-bottom: 20px;
}

.notifications {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
}

.content.app-content {
	height: 100%;
}

.notifications > .alert {
	border-radius: 0;
}

.notifications > .alert > p {
	margin: 0;
}

.tooltips.show,
.fade.show {
	opacity: 1;
}

.form-control-feedback {
	position: absolute;
	top: 12px;
	right: 25px;
}

#toast-container.toast-bottom-full-width > div, #toast-container.toast-top-full-width > div {
	width: 100%;
}

#toast-container > div {
	padding-left: 60px;
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	cursor: pointer;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
	padding: 1.415rem 1.6rem;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name {
	margin: 0;
}

body.vertical-layout.vertical-menu .main-menu.menu-native-scroll {
	z-index: 1020;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu.menu-native-scroll {
	width: 70px;
}

.main-menu.menu-native-scroll .main-menu-content {
	overflow-y: auto;
}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-container {
	margin-left: 120px;
}

.error-code {
	font-size: 10rem;
}

table.dataTable.compact thead:not(.filters) th,
table.dataTable.compact tbody td {
	padding: 12px 12px;
}

table.dataTable:not(.no-cmd) td:last-child,
table.dataTable.compact:not(.no-cmd) tbody td:last-child {
	padding: 2px;
	text-align: center;
}

table.dataTable.compact tbody td.no-cmd {
	text-align: left !important;
}

table.dataTable .cmds a {
	padding: 9px 6px 8px;
	display: inline-block;
	font-size: 16px;
	color: #00509b;
}

table.dataTable .cmds a:hover,
table.dataTable .cmds a:focus,
table.dataTable .cmds a:active {
	color: #333;
}

div.dtr-modal {
	z-index: 3000;
}

div.dtr-modal div.dtr-modal-background {
	z-index: 3500;
}

div.dtr-modal div.dtr-modal-display {
	z-index: 4000;
	border-radius: 0;
	border: 0;
}

div.dtr-modal h2 {
	margin-right: 40px;
}

div.dtr-modal .table.table-xs td {
	padding: 0.4rem 1rem;
}

div.dtr-modal .table.table-xs tr:first-child td {
	padding-top: 15px;
}

div.dtr-modal .table.table-xs tr:last-child {
	display: none;
}

div.dtr-modal div.dtr-modal-close {
	font-size: 24px;
	width: 40px;
	height: 37px;
	background: none;
	border: none;
}

body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content > span.menu-title, body.vertical-layout.vertical-menu.menu-collapsed .main-menu .main-menu-content a.menu-title {
	border: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	background: none;
	border: none;
	box-shadow: none;
	font-size: 18px;
}

div.dataTables_wrapper div.dataTables_processing {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 6px 15px;
	width: auto;
	padding: 0;
}

.table-container {
	display: table;
	width: 100%;
	height: 100%;
}

.cell-container {
	display: table-cell;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
}

.cell-container i {
	margin-right: 15px;
}

.modal {
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

.modal.in {
	display: inline-block !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.25em;
}

.modal-dialog {
	display: inline-block;
	vertical-align: middle;
	width: 600px;
}

.modal-content {
	border-radius: 0;
	white-space: normal;
}

.table .btn.btn-sm.btn-icon i {
	font-size: 0.875rem;
}

.table .btn.btn-sm {
	padding: .12rem .5rem;
}

.table thead th:focus,
.table thead td:focus,
.table tbody th:focus,
.table tbody td:focus,
.table tfoot th:focus,
.table tfoot td:focus {
	outline: none !important;
}

.table thead th,
.table thead td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table ul {
	padding-left: 18px;
}

@media (max-width: 1023px) {
	.heading-elements.standalone {
		display: none;
	}

	.heading-elements.standalone.visible {
		display: block;
		position: absolute;
		top: 35px;
		right: 15px;
		left: auto;
		width: auto;
		z-index: 100;
		padding: 0;
		border: 0;
	}

	.heading-elements.standalone .btn {
		display: block;
		border-radius: 0;
		margin-top: -1px;
		width: 100%;
	}

	.heading-elements.standalone .btn.btn-icon {
		text-align: left;
	}

	.heading-elements.standalone .btn:first-child {
		border-top-left-radius: .25rem;
		border-top-right-radius: .25rem;
		margin-top: 0;
	}

	.heading-elements.standalone .btn:last-child {
		border-bottom-left-radius: .25rem;
		border-bottom-right-radius: .25rem;
	}

}

body.vertical-layout.vertical-menu.menu-collapsed .navbar .navbar-header {
	width: auto;
	padding-right: 0;
}

.header-navbar .navbar-header .navbar-brand {
	padding: 5px;
	margin: 0;
}

.header-navbar .navbar-header .navbar-brand .brand-logo {
	max-width: 100%;
	max-height: 46px;
}

#navbar-mobile {
	display: block;
}

.card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	border-bottom: 1px solid rgba(0,0,0,.06);
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.card-header:after {
	display: none;
}

.card-header.image {
	padding: 0 0 25px 0;
}

.card-header .heading-elements {
	position: relative;
	text-align: right;
	top: 14px;
	right: 21px;
	left: auto;
	width: auto;
	padding: 0;
	border: 0;
}

.card-header .heading-elements .btn {
	margin-bottom: 5px;
}

.card-header .heading-elements-toggle {
	padding: 18px;
	margin: -1.5rem;
	display: inline-block;
	height: 55px;
	position: static;
	top: initial;
	right: initial;
}

.card-header .heading-elements.standalone {
	top: 55px;
	right: 0;
}

.card-header .card-title {
	line-height: 1;
}

.card-body h3.contact {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 15px;
}

.card-header .heading-elements .list-inline {
	display: block;
}

@media (min-width: 1024px) {
	.heading-elements-toggle,
	.card-header .heading-elements-toggle {
		display: none;
	}

	.card-header .heading-elements {
		position: static;
		top: 0;
	}
}

@media (max-width: 1199px) {
	.header-navbar .navbar-container ul.nav li a.dropdown-user-link:after {
		content: "\f007";
		position: static;
		top: auto;
		right: auto;
		padding: 0;
		margin: 0;
		font-size: 1.6rem;
		width: auto;
		height: auto;
	}

	.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
		padding: 17px 20px;
	}
}

.breadcrumbs-top {
	margin-top: 10px;
}

.nav-vertical .nav-left.nav-tabs {
	float: none;
	display: block;
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
	border-radius: 0;
	font-weight: 700;
}

.nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link {
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative;
	padding-right: 25px;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link:hover {
	padding-left: 0.85rem;
	border-radius: 0;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link:focus {
	padding-left: 0.7rem;
	border-radius: 0;
}

.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active:focus,
.nav-vertical .nav-left.nav-tabs.nav-border-left li.nav-item a.nav-link.active:hover {
	padding-left: 0.7rem;
}

.missing-translation {
	position: absolute;
	top: 15px;
	right: 9px;
	margin: 0 !important;
	font-size: .6rem;
}

table a {
	color: #333;
}

.card-header + .card-body > .card-block {
	padding-top: 0;
}

div.dataTables_wrapper {
	padding-left: 0;
	padding-right: 0;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
	float: right;
	margin: 10px 0 0;
}

.no-top-border td {
	border-top: 0;
}

.light-top-border th,
.light-top-border td {
	border-top: 1px solid #e3ebf3;
}

.mt-10 {
	margin-top: 10px;
}

table.dataTable.no-cmd-column td:last-child,
table.dataTable.compact.no-cmd-column tbody td:last-child {
	padding: 12px 12px;
	text-align: left;
}

.table th,
.table td,
form .form-actions,
.table-bordered th,
.table-bordered td {
	border-color: #eee;
}

.questionnaire .card-header {
	padding: 1rem;
	border: 1px solid #eee;
	margin-bottom: 1px;
}

.questionnaire .card-header .radio-inline,
.questionnaire .card-collapse .radio-inline {
	display: inline-block;
}

.questionnaire .card-header .radio-inline label,
.questionnaire .card-collapse .radio-inline label {
	margin-bottom: 0;
}

.questionnaire .card-header .card-title {
	padding: 0;
}

.questionnaire .card-collapse .list-group {
	margin-top: -2px;
	padding: 1rem 2rem;
	border: 1px solid #eee;
	margin-bottom: 1px;
}

.questionnaire.alt .card-collapse .list-group {
	padding: 0 2rem;
}

.questionnaire .card-collapse .list-group-item {
	padding: .5rem 0;
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 0;
}

.questionnaire .card-collapse .list-group-item:first-child {
	border-top: 0;
}

.questionnaire .card-collapse .list-group-item:last-child {
	border-bottom: 0;
}

.questionnaire .card-collapse .list-group-item p {
	margin: 0;
}

.report-attachments {
	padding-left: 30px;
}

.report-attachments .radio-inline {
	display: inline-block;
}

.img-container {
	position: relative;
}

.img-container button {
	position: absolute;
	top: 0;
	right: 15px;
	opacity: .3;
}

.img-container:hover button,
.img-container:focus button,
.img-container:active button {
	opacity: 1;
}

form .form-body.overflow {
	overflow: visible;
}

.normal-last-column td:last-child {
	padding: 12px 12px !important;
}

.kvvm-blue {
	font-weight: bold;
	color: #00509b;
}

.kvvm-red {
	font-weight: bold;
	color: #be1522;
}

.mini-map-container {
	width: 100%;
	height: 150px;
}

.small-map-container {
	width: 100%;
	height: 250px;
}

.mini-map-container iframe,
.small-map-container iframe {
	width: 100%;
	height: 100%;
}

.table.no-border th,
.table.no-border td {
	border: 0;
}

.btn.mr-1:last-child {
	margin-right: 0 !important;
}

table.dataTable thead.filters th,
table.dataTable thead.filters td {
	padding: 0;
}

table.dataTable thead.filters .form-control {
	box-sizing: border-box;
	height: 2.5rem;
	border: 0;
	color: #333;
	font-weight: normal;
}

table.dataTable thead.filters select.form-control {
	padding: 8px;
}

table.dataTable thead.filters input.form-control {
	padding: 12px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
	background: #00509b;
}

.dataTables_length {
	margin-top: 10px;
}

.form-control-static {
	margin: 0;
}

.no-form-group-spacing .form-group {
	margin-bottom: 0;
}

.table-container .cell-container {
	color: #333;
}

table thead.filters th {
	border-bottom-color: #bfbfbf;
}

.download-fixed-navbar {
	padding-top: 100px;
}

.download-header-navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 12px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e4e7ed;
	z-index: 1000;
}

.download-header-navbar img {
	max-height: 50px;
}

.download-fixed-navbar table a {
	color: #00509b;
}

.download-fixed-navbar table a:hover,
.download-fixed-navbar table a:focus,
.download-fixed-navbar table a:active {
	color: #333;
}

.card-header.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, .06);
}

.download-fixed-navbar .card-body .card-block p {
	padding: 1.75rem 0 0.75rem 0;
}

.download-fixed-navbar .checkbox {
	margin: 2rem 0 1.5rem 0;
}

.download-fixed-navbar .checkbox label {
	color: #333;
}

.download-fixed-navbar .checkbox a {
	text-decoration: underline;
}

.download-fixed-navbar .card-title {
	font-weight: bold;
}

.modal-dialog.modal-lg {
	width: 900px;
}

@media (max-width: 991px) {
	.modal-dialog.modal-lg {
		width: 95%;
	}
}

.download-fixed-navbar .table tr:last-child td {
	border-bottom: 0;
}

.download-fixed-navbar h3 {
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0;
}

.download-fixed-navbar .list-group {
	padding: 0 0 0.5rem 0;
}

.download-fixed-navbar .list-group-item:first-child,
.download-fixed-navbar .list-group-item:last-child {
	border-radius: 0;
}

.download-fixed-navbar .list-group-item {
	border-width: 1px 0 1px 0;
	padding: 0.5rem 0;
}

.download-fixed-navbar .list-group-item .radio-inline {
	display: inline-block;
}

.download-fixed-navbar .card-body .card-block .list-group-item p {
	margin: 0;
	padding: 0;
}

.nav-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #404e67;
	list-style: none;
}

.nav-flex .form-section {
	border: 0;
	margin: 0;
	padding: 0 15px;
}

.nav-flex .nav-item:first-child .form-section {
	padding-left: 0;
}

.nav-flex .active .form-section {
	border: 1px solid #404e67;
	border-bottom-color: #fff;
	margin-bottom: -1px;
}

.highlight-translation {
	padding: 10px;
	background: #efefef;
}

.nav-flex-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 0 25px 0;
	border-bottom: 1px solid #404e67;
}

.nav-flex-container .nav-flex {
	margin: 0;
	border: 0;
}

.translation-search {
	width: 200px;
}

.translation-search .form-control {
	height: 40px;
}

.questionnaire .list-group p {
	margin-bottom: 0;
}

.questionnaire .thisone .list-group-item {
	padding: 0.25rem 0.5rem;
}

.questionnaire .list-group-item.disabled {
	background: #fff;
	color: #ccc;
}

.questionnaire .list-group-item.disabled p {
	font-style: italic;
}

.questionnaire .list-group {
	margin-bottom: 20px;
}

.download-fixed-navbar .card-body .card-block p {
	padding: 10px 0;
}

.card-header.ps .card-title {
	padding: 0;
	display: inline-block;
}

.card-header.ps .heading-elements.standalone {
	position: relative;
	top: initial;
	right: initial;
}

.row.questionnaire.alt .description {
	margin: -10px 15px 10px;
}

.list-group-item .norm {
	margin-right: 10px;
}

.image-container .cmd {
	position: absolute;
	top: 0;
	right: 15px;
}

meter {
	/* Reset the default appearance */
	/*-webkit-appearance: none;*/
	-moz-appearance: none;
	appearance: none;

	margin: 0 auto;
	width: 100%;
	height: 10px;
	vertical-align: 5px;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

.password-strength-text {
	margin: -5px 0 0 0;
	font-size: .9em;
}

meter[value="1"]::-webkit-meter-optimum-value {
	background: red;
}

meter[value="2"]::-webkit-meter-optimum-value {
	background: yellow;
}

meter[value="3"]::-webkit-meter-optimum-value {
	background: orange;
}

meter[value="4"]::-webkit-meter-optimum-value {
	background: green;
}

meter[value="1"]::-moz-meter-bar {
	background: red;
}

meter[value="2"]::-moz-meter-bar {
	background: yellow;
}

meter[value="3"]::-moz-meter-bar {
	background: orange;
}

meter[value="4"]::-moz-meter-bar {
	background: green;
}

.card-title + .card-subtitle {
	margin-top: 0;
}

.card-title.history-log-title,
.history-log-title {
	position: relative;
	font-size: 1.75rem;
	margin-bottom: 5px;
	font-weight: bold;
}

.card-title.history-log-title > .text,
.history-log-title > .text {
	background-color: #fff;
	position: relative;
	z-index: 1;
	padding-right: 10px;
}

.card-title.history-log-title > .line,
.history-log-title > .line {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	top: 50%;
	border-top: 1px solid #aaa;
	z-index: 0;
}

.card-subtitle.history-log-subtitle,
.history-log-subtitle {
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.history-log-tag {
	padding: 5px 15px;
}

.history-log-date {
	color: #aaa;
	margin-right: 20px;
}

.history-log-menu {
	z-index: 10;
}

.history-log-entry {
	margin-top: 40px;
}

.history-log-entry.first {
	margin: 0;
}

.history-log-card {
	position: relative;
	padding-bottom: 0;
	margin-bottom: 1.5rem;
}

.white-link,
.white-link:hover,
.white-link:focus,
.white-link:active {
	color: #fff;
	text-decoration: underline;
}

.form-group {
	position: relative;
}

.alert-small {
	margin-bottom: 25px;
}

.alert-small p {
	padding: 0 !important;
}

.downloadTerms .alert {
	display: none;
	margin-top: 15px;
	margin-bottom: 0;
}

.client-logo {
	display: inline-block;
}

.client-logo img {
	max-width: 200px;
	max-height: 54px;
}

.header-navbar .navbar-container ul.nav li a.dropdown-user-link {
	display: inline-block;
}

.img-responsive {
	max-width: 100%;
	height: auto;
}

.table.table-xs th, .table.table-xs td {
	padding: 0.4rem 0.8rem;
}

.client-complaint h3 {
	font-size: 16px;
	font-weight: bold;
}

.client-complaint .complaint-header {
	font-weight: bold;
	margin-top: 10px;
}

.client-complaint .complaint-container {
	margin: 10px 0 20px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.client-complaint .complaint-cmds {
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
}

.additional-checkboxes {
	padding-left: 20px;
}

form label {
	color: #333;
}

.table-download-report {
	margin: 0;
}

.table-download-report th {
	border: 0;
}

.table-download-report tr:last-child td {
	border-bottom: 1px solid #eee !important;
}

.table-download-report th,
.table-download-report td {
	padding: 10px 0;
	vertical-align: middle;
}

.table-download-report .answer {
	width: 65px;
}

.table-download-report .radio label {
	margin: 0;
}

.table-download-report .radio label::before {
	top: 1px;
}

.table-download-report .radio label::after {
	top: 4px;
}

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

.knowledgebase-container {
	border: 1px solid #e8e8e8;
	padding: 15px;
	margin: 15px 0;
}

.knowledgebase-container .img-container {
	padding-top: 75%;
	overflow: hidden;
}

.knowledgebase-container .img-container img {
	position: absolute;
	top: 0;
	left: 0;
}

.knowledgebase-container h2 {
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.knowledgebase-video-container {
	padding-top: 15px;
	width: 100%;
	height: auto;
}

.support-grey,
.support-grey .card-header {
	background: #f5f7fa;
}

.support-grey a {
	display: block;
	padding: 5px 0;
}

.fa-branch-icon {
	margin-right: 5px;
}

.table .checkbox label {
	margin: 0;
}

.table .checkbox label:before,
.table .checkbox label:after {
	width: 18px;
	height: 18px;
}

@media (max-width: 767px) {
	.client-logo {
		display: none;
	}

	.header-navbar .navbar-container .dropdown-menu,
	.header-navbar .navbar-container .open .dropdown-menu {
		overflow-x: hidden;
		overflow-y: auto !important;
		margin: 0;
	}

	.header-navbar.navbar-with-menu .navbar-container {
		padding: 0;
	}

	.navbar-nav .nav-link {
		padding: 14px;
	}

	.navbar-nav .nav-link.open-navbar-container {
		margin: -7px -14px 0 0;
		padding: 15px 15px 16px 15px;

	}

	.navbar-nav .nav-link i {
		margin: 0;
	}
}

form .form-group.textarea-hidden {
	margin-bottom: 0;
}

table.dataTable {
	table-layout: fixed;
}

table.dataTable th,
table.dataTable td {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

#planning-table tbody td:last-child {
	text-align: right;
}

.planning-legend .legend {
	display: block;
	margin-bottom: 3px;
}

.planning-legend .legend-color {
	display: inline-block;
	padding: 8px;
	vertical-align: middle;
	margin-right: 8px;
}

.planning-legend .legend-title {
	vertical-align: middle;
}

.contact-details-container {
	padding: 15px;
	margin-top: 15px;
	border: 1px solid #e4e7ed;
}

.contact-details-container > .checkbox {
	margin-top: 0;
	margin-bottom: 0;
}

.contact-details {
	margin-top: 10px;
}

.contact-details .form-group {
	margin-bottom: 0;
}

.icon {
	display: inline-block;
}

.icon input {
	display: none;
}

.icon label {
	padding: 8px;
	margin: 0;
	border: 2px solid #fff;
	cursor: pointer;
}

.icon .fa {
	font-size: 22px;
	width: 27px;
	height: 22px;
}

.icon input:checked+label {
	border-color: #be1522;
}

.kb-container {
	display: flex;
	padding: 25px 20px;
	flex-wrap: wrap;
}

.kb-articles-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
}

.kb-articles-container .card.border {
	height: calc(100% - 1.875rem);
	margin-left: 15px;
	margin-right: 15px;
}

.kb-icon {
	justify-content: center;
	display: flex;
	margin: 10px 30px 0 10px;
	width: auto;
}

.kb-icon .fa {
	font-size: 30px;
	width: 30px;
	height: 30px;
}

.kb-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	flex: 1;
	min-width: 1px;
}

.kb-content .kb-header {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.kb-content .kb-description.short {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.kb-background {
	background: transparent;
	border: none;
}

.kb-content-article {
	padding: 15px 30px;
}

.kb-content-article .kb-header {
	font-size: 36px;
	margin-bottom: 30px;
}

.kb-content-article .my-gallery,
.kb-content-article .video-container {
	margin: 30px 0;
}

.kb-content-article .my-gallery:last-child,
.kb-content-article .video-container:last-child {
	margin-bottom: 0;
}

.kb-view {
	padding: 0 25px 20px;
	margin-top: -10px;
}

.pull-right {
	float: right;
}

.app-version {
	padding-left: 5px;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	background: #fff;
}

.tfa-notice .alert-tfa {
	margin-bottom: 0;
}

.fa.green {
	color: #18b82c;
}

.fa.shaded-green {
	color: #c0f1c6;
}

.hallways {
	display: flex;
	flex-flow: row wrap;
}

.hallways .hallway {
	min-width: 30px;
	border: 1px solid #ccc;
	padding: 2px 5px;
	margin: 0 -1px -1px 0;
	width: calc(100% / 32.2);
	text-align: center;
}

.hallways .hallway.selected {
	background: #025aa1;
	color: #ffda37;
	font-weight: bold;
}

.hallways .hallway.checkbox {
	min-width: 60px;
	text-align: left;
}

.dt-buttons {
	margin-bottom: calc(1.5rem - 6px);
}

table .filters th.was-searched > input,
table .filters th.was-searched > select,
table .filters th.was-searched > .select2-container {
	width: calc(100% - 20px) !important;
	display: inline-block;
}

table .filters th > .dt-clear-search {
	display: none;
	width: 18px;
	height: 18px;
	margin: 0;
	float: right;
	font-size: 20px;
	padding: 8px 1px 9px;
	cursor: pointer;
}

table.dataTable > .filters > tr > th:not(.sorting_disabled),
table.daatTable > .filters > tr > td:not(.sorting_disabled) {
	padding: 0;
}

table .filters th.was-searched > .dt-clear-search {
	display: inline-block;
}

table .filters .select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
	background: transparent;
	height: 35px !important;
}

table .filters .select2-container {
	vertical-align: top;
}

table .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: 28px;
	font-weight: normal;
}

table .filters .select2-container--default .select2-selection--single .select2-selection__rendered[title^="Filter by"] {
	color: #999;
}

table .filters .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	top: 0;
	right: 0;
}

table .filters .select2-container--default .select2-selection--single .select2-selection__clear {
	display: none;
}

table .filters .select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999;
}

table .filters .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
	height: 28px;
}

.building-map-container {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	z-index: 10000;
	overflow: hidden;
}

.building-map-container .building-map-buttons {
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	position: relative;
	z-index: 100;
	background: #fff;
}

.building-map-container .building-map-placeholder {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.building-map-container .building-map-placeholder .building-map-placeholder-zoom {
	width: 100%;
	height: 100%;
	transform-origin: 0 0;
	transform: scale(1) translate(0, 0);
	position: relative;
}

.building-map-container .building-map-placeholder .building-map-placeholder-zoom img:not(.marker) {
	max-width: 100%;
	height: auto;
}

#building-report-map {
	position: relative;
}

.duration-of-inspection .select2 {
	width: 100px !important;
}
