
html {
	word-break: break-all;
}
table {
	word-break: normal;
}

#login div.section {
	padding: 0 !important;
}

.multiple > span {
	width: 100% !important;
}

ul.select2-results__options {
	list-style: none;
    margin-left: 0;
    margin-top: 0;
}

.select2-container .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 2.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 2.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

.select2-selection, select {
	border-radius: 0 !important;
}

.aside-left {
	height: 100%;
	width: 250px;
	position: fixed;
	overflow: auto;
	z-index: 10;
	left: 0;
	top: 3rem;
}

.aside-left .menu {
	padding: 1rem;
}

.aside-right {
	height: 100%;
	width: 300px;
	position: fixed;
	overflow: auto;
	z-index: 99;
	right: 0;
	top: 0;
}

.content-area {
	margin-left: 250px;
}