body {
	width: 100%;
	height: 100dvh;
	overflow: hidden;
}

.sys-font {
	font-family: 'Work Sans', sans-serif, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
	font-weight: 500;
}

.font-bold {
	font-weight: 800 !important;
}

.font-light {
	font-weight: 300;
}

.font-verylight {
	font-weight: 200;
}

.mt0 {
	margin-top: 0;
}

.obj-centralizer {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cms-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.cms-header {
	height: 65px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dcdcdc;
	background-color: #ffffff;
}

.cms-main {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	background-color: #f5f5f5;
	width: 100%;
	height: calc(100% - 65px);
	overflow-x: hidden;
	overflow-y: auto;
}

.width1200container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}

.width1200inner {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 1200px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.header-container {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.cms-main-container {
	display: flex;
	width: 100%;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.block-main-menu {
	display: flex;
	width: 250px;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
}

.block-cms-main {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	padding-left: 20px;
}

.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.side-bar-wrapper > div {
	width: 100%;
	padding: 25px;
}

.pd25 {
	padding: 25px !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.width100p {
	width: 100% !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.selectable-list-container {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dcdcdc;
}

.login-page-logo {
	width: 150px;
}

#form-login-page {
	width: 350px;
	max-width: 95%;
}

.no-margin-right {
	margin-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.sys-description-list > dd {
	margin-top: 5px;
}

.mb5px {
	margin-bottom: 5px;
}

.sys-checkup-Normal {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border-style: none;
	background-color: rgb(18, 188, 18);
	display: inline-block;
}

.sys-checkup-Pending {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border-style: none;
	background-color: rgb(245, 178, 10);
	display: inline-block;
}

.sys-checkup-over-one-hour {
	background-color: rgb(221, 40, 40);
}

.text-align-left {
	text-align: left !important;
}

.checkup-status-Normal {
	color: rgb(18, 188, 18);
}

.checkup-status-Pending {
	color: rgb(245, 178, 10);
}

.text-green {
	color: rgb(18, 188, 18);
	fill: rgb(18, 188, 18);
}

.text-red {
	color: rgb(189, 44, 44);
	fill: rgb(189, 44, 44);
}

.last-checkup-time-over-one-hour {
	color: rgb(189, 44, 44);
}
