html{
	font-size: 14px;
	font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
}

body{
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	color: #000000;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-rendering: optimizeLegibility;
}

/* Quill rich text editor and Inspection Summary – match app font */
#insp-summary-editor.ql-container,
#insp-summary-editor .ql-editor,
.insp-summary-view.insp-summary-html {
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	font-size: 14px;
	font-size: calc(.775rem - -.25 *(100vw - 20rem) / 100);
	color: #000000;
	text-rendering: optimizeLegibility;
}

.notification-banner {
    min-height: 2em;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.info-banner {
	background: #bff5ae;
}

.warning-banner {
	background: #fff9a4;
}

.error-banner {
	background: #ffbab8;
}

.notification-banner > * {
	margin: 5px;
}

select, input, form, textarea{
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

select option {
	color: black;
}

input::placeholder, select option[value=""] {
	color: #999;
}

select:invalid {
	color: #999;
}

input[type='checkbox']{
	border-color: #364c80 !important;
}

#mainTaskCont, .taskWrapper{
	overflow: inherit;
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 13;
	/*	padding: 10px 0 10px 0;*/
	margin-bottom: 10px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e9e9e9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.taskWrapperFlexible {
	height: auto !important;
	min-height: 55px !important;
	padding: 10px 0 10px 0 !important;
}

.actionButton {
	margin: 2px 2px !important;
}

.createTaskWrapper{
	margin-bottom: auto !important;
}

.popupCreateWizardStatusBar {
	height: auto !important;
}

.popupCreateWizardStatusBar td {
	padding: 10px 4px 10px 10px;
	font-size: 1.1rem;
}

.popupCreateWizardStatusBar .popupCreateWizardTableData {
	color: #364c80;
}

.popupCreateWizardTableData {
	float: right;
}

.popupCreateWizardStatusBar .popupCreateWizardTableValue {
	padding-left: 5px;
	cursor: default;
}

.popupCreateWizardStatusBar > table {
	width: 100%;
}

#mainContentWrapper{
	background: #ffffff;
	border-top: 0 !important;
	padding: 10px 0 0;
	/*	margin-top: -1px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;*/
}

#mainContentCont,#mainCont,#mainContent,#mainTableWrapper{
	height: inherit;
}

#mainWrapper{
	position: relative;
}

#mainLeftSliderWrapper{
	width: 250px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	z-index: 10;
	overflow: hidden;
	height: inherit !important;
	border-right: 1px solid #e9e9e9;
	background-color: #ffffff;
	float: left;
}

form{
	margin: 0;
	padding: 0;
	font-size: 1rem;
}

#mainLeftSliderCont{
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*	padding-bottom: 5px;*/
	position: relative;
	float: left;
}

#mainLeftSliderHead{
	/*	margin-bottom:	5px;*/
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 35px;
	font-size: .9289rem;
	color: #364c80;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainLeftSliderBody{
	width: 250px;
	max-width: 250px;
	clear: both;
	position: relative;
	overflow: auto;
}

#mainLeftSliderBody>div{
	white-space: nowrap;
	display: inline-block;

}

#mainTableWrapper{
	margin-left: 249px;
	height: inherit;
}

#mainTableCont{
	overflow: auto;
	padding-bottom: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mainTableCont.detailView {
	display: block;
}

#mainTableCont.listView {
	display: flex;
	flex-direction: column;
}

#mainTableHeadWrapper{
	position: fixed;
	overflow: hidden;
	top: 118px;
	left: 250px;
	z-index: 11;
	background: #ffffff;
}

#mainTableHeadCont{
	position: relative;
	left: 0;
}

#mainTableFootCont{
	position:	relative;
	/*padding: 5px 0 2px 0;*/
}

#topBarWrapper {
	display: inline-flex;
	background: #364C80;
	width: 100%;
	z-index: 14;
}

#menuNavCont {
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-grow: 1;
}

#menuInfoCont{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
}

.circleForClientId {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #c7d3e2;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
  }

#menuIconCont {
	padding-left: 5px;
	padding-right: 5px;
	width: 75px;
	text-align: center;
}

#menuNavCont li {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 14;
	vertical-align: top;
}

#menuNavCont li input {
	display: inline-block;
	color: #ffffff;
	background-color: transparent;
	padding: 6px 12px 7px;
	-webkit-font-smoothing: antialiased;
	border: none;
	margin: 0;
	line-height: 2.429rem;
	font-size: 1.1rem;
	cursor: pointer;
	font-family: "ProximaNovaRegular",Arial,sans-serif;
}

#menuNavCont li input.selected {
	color: #364c80;
	background-color: #c7d3e2;
}

#menuNavCont li.parent ul.child {
	display: none;
	z-index: 10002;
}
#menuNavCont li.parent:hover ul.child {
	display: block;
	position: absolute;
	top: 40px;
	background: #364c80;
	padding: 12px 0 0 0;
	z-index: 10002;
}

#menuNavCont li.parent ul.child li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#menuNavCont li.parent ul.child li input {
	display: inline-block;
	color: #ffffff;
	background-color: transparent;
	padding: 6px 12px 7px;
	-webkit-font-smoothing: antialiased;
	text-align: left;
	text-align: -webkit-left;
	border: none;
	margin: 0;
	line-height: 2.429rem;
	font-size: 1.1rem;
	cursor: pointer;
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	width: 100%;
}

.sub-dropdown {
	display: none;
}

.sub-dropdown-container:hover ul.sub-dropdown {
	display: block;
	position: absolute;
	top: 0px;
	left: 100%;
	background: #364c80;
	padding: 0px 0 0 0;
	z-index: 10005;
}

#mainTaskTable, .taskTable{
	margin-top: 0;
	padding-bottom: 0;
	/*	margin-bottom: 20px;*/
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	width: 100%;
	height: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	border-color: #e9e9e9;
	border-collapse: separate;
}

#taskContWrapper {
	width: 25%;
}

#pageNameWrapperCont {
	width: 50%;
}

#pageNameWrapper {
	width: inherit;
	margin: auto;
}

#pageNameWrapper, .pageNameWrapper{
	text-align: center;
	color: #364c80;
	font-size: 1.5rem;
}

#taskContWrapper, .taskContWrapper{
	text-align: right;
	padding-right: 26px;
}

#taskCont, .taskCont{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#taskCont {
	display: flex;
	justify-content: right;
}

.taskCont{
	text-align: right;
}

#taskCont input, .taskCont input{
	border-radius: 2px;
	font-size: .929rem;
	padding: 7.5px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-font-smoothing: auto;
	font-family: "ProximaNovaRegular",arial,sans-serif;
	background: transparent;
	cursor: pointer;
	outline: none;
	background-color: #ffffff;
	color: #3c3c3c;
	border: solid 1px #c4c4c4;
}

#taskCont input{
	min-width: 200px;
}

/* Return to Page (#backButton) — shared look for Accept/Reject via .returnPageButtonStyle */
#backButton,
.returnPageButtonStyle {
	width: 180px;
	margin: auto;
	border-radius: 2px;
	font-size: .929rem;
	padding: 7.5px 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-font-smoothing: auto;
	font-family: "ProximaNovaRegular",arial,sans-serif;
	background: transparent;
	cursor: pointer;
	outline: none;
	background-color: #ffffff !important;
	color: #3c3c3c;
	text-align: center;
}

/* POR full-page review only: actions pinned to top-right of status bar */
#createWizardStatusBar.porReviewDetailStatusBar .porReviewStatusBarActions {
	position: absolute;
	top: 14px;
	right: 16px;
	z-index: 1;
	display: inline-flex;
	gap: 8px;
	align-items: center;
}

#createWizardStatusBar.porReviewDetailStatusBar .porReviewDetailStatusGrid {
	padding-right: 200px;
	box-sizing: border-box;
}

#createWizardStatusBar.porReviewDetailStatusBar .porReviewStatusBarActions input.returnPageButtonStyle {
	width: auto;
	min-width: 92px;
	max-width: 180px;
	margin: 0;
	border: solid 1px #c4c4c4;
}

#pageHistoryCont{
	max-width: 500px;
	background-color: #ffffff;
	border: solid 1px #c4c4c4;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin-right: 20px;
	list-style-type: none;
}

#navHistoryList{
	list-style-type: circle;
	-webkit-padding-start: 30px;
	-webkit-padding-end: 30px;
	text-align: left;
}

#navHistoryList li{
	font-size: .929rem;
	padding: 10px 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-font-smoothing: auto;
	font-family: "ProximaNovaRegular",arial,sans-serif;
	background: transparent;
	cursor: pointer;
	outline: none;
	color: #000000;
}

#navHistoryList li span{
	text-decoration: underline;
}

#navHistoryList li:hover{
	color: #364c80;
	background-color: #f9f9f9;
}

div#confirmButtonCont{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 20px 0 20px 0;

}


