body {
	background-color: #eee;
	color: #074f73; // #3b5998;
	font-size: 0.9rem;
}

h5 {
	font-size: 1.0rem;
}

h4 {
	font-size: 1.1rem;
}

h3 {
	font-size: 1.2rem;
}

h2 {
	font-size: 1.3rem;
}

h1 {
	font-size: 1.4rem;
}

input[type=text], input[type=password] {
	margin-bottom: 5px;
}

.content {
	margin: 15px;
}

.overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #000;
}

.spinner {
	left: calc(50% - 35px);
	top: calc(50% - 35px);
	position: absolute;
}

.scrollToTop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	display: none;
}

.card {
	text-align: center;
	margin-bottom: 10px;
	border: solid 1px #ccc;
	padding: 10px;
}

.tooltip-inner {
	max-width: 450px;
	width: 450px;
	white-space: pre-wrap;
}

.alert-nk {
	height: 0px;
	margin-bottom: 25px;
}

.table td, .table th {
	padding: 15px 15px 0px 15px;
}

.form-control {
	font-size: 0.9rem;
}

.navbar-dropdown-menu {
	left: -100px;
}

.btn {
	border-radius: 2px;
}

.btn-sm {
	margin: 5px;
}

.iziToast>.iziToast-body .iziToast-message, .iziToast>.iziToast-body .iziToast-title {
	clear: both;
}

.iziToast-title {
	margin-bottom: 10px !important;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear-both {
	clear: both;
}

.tenant-list-row-sm {
	text-align: center;
	width: 110px;
}

.tenant-list-row-sm3 {
	width: 120px;
}

.tenant-list-row-bg {
	width: 180px;
}

.tenant-list-sum {
	text-align: right;
	padding: 20px;
	padding-bottom: 5px;
	margin-top: -30px;
	margin-bottom: 30px;
}

.print_table {
	display: block;
	border-spacing: 0px;
	width: 100%;
}

.print_table_title, .print_table_row {
	display: table-row;
}

.print_table_title_cell {
	display: table-cell;
	border: solid 2px #000;
	padding: 4px;
	margin: 0px;
	width: 15%;
	font-size: 16px;
}

.print_table_row_cell {
	display: table-cell;
	border: solid 1px #000;
	padding: 4px;
	margin: 0px;
	width: 15%;
	font-size: 14px;
}

.cleaning-list-row {
	font-size: 13.5px;
	height: 18px;
}

.print_table_row_cell_complete {
	width: 100%;
}

.print_table_noborder {
	border: solid 0px #000;
}

.double_underline {
	text-decoration: underline;
    border-bottom: 2px solid #000;
}

.print_table_row_bigcell {
	width: 70% !important;
}

.only-print {
	visibility: hidden;
	height: 0px;
}

.no-print {
	visibility: visible;
}

.pagebreak {
	page-break-before: always;
}

@media print {
	@page {
		margin: 1cm;
	}
	
	div.print_table_title > div, div.print_table_row > div {
		display: inline-block;
	}
	
	.only-print {
		visibility: visible;
		height: 15px;
	}
	
	.no-print {
			visibility: hidden;
	}
}
