
.filters {
	display: flex;
/*	justify-content: space-between; */
	height: 33px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
}
.filter {
/*	display: inline-block; */
	flex-shrink: 0;
	flex-grow  : 0;
	border-right: 1px solid #E0E0E0;
}
.filter:last-of-type {
/*	border-right: 0px; */
}
.filter:before {
	display: block;
	height: 10px;
	margin : 0px 5px;
	padding: 2px 0px 0px 0px;
	font-family: 'Open Sans';
	font-size  : 10px;
	font-weight: 100;
	line-height: 10px;
	text-transform: uppercase;
	content: attr(data-label);
}

.filter select,
.filter input {
	min-width: 100px;
	max-width: 150px;
	height: 31px;
	height: 18px;
	margin : 0px 3px;
	padding: 0px 2px;
	line-height: 31px;
	line-height: 18px;
	cursor: pointer;
	border : 0px;
	outline: none;
	-webkit-appearance: none;
}
.filter select {
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15px' height='10px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-size: 15px 10px;
}
.filters .btns {
	display: flex;
	flex-shrink: 0;
	flex-grow  : 1;
	justify-content: flex-end;
}
.filters button {
	flex-shrink: 0;
	flex-grow  : 0;
	width : 31px;
	height: 31px;
	width : 25px;
	height: 25px;
	margin: 4px 2px;
	font-size  : 18px;
	line-height: 31px;
	line-height: 25px;
}

.btn {
	margin : 1px;
	color : #FFFFFF;
	background: #89ABCD;
	border: 0px;
	border-radius: 3px;
	cursor: pointer;
}

.tblstd {
	width : 100%;
	margin : 20px 0px 0px 0px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 3px;
/*	border-collapse: collapse; */
	border-spacing: 0;
	overflow: hidden;
}

.tblstd thead button {
	width : 25px;
	height: 25px;
	margin: 4px 2px;
	font-size  : 18px;
	line-height: 25px;
}
.tblstd thead tr th,
.tblstd tfoot tr td {
	height: 34px;
	padding: 0px 5px;
	color : #666666;
	font-family: 'Open Sans';
	font-size  : 10px;
	font-weight: 700;
	line-height: 34px;
	text-align : left;
	text-transform: uppercase;
	background: #F9F9F9;
	border-bottom: 1px solid #E0E0E0;
}
.tblstd thead tr th:first-child {
	padding: 0px 5px 0px 10px;
}
.tblstd thead tr th:last-child {
	padding: 0px 5px 0px 5px;
	text-align : right;
}
.tblstd tfoot tr td {
	height: 34px;
	font-size  : 12px;
	font-weight: 700;
}
.tblstd tbody tr:nth-child(odd) {
	display: none;
}
.tblstd tbody tr:nth-child(even) td {
	vertical-align: top;
	max-width: 30vw;
	height: 20px;
	padding: 10px 5px;
	color : #666666;
	font-family: 'Open Sans';
	font-size  : 14px;
	font-weight: 400;
	line-height: 20px;
	border-bottom: 1px solid #E0E0E0;
}
.tblstd tbody tr:nth-child(even) td:first-child {
	padding: 10px 5px 10px 10px;
}
.tblstd tbody tr:nth-child(even) td:last-child {
	padding: 10px 5px 10px 5px;
}

.tblstd td.has_sub {
	position: relative;
	margin : 0px;
	text-align : right;
}
.tblstd td.has_sub svg {
	position: absolute;
	top   : 12px;
	right : 4px;
}
.tblstd .sub {
	position: absolute;
	top   : 0px;
	right : 0px;
	height: 40px;
	margin : 0px;
	padding: 0px 0px 0px 10px;
	list-style: none;
	white-space: nowrap;
	background: #F4F4F4;
	transform: translateX(100%);
	transition: all 250ms ease;
}
.tblstd td.has_sub:hover .sub {
	transform: translateX(0%);
}
.tblstd .sub > li {
	display: inline-block;
	margin : 0px;
	padding: 10px 10px;
	color: #000000;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 3px;
}
.tblstd .btn {
	display: inline-block;
	margin : 0px 0px 0px 8px;
	padding: 0px 8px;
	color: #000000;
	font-size  : 12px;
	line-height: 24px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-decoration: none;
	background: #ECECEC;
	cursor: pointer;
}
.tblstd .btn:hover {
	color: #FFFFFF;
	background: #89ABCD;
}
.tblstd .btn:first-child {
	margin : 0px 0px 0px 0px;
}
.tblstd form {
	margin : 0px;
	padding: 10px 10px 0px 10px;
	font-size  : 12px;
	background: rgba(224, 224, 224, 0.05);
}
.tblstd form > div {
	display: grid;
	grid-gap: 10px;
	grid-template-columns: 1fr 1fr;
	margin : 0px;
	padding: 0px;
}
.tblstd form label {
	display: inline-block;
	vertical-align: top;
	width : 85px;
	line-height: 20px;
}

.tblstd form select,
.tblstd form input[type=text],
.tblstd form textarea {
	width : calc(100% - 100px);
	max-width: 250px;
	padding: 2px 5px;
	box-sizing: border-box;
	font-family: inherit;
	font-size  : 12px;
	line-height: 18px;
	border: 1px solid lightgray;
}
.tblstd form select,
.tblstd form input[type=text] {
/*	height: 24px; */
}
.tblstd form p {
	margin : 0px;
}
.tblstd .btns {
	margin : 10px -10px 0px -10px;
	padding: 5px 0px;
	text-align: center;
	background: rgba(224, 224, 224, 0.15);
	border-bottom: 1px solid #E0E0E0;
}



.alselsin {
	display: inline-block;
	position: relative;
	width : calc(100% - 160px);
	padding: 2px;
	border: 1px solid #E0E0E0;
}
.alselsin_label {
	display: block;
	padding-right: 32px;
	font-size  : 14px;
/*	background: #F4F4F4; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='15px' height='10px'%3E%3Ctext x='0' y='10' fill='gray'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
	background-size: 15px 10px;
	cursor: pointer;
}
.alselsin_options {
	display: none;
	position: absolute;
	top   : 100%;
	left  : 0px;
	right : 0px;
	max-height: 225px;
	margin : 0px;
	padding: 0px;
	background: #FFFFFF;
	outline: 1px solid #E0E0E0;
	box-shadow: 0px 2px 2px 1px #E0E0E0;
	overflow-y: scroll;
	z-index: 10;
}
.alselsin_filter {
	position: sticky;
	top   : 0px;
	height: 20px;
}
.alselsin [name=random] {
	display: block;
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 100%;
	padding: 2px 5px;
	box-sizing: border-box;
	font-size : 14px;
	line-height: 17px;
	background: #F4F4F4;
	border: 0px;
	outline: 0px;
}
.alselsin_options li {
	margin : 0px 0px 2px 0px;
	padding: 2px 5px;
	font-size  : 14px;
	cursor: pointer;
}
.alselsin_options li:hover {
	background: #F4F4F4;
}
.alselsin_options li.selected {
	color : lightgray;
	pointer-events: none;
}



#notifications {
	position: fixed;
	bottom: 0%;
	left  : 50%;
	width : 640px;
	height: 0px;
	transform : translateX(-50%);
	transition: height 500ms ease-out;
}
#notifications p {
	margin : 0px;
	padding: 5px 10px;
	color : #FFFFFF;
	border-top: 2px solid #FFFFFF;
}
#notifications p.ok {
	background: #A9DAA3;
}
#notifications p.ko {
	background: #7CC174;
}