div#confirmButtonCont input{
	border-radius: 2px;
	font-size: .929rem;
	padding: 7.5px 15px;
	margin-right: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-font-smoothing: auto;
	font-family: "ProximaNovaRegular", arial, sans-serif;
	background: transparent;
	cursor: pointer;
	outline: none;
	background-color: #ffffff;
	color: #3c3c3c;
	border: solid 1px #c4c4c4;
	min-width: 75px;
}

div#confirmButtonCont input:hover{
	border: 1px solid #364c80;
	color: #364c80;
}

div#confirmButtonCont input:active{
	border: 1px solid #364c80;
	color: #ffffff;
	background: #364c80;
}

/*#mainLeftSliderHeadCont{
	margin-top: 12px !important;
}*/

#mainLeftSliderHeadCont span{
	display: inline-block;
	float: left;
	max-width: 188px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap
}

.filterCont{
	padding: 1px 0 1px 15px;
}

.filterTitle{
	overflow: hidden;
	position: relative;
}

.filterContWrapper h2{
	font-size: 1rem;
	padding-bottom: 0;
	display: inline;
	font-weight: normal;
	margin: 0;
	line-height: 28px;
}

.filterContWrapper label{
	float: left;
}

.filterLabel, .checkBoxLabel{
	cursor: pointer;
	margin-left: 2px;
	vertical-align: middle !important;
}

.filterContWrapper ul{
	margin: 0;
	padding: 2px 0 11px 16px !important;
	list-style: none outside none;
	/*width: 100%;*/
}

.subfilterWrapper{
	white-space: nowrap;
	font-size: 12px;
	color: #666;
	border: 1px solid transparent;
	-webkit-transition: all 100ms linear 0ms;
	-moz-transition: all 100ms linear 0ms;
	-ms-transition: all 100ms linear 0ms;
	transition: all 100ms linear 0ms;
	list-style: none outside none;
	width: 94%!important;
	padding: 0 0 0 5px!important;
}

.conditionWrapper{
	overflow: hidden;
	padding-right: 15px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: border .3ms ease-in-out;
}

#mainLeftSliderButtonWrapper{
	padding: 15px 0px 15px 20px;
	width: 230px;
	line-height: 32px;
	float: left;
	height: 40px;
	border-top: 2px solid #e5e5e5;
}

div#mainLeftSliderButtonWrapper.detailView{
	display: none;
}

#mainTableFootWrapper{
	padding: 15px 20px 15px 20px;
	line-height: 32px;
	height: 40px;
	border-top: 2px solid #e5e5e5;
	text-align: right;
}

div#mainTableFootWrapper.detailView{
	display: none;
}

#editListFootWrapper{
	padding: 15px 20px 15px 20px;
	line-height: 32px;
	height: 40px;
	border-top: 2px solid #e5e5e5;
	text-align: right;
}

.defaultButton{
	color: white!important;
	border-radius: 2px!important;
	background-color: #364c80 !important;
	border: solid 1px #364c80 !important;
	box-shadow: none!important;
	font-size: .929rem;
	padding: 7.5px 15px;
	margin-right: 8px;
	-webkit-font-smoothing: auto;
	cursor: pointer;
	outline: none;
}

.secondaryButton{
	color: #000000!important;
	background: transparent !important;
	border: none !important;
	box-shadow: none!important;
	font-size: .929rem;
	padding: 7.5px 15px;
	margin-left: 8px;
	-webkit-font-smoothing: auto;
	cursor: pointer;
	outline: none;
}

.resultsTable, .popupAssignTable{
	border: 0 solid #eeeeee;
	border-bottom: 0;
	background-color: #ffffff;
	-webkit-border-horizontal-spacing: 0px;
	-webkit-border-vertical-spacing: 0px;
	border-collapse: separate;
}

.resultsTable{
	border-top: 1px solid #e5e5e5;
	width: 100%;
	overflow-x: scroll;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.resultsTable.popupAssignTable{
	border-top: none;
}

.resultsTable thead{
	display: table-header-group;
	/*display: block;*/
	vertical-align: middle;
	border-color: inherit;
}

.resultsTable thead td, .resultsTable thead th{
	/* line-height: 35px; */
	height: 35px;
	/*    text-align: left;*/
	font-size: .929rem;
	color: #364c80;
	border-bottom: 3px double #e5e5e5;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
	padding: 11px 8px 11px 8px;
	/*	border-bottom: 3px double #e5e5e5!important;*/
	/* white-space: nowrap; */
	cursor: pointer;
}

.importTable thead td, .importTable thead th {
	cursor: default !important;
}

.importTable {
	table-layout: auto;
}

.resultsTable tbody{
	display: table-row-group;
	/*display: block;*/
	overflow-y: scroll;
	overflow-x: hidden;
	vertical-align: middle;
	border-color: inherit;
}

.resultsTable tbody tr.primRow:hover{
	background-color: #f7f7f7;
}

.resultsTable tbody tr.primRow:hover + .fuRow{
	background-color: #f7f7f7;
}

.resultsTable tbody td{
	padding: 11px 8px 11px 8px;
	font-size: 1rem;
	vertical-align: top!important;
	/* word-wrap: break-word; */
	word-break: keep-all;
	border-top: 1px solid #f7f7f7;
	/*    min-width: 80px;*/
	background-color: inherit;
}

.resultsTableWordBreak{
	word-wrap: break-word;
}

.resultsTable thead td, .resultsTable thead th{
	cursor: pointer;
}

#subResultsTable{
	padding-left: 125px;
}

#subResultsTable thead td, #subResultsTable thead th{
	cursor: default;
	filter: grayscale(100%);
	line-height: 25px;
	height: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}

td[data-value-type="Id"]{
	text-align: right;
	/*	max-width: 90px;*/
}

td[data-value-type="count"]{
	text-align: right;
	/*	min-width: 50px;*/
}

td[data-value-type="ind"]{
	text-align: center;
	/*	max-width: 50px;*/
}

td[data-value-type="date"]{
	text-align: center;
	/*	min-width: 110px;*/
}

td[data-value-type="longDesc"]{
	text-align: left;
	/*	min-width: 150px;*/
}

td[data-value-type="shortDesc"]{
	text-align: left;
	/*	min-width: 70px;*/
}

td[data-value-type="centerDesc"]{
	text-align: center !important;
	vertical-align: middle !important;
}

td[data-value-type="tinyDesc"]{
	text-align: left;
	/*	max-width: 50px;*/
}

td[data-edit-page="list"] {
	padding-top: 0px !important;
}


/*.resultsTable thead td[class*="Date"],.resultsTable tbody td[class*="Date"]{
	text-align: center;
}

.resultsTable thead td[class*="Id"]{
	text-align: right;
}

.resultsTable tbody td[class*="Id"]{
	text-align: right;
}

.resultsTable thead td[class*="CountInd"]{
	text-align: right;
}

.resultsTable tbody td[class*="CountDisp"],.resultsTable tbody td[class*="CountInd"]{
	text-align: right;
}

.resultsTable tbody td[class*="Desc"]{
	min-width: 120px;
}

.resultsTable tbody td[class*="Ind"]{
	min-width: 50px;
}*/

td.fuDesc{
	padding-top: 0 !important;
	padding-left: 125px !important;
	border-top: none !important;
}

.resultsTable tbody .fuDetails tbody td{
	color: #595959;
	font-size: .9rem;
	padding: 2px 10px 8px 25px;
}

.resultsTable tbody .fuDetails{
	padding-left: 125px;
}

.resultsTable tbody .fuDetails thead td, .resultsTable tbody .fuDetails thead th{
	color: #595959;
	cursor: default;
	font-size: .9rem;
	padding: 2px 10px 2px 25px;
	border-bottom: 1px solid #e5e5e5 !important;
}

.fuDetails thead td, .fuDetails thead th{
	border-top: none !important;
	padding-top: 0 !important;
}

.resultsTable tbody tr.fuRow td div{
	position: relative;
	float: left;
	margin-right: 35px;
	text-align: center;
}

td[data-sort-on]{
	font-weight: bold !important;
}

td[data-sort-on] span:last-of-type{
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	color: #364C80;
}

td[data-sort-on = desc] span:last-of-type{
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	transform: rotate(180deg);
}

input#previousResults, input.previousResults{
	border: none;
	background: transparent;
	font-size: 1.2em;
	margin-right: 0;
	margin-left: 40px;
	padding-right: 2px;
}

input#previousResults:enabled, input.previousResults:enabled{
	cursor: pointer;
	color: #364c80;
}

input#previousResults:disabled, input.previousResults:disabled{
	color: #e5e5e5;
}

input#popupMergeButton:disabled{
	color: #b5b5b5;
}

input#nextResults, input.nextResults{
	border: none;
	background: transparent;
	font-size: 1.2em;
	margin-left: 0;
	padding-left: 2px;
}

input#nextResults:enabled, input.nextResults:enabled{
	cursor: pointer;
	color: #364c80;
}

input#nextResults:disabled, input.nextResults:disabled{
	color: #e5e5e5;
}

