body {
	font-family: 'Segoe UI Regular';
}
.myToolBox button {
	.border: 2px solid transparent;
	background:transparent;
}
.myToolBox button:hover {
	.border: 2px solid black;
	background:yellow;
}
.myToolBox button .micon {
	vertical-align: middle;
}
:not(.input-group)>.bootstrap-select.form-control:not([class*=col-]) {
	width: auto !important;
}
tbody .checked {
	background-color: rgb(230, 230, 255);
}
.wrap {
	word-break: break-word;
	hyphens: manual;
}
.shorten-long-text{
   white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}
td, th {
padding:1px 2px 1px 2px;

border-top: 0px solid #dee2e6;
border-bottom: 1px solid #dee2e6;
border-right: 1px solid#dee2e6;

font-size: 0.9em;
}
.myFilter td {
	padding:0px;
}
.myFilter input, .myFilter select {
	width: 100%;
}
tbody td {
	height: 35px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0;
	min-width: 100%;
	-position: relative;
	
	user-select: none;
	-webkit-user-select: none;
}
thead, tfoot {
	font-weight: bold;
	background-color: silver;
}
thead {
	font-weight: bold;
	position: sticky;
	-top: 0; /* Don't forget this, required for the stickiness */
	inset-block-start: 0;
	-inset-inline-start: 0;
}
.myToolBar .input-group {
	display: inline-flex;
	width: auto;
}
tfoot a {
	text-decoration: none;
}
tfoot td {
	font-weight: bold;
	background-color: silver;
	position: sticky;
	-bottom: 0; /* Don't forget this, required for the stickiness */
	inset-block-end: 0;
}
form {
	margin-block-end: 0em;
}
div {
	margin: 0px;
	padding: 0px;
}
.myToolBox .form-control {
	display:inline-block;
	width: auto;
	padding: 2px;
}
.myToolItem {
	padding-right: 10px;
}
.tab-pane {
	padding-left: 10px;
	padding-right: 10px;
	background-color: #fff;
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}
.myView {
	padding-bottom: 15px;
	padding-top: 15px;
	margin: 0px;
}
.micon {
	vertical-align: text-bottom;
}
.myButtons {
	padding-top: 10px;
	padding-bottom: 10px;
}
.myButtons .btn-group {
	margin-right: 10px;
}
.myLabel {
}
.mySubLabel {
	padding-left:10px;
	color: #000000;
}
.myAdd:after {
	content: "+";
	border-top: 0;
	font-weight: bold;
	font-size: 1em;
}
.move1, .move2 {
	display: none;
}
.move1 .btn-group, .move2 .btn-group {
	height: 35px;
	width: 35px;
}
.move3 {
	height: 40px;
	width: 60px;
}
.checked .move1 {
	display: inline-block;
}
.checked .move3 {
	display: none;
}
.changepos .move1 {
	display: none;
}
.changepos .move2 {
	display: flex;
}
.form-control {
	border: 1px solid #ced4da !important;
}

.scrollarea {
		height: 100% !important;
		overflow-y: scroll;
		.overflow-x: scroll;
		padding:0px;
	margin:0px;
	}