body {
	background: #FFFFFF;
}

body.white {
	background: white;
}

body.gray {
	background-color: rgb(247, 247, 247);
}

.paper-shadow {
	box-shadow: 3px 3px 10px 5px #acacac;
}

.navbar-toggle {
	float: left;
	margin-right: 0;
	margin-left: 8px;
}

a:hover {
	text-decoration: none;
}

table a:not(.btn),
.table a:not(.btn) {
	text-decoration: none;
}

a.action {
	margin-right: 10px;
	font-weight: bold;
}

.notifier-icon {
	font-size: 30px;
}

.row.feedback p {
	padding: 15px;
}

label small {
	font-weight: normal;
}

.modal-backdrop {
	z-index: -1;
}

table.table {
	width: 100% !important;
}

.table-condensed>tbody>tr>td.audio {
	padding: 2px 5px;
}

.footer {
	font-size: 14px;
	background-color: #f5f5f5;
	font-weight: 600;
}

.footer p {
	margin-top: 10px;
	margin-bottom: 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: 800;
}

/* Overrides -------------------------------------------------- */

.modal-backdrop {
	z-index: 3;
}

body {
	padding-right: 0 !important;
}

.overflow-ellipsis {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 1.2em;
	white-space: nowrap;
}

.info-icon {
	margin-right: -3px;
	color: gray;
}

.form-group.required .control-label:after {
	content: "*";
	color: #c77;
	font-size: 12px;
	padding-left: 5px;
}

.control-label.required:after {
	content: "*";
	color: #c77;
	font-size: inherit !important;
	padding-left: 5px;
}

.required-char {
	color: #c77;
	font-size: 12px;
}

.ui-tooltip {
	background: #FAFAD0;
	z-index: 999999;
}

.hr {
	clear: both;
}

div.ui-tooltip {
	word-wrap: break-word !important;
}

textarea {
	resize: none
}

.no-border {
	border: 1px white solid;
}

span.nowrap {
	white-space: nowrap;
}

select.readonly {
	background: #eee !important
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.ui-tooltip hr {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border-top: 1px solid #575757;
}

.d-none {
	display: none;
}

.hidden {
	display: none !important;
}

span.btn {
	cursor: default;
}

.help-swal .swal-close-button {
	/*
	THIS IS NOT USED
	BUT IF IT WILL BE USED IT NEEDS TO BE REPAIRED BECAUSE CLOSE BUTTON IS TOO
	CLOSE TO CONTENT, IT DOESN'T LOOK NICE
	*/
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	color: #797979;
	font-size: 35px;
}

.help-swal .swal-close-button:hover {
	color: #ff0000;
}

.pull-right {
	margin-right: .5em;
}

.panel-keywords label.title {
	margin-top: 5px;
}

.panel-keywords label.keyword-title {
	margin-left: -15px;
}

.keyword {
	cursor: pointer;
	padding: .25em 1em;
	border-radius: 2px;
}

.keyword:hover {
	background-color: #fcf8e3 !important;
}

.my-jquery-tooltip-styling {
	max-width: 700px;
}

input[type='checkbox'] {
	vertical-align: -1px;
}

.no-wrap {
	white-space: nowrap;
}

.sweet-overlay {
	z-index: 9990 !important;
}

/* Fix sweetalert */

.sweet-alert fieldset input {
	/* Do not display fieldset input */
	display: none;
}

/*Select2 ReadOnly Start*/

select[readonly].select2-hidden-accessible + .select2-container {
	pointer-events: none;
	touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
	background: #eee;
	box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
	display: none;
}

hr.hr-small {
	margin-top: 15px;
	margin-bottom: 15px;
}

.jdmt-logo {
	margin-top: .35em;
}

.font-weight-bold {
	font-weight: bold;
}

.font-format-size {
	font-style: normal !important;
}

.overview-content {
	font-size: 18px;
}

div.font-size-13px {
	font-size: 13px;
}

.badge-label {
	vertical-align: 1px;
}

.not-reached-time {
	font-size: 10px;
	border: none;
	text-align: center;
}

.btn-group-vertical {
	margin-bottom: 30px !important;
}

.buttons-vertical-left {
	padding-right: 5px !important;
}

.buttons-vertical-right {
	padding-left: 5px !important;
}

div.scrolling {
	max-height: 100px;
	overflow-y: auto;
}

div.maintenance {
	width: 35%;
	margin: 0 auto;
}

div.maintenance h3 {
	margin-top: 0;
}

@media only screen and (max-width: 1024px) {

	div.maintenance {
		width: 60%;
	}
}

@media (max-width: 991px) {
	.user-dropdown {
		border-top: 1px solid #aaa;
	}
}

@media only screen and (max-width: 800px) {

	div.maintenance {
		width: 90%;
	}
}

@media (max-width: 767px) {

	.datatable-filter {
		display: table-caption;
}

.datatable-filter-adjust {
	height: unset !important;
}

}

.infotext {
	margin-top: 10px;
	margin-left: 2em;
	background: white;
	padding: 0.5em;
	border-radius: 3px;
}

.infotext span {
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	margin: 1em;
}

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

div.has-error textarea.autoresize {
	border: 1px #a94442 solid;
}

.maintenance-timer-div {
	margin-top: 10px;
	margin-left: 2em;
	background: white;
	padding: 0.5em;
	border-radius: 3px;
}

.maintenance-timer-div b {
	text-align: left;
	font-size: 12px;
	margin: 1em;
}

#maintenance-timer {
	margin: 0;
}