input[id^="sub_filter_refine"], input[id^="date_"]{
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	background: #ffffff;
	border-radius: 0;
	font-size: .8rem;
	border: solid 1px #c4c4c4;
	overflow: hidden;
	padding: 5px 5px 5px 5px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #364c80;
	outline: none !Important;
	max-width: 200px;
}

.pdfPrintColumn {
	padding: 11px 10px 11px 10px !important;
}
.editPopupSelectColumn{
	padding: 11px 10px 11px 10px !important;
}

#mainLeftSliderBody input[type=checkbox], input[type=checkbox]{
	background: #ffffff;
	border-radius: 0;
	font-size: .8rem;
	border: solid 1px #c4c4c4;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none !Important;
	width: 15px;
	height: 15px;
	vertical-align: middle
}

#mainLeftSliderBody input[type=checkbox]:checked, input[type=checkbox]:checked{
	background: #364c80;
}

#mainLeftSliderBody select{
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	background: transparent;
	border-radius: 0;
	font-size: .8rem;
	border: solid 1px #c4c4c4;
	overflow: hidden;
	padding: 5px 25px 5px 5px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #364c80;
	outline: none !Important;
	max-width: 200px;
	margin-right: -20px;
	position: relative;
	z-index: 10;
}

.filterContWrapper{
	max-width: 245px;
}

select#perPageCount, select.perPageCount {
	margin-right: -30px;
	font-family: "ProximaNovaRegular",Arial,sans-serif;
	background-color: transparent;
	box-shadow: 5px #e5e5e5;
	border-radius: 5px;
	font-size: .929rem;
	border: solid 1px #c4c4c4;
	overflow: hidden;
	padding: 7.5px 25px 7.5px 10px;
	display: inline-block;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #364c80;
	outline: none !Important;
	position: relative;
	z-index: 10;
	width: 200px;
}

select option:disabled {
    color: #a5a2a2;
    font-weight: bold;
}

#customDivContainer {
	width: 50%;
	min-width: 500px;
	max-width: 750px;
	left: 0;
	right: 0;
	margin: auto;
	position: relative;
}
.generateReportCenteredButton{
	position: fixed;
	left: calc(50% - 60px);
}
#editPopupContentWrapper select, #editPopupContentWrapper .dateField, #customDivContainer .dateField, #customDivContainer select{
	margin-right: -25px;
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	background: transparent;
	border-radius: 0;
	font-size: 1rem;
	overflow: hidden;
	padding: 6px 25px 6px 6px;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none !Important;
	position: relative;
	z-index: 10;
	min-width: 200px;
}

.selectArrow{
	display: inline-block;
	/*	margin-left: -35px;*/
	border-top: 1px solid black;
	border-right: 1px solid black;
	height: 10px;
	width: 10px;
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Chrome, Safari, Opera */
	transform: rotate(135deg);
}

#mainLeftSliderBody .selectArrow{
	height: 7px;
	width: 7px;
	/*	margin-left: -20px;*/
	margin-bottom: 3px;
	position: relative;
	z-index: 1;
}

/*#mainTableCont.detailView div{
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-height: 276px;
	overflow: auto;
	width: 900px;
	border: 2px solid #f5f5f5;
}*/

#mainTableCont.detailView div.detailObjectCont{
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-height: 500px;
	overflow-y: hidden;
	overflow-x: auto;
	max-width: 85%;
	border: 2px solid #f5f5f5;
}

#mainTableCont.detailView div.detailObjectCont div{
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	max-height: 438px;
	overflow: auto;
	padding-bottom: 10px;
}

.flexRow {
	flex-direction: row;
}

div.detailBodyTblCont{
	position: relative;
	margin-top: -48px;
	z-index: 10;
    display: flex;
    flex-direction: column;
}

div.detailBodyTblCont table {
	margin-top: 48px;
}

div.detailHeadTblCont{
	position: relative;
	z-index: 11;
}

.popupItemCont div.detailBodyTblCont{
	/*margin: auto;*/
	margin-top: auto;
	overflow: auto;
}

.popupItemCont div.detailHeadTblCont{
	margin: auto;
}

div.popupTblCont{
	overflow-y: hidden;
	overflow-x: auto;
	max-height: 100%;
	display: flex;
	flex-direction: column;
}

.headWrapper{
	margin-bottom: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	max-height: 276px;
	overflow: auto;
	/*	width: 904px;*/
	max-width: 85%;
	line-height: 35px;
	height: 35px;
	text-align: left;
	font-size: 1.1rem;
	color: #364c80;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
	padding: 0 10px;
	white-space: nowrap;
	border: none;
	background: #e5e5e5;
	box-sizing: border-box;
	position: relative;
}

span.detailContTask{
	display: inline-block;
	position: absolute;
	right: 10px;
}

span.detailContTask button{
	outline: none;
	border: none;
	background: transparent;
	text-decoration: underline;
	color: #a82003;
	font-size: .85rem;
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	text-transform: uppercase;
}

.oldReport {
	display: none;
}

button.detailContTaskDisabled{
	color: #999999 !important;
}

input.taskListDisabled{
	color: #999999 !important;
	opacity: 0.5;
}

span.detailContTask button:hover{
	cursor: pointer;
}

#mainTableCont.detailView div table{
	/*min-width: 900px;*/
	min-width: 100%;
}

#mainTableCont.detailView div table.resultsTable td{
	/*	padding: 10px;*/
	font-size: 1rem;
	vertical-align: top !important;
	/*	word-wrap: break-word;*/
	word-break: keep-all;
	border-top: 1px solid #f7f7f7;
	background-color: inherit;
}

#mainTableCont.detailView div table.resultsTable td.breakAll{
	word-break: break-all !important;
}

td.rptGroupDesc{
	text-align: center;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
	font-size: 1.2rem !important;
	color: #364c80;
	border-top: none !important;
	border-bottom: none !important;
}

tr[data-selected-row]{
	background-color: #364c80;
	color: #ffffff;
}

tr[selected-row]{
	background-color: #364c80;
	color: #ffffff;
}

tr[data-selected-row]:hover{
	background-color: #364c80 !important;
	color: #ffffff !important;
}

.detailBodyTblCont:not(.selectable) tr:not(.headWrapper):hover {
	background-color: #f7f7f7;
}

tr[selected-row]:hover{
	background-color: #364c80;
	color: #ffffff;
}

td.inspPhoto img:hover{
	cursor: pointer;
}

#mainTableCont.detailView div table.resultsTable thead td, #mainTableCont.detailView div table.resultsTable thead th{
	line-height: 25px;
	height: 25px;
	/*	text-align: left;*/
	font-size: .929rem;
	color: #364c80;
	font-weight: normal;
	text-transform: uppercase;
	outline: none;
	border-bottom: 3px double #e5e5e5 !important;
	border-top: none !important;
	white-space: nowrap;
	cursor: pointer;
}

.filterLabel, .checkBoxLabel{
	cursor: pointer;
	margin-left: 2px;
	vertical-align: middle !important;
}

#mainLeftSliderBody.detailView ul{
	margin: 0;
	padding: 2px 0 11px 16px !important;
	list-style: none outside none;
	/*width: 100%;*/
}

#mainLeftSliderBody.detailView li{
	margin: 10px 5px 25px 5px;
	cursor: pointer;
	font-family: "ProximaNovaRegular",Arial,sans-serif;
}

#mainLeftSliderBody.detailView li:hover{
	color: #364c80;
}

/*td[data-detail-page],span[data-detail-page],input[data-detail-page],button[data-detail-page]{
	cursor: pointer;
	color: #364c80;
}*/

td[data-record-type=related],span[data-record-type=related],input[data-record-type=related],button[data-record-type=related]{
	cursor: pointer;
	color: #364c80;
}

td[data-record-type=primary],span[data-record-type=primary],input[data-record-type=primary],button[data-record-type=primary]{
	cursor: pointer;
	color: #A82003 !important;
}

td[data-record-type=clickable],span[data-record-type=clickable],input[data-record-type=clickable],button[data-record-type=clickable]{
	cursor: pointer;
}

.footerLeftAlignedCont{
	font-size: 14px;
	display: flex;
	padding: 0px 5px;
	margin-top: auto;
	margin-bottom: auto;
	flex-direction: row;
	line-height: 16px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.width100Percent{
	width: 100%;
}

.width75Percent{
	width: 75%;
}

@media (max-width: 1400px) {
	.width75Percent{
		width: 65%;
	}
}

.footerLeftAlignedCont .left-align {
	width: 60%;
	display: flex;
	flex-wrap: wrap;
}

.footerLeftAlignedCont .right-align {
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 5px;
}

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

@media (min-width: 1400px) and (max-width: 1560px) {
	.footerLeftAlignedCont .left-align,
	.footerLeftAlignedCont .right-align {
		width: 50%;
	}
}

.footerLeftContainer{
	display: flex;
	justify-content: space-between;
}

.detailFootWrapper{
	margin-bottom: 50px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	max-height: 276px;
	overflow: auto;
	width: 85%;
	line-height: 35px;
	height: 50px;
	text-align: left;
	font-size: 1.1rem;
	color: #364c80;
	font-weight: normal;
	/* text-transform: uppercase; */
	outline: none;
	padding: 0 10px;
	white-space: nowrap;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}

.detailFootCont{
	text-align: right;
	position: relative;
	line-height: 45px;
}

span.rowRangeWrapper{
	display: inline-block;
	margin-left: 20px;
}

span.rowRange{
	color: #000000;
}

div#editPopupWrapper{
	height: 100%;
	width: 95%;
	left: 2.5%;
	top: -27px;
	position: absolute;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #c4c4c4;
}

