#ior div.content-wrapper {
	vertical-align: top;
}

#ior div.panel > ul.nav.nav-tabs > li > a {
	border-top: 0;
}

#ior div.panel > ul.nav.nav-tabs > li:first-of-type > a {
	border-left: 0;
}

#ior div.panel.panel-nopadding > div.panel-body {
	padding: 10px 20px 10px 20px;
}

#ior div.panel.panel-nopadding > div.panel-body > a.label {
	margin: 5px 0 5px 0;
}

#ior table.table-compact > tbody > tr > td, #ior table.table-compact > tbody > tr > th, #ior table.table-compact > thead > tr > th {
	padding: 3px 5px;
}

#ior table.table-compact-input .form-control {
	border-bottom: 0;
}

#ior table.table-compact-input td > table > tbody > tr > td {
	border-bottom: 0;
}

#ior table.table-compact-input td > table > tbody > tr > td:first-of-type, #ior table.table-compact-input td > table > thead > tr > th:first-of-type {
	border-left: 0;
}

#ior table.table-compact-input td > table > tbody > tr > td:last-of-type, #ior table.table-compact-input td > table > thead > tr > th:last-of-type {
	border-right: 0;
}

#ior div.panel > ul.nav.nav-tabs {
	margin-bottom: 0;
}

#ior div.panel div.panel-body {
	padding-top: 7px;
}

#ior table.table.table-columned {
	margin-bottom: 10px;
	border: 0;
}

#ior table.table.table-columned > thead > tr > th {
	padding: 0 5px;
}

#ior table.table.table-columned > tbody > tr > * {
	padding: 2px 5px;
	vertical-align: top;
}

#ior .text-p-compact p {
	margin: 0;
}

#ior .ior-edit-app .form-control {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding: 0;
}

#ior .ior-edit-app input.form-control, #ior .ior-edit-app select.form-control {
	height: 20px;
}

#ior .ior-edit-app textarea.form-control, #ior .ior-edit-app input.form-control {
	padding-left: 4px;
}

#ior #state-panel p {
	margin: 0;
}

#ior div.input-placeholder {
	padding-right: 20px;
}

#ior table.table-form-responsive > tbody > tr > td > div > div.input-main {
	top: 19px;
}

#ior table.table-form-responsive > tbody > tr > td > div > div > span.icon-cross {
	top: 3px;
}

#ior table.table-form-responsive > tbody > tr > td > div > div.input-main > table > tbody > tr > td {
	padding: 3px 5px;
}

.incident-dropzone-area {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .85);
	display: none;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
label.wflabel {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	padding: 10px;
	border: 1px solid silver;
}
label.wflabel.choosed {
	background: green;
	color: white;
}
div.hptile a span.badge{
	position: absolute;
	top: -3px;
	right: 3px;
}
@media (max-width: 768px) {

	#ior table.table-form-responsive > tbody > tr > td, #ior table.table-form-responsive > tbody > tr > th, #ior table.table-form-responsive > thead > tr > th {
		display: block;
		padding: 0;
	}

	#ior table.table-form-responsive > thead > tr > th {
		text-align: center;
	}

	#ior table.table-form-responsive > tbody > tr > th {
		margin-top: 5px;
	}

	#ior table.table-form-responsive > tbody > tr > td {
		border-left: 0;
		margin-bottom: 15px;
	}

	#ior table.table-form-responsive > tbody > tr > td > input.form-control,
	#ior table.table-form-responsive > tbody > tr > td > select.form-control,
	#ior table.table-form-responsive > tbody > tr > td > div > input.form-control,
	#ior table.table-form-responsive > tbody > tr > td > div > div > select.form-control {
		border: 1px solid #ddd;
		height: 32px;
		line-height: 20px;
		font-size: 1.2em;
	}

	#ior table.table-form-responsive > tbody > tr > td > textarea.form-control {
		border: 1px solid #ddd;
		line-height: 20px;
		font-size: 1.2em;
	}

	#ior table.table-form-responsive > tbody > tr > td > div > div > span.icon-cross {
		font-size: 1.6em;
		top: 5px;
	}

	#ior div.input-placeholder {
		padding-right: 28px;
	}

	#ior table.table-form-responsive > tbody > tr > td > div > div.input-main {
		top: 31px;
	}

	#ior table.table-form-responsive > tbody > tr > td > div > div.input-main > table > tbody > tr > td {
		padding: 10px 5px;
	}

}
@media (max-width: 1200px) {
	select.form-control {
		background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat right;
		-moz-appearance: none; 
		-webkit-appearance: none; appearance: none;
	}
	div.fullonipad {
		width:100%; 
	}
	#ior div.input-placeholder {
		padding-right:0px;
		
	}
	#ior div.input-placeholder span.icon-cross {
		display:none;
	}
	#ior td.allowempty span.icon-cross {
		top: 8px;
		right: -16px!important;
		display:block;
	}
	#ior .ior-edit-app input.form-control, #ior .ior-edit-app select.form-control {
		height:30px;
	}
	#ior table.table-form-responsive > tbody > tr > td > div > div.input-main {
		top: 29px;
	}
	.showonipad {
		display:block!important;
	}
}