.clearfix:after {
	visibility: hidden;
	display: block;
	clear: both;
	content: "";
}
.clearfix > div,
.clearfix > ul,
.clearfix > li,
.clearfix > select,
.clearfix > button {
	float: left;
}
.clearfix > .right {
	float: right;
}
body main div.container .clickable,
div.results-modal-dialog .clickable {
	cursor: pointer;
}
body main div.container .clickable:hover,
div.results-modal-dialog .clickable:hover {
	background-color: lemonchiffon;
}


body main div.container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	padding-bottom: 20px;
}
body main div.container *,
div.results-modal-dialog * {
	line-height: 26px;
	font-size: 1.4rem;
	color: black;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	background: transparent;
}

div.results-modal-dialog div#content * {
	padding: 0;
}
div.results-modal-dialog-header,
div.results-modal-dialog-footer {
	height: auto;
	padding: 5px;
}

body main div.container input,
div.results-modal-dialog div#content input {
	height: 26px;
	line-height: 26px;
	padding: 0;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
}
body main div.container input:disabled,
div.results-modal-dialog div#content input:disabled,
body main div.container input:read-only,
div.results-modal-dialog div#content input:read-only {
	background-color: #d1d1d1;
}
body main div.container button,
div.results-modal-dialog button {
	background-color: #008CBA;
	border: none;
/*	border-color: #007095;*/
	padding: 0;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0;
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	color: white;
	min-width: 80px;
}
body main div.container button *,
div.results-modal-dialog button * {
	color: white;
}
body main div.container button:hover,
div.results-modal-dialog button:hover {
	background-color: #007095;
}
body main div.container div#paginator button,
div.results-modal-dialog div#paginator button {
	width: 50px;
	min-width: 50px;
}
body main div.container div#paginator button:hover,
div.results-modal-dialog div#paginator button:hover {
	background-color: #007095;
}

body main div.container label,
div.results-modal-dialog div#content label {
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
body main div.container input[type=checkbox],
div.results-modal-dialog div#content input[type=checkbox]{
/*	height: auto;
*/
	line-height: 26px;
	vertical-align: middle;
}
body main div.container fieldset,
div.results-modal-dialog div#content fieldset {
	border: 1px solid rgb(209,209,209);
	padding: 10px 15px;
	border-radius: 0.4rem;
}
body main div.container fieldset legend,
div.results-modal-dialog div#content fieldset legend {
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
}

body main div.container select,
div.results-modal-dialog div#content select {
	height: 26px;
}
body main div.container select option,
div.results-modal-dialog div#content select option {
	line-height: 24px;
}

body main div.container select,
div.results-modal-dialog div#content select,
body main div.container select option,
div.results-modal-dialog div#content select option {
	padding-left: 5px;
	padding-right: 5px;
}
body main div.container textarea,
div.results-modal-dialog div#content textarea {
	padding: 4px 8px;
	line-height: 18px;
	height: auto;
}
body main div.container table,
div.results-modal-dialog div#content table {
	display: table;
	table-layout: fixed;
	background: #fff;
    border: solid 1px #ddd;
    border-top-color: rgb(221, 221, 221);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(221, 221, 221);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
}
body main div.container table thead,
div.results-modal-dialog div#content table thead {
	display: table-row-group;
	background: #F5F5F5;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(245, 245, 245);
    height: auto;
}
body main div.container table tbody,
div.results-modal-dialog div#content table tbody {
	display: table-row-group;
}
body main div.container table thead th,
body main div.container table thead th *,
div.results-modal-dialog div#content table thead  th,
div.results-modal-dialog div#content table thead  th * {
	text-align: center;
	font-weight: normal;
}
body main div.container table tr,
div.results-modal-dialog div#content table tr {
	height: 26px;
}
body main div.container table tr:nth-of-type(even),
div.results-modal-dialog div#content table tr:nth-of-type(even) {
	background: #F9F9F9;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(249, 249, 249);
}
body main div.container table th,
body main div.container table td,
div.results-modal-dialog div#content table th,
div.results-modal-dialog div#content table td {
	display: table-cell;
	border: none;
	border-bottom: 1px solid #e1e1e1;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(225, 225, 225);
	border-right: 1px solid #e1e1e1;
}
body main div.container table th:last-child,
body main div.container table td:last-child,
div.results-modal-dialog div#content table th:last-child,
div.results-modal-dialog div#content table td:last-child {
	border-right: none;
}

body main div.container table th,
body main div.container table td,
div.results-modal-dialog div#content table th,
div.results-modal-dialog div#content table td,
body main div.container table th *,
body main div.container table td *,
div.results-modal-dialog div#content table th *,
div.results-modal-dialog div#content table td * {
	overflow: hidden;
	text-overflow: clip;
	white-space: nowrap;
}
body main div.container ul,
div.results-modal-dialog div#content ul {
	height: auto;
	line-height: 26px;
	list-style: none;
}
body main div.container ul li,
div.results-modal-dialog div#content ul li {
	height: auto;
	line-height: 26px;
}
body main div.container a,
div.results-modal-dialog div#content a {
	color: #337ab7;
}
body main div.container a:hover,
div.results-modal-dialog div#content a:hover {
	color: #337ab7;
	cursor: pointer;
}

body main div.container div.results2-header {
	margin-top: 0;
	margin-bottom: 20px;
	height: 52px;
}
body main div.container .base-line {
	height: 26px;
	line-height: 26px;
}
body main div.container .base-line .inner {
	height: 24px;
	line-height: 24px;
}

div.results-modal-dialog div#footer button {
	margin-right: 5px;
	width: auto;
	min-width: 80px;
	padding-left:  8px;
	padding-right:  8px;
}
div.results-modal-dialog div#footer button:last-child {
	margin-right: 0;
}



div#results-dialog-common-resource {
	display: none;
}

div#page-header {
	width: 100%;
	margin-bottom: 20px;
}
div#page-header > div#message,
div#page-header > div#message * {
	margin: 0;
	padding: 0;
	border: none;
}
div#page-header > div#message .message.error {
	background-color: transparent;
	border: none;
}
div#page-header > div#dlg-alert,
div#page-header > div#dlg-confirm {
	display: none;
}
