@CHARSET "UTF-8";

.dash_select {
	width: 12.5em;
	z-index: 15;
	background: #fff;
	/*position: absolute;*/
	/*left: calc(100vw - 11.5em);*/
	/*top: -1em;*/
	text-align: center;
	border-bottom-left-radius: 8px;
	line-height: 2em;
	/*border-bottom-right-radius: 8px;
	border-left: #888 solid 1px;
	border-right: #888 solid 1px;
	border-bottom: #888 solid 1px;*/
}

.dash_select .head {
	font-size: 1.3 em;
	padding: .4em
}

.dash_select .ui-controlgroup {
	width: 100%;
}

.dash_select .last {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.dash_select .first {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.ui-state-checked.ui-state-hover {
	background-position: -64px -144px;
}

.ui-state-hover.ui-icon-blank {
	background-position: -164px -0px;
}

.ui-state-active .ui-icon-background {
	background-color: #c3e9eb;
	border-color: #444;
}

.ui-icon-background {
	background-color: #fff;
	border-color: #444;
}

.column {
	width: calc(50% - 1.7em);
	float: left;
	/*padding-bottom: 100px;*/
	min-height: 1.5em;
	min-width: 2em;
}

.column.full {
	width: calc(100vw - 5.0em);
	padding-top: 1.5em;
	min-height: 2px;
}

/*.column.full  .portlet:first-child {padding-top: 0;}*/
.cleft {
	padding-left: 1em;
}

.portlet {
	margin: 0 1em 1em 0;
	padding: 0.3em;
}

.portlet-header {
	padding: 0.2em 0.3em;
	margin-bottom: 0.5em;
	position: relative;
}

.portlet-toggle {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -8px;
}

.portlet-content {
	padding: 0.4em;
	overflow: auto;
}

.portlet-placeholder {
	border: 1px dotted black;
	margin: 0 1em 1em 0;
	height: 50px;
}

.settings {
	z-index: 1;
	display: block;
	width: 15em;
	position: absolute;
	min-height: calc(100dvh - 105px);
	top: 0px;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	margin-left: calc(100vw - 15em);
	padding: 20px 8px !important;
}

.show_settings {
	width: 0.9em;
	position: absolute;
	float: right;
	height: calc(50dvh + 1.65em);
	top: 1.75em;
	border-left: 1px solid #aaa;
	margin-left: calc(100vw - 1.95em);
	z-index: 15;
	padding-top: calc(50dvh - 4em);
	/*padding-right: .2em;*/
	padding-left: .3em;
	/*color: #327e04;*/
	background: #fff;
	font-size: 2em;
	margin-top: -1.7em;
	border-bottom-right-radius: 5px;

}

.inner {
	opacity: 0.2;
	/*background-color: #bdd654;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: -1px;
	left: 0px;

}

/*.info_table, .dinfo_table, .info_table.ui-corner-all {
	width: unset;
	max-width: 100%;
	border-width: unset;
	border-radius: .75em !important;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0px;
	border-collapse: separate;
	left: 1em;
	position: relative;
}
*/
.info_table tr {}

.info_table tbody tr {
	/*line-height: 2.3em;*/
}

.info_table tbody td {
	height: 1.4em;
	border-right: 1px #fff solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(255, 255, 255);
	padding: .3em .5em .3em .5em;
}

/*.info_table tbody tr td:last-child {border-right-width: 0px;}
.info_table input {
	border-radius: 2em;
	height: 2em;
	box-shadow: none;
	border: none;
	margin: 0 .3em .3em 0;
	width: calc(100% - .8em);
	text-indent: 0;
}

.info_table select {
	height: 2.4em;
	margin-top: -.2em;
}

.tr_view, .tr_viewx {
	font-size: 1em;
}

.th_view, .info_table  .ui-widget-header {
	background-color: #A5D8D0;;
	vertical-align: middle;
	line-height: 2em;
	text-indent: .3em;
	color: #1e8796;
}
.info_table  .ui-widget-header a{ color: #1e8796;}
.th_view td {
	height: 2.4em !important;
}*/
/*.info_table thead tr:first-child td:first-child { border-top-left-radius: .75em !important;}
.info_table thead tr:first-child td:last-child { border-top-right-radius: .75em !important;}
.info_table tbody tr:last-child  td:first-child { border-bottom-left-radius: .75em !important;}
.info_table tbody tr:last-child td:last-child { border-bottom-right-radius: .75em !important;}
*/
@media (max-width : 700px) {
	.column {
		width: calc(100vw - 3.4em);
		float: unset;
		padding-left: 1em;
	}
}

.show_settings.open {
	margin-left: calc(100vw - 8.7em);
}

#index {
	position: fixed;
	margin-top: -18px;
	z-index: 6;
}