div#editPopupWrapper.logIn{
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

#navHistoryListCont {
	position: absolute;
	background-color: white;
	border: 1px solid #c4c4c4;
	max-width: 300px;
	min-width: 100px;
	z-index: 10002;
	margin-top: 1px;
}

div#editPopupContentWrapper{
	height: 100%;
	width: 100%;
	position: absolute;
	background: #ffffff;
	z-index: 10000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: hidden;
}

#editPopupContentWrapper {
	overflow-x: hidden !important;
}

#editPopupContentWrapper .pop-up-footer {
	position: relative;
	top: -65px;
	height: 52px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 1em;
}

div#editPopupConfirmWrapper{
	background: #f5f5f5;
	height: 60%;
	max-height: 250px;
	width: 40%;
	max-width: 525px;
	position: absolute;
	top: 20%;
	left: 30%;
	z-index: 10001;
	border: 1px solid #c4c4c4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div#detailPopupConfirmWrapper{
	background: #f5f5f5;
	height: 60%;
	max-height: 250px;
	width: 40%;
	max-width: 525px;
	position: absolute;
	top: 20%;
	left: 35%;
	z-index: 10001;
	border: 1px solid #c4c4c4;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div#confirmMsgCont{
	padding: 30px;
	text-align: center;
	color: #364c80;
	line-height: 22px;
	font-size: 1.15rem;
}

div.popUpBodyWrapper{
	height: 100%;
	width: 100%;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
	padding-top: 55px;
	top: -65px;
}

div.popUpBodyWrapperNoScroll{
	height: 100%;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
	padding-top: 55px;
	top: -65px;
}

div.createPopUpBodyWrapper{
	height: 100%;
	width: 100%;
	overflow: scroll;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 20px;
}

div.popUpBodyCont{
	padding: 30px;
}

div.popUpBodyContScroll{
	padding: 10px;
	overflow: auto;
}

div.popupSection{
	padding-left: 30px;
	padding-right: 30px;
}


div.popupSectionHeading{
	font-size: 18px;
	color: #000000;
	padding-bottom: 5px;
	padding-top: 10px;
}

div.sectionCont{
	border: 0;
	width: 100%;
	min-width: 900px;
	margin-bottom: 40px;
}

div.clearCont{
	clear: both;
}

div[data-cols="2"] div.sectionColCont{
	width: 47%;
}

div[data-cols="2"] div.sectionColCont:nth-child(1){
	float: left;
}

div[data-cols="2"] div.sectionColCont:nth-child(2){
	float: right;
}

div.popupLabelCont {
	position: relative;
	top: 1px;
	padding: 15px 6px 16px 0!important;
	color: #364c80;
	display: inline-block;
	width: 40%;
	min-width: 40%;
	padding-right: 15px;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
	font-size: 1rem;
	word-wrap: break-word;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
}

tr.popupValueCont, div.popupValueCont{
	color: #222222;
	width: 60%;
	vertical-align: bottom;
	display: inline-flex;
	position: relative;
	padding: 15px 0 9px 0!important;
	top: 1px;
	border-bottom: 1px solid transparent;
	transition: .3s all ease;
	font-size: 1rem;
	word-wrap: break-word;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
}


div.popupItemCont{
	display: flex;
	/* flex-direction: row; */
	border-bottom: 1px solid #f0f0f0;
	position: relative;
	width: 100%;
	padding: 0;
}

div.popupSumCont{
	font-weight: bold;
	display: flex;
	position: relative;
	justify-content: space-around;
	width: 40%;
	margin: 20px auto 35px;
	border: 1px double #f0f0f0;
	color: #364c80;
}

div.sumLabelCont{
	position: relative;
	top: 1px;
	padding: 15px 6px 16px 0!important;
	display: inline-block;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
	font-size: 1rem;
	word-wrap: break-word;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
}

div.sumValueCont{
	vertical-align: bottom;
	display: inline-flex;
	position: relative;
	padding: 15px 0 9px 0!important;
	top: 1px;
	font-size: 1rem;
	word-wrap: break-word;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	font-family: ProximaNovaRegular,arial,sans-serif!important;
}

.popupValueCont input:not(.radioCheckBox), .popupValueCont textarea, .popupValueCont select{
	opacity: 0.7;
	border: 1px solid #ffffff;
	margin-top: -6px!important;
}

.popupValueCont input:hover, .popupValueCont textarea:hover, .popupValueCont select:hover{
	opacity: 1.0;
	cursor: pointer;
	border: 1px solid #A82003;
}

.popupValueCont input[type="text"], .popupValueCont input[type="number"], .popupValueCont input[type="file"], .popupValueCont textarea{
	width: 100%;
	max-width: 100%;
	padding: 5px;
}

.popupValueCont select {
	width: 100%;
	max-width: 100%;
	padding: 5px 24px 5px 5px !important;
}

#siteUnitsEdit td.districtDisp .site-list-district-select {
	position: relative;
	display: block;
	width: 100%;
}

#siteUnitsEdit td.districtDisp .site-list-district-select > .material-icons {
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 11;
	font-size: 24px;
	line-height: 1;
}

#siteUnitsEdit td.districtDisp .site-list-district-select > select {
	margin-right: 0;
}

.popupValueCont input:focus, .popupValueCont textarea:focus,.popupValueCont select:focus{
	opacity: 1.0;
}

textarea{
	resize: none;
}

.popupValueCont input[type=checkbox]{
	margin: 6px;
}

.borderedPopupValueCont input:not(:hover) {
	border: 1px solid #364c80;
	border-radius: 2px;
}

div#icLogoCont.icLogin{
	text-align: center;
}

div#icLogoCont.icLogin img{
	padding-bottom: 30px;
	border-bottom: 3px solid #666666;
	width: 325px;
}

div#icMsgCont.icLogin{
	text-align: center;
	font-size: 24px;
	margin: 30px 0 20px 0;
	color: #000000;
	font-family: "ProximaNovaRegular", Arial, sans-serif;
}

div#userCont{
	width: 625px;
	margin: auto;
}

div.icLogin.label{
	clear: left;
	width: 150px;
	height: 40px;
	float: left;
	text-align: right;
	padding-right: 10px;
	font-size: 20px;
	color: #555555;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 40px;
	margin-bottom: 20px;
}

div.icChangePassword.label{
	width: 230px !important;
}

.forgotCredentialCont {
	height: 100vh !important;
}

div.icForgotCredential.label{
	width: 200px !important;
}

div.icLogin.button{
	width: 100%;
	margin: auto;
	margin-top: 25px;
	text-align: center;
	float: left;
}

div.icLogin.button .recoveryLink{
	font-style: italic;
}

div.icLogin.button a{
	color: maroon;
}

div.icLogin.button a:visited{
	color: maroon;
}

div.icLogin.button input{
	width: 325px;
	height: 40px;
	font-size: 20px;
	border-radius: 0px;
}

div.icLogin.button input:enabled{
	border: 1px solid #a82003;
	background-color: #a82003;
	color: #ffffff;
}

div.icLogin.button input:disabled{
	border: 1px solid grey;
	background-color: grey;
	color: #ffffff;
}

div.icLogin.field{
	display: flex;
	align-items: center;
	width: 360px;
	float: left;
	margin-bottom: 20px;
}

div.icLogin.field input{
	width: 88%;
	height: 38px;
}

.loginValidation{
	display: flex;
    justify-content: flex-end;
	flex-direction: column;
    background-color: antiquewhite;
    width: 100%;
}

.loginValidationList{
	list-style-type: none;
	padding-left: 10px;
}

.loginValidationTitle{
	margin-top: 5px;
	margin-bottom: -5px;
    width: 50%;
    padding-left: 10px;
    text-decoration: underline;
}

.textAlignCenter{
	text-align: center;
}

.borderAllSide{
	border: 1px solid #C7C8CC !important;
}

.borderLeft{
	border-left: 1px solid #C7C8CC;
}

.borderRight{
	border-right: 1px solid #C7C8CC;
}

.borderBottom{
	border-bottom: 1px solid #C7C8CC;
}

.paddingRight20{
	padding-right: 20px;
}

div#mainLeftSliderBody li a{
	text-decoration: none;
	color: black;
	font-size: 1rem;
}

div#mainLeftSliderBody li a:hover{
	color: #364c80;
}

div#mainLeftSliderBody li a.clicked, div#mainLeftSliderBody li a.clicked:hover{
	color: #a82003;
}