.h-300 {
	height: 300px;
}

.sweet-alert {
	z-index: 9998 !important;
}

.extended-info {
	font-weight: bold;
}

.custom-search-button,
.btn-custom-search {
	cursor: pointer;
}

.default-cursor {
	cursor: default !important;
}

.not-logged-out-properly-close-btn {
	position: absolute;
	top: -140px;
	right: 0;
	cursor: pointer;
}

.not-logged-out-properly-close-btn:hover {
	color: #575757d4;
}

h1, h2 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

label {
	font-weight: bold;
	margin-top: 5px;
}

.dataTables_paginate.paging_maxcom {
	margin-top: 0.85em !important;
	margin-bottom: 1em !important;
}

.menu-icon {
	width: 22px !important;
	max-width: 22px;
	text-align: center !important;
}

.navbar {
	padding-top: 10px;
	padding-bottom: 10px;
}

.navbar-nav li a {
	display: flex;
	align-items: center;
}

.navbar .fa-lg {
margin-right: .35em;
}

.dropdown-menu .fa {
	margin-right: .40em;
}

.table-condensed {
	margin: 0;
}

.operations {
	min-width: 50px;
}

.action i.fa,
.operations i.fa,
.action i.far,
.operations i.far,
.action i.fas,
.operations i.fas
{
	font-size: 16px;
}

.swal2-icon.swal2-warning {
	color:#ffc107 !important;
	border-color:#ffc107 !important;
}

.swal2-icon.swal2-error {
	border-color: #dc3545 !important;
	color: #dc3545 !important;
}

.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
	background-color: #dc3545 !important;
}

.dropdown-menu {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.version-text {
	color: #00000069;
	vertical-align:sub;
}

.top-right-btn {
	margin-top:12px;
}

#login-fluid {
	padding-left:0;
}

.system-login {
	color: #f0f0f0;
	border: 1px #ffffffad solid;
    padding: 4px;
}

/** AD2 ***************************************************************************************************************************************************/

.required label:after {
	content: "*";
	color: #DE4250;
	font-size: 12px;
	padding-left: 5px;
}

.sqr {
	margin-right: 2em;
	margin-bottom: .5em;
	font-weight: bold;
	width: 140px;
	height: 100px;
	float: left;
	border: 1px gray solid;
	text-align: center;
	padding-top: 2%;
	border-radius: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 25px;
	margin-top: 8px;
	margin-left: 12px;
}

h2 {
	font-size: 14px;
	margin-top: 8px;
	margin-left: 12px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 12px;
}

h5 {
	font-size: 11px;
}

h6 {
	font-size: 25px;
}

h1 em {
	font-style: normal;
}

.edit-panel {
	background: #F1F5F9;
	margin: 0 .75em !important;
}

.edit-panel-column {
	background: #F1F5F9;
	margin: 0 !important;
}

.title-panel {
	background: #35FAE2;
	padding-left: 1em;
	height: 2em;
	font-weight: 400;
	margin: .5em .75em 0 !important;
}

.title-panel em {
	font-weight: 700;
}

.title-panel h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.submit-panel {
	margin: -.5em -.5em 0 0 !important;
}

.title-panel h1 {
	font-weight: bold;
	font-size: 15px;
	margin-top: 0px !important;
	margin-left: 0px !important;
}

