html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

.cross {
	position: absolute;
	width: 3px;
	height: 30px;
	background: #000;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.cross::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	background: #000;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.fieldLabel {
	text-wrap: nowrap !important;
}

.oflow {
	overflow: auto;
}
.checklistgrid tr {
	background-color: #fff;
}
.checklistgrid td {
	border-bottom: 1px solid #eee;
}

.checklistgrid tr:hover {
	background: none;
}

.checklistgrid tr.k-alt:hover {
	background: none;
}

.question {
	top: 0px;
	left: 0px;
	font-size: 14px;
	font-family: "Segoe UI";
	height: auto;
	vertical-align: text-top;
	text-align: justify;
}

.chkbx {
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	text-align: center !important;
	font-size: 18px;
	color: darkslategray;
	border: white;
	background: white;
}
.chkbxc {
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	text-align: center !important;
	font-size: 18px;
	color: darkgreen;
	border: white;
	background: white;
}
.chkbxh {
	font-size: 14px;
	border: #d9ecf5;
	background: rgba(255, 255, 255, 0);
	text-align: center !important;
}
.cheader {
	width: 50px;
	max-width: 50px;
	min-width: 50px;
	text-align: center !important;
	font-size: 14px;
	font-weight: bold;
	font-family: "Segoe UI";
}
.k-window {
	z-index: 100030 !important;
}

.k-maskedtextbox {
	width: 100% !important;
	padding: 0px !important;
}

.k-combobox .k-widget {
	width: 100%;
}

#main {
	display: none;
}

/* Imported from style.css */ /*
@media (min-width: 640px) {
	#main {		
		margin: 1px auto !important;
	}
}
 @media (min-width: 1600px) {
	#main {		
		margin: 0px auto !important;
	}
} */
/*Kendo Alert style*/
.alert-container {
	font-family: Segoe UI;
	font-size: 14px;
	font-weight: 400;
}

.alert-icon {
	float: left;
	padding: 13px 15px;
	color: red;
	font-size: 20px;
}

.alert-text {
	font-size: 1em;
	padding: 15px 10px;
	min-width: 200px;
	/*max-width:250px;*/
}

.alert-buttons {
	display: block;
	clear: both;
	padding: 0 10px;
	float: right;
}

.alert-buttons .k-button {
	width: 80px;
}

#topcontrol {
	height: 22px;
	line-height: 1.5;
	width: 22px;
	transition: all 0.2s ease-in;
	box-shadow: 0 1px 1px hsla(0, 3%, 67%, 0.1);
	background-color: #5093e1;
	cursor: pointer;
	border-radius: 50% !important;
	bottom: 1rem !important;
	z-index: 200 !important;
	position: fixed !important;
	right: 1.3rem !important;
	padding: 0.5rem !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.btt-icon {
	height: 22px;
	width: 22px;
	fill: #fff;
}

#topcontrol:hover {
	background-color: #fdb716;
	transition: background-color 0.3s ease;
	color: #fff;
}

#topcontrol:hover .btt-icon {
	fill: #fff;
	transition: fill 0.3s ease;
}

input,
textarea {
	border-color: #ccc !important;
}

input:focus,
textarea:focus,
input:active,
textarea:active {
	border-color: #20aede !important;
	box-shadow: none !important;
}

.error {
	border: 2px solid #f00 !important;
}

input.error,
textarea.error {
	border: 2px solid #f00 !important;
}

input.error:focus,
textarea.error:focus,
input.error:active,
textarea.error:active {
	border: 2px solid #f00 !important;
}

.qs {
	padding: 0 !important;
	background-color: rgba(255, 255, 255, 0) !important;
	z-index: 100010;
	border: 0 !important;
	height: 20 !important;
	box-shadow: none !important;
	font-size: 16px !important;
}

.qs span.k-autocomplete {
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
	background-color: #fff !important;
	border: 1px solid #20aede !important;
	border-radius: 4px !important;
}
span.k-autocomplete {
	height: 100%;
}

/* #addqs,
#apnqs {
	padding: 5px 0 !important;
}
#apn_inp {
	padding: 2px 0 !important;
	z-index: 100010 !important;
	width: 100%;
	height: auto;
	font-family: "segoe UI";
	font-size: 14px;
} */
.k-item {
	font-family: "segoe UI" !important;
	font-size: 14px !important;
}
.attachment-container {
	overflow: auto;
	border: unset !important;
}

.k-grid .k-grid-toolbar .k-grid-add,
.k-grid tbody .k-grid-edit,
.k-grid tbody .k-grid-update,
.k-grid tbody .k-grid-cancel,
.k-grid tbody .k-grid-delete {
	min-width: 0;
}

.k-grid .k-grid-toolbar .k-grid-add .k-icon,
.k-grid tbody .k-grid-edit .k-icon,
.k-grid tbody .k-grid-update .k-icon,
.k-grid tbody .k-grid-cancel .k-icon,
.k-grid tbody .k-grid-delete .k-icon {
	margin: 0;
}

.k-grid td {
	padding: 2px;
}

.pac-container {
	z-index: 100010 !important;
}
.searchType {
	z-index: 100010 !important;
	height: 25px;
	font-family: "segoe UI" !important;
	background-color: rgba(255, 255, 255, 0) !important;
}
#units .k-window {
	z-index: 100010 !important;
}

.k-tabstrip-prev,
.k-tabstrip-next {
	color: black !important;
}

.lookup-table {
	/* border: 1px solid #eee; */
	width: inherit !important;
	margin-bottom: 5px;
	font-family: "segoe UI" !important;
	color: black !important;
}
.lookup-table-header {
	width: inherit !important;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	/* border-bottom: 1px solid #eee; 
	font-weight: bold;*/
	font-family: "segoe UI" !important;
	color: black !important;
}
.lookup-table-cell {
	width: inherit !important;
	/*border-top: 0;
	border-left: 0;
	border-right: 0;
	 border-bottom: 1px solid #eee; */
	font-family: "segoe UI" !important;
	color: black !important;
}