.inspectcheck-loader {
	position: absolute;
	top: 40%;
	left: 49%;
	width: 50px;
	height: 50px;
	background: url(images/ajax-loader.gif) no-repeat;
	background-size: 100%;
	transform: rotate(180deg);
	float: none;
	display: inline-block;
	z-index: 9999999;
}

.error-message {
	color: red;
	margin: auto;
}
.error-message-margin-left-18 {
	color: red;
	margin-left: 18%;
}
.warning-message {
	color: #ffa308;
}

.inspectionTypeCommonTreeViewErrorMessage {
	text-align: end;
	display: none;
}

.inspectionTypeCommonTreeViewErrorMessageNew {
	text-align: justify;
	display: none;
	margin-left: 10px;
	padding: 5px;
	width: 40%;
}

.detail-error-message {
	margin-left: 5em;
	text-transform: none;
	position: absolute;
	left: 150px;
	font-size: 17px;
}

.detail-header-error-message {
	margin-left: 1em !important;
	text-transform: none !important;
	font-size: 17px !important;
}

.general-info-table {
	flex-grow: 1;
	margin-top: 45px;
	min-width: 0 !important;
	display: inline-block;
}

.general-info-table-merge-insp {
	flex-grow: 1;
	width: 50%;
	display: inline-block;
}

.general-info-left-table {
	width: 37% !important;
}

.general-info-building-left-table, .general-info-unit-left-table {
	width: 30% !important;
}

.general-info-user-left-table {
	width: 30% !important;
}

.general-info-mid-table {
	width: 38% !important;
	margin-right: 29px;
}

.general-info-site-mid-table {
	width: 23% !important;
	margin-right: 29px;
}

.general-info-building-mid-table, .general-info-unit-mid-table {
	width: 33% !important;
	margin-right: 29px;
}

.general-info-user-mid-table {
	width: 33% !important;
	margin-right: 29px;
}

.general-info-right-table {
	width: 20% !important;
}

.general-info-site-right-table {
	width: 35% !important;
}

.general-info-building-right-table, .general-info-unit-right-table {
	width: 32% !important;
}

.general-info-user-right-table {
	width: 32% !important;
}

.general-info-table tbody td{
	padding: 7px 25px 7px 10px;
}

.general-info-table-merge-insp tbody td{
	padding: 7px 25px 7px 10px;
}

.general-info-wo-settings-table .primRow td {
	word-break: break-word;
}

.detailLeftColumn {
	color: #364c80;
}

.detailLeftColumnLeftTab {
	padding-left: 6ch !important;
}

.footerDefinition {
	margin: 2em;
}

.incompleteStatus {
	font-weight: bold;
	color: #A82003;
	font-size: x-large;
	padding-left: 3px;
	overflow: hidden;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	font-size: 12px;
	width: 150px;
	background-color: black;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px 0;

	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 50%;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}

.changePasswordWrapper {
	margin-top: 20px !important;
	z-index: 0 !important;
}

.changePasswordWrapper * {
	z-index: 0 !important;
}

#credentialRecoveryMessage {
	padding: 15px;
}

.shortScrollTableHead {
	width: auto !important;
}

#ClientLogo {
	max-height: 46px;
	padding: 3px;
}
#ClientInfoCont {
	display: flex;
	max-height: 46px;
	padding: 3px;
	vertical-align: -5px;
}

#ClientDetailLogoThumb {
	float: left;
	max-height: 46px;
	padding: 3px;
}

.messageBox {
	text-align: center;
	margin: auto;
	width: 40%;
	padding: 20px;
	background-color: rgb(252, 239, 161);
	font-size: large;
}

.swalButtonOk, .swalButtonCancel {
	background-color: lightgrey !important;
	color: #555;
}

.swalButtonCancel:focus, .swalButtonOk:focus {
	outline: none !important;
	color: whitesmoke !important;
	background-color: #364c80 !important;
}

.swal-button:focus {
	box-shadow: none;
}

#popupDiv {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	border: 3px solid #c4c4c4;
}

#closeAboutButton {
	height: 40px;
	width: 40px;
	position: absolute;
	top: 2%;
	right: 2%;
	font-weight: bolder;
	font-size: xx-large;
	background: transparent;
	border: none;
}

#closeAboutButton:hover {
	cursor: pointer !important;
}

#scoreGraph div div {
	overflow: hidden !important;
}

#scoreGraph div {
	overflow: hidden !important;
}

div.google-visualization-tooltip {
	font-family: "ProximaNovaRegular", Arial, sans-serif;
	font-weight: bolder;
	line-height: 1.494rem;
	text-align: center;
	vertical-align: middle;
	padding: 0 !important;
	margin: 0 !important;
}

div.google-visualization-tooltip div {
	padding: 0 !important;
}

.thumb {
	width: 25px !important;
	height: 25px !important;
}

.thumb_r {
	width: 65px !important;
	height: 65px !important;
}

#tasksDropDown {
	padding: 0;
	border: 0;
}

#tasksDropDown li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 14;
	vertical-align: top;
}

#tasksDropDown li.parent ul.child {
	display: none;
	z-index: 10002;
}

#tasksDropDown li.parent:hover ul.child {
	display: block;
	position: absolute;
	top: 32px;
	padding: 0;
	z-index: 10002;
}

#tasksDropDown li.parent ul.child li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tasksDropDown li.parent ul.child li input {
    text-align: left;
	white-space: normal;
}

#tasksDropDown li.parent ul.child li:not(.dividingChild) input {
	border-top: 0;
}

#tasksDropDown li.parent ul.child li input:hover {
	color: #364c80;
	background-color: #f9f9f9;
}

#tasksDropDown li.parent ul.child li:not(:last-child) input {
	border-bottom: 0;
}

#setupOptionsCont {
	width: 25%;
	min-height: 55px;
	display: flex;
}

#setupMenu {
	width: fit-content;
	padding: 0px;
}

#setupMenu li{
	padding: 0px;
	list-style-type: none;
}

#setupMenu li.parent ul.child {
	display: none;
	z-index: 10002;
	border: 1px solid #c4c4c4;
	padding: 0px;
	min-width: 220px;
	color: black;
	background-color: white;
	font: 14px Helvetica, Arial;
}

.showSetupOptions {
	display: block !important;
	position: absolute;
}

#setupMenu li.parent ul.child label {
	height: 30px;
	line-height: 30px;
	color: #2b2a2a;
	font-weight: bold;
	padding-left: 5px;
}

#setupMenu li.parent ul.child li {
	height: 30px;
	line-height: 30px;
	text-indent: 12px;
	cursor: pointer;
	text-overflow: ellipsis;
}

#setupMenu li.parent ul.child li.selected {
	background-color: #0081c2;
	color: white;
}

#setupMenu li.parent ul.child li:not(.selected):hover {
	background-color: #e5e5e5;
}

#setupOptionsButtonCont {
	position: relative;
}

#setupOptionsButtonCont span {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	right: 11px;
	top: 15px;
}

#setupOptionsButton {
	width: 220px;
	height: 33px;
	padding: 0px 30px 0px 5px;
	text-align: start;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 5px;
	font: 14px Helvetica, Arial;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	border-bottom-color: #b3b3b3;
	cursor: pointer;
}

#setupOptionsButton:hover {
	background-color: #e6e6e6;
	text-decoration: none;
	background-position: 0 -15px;
}

#wiSetupMenuCont{
	width: 85%;
    padding: 0px 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 0;
}
#wisetupMenu {
	width: fit-content;
	padding-left: 0px;
	position: relative;
}

#wisetupMenu li{
	padding: 0px;
	list-style-type: none;
}

#wisetupMenu li.parent ul.child {
	display: none;
	z-index: 10002;
	border: 1px solid #c4c4c4;
	padding: 0px;
	min-width: 416px;
	color: black;
	background-color: white;
	font: 14px Helvetica, Arial;
}


#wisetupMenu li.parent ul.child label {
	height: 30px;
	line-height: 30px;
	color: #2b2a2a;
	font-weight: bold;
	padding-left: 5px;
}

#wisetupMenu li.parent ul.child li {
	height: 30px;
	line-height: 30px;
	text-indent: 12px;
	cursor: pointer;
	text-overflow: ellipsis;
}

#wisetupMenu li.parent ul.child li.selected {
	background-color: #0081c2;
	color: white;
}

#wisetupMenu li.parent ul.child li:not(.selected):hover {
	background-color: #e5e5e5;
}

#wisetupOptionsButtonCont {
	position: relative;
}

#wisetupOptionsButtonCont span {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #000;
	position: absolute;
	right: 11px;
	top: 15px;
}

#wisetupOptionsButton {
	width: 420px;
	height: 33px;
	padding-left: 0px 30px 0px 5px;
	text-align: start;
	overflow: hidden;
	text-overflow: ellipsis;
	text-indent: 5px;
	font: 14px Helvetica, Arial;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-radius: 6px;
	border-bottom-color: #b3b3b3;
	cursor: pointer;
}

#wisetupOptionsButton:hover {
	background-color: #e6e6e6;
	text-decoration: none;
	background-position: 0 -15px;
}