.top-page-panel {
	margin: 0;
	padding: 0;
	height: 49px;
}

#current_page {
	border: none;
	width: 32px;
	margin: 0;
	color: inherit;
	text-align: center;
	vertical-align: -1px;
}

.main > a {
	margin-right: 1em !important;
}

.big-check {
	margin-bottom: 17px;
}

.column-panel {
	background: #F1F5F9;
	margin: 0 .75em !important;
	min-height: 742px;
}

.warning-panel {
	background: #F1F5F9;
	margin: 0 !important;
	min-height: 640px;
}

.accordion-panel {
	height: 770px;
	max-height: 770px;
	overflow: hidden;
}

#accordionParent {
	background: #F1F5F9 !important;
}

.vertical-border > *:nth-of-type(1),
.vertical-border > *:nth-of-type(2) {
	padding-right: 3px;
}

.vertical-border > *:nth-of-type(2),
.vertical-border > *:nth-of-type(3) {
	padding-left: 0;
}

.title-panel .btn-close {
	min-width: 20px;
	font-size: 10px;
	padding-right: 1.5em;
	vertical-align: middle;
}

.no-property-link {
	line-height: 120%;
	padding-top: 200px;
	text-align: center;
	font-size: 1.5em;
}

.longdesc {
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.description {
	overflow-y: scroll;
	min-height: 200px;
	max-height: 200px;
}

#description {
	height: 90px;
}

.view-panel {
	background: #F1F5F9;
}

.dataTables_filter {
	margin-bottom: 10px;
}

.dataTables_length label select {
	margin-top: 1px !important;
}

#caseTabs {
	background: #ADB5BD99;
}

.darker-tab {
	background: #ADB5BD !important;
}

.edit-icon-button {
	color: black;
	margin-right: 2em;
}

.edit-icon-button:hover {
	color: #F1F5F9 !important;
}

.edit-icon-button i {
	font-weight: 400;
}

#cal_personStayEntryDate,
#cal_personStayLeaveDate {
	min-width: 50px;
}

.description {
    padding-top: 0.29rem !important;
}

.selected-row {
	font-weight: bold;
}

table tr.selected-row td:nth-child(1),
table tr.selected-row td:nth-child(2),
table tr.selected-row td:nth-child(3),
table tr.selected-row td:nth-child(4),
table tr.selected-row td:nth-child(5) {
	background: #BAFABD !important;
}

.selected-row td:nth-child(1),
.selected-row td:nth-child(2),
.selected-row td:nth-child(3),
.selected-row td:nth-child(4),
.selected-row td:nth-child(5) {
	background: #DBDEE1 !important;
}

.nav-tabs .nav-item .active {
	background: #E5EFF9;
}

#personLink .tab-content {
	max-height: 585px;
	overflow-y: auto;
}

.btn-transparent{
	background: transparent;
}

.case-middle button {
	cursor: default !important;
}

.case-middle .accordion-button::after {
	display: none;
}

.remark {
	overflow-y: scroll;
	min-height: 70px;
	max-height: 70px;
}

.subtitle > td.col-md-3,
.subtitle > td.col-md-9,
.subtitle td.col-md-3:nth-child(1),
.subtitle td.col-md-9:nth-child(2) {
	background-color: #A9FBF1 !important;
}

.small-remark {
	height: 5em !important;
}

.no-transition {
	transition: none !important;
}

.disease-img {
	width:300px !important;
}

table span.no-padding-no-margin {
	padding: 0px !important;
	margin: 0px !important;
}

/** Reset grid/flex to relative layout when vertical height < 600px

@media only screen and (max-height: 600px) {
	.d-flex { height: auto; display: relative !important }
	.overflow-auto { height: auto; overflow: scroll !important }
	body { overflow-y: scroll !important; height: auto !important }
	.h-100 { height: auto !important; overflow-y: scroll }
}

**/

#imgSrc {
	cursor: pointer;
}

header{
	background-color: #006666;
}

.logo {
	display: inline-block;
	width: 42px;
	height: auto;
	background-clip: cover;
	background-repeat: no-repeat;
	background-position: left 4px;
	background-image: url('../img/doing.svg');
	vertical-align: text-top;
}

.logo img {
	visibility: hidden;
}

.logo:hover {
	background-image: url('../img/doing-grey.svg');
}

.canton-logo {
	width: 57px;
	height: auto;
}