.photoviewer-header {
	background: #364C80 !important;
}

.photoviewer-title {
	text-align: center !important;
	padding: 8px 10px 8px 90px !important;
	color: #FFF !important;
}

.photoviewer-header .photoviewer-button {
	height: 30px !important;
	color: #FFF !important;
}

/* Start sidebar toggle properties */
#sidebarToggleIndicator {
	display: none;
}

.sidebarToggleImage {
	height: 13px;
	width: auto;
}

#toggleButtonDiv {
	cursor: pointer;
	margin: auto 15px;
}

#sidebarToggleText {
	margin-left: 5px;
	font-size: 1rem;
}

/* Finish sidebar toggle properties*/

/* Checkbox list count details start */

.checkBoxCountDetailDiv {
	text-align: center;
}

.matchFullHeight {
    height: 100% !important;
}

.boldened {
	font-weight: bold !important;
}

.topMargin48px {
	margin-top: 48px !important;
}

.topMargin15px {
	margin-top: 15px !important;
}

.topMargin0px {
	margin-top: 0 !important;
}

.floatToRight {
	float: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

.verticalAlignTop {
	vertical-align: top !important;
}
span.hideCheckboxTitle::selection{
	color: white;
	background-color: white
}
span.hideCheckboxTitle::-moz-selection{
	color: white;
	background-color: white
}

.copy-to-clipboard-btn{
	padding: 5px !important;
	background-color: transparent;
	color: #364c80;
	border: 2px solid #364c80;
	border-radius: 5px;
}

.copy-to-clipboard-btn:active,
.copy-to-clipboard-btn:focus
{
	border:2px solid #364c80; /* here configure as your needs */
	color:#364c80;
}

.ripple {
	background-position: center;
	transition: background 0.8s;
}
.ripple:active {
	background-color: #b5b5b5;
	background-size: 100%;
	transition: background 0s;
}


/* The snackbar - position it at the bottom and in the middle of the screen */
.toast-message {
	visibility: hidden; /* Hidden by default. Visible on click */
	min-width: 250px; /* Set a default minimum width */
	margin-left: -125px; /* Divide value of min-width by 2 */
	background-color: #333; /* Black background color */
	color: #fff; /* White text color */
	text-align: center; /* Centered text */
	border-radius: 2px; /* Rounded borders */
	padding: 16px; /* Padding */
	position: fixed; /* Sit on top of the screen */
	z-index: 10000000; /* Add a z-index if needed */
	left: 50%; /* Center the snackbar */
	bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.toast-message.show {
	visibility: visible; /* Show the snackbar */
	/* Add animation: Take 0.5 seconds to fade in and out the snackbar.
	However, delay the fade out process for 2.5 seconds */
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
	from {bottom: 0; opacity: 0;}
	to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
	from {bottom: 30px; opacity: 1;}
	to {bottom: 0; opacity: 0;}
}

.previewImage {
	width: 200px;
	margin-top: 20px;
}

#deactivateInspectionSelect {
	width: 70%;
}

#otherReasonBox {
	margin-top: 10px;
	width: 70%;
}

.insp-FU-report-info-table {
	display: table;
	border: 1px #e9e9e9 solid;
	margin-top: 60px !important;
	height: 100px;
	float: right;
	margin-right: 10%;
}

.inspUserDesc {
	overflow: hidden;
	max-width: 32ch;
	min-width: 32ch;
	text-overflow: ellipsis;
}

.tableCaption {
	text-align: center;
	color: #364c80;
}

/*inspection type preview css*/
.bldgRow,
.areaRow,
.locRow{
	color: #000000;
	/*	-webkit-transition: background .75s;
        transition: background .75s;*/
}

#P18PX,
.locRow,
.bldgRow,
.areaRow,
.headRow
{font-size: 18px;}

#BLUE_TEXT,
#noteLabelCont,
#instrLabelCont,
.bldgRow,
.areaRow,
.locRow,
.naButton,
.sigButtonGet
{color: #364c80;}

#LIGHT_BLUE_BACKGROUND,
.bldgRow,
.areaRow,
.locRow
{background: #ffffff;}

#THICK_BLUE_CHECK,
.mvRow .check, .itemRow .check, .bldgRow .check, .areaRow .check, .locRow .check
{
	border-bottom: 5px solid #364C80;
	border-left: 5px solid #364C80;
}


#NO_LEFT_RIGHT_BORDER,
#topbar,
.bldgRow,
.areaRow,
.locRow,
.headRow,
.locBody tr:nth-child(odd)
{
	border-left: none;
	border-right: none;
}

#PADDING_TOPBOTTOM_12,
.bldgRow td,
.areaRow td,
.locRow td
{
	padding-top: 0;
	padding-bottom: 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}

#PADDING_LEFTRIGHT_10,
.bldgRow td,
.areaRow td,
.locRow td,
.mvRow td,
.itemRow td,
.headRow td
{
	padding-left: 10px;
	padding-right: 10px;
}

#PADDING_LEFT15,
.bldgRow td:nth-child(5)
{padding-left: 15px;}

.bldgRow td,
.areaRow td,
.locRow td
{
	height: 62px;
}


#PADDING_LEFTRIGHT_10,
.bldgRow td,
.areaRow td,
.locRow td,
.mvRow td,
.itemRow td,
.headRow td
{
	padding-left: 10px;
	padding-right: 10px;
}


#PADDING_LEFT15,
.bldgRow td:nth-child(5)
{padding-left: 15px;}

.bldgRow td,
.areaRow td,
.locRow td
{
	height: 62px;
}



#PADDING_LEFT35,
.areaRow td:nth-child(5)
{padding-left: 45px;}



#selectedBldg,
#selectedArea,
.locRow#selectedLoc{
	background: #ffffff;
}

.locRow.na, .locRow.na#selectedLoc{
	background: #f9f9f9;
}

#PADDING_LEFT55,
.locRow td:nth-child(5)
{padding-left: 75px;}

.ratingRowNa, .itemRowNa{
	background: #f9f9f9;
}

.itemRow .compInd
{
	border-bottom: 4px double #364c80;
}

.itemRowNa .compInd, .itemRowNa .tdPlaceHold, .ratingRowNa .tdRating
{
	border-left: none;
	border-bottom: 4px double #797979;
}

.itemRowNa .naButton{
	color: #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.itemRow.na{
	background: #f9f9f9;
}

.itemRow .tdItem
{
	text-align: left;
	padding-top: 6px;
	padding-bottom: 4px;
	font-size: 16px;
}

.itemRowNa .tdItem
{
	text-align: left;
	padding-top: 16px;
	font-size: 15px;
}

.itemRow .tdItem li
{
	color: #364c80;
}

.itemRowNa .tdItem li
{
	color: #000000;
	opacity: .75;
	text-decoration: line-through;
}

:not(.itemRow) .tdIcon{
	width: 180px;
	float: right;
	text-align: right;
}

.itemRow .tdIcon{
	width: 240px !important;
}

.itemRow div{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	float: left;
}

.itemRow td.itemInfo{
	border-bottom: 1px solid #797979;
}

.itemRow .tdIcon button{
	display: inline-block;
}

#P14PX,
.mvRow,
.itemRow
{font-size: 14px;}

.other .checkCanvas, .other .tdItem{
	opacity: 0.5;
}

.tdItem{
	width: 352px;
}

.tdItem span
{
	color: #000000;
}

.tdItem{
	width: 598px;
}

.tdPlaceHold{
	border-bottom: 4px double #364c80;
}

.other .tdIcon button{
	visibility: hidden;
}

.tdIcon button
{
	width: 60px;
	height: 60px;
	background: none;
	border: none;
	vertical-align: bottom;
}

.na .tdIcon button
{
	display: none;
}

#RIGHT_TEXT,
.tdSign,
.tdIcon
{text-align: right;}

.tdSign button{
	background: inherit;
	border: none;
	text-align: center;
	padding: 0;
}

.expand .ratingRow .ratingCont, .expand .ratingRow .qtyCont{
	height: 84px;
}
.expand .ratingRow .ratingContExt{
	min-height: 165px;
	margin-top: 15px;
}

.itemRow, .ratingRow{
	background: #f5f5f5;
}

.tdRating image{
	width: 50px;
	height: 50px;
	/*    margin: 10px;
        margin-bottom: 15px;*/
}

.tdRating span{
	font-size: 12px;
}

.tdRating
{
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 4px double #364c80;
}

div.ratingCont button, div.ratingContExt button{
	border-radius: 50%;
}

.ratingCont, .ratingContExt, .qtyCont
{
	/*float: left;*/
	/*    -webkit-transition: height .25s, opacity .25s linear .25s;
        transition: height .25s, opacity .25s linear .25s;*/
}

div.ratingContExt div > div{
	width: 60px;
	padding-bottom: 10px;
}
div.ratingCont div > div {
	padding-bottom: 10px;
}

div.ratingCont > p + div, div.ratingContExt > p + div{
	display: flex;
	align-content: center;
	align-items: center;
	/*	   justify-content: space-between;*/
	flex-wrap: wrap;
}

.ratingCont:nth-child(1){
	padding-left: 10px;
}

.ratingCont + .ratingCont{
	padding-left: 20px;
}

.qtyCont + .ratingCont{
	padding-left: 15px;
}




/*table container styles*/

#tvBody tr:not(.hide){
	opacity: 1;
}

#MIDDLE_ALIGN,
#checklist span,
thead button,
#itDesc
{vertical-align: middle;}

#BORDER_COLLAPSE_AND_LAYOUT,
#checklist
{
	border-collapse: separate;
	table-layout: auto;
	width: 100%;
	border-spacing: 0 6px;
	border-right: 2px solid black;
}

.image-center {
	display: inline-block;
	margin-top: auto;
	margin-bottom: auto;
}

.verticalMiddle > * {
	vertical-align: middle;
}

#popupTaskTable td {
	width: 33.33%;
}

.scrollableTextArea {
	resize: none;
    overflow: scroll-y;
    height: 20px;
    min-height: 20px;
	max-height: 100px;
	padding: 3px;
}

.errorNoticeBorder {
	border: 3px solid #A40009;
}

.backGroundLightGray{
	background-color: lightgray !important;
}

div .clicked {
	color: #a82003;
}

.showPhoneOnlyBlock, .showPhoneOnly {
	display: none;
}

.wizardStatusbarFlexContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}

.popupCreateWizardStatusBar div {
	padding : 10px 4px 10px 10px;
}

.wizardStatusbarFlexContainer div span {
	color: #364c80;
}

.allDivChildrenPadding5px > div {
    padding: 11px 5px 11px 5px;
}
.allDivChildrenMargin5px div {
    margin: 0 5px 0 5px;
}

.editPopupFlexTableCell {
	text-align: center;
	padding-top: 11px;
	padding-bottom: 11px;
}

.editPopupFlexTableHeaderCell *{
	color: #364c80;
	text-transform: uppercase;
}

.editPopupDateElement {
    width: 30% !important;
}

.allDescandantInputsWidth60Percent input{
	width: 60% !important;
}

/* INSPECTION TYPE COMMON TREE VIEW STYLES */

.inspectionTypeCommonTreeViewLevelRow {
	padding: 1%;
	border-collapse: separate;
	border: 1px solid rgb(233, 233, 233);
	margin-bottom:5px;
}

.inspectionTypeCommonTreeViewColumnName {
	color: #364c80;
	display: inline-block;
	min-width: 50px;
}

.inspectionTypeCommonTreeViewLevelTwoColumnName {
	color: #364c80;
	display: inline-block;
	width: 130px;
}

.inspectionTypeCommonTreeViewLevelOneDataWrapper {
	margin-left: 15px;
	display: inline-block;
	width: 90%;
}

.inspectionTypeCommonTreeViewLevelTwoDataWrapper {
	display: inline-block;
	width: 80%;
	margin-left : 15px;
}

.inspectionTypeCommonTreeViewLevelThreeDataWrapper {
	display: inline-block;
	width: 80%;
	margin-left : 15px;
}

.inspectionTypeCommonTreeViewLevelFourDataWrapper {
	margin-bottom: 8px;
	width: 87%;
}

.inspectionTypeCommonTreeViewLevelTwoTd {
	padding-left : 30px;
}

.inspectionTypeCommonTreeViewArrowImageCont {
	display: inline-flex;
	cursor: pointer;
	vertical-align: top;
	margin: 3px 0px 3px 10px;
}

.inspectionTypeCommonTreeViewLevelOneSubDataCont {
	margin-bottom: 1%;
	width: 40%;
}

.inspectionTypeCommonTreeViewLevelTwoSubDataCont {
	margin-bottom: 1%;
	display: flex;
	width: 45%;
}

.inspectionTypeCommonTreeViewLevelThreeSubDataCont {
	margin-bottom: 1%;
	margin-right: 50px;
}

.inspectionTypeCommonTreeViewLevelOneCont {
	display: flex;
}

.inspectionTypeCommonTreeViewLevelTwoCont {
	margin-left: 45px;
}

.inspectionTypeCommonTreeViewLevelThreeCont {
	margin-left: 80px;
}

.inspectionTypeCommonTreeViewLevelFourCont {
	margin-left : 19%;
	display: flex;
}

.inspectionTypeCommonTreeViewCont {
	margin-bottom: 50px;
}

.buildingExteriorHeadWrapper {
	margin-top: 20px;
}

.inspectionTypeCommonTreeViewCont .inspectionTypeCommonTreeViewCont > div{
	max-height: 438px;
	overflow: auto;
}

.inspectionTypeCommonTreeViewCont td {
	height : 50px;
	border : 1px solid #e9e9e9;
	border-collapse: separate;
}

.inspectionTypeCommonTreeViewSubDataWrapper {
	margin-top : 8px;
}

.inspectionTypeCommonTreeViewLevelOneSubDataWrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: 10%;
}

.inspectionTypeCommonTreeViewLevelTwoSubDataWrapper {
	display: flex;
    justify-content: space-between;
	margin-left: 5%;
	flex-wrap: wrap;
}

.inspectionTypeCommonTreeViewLevelTwoSubDataWrapper > 

.inspectionTypeCommonTreeViewLevelThreeSubDataWrapper {
	display: flex;
    justify-content: space-between;
	margin-left: 15%;
	flex-wrap: wrap;
}

.inspectionTypeCommonTreeViewLevelFourSubDataWrapper {
	margin-left: 75px;
}

.disabled {
	color : grey !important;
}

/* INSPECTION TYPE COMMON TREE VIEW STYLES END HERE*/


.sectionCont > .inspectionTypeCommonTreeViewCont {
	max-width: 100% !important;
	margin-left: 0% !important;
}

.inspectionTypeCommonTreeViewUpdateButtonsCont {
	display: inline-flex;
	float: right;
}

.inspectionTypeTreeViewLookupButton, .inspectionTypeTreeViewUpdateButton {
	width: 3em;
	height: 3em;
	margin-left: 5px;
}

.inspectionTypeCommonTreeViewAddNewButton{
	margin-bottom: 1%;
}

.inspectionTypeCommonTreeViewLevelOneAddNewButton {
	margin-left: 3%;
}

.inspectionTypeCommonTreeViewLevelTwoAddNewButton {
	margin-left: 7%;
}

.inspectionTypeCommonTreeViewLevelThreeAddNewButton {
	margin-left: 10%;
}

.inspectionTypeCommonTreeViewLevelFourAddNewButton {
	margin-left: 17%;
}

.inspectionTypeCommonTreeViewLevelFourUpdateButtonsCont {
	margin-left: auto;
}

.autoCompleteListCont {
	position: absolute;
	width: 240px;
	max-height: 200px;
	margin-left: 50px;
	z-index: 200;
	overflow-y: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;  /* Firefox */
}

.autoCompleteListCont::-webkit-scrollbar { /*Chrome, Safari, Opera*/
	display: none;
}

.lookupPopupCont {
	position: absolute;
	width: 300px;
	z-index: 20;
	height: 400px;
	overflow-y: hidden;
	background: white;
	border: 1px solid #c3c3c3;
}

.lookupListCont {
	overflow: auto;
	max-height: 360px;
}

.lookupListFilter {
	width: calc(100% - 6px);
    height: 40px;
    padding: 1px;
    margin: 2px;
	border-radius: 5px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.lookupListFilter:focus {
	outline: none;
	border: 2px solid #e5e5e5;
}

.lookupListCont table {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.lookupListHeader {
	font-weight: bold;
	width: 100%;
}

.lookupListRow {
	width: 100%;
}

.lookupListRow:hover{
	background: #e5e5e5 !important;
}

.lookupListHeader td, .lookupListRow td{
	padding: 0px 5px 0px 5px;
	border-left: none !important;
	border-right: none !important;
	text-align: start;
	word-wrap: break-word;
}

.lookupListId {
	width: 35px;

}

.lookupListGroup {
	width: 150px;
}

.resultNotFound{
	color: #e5e5e5;
	text-align: center;
	width: 100%;
	border: none;
	margin: 2px;
}

.lookupLoadingSpinner {
	border: none;
	background: none;
	padding-left: 5px;
	color:skyblue;
}

.inspectionTypeCommonTreeViewNumberInput {
	text-align: end;
}

.autoCompleteListSingleRow {
	border: #000000 1px solid !important;
}

.autoCompleteListSingleRow:hover{
	background: #e9e9e9 !important;
}

.inspectionTypeCommonTreeViewLocationInputCont {
	display: inline-flex;
	position: relative;
	align-items: center;
}

.inspectionTypeCommonTreeViewInput {
	padding: 5px;
	width: 15em;
	line-height: 20px;
}

.inspectionTypeCommonTreeViewLocationInput{
	width: 240px;
}

.fa-angle-down, .fa-angle-double-down, .showLookup, .inspectionTypeCommonTreeViewPendingChange {
	color: yellowgreen;
}

@media only screen and (max-width: 1024px) {
	table.tableChildrenCustomFontSize tr td{
		font-size: 2.7em !important;
	}
	.editPopUpDataCustomFontSize {
		font-size: 2.7em !important;
	}

	.showConsoleOnly {
		display: none !important;
	}

	.showPhoneOnlyBlock {
		display: block;
	}

	.phonePageHeaderCustomFontSize {
		font-size: 36px !important;
	}

	.phoneSectionHeaderCustomFontSize {
		font-size: 50px !important;
	}

	.phoneEditPopupSectionHeader{
		font-size: 50px !important;
		margin-bottom: 20px;
	}

	.phoneEditPopupSectionHeaderContainer{
		margin-bottom: 40px !important;
	}

	.phoneAllDecendantsCustomFontSize * {
		font-size: 34px !important;
	}

	.phoneEditPopupCustomFontSize{
		font-size: 34px !important;
	}

	.phoneAllDecendantsCustomWidth25Percent *{
		width: 25% !important;
	}

	.phoneAllDecendantsCustomWidth20Percent *{
		width: 20% !important;
	}

	.phoneWidth20Percent {
		width: 20% !important;
	}

	.phoneWidth40Percent {
		width: 40% !important;
	}

	.phoneWidth50Percent{
		width: 50% !important;
	}
	.phoneWidth60Percent{
		width: 60% !important;
	}

	.phoneCustomWidth100 {
		width: 100% !important;
	}

    .phoneWidth150Percent {
        width: 150% !important;
    }

	.phoneCustomMarginTop10px {
		margin-top: 10px;
	}

	.phoneSolidBorder1px {
		border: 1px solid;
	}

	.phoneAllDecendantsHeight60Percent * {
		height: 60% !important;
	}

	.phoneCustomWidthNone {
		width: 0 !important;
	}

	.showPhoneOnlyBlock, .showPhoneOnly {
		display: block;
	}

	.showPhoneOnlyInline {
		display: inline;
	}

	.showPhoneOnlyInlineBlock {
		display: inline-block;
	}

	.editPopupFlexTableHeaderSubCell {
		font-size: 24px !important;
	}

    input[type=checkbox]{
        width: 25px;
        height: 25px;
    }

    .swal-text {
        font-size: 26px;
	}

	.phoneWidth80Percent{
		width: 80% !important;
	}

	.phoneWidth10Percent {
		width: 10% !important;
	}

	.phoneWizardStatusbarDecendantsCustomFontSize {
		font-size: 2.7em !important;
	}

	@media only screen and (min-device-width: 768px){ /* tablets */
		table.tableChildrenCustomFontSize tr td{
			font-size: 140% !important;
		}

		.phoneEditPopupSectionHeader{
			font-size: 160% !important;
			margin-bottom: 20px;
		}

		.phonePageHeaderCustomFontSize {
			font-size: 150% !important;
		}

		.phoneAllDecendantsCustomFontSize * {
			font-size: 120% !important;
		}

		.phoneEditPopupCustomFontSize{
			font-size: 150% !important;
		}

		#randomSelect * {
			font-size: 115% !important;
		}

		#createInspectionSelectInspector {
			font-size: 160% !important;
		}

		.phoneWizardStatusbarDecendantsCustomFontSize {
			font-size: 150% !important;
		}
	}

}

@media screen and (min-width: 1025px) { /*for latop/desktop*/
	.consoleWidth30Percent{
		width: 30%;
	}

	.consoleWidth80Percent {
		width: 80%;
	}

	.consoleWidth60Percent {
		width: 60%;
	}

	.editPopupFlexTableHeaderSubCell {
		font-size: 12px !important;
	}

	.createInspectionBuildingTable{
		align-self: center;
		width: 80% !important;
	}
}

.image-upload-preview-cont {
	display: flex;
	justify-content: center;
	padding: 1em;
}

.image-upload-preview-cont > img {
	max-width: 500px;
	padding: 1em;
	border: 2px solid #e9e9e9;
}


.image-upload-preview-cont > #no-preview {
	padding: 150px;
	border: 2px solid #e9e9e9;
	font-size: x-large;
	color: #364c80;
}

.add-new-row-btn {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.add-new-row-btn:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}
.add-new-row-btn:active {
	position:relative;
	top:1px;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.width-200px {
	width: 200px;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}

span.detailContTask [disabled] {
    color: grey;
}

.reports-list-note {
	padding: 5px;
	color: #A82003;
}
.signature-box {
	border: #F6F1F1; 
	padding: 10px;
	width: 150px; 
	margin: 0 auto; 
	text-align: center;
  }
  
.signature-box img {
	max-width: 50%; 
  }

#site-rep-sig{
	max-height: 30px;
}
#emp-sig{
	max-height: 18px;
}


.nspireheadRow{
	height: 20%;
	width: 20.5% ;
	text-align: center;
}
.nspireheadRowUnit{
	width: 18%;
	text-align: left;
}
.nspireheadRowUnitData{
	width: 18%;
	color: #364c80;
	padding: 9px 6px 9px 6px;
}
.nspireDataRow{
	text-align: center;
	width: 10% ;
}
.nspireDataRowScore{
	text-align: left;
	padding-left: 5px;
}
.nspireDataRowMessage{
	padding-left: 5px;
	text-align: left;
	width: 18% ;
}
.nspireDataLastRow{
	border-bottom: 3px double #e5e5e5;
}
.nspireBlackText{
	color: black;
}
.nspireBlueText{
	color: #364c80;
}
.nspireMessageRow{
	font-size: 1rem;
	padding: 5px;
}

.nspireresultsTable tbody tr, .nspireresultsTable tbody td{
	font-size: 1rem;
}
.nspireresultsTable thead td, .nspireresultsTable thead th{
	font-size: 1rem;
	color: #364c80;
	border-bottom: 3px double #e5e5e5;
	font-weight: normal;
	outline: none;
	padding: 9px 6px 9px 6px;
	cursor: pointer;
}

.nspireresultsTable{
	border-top: 1px solid #e5e5e5;
	width: 100%;
	overflow-x: scroll;
	height: 100%;
	border-spacing:2px;
	table-layout: fixed;
}
.nspireresultsTable tbody{
	vertical-align: middle;
	border-color: inherit;
}

.nspireresultsTable tbody tr.primRow:hover{
	background-color: #f7f7f7;
}
.nspireresultsTable thead tr.primRow:hover{
	background-color: #f7f7f7;
}
.nspireRowRightBorder{
	border-right: 1px solid #e5e5e5;
}

#districtListFixedTable::-webkit-scrollbar {
	display: none;
}

.passwordField {
	width: 322px;
}
.passwordVisibility {
	padding-left: 10px;
	font-size: 19px;
}

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

.emailLabelClass {
	width: 70px;
	height: 40px;
	padding-right: 10px;
	font-size: 20px;
	color: #555555;
	line-height: 40px;
}
.emailInputClass {
	height: 38px;
	width: 350px;
}
.emailButtonClass {
	width: 350px;
	border: 1px solid;
	color: #ffffff;
	height: 40px;
	font-size: 20px;
	border-radius: 0px;
}

.hiddenMessage{
	margin-left: 10px;
	visibility: hidden;
	width: 200px;
	color: red;
}

tr#extRowForMsg td{
	color: red;
	font-size: 12px;
}

.badgeCntDiv{
	position: absolute;
	top: 0px;
	right: 4px;
	background-color: #a82003;
	border-radius: 60%;
	color: white;
	padding: 2px 5px;
	font-size: 11px;
	text-align: center;
}
.emtply-list{
    display: flex;
    justify-content: space-around;
    padding: 10px;
    color: #a82003; 
}

.selectedHousehold{
	background-color: #c3e4ff !important;
}

.inline-icon {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    cursor: pointer;
}

.position-relative{
	position: relative !important;
}

.mfa-hearder-mr{
	margin: 10px 0px 10px 0px !important;
}

.text-red{
	color: red !important;
}

.text-center{
	text-align: center !important;
}

.m-0{
	margin: 0% !important;
}

.pl-20{
	padding-left: 20%;
}

.pl-33{
	padding-left: 33%;
}

.pl-24{
	padding-left: 24%;
}

.pb-2{
	padding-bottom: 2%;
}

.sortable {
  cursor: pointer;
  user-select: none;
}

.sort-indicator::after {
  content: '↕'; /* Default: unsorted */
  margin-left: 5px;
}

.sort-indicator.asc::after {
  content: '↑'; /* Ascending */
}

.sort-indicator.desc::after {
  content: '↓'; /* Descending */
}

.popup-bg-compitability {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
}

.por-review-btn{
	display: flex;
	justify-content: flex-start;
	column-gap: 5px;
}

.por-pagination-btn{
	display: flex;
	justify-content: flex-end;
	column-gap: 5px;
}

.por-highlight-btn {
    background-color: #364c80 !important;
    color: white !important;
    border: 2px solid #364c80 !important;
    box-shadow: 0 0 10px rgba(37, 99, 235, 0.5);
}
