/*
Styled for VARCAST now Known as VLEPO
by Aprilian W. Prasetya
ahounokotoba@gmail.com
2023
*/


@font-face {
	font-family: 'Inter-Regular';
	src: url('../fonts/Inter-Regular.ttf');
}
@font-face {
	font-family: 'Inter-Medium';
	src: url('../fonts/Inter-Medium.ttf');
}
@font-face {
	font-family: 'Inter-SemiBold';
	src: url('../fonts/Inter-SemiBold.ttf');
}

/* Clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.input-item {
	border-bottom: 1px solid #cacaca;
}
.input-item td:before, .input-item td:after {
	content: " ";
	display: table;
}
.input-item td:after {
	clear: both;
}
.input-item td {
	zoom: 1;
}

/* Reset */
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul {
	margin:0;
}
li {
	list-style: none;
}
a {
	color: #777777;
}
input:focus, textarea:focus, select:focus, button:focus, .form-control:focus, .form-control:focus, .form-control:focus, .form-control:focus, a.btn:focus {
	outline: none;
	box-shadow: none;
}
.input-item .note-editing-area {
	background-color: #ffffff;
}

/* Fix listing on summernote */
.note-editor ul > li {
	list-style: circle;
}
.note-editor ol > li {
	list-style: decimal;
}

/* Global */
html {
	width: 100%;
	min-height: 100vh;
}
body {
	width: 100%;
	min-height: 100vh;
	font-family: "Inter-Regular", sans-serif;
	color: #161616;
	background-color: #ffffff;
}
hr {
	border-top: 2px solid;
	border-color: #F86594;
}
td {
	vertical-align: middle;
}
#search-toolbar-container {
	background-color: transparent;
	border-radius: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #008EDD;
}
#search-toolbar > div {
	float: left;
}
.search-toolbar-button {
	width: 100%;
	text-align: left;
	background-repeat: no-repeat;
	background-position: left;
	background-size: 20px;
	background-image: url("../img/icon-arrow-right.png");
}
.search-toolbar-button.toggled {
	background-image: url("../img/icon-arrow-down.png");
}
.text-danger.danger-notice {
	width: 100% !important;
	border: none !important;
}

/* Button Color */
.btn-info {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #008EDD;
	--bs-btn-border-color: #008EDD;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #577590;
	--bs-btn-hover-border-color: #577590;
	--bs-btn-focus-shadow-rgb: 11,172,204;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #577590;
	--bs-btn-active-border-color: #577590;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #008EDD;
	--bs-btn-disabled-border-color: #008EDD;
}
.btn-danger {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #d62828;
	--bs-btn-border-color: #d62828;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #F94144;
	--bs-btn-hover-border-color: #F94144;
	--bs-btn-focus-shadow-rgb: 11,172,204;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #F94144;
	--bs-btn-active-border-color: #F94144;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #d62828;
	--bs-btn-disabled-border-color: #d62828;
}
.btn-success {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #A1C443;
	--bs-btn-border-color: #A1C443;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #90BE6D;
	--bs-btn-hover-border-color: #90BE6D;
	--bs-btn-focus-shadow-rgb: 11,172,204;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #90BE6D;
	--bs-btn-active-border-color: #90BE6D;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #ffffff;
	--bs-btn-disabled-bg: #A1C443;
	--bs-btn-disabled-border-color: #A1C443;
}
.close {
	display: none;
}
.invalid-feedback {
	display: block;
	text-align: center;
}

/* App Root */
#app {
	width: 100%;
	max-width: 100vw;
	min-height: 100vh;
	overflow: hidden;
}

/* Sidebar */
#sidebar-wrapper {
	position: fixed;
	height: 100vh;
	top: 0;
	left: 0;
	right: auto;
	bottom: 0;
	z-index: 3;
}
#sidebar {
	width: 100%;
	height: 100%;
	background-color: #ffffff !important;
	padding-top: 66px;
	padding-bottom: 70px;
	/* overflow: auto; */
}
#sidebar .navbar-brand {
	display: none;
}
#sidebar .navbar-brand span, .app-name {
}
.allow-break {
	white-space: break-spaces;
}
.app-name {
	width: auto;
	margin: 52px auto;
}
.logo {
	max-height: 50px;
	width: auto;
}
.nav-item.dropdown {
	width: 100%;
	padding: 24px 0;
	text-align: center;
}
	.nav-item.dropdown > a {
		display: inline-block !important;
	}
	.nav-item.dropdown > a p {
		margin: 0;
	}
	.nav-item.dropdown .username-box {
		font-family: "Inter-Medium", sans-serif;
		font-size: 22px;
		color: #161616;
	}
	.nav-item.dropdown .role-box {
		font-family: "Inter-Regular", sans-serif;
		font-size: 14px;
		color: #848484;
	}
#sidebar .nav-pills {
	max-width: 100%;
	height: auto;
	overflow: auto;
}
#sidebar .nav-pills li {
	width: 100%;

}
#sidebar .nav-pills li a {
	padding: 0.5rem 3rem;
	background-size: auto 60%;
	background-position: 30px center;
	background-repeat: no-repeat;
	background-image: url("../img/marking.svg");
}
#sidebar .nav-pills .nav-link {
	border-radius: 0;
}
#sidebar .nav-pills li a.active {
/*	background-color: #0076AA;*/
	background-color: #E8EBEE;
	background-image: url("../img/marking-blue.svg");
/*	background-image: url("../img/marking-active.svg");*/
}
#sidebar .has-pretender {
	display: none;
	padding: 0 30px;
}
#sidebar select[name="pretender"] {
	width: 100%;
	max-width: 100%;
}
.collapse {
	display: none;
}
.collapse.show {
	display: block;
}
.ui-timepicker-container.ui-timepicker-standard {
	z-index: 101 !important;
}

/* Header */
#main-content #header {
	position: fixed;
	width: 100%;
	height: 240px;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	background-color: #007BD6;
	z-index: 1;
}

/* Floating Header */
#floating-header {
	position: fixed;
	width: 100%;
	height: 66px;
	padding: 8px 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: #007BD6;
	z-index: 100;
}
#floating-header .navbar-brand {
	display: block;
	float: left;
	height: 100%;
}
#floating-header .navbar-brand img {
	height: 100%;
	width: auto;
	margin: auto 0 auto 1rem;
}
#floating-header .top-nav-item {
	float: right;
	top: 0;
	margin-right: 2rem;
	color: #ffffff;
}
#floating-header select {
	float: right;
	top: 0;
	margin-right: 2rem;
	color: #333333;
}
.navbar-toggler {
	position: absolute;
	float: left;
	margin: 0 0 0 56px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 101;
}
.navbar-toggler.is-hidden {
	display: none;
}
/* Hamburger Transform */
.animated-icon {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.animated-icon span {
	background: #ffffff;
}
.animated-icon span:nth-child(1) {
 top: 0px;
}
.animated-icon span:nth-child(2) {
	top: 10px;
}
.animated-icon span:nth-child(3) {
	top: 20px;
}
.animated-icon.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.animated-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
.animated-icon.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Main Content */
#main-content {
	position: relative;
	min-height: 100vh;
	padding-top: 66px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 90px;
	background-color: #F3F6FC;
}
#main-content.has-sidebar {
	padding-top: 66px;
	padding-left: 320px;
	padding-right: 40px;
	padding-bottom: 90px;
}
.no-sidebar #main-content.has-sidebar {
	padding-top: 66px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 90px;
}
h4.breadcrumb {
	min-width: 50%;
	padding: 32px 0;
	margin-bottom: 0;
	font-size: 18px;
	color: #FFFFFF;
}
h4 > * {
	width: 100%;
}
h4.breadcrumb b {
	font-family: "Inter-SemiBold", sans-serif;
	font-size: 24px;
}
h4.breadcrumb i {
	font-family: "Inter-Regular", sans-serif;
	font-style: normal;
	font-size: 18px;
}
#main-content > div, #main-content > .breadcrumb {
	position: relative;
	z-index: 2;
}

.input-group-container {
	width: 100%;
}
.input-group {

}

.input-list td a {
	float: left;
}

.input-group label {
	width: 10%;
	line-height: 38px;
	font-weight: 600;
}
label.text-align-left {
	text-align: left;
}

.input-group input, .input-group select {
	width: 90%;
	border-radius: 0;
}
.input-group input:focus, .input-group input:active, .input-group select:focus, .input-group select:active {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.input-group-text {
	border-radius: 0;
}

.checkbox-group {
	width: 100%;
}
.checkbox-group label {
	width: 100%;
}
.checkbox-group label.force-width-75 {
	width: 80%;
}
.checkbox-group-container .input-group-text {
	background-color: transparent;
	border: none;
}
.form-container .width-full .checkbox-group-container label {
	font-family: "Inter-Regular", sans-serif;
	font-weight: normal;
	font-size: 16px;
	text-align: left;
}
.form-container .width-full .checkbox-group-container .input-group-text {
	padding: 0;
}

.page-link {
	color: #0076AA;
}
.page-link:hover {
	color: #577590;
}
.active>.page-link, .page-link.active {
	background-color: #0076AA;
	border-color: #0076AA;
}
.active>.page-link:hover, .page-link.active:hover {
	background-color: #ffffff;
}

.input-list-table td, .input-list-table th {
	padding: 2px 4px;
}



/* Content */
.styled-card .card-header {
	position: relative;
	padding: 0 1rem;
	background-color: #ffffff;
	border: 1px solid #EAEAEA;
}
.styled-card .card-header > h3 {
	margin: 24px 0;
	font-family: "Inter-Medium", sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #161616;
	float: left;
}
.styled-card .card-header .btn {
	position: absolute;
	float: right;
	top: 50%;
	right: 0;
	-ms-transform: translate(-10%, -50%);
		-webkit-transform: translate(-10%, -50%);
			transform: translate(-10%, -50%);
}
.styled-card .card-header .btn-info {
	background-color: #008EDD;
}
.styled-card .card-body {
	font-family: "Inter-Regular", sans-serif;
}
.styled-card .card-body.centered-content {
	text-align: center;
}
.styled-card #dashboard-display {
	display: inline-block;
	position: relative;
	width: 60%;
	padding-bottom: 40%;
	background-color: #99C6D6;
	text-align: center;
}
#dashboard-placer {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
#dashboard-placer h3 {
	color: #ffffff;
	margin-top: 32px;
}
#dashboard-stat-box {
	width: 100%;
	position: relative;
}
#dashboard-stat-box .dashboard-stat-placer {
	width: 31%;
	margin-left: 3.5%;
	float: left;
}
#dashboard-stat-box .dashboard-stat-placer:first-child {
	margin-left: 0;
}
#dashboard-stat-box .card {
	height: 240px;
}
#dashboard-stat-box .card-body {
	position: relative;
	padding: 20px 28px;
	font-family: "Inter-Regular", sans-serif;
}
#dashboard-stat-box h4 {
	font-family: "Inter-SemiBold", sans-serif;
	font-size: 24px;
	line-height: 60px;
}
#dashboard-stat-box h3 {
	font-size: 50px;
	line-height: 80px;
}
#dashboard-stat-box h6 {
	font-size: 16px;
}
#dashboard-stat-box .card-icon-container {
	position: absolute;
	width: 59px;
	height: auto;
	padding: 16px;
	top: 28px;
	right: 28px;
	border-radius: 50%;
	background-color: #009CD3;
}
#dashboard-stat-box .card-icon-container img {
	width: 100%;
	height: auto;
}
#list-pagination {
	margin-bottom: 16px;
}
.composite-cell {

}
.composite-cell > * {
	display: block;
	float: left;
}
.list-thumbnail {
	max-width: 200px;
	height: auto;
	margin-bottom: 4px;
}

/* Image Preview */
.edit-image-preview {
	text-align: center;
	max-width: 100%;
}
.current-image.has-overlay {
	display: inline-block;
	max-width: 100%;
	padding: 10px;
	background-color: #333333;
}
.current-preview {
	width: 300px;
	max-width: 100%;
	height: auto;
}

/* Login Page */
#login-box {
	width: 320px;
	background-color: #ffffff;
	color: #333333;
	border-radius: 4px;
	box-shadow: 0 0 8px #333333;
	-webkit-box-shadow: 0 0 8px #333333;
}
.gradient-bg {
	width: 100%;
}
.gradient-box {
	width: 100%;
}
#login-box form {
	padding: 32px 16px;
}
.gradient-box label {
	width: 100%;
}
.gradient-box .has-logo {
	border-radius: 4px 4px 0 0;
	background-color: #0076AA;
}
.gradient-box .logo {
	margin: 32px auto;
}
.gradient-box a {
	margin-left: 12px;
	padding: 1rem 0;
	color: #0076AA;
	text-decoration: none;
}
.gradient-box a:hover {
	color: #333333;
}
.gradient-box button {
	border: 1px solid #ffffff;
}

/* Select2JS */
.select2-selection,
.select2-selection > span {
	width: 100%;
	height: 40px !important;
	border-radius: 4px;
	line-height: 40px !important;
}

.modal-backdrop {
	background-color: transparent;
	z-index: -1;
}

.modal-dialog-scrollable .modal-content {
	max-height: 85%;
}

/* Layout preview */
@font-face {
	font-family: 'Lexend-Light';
	src: url('../fonts/Lexend-Light.ttf');
}
@font-face {
	font-family: 'Lexend-Medium';
	src: url('../fonts/Lexend-Medium.ttf');
}
@font-face {
	font-family: 'Lexend-Regular';
	src: url('../fonts/Lexend-Regular.ttf');
}
#layout-preview {
	display: block;
	width: 1920px;
	height: 1080px;
/*	-webkit-transform-origin: top left;*/
	-webkit-transform-origin-y: top;
	-webkit-transform-origin-x: left;
}
#layout-container {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
#layout-overlay {
	width: 100%;
	height: 100%;
	padding: 46px;
}
#layout-container #content-all {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
}
	#layout-container h3, #layout-container p {
		font-weight: normal;
		font-family: 'Lexend-Light', sans-serif;
	}
	#layout-container #content-all h3 {
		font-size: 48px;
		line-height: 48px;
	}
	#layout-container #welcome-message p {
		font-size: 32px;
		line-height: 32px;
	}
	#layout-container #content-all h4 {
		font-weight: normal;
		font-family: 'Lexend-Regular', sans-serif;
	}
#layout-container #welcome-message {
	position: absolute;
	top: 0;
	left: 0;
}
	#welcome-message h3 b {
		font-weight: normal;
		font-family: 'Lexend-Medium', sans-serif;
	}
	#welcome-message p b {
		font-weight: normal;
		font-family: 'Lexend-Light', sans-serif;
	}
#layout-container #room-profile {
	position: absolute;
	top: 0;
	right: 0;
}
#layout-container #weather-data {
	position: absolute;
	top: 220px;
	left: 0;
	/*-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			transform: translateY(-50%);*/
}
	#layout-container #weather-data p {
		font-size: 20px;
		line-height: 20px;
		font-family: 'Lexend-Regular', sans-serif;
		margin-top: 8px;
	}
	#layout-container #weather-data h3 {
		font-size: 50px;
		line-height: 50px;
		margin: 18px 0 11px;
	}
	#preview-weather-location {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 0;
	}
	#layout-container #weather-data #preview-weather-status {
		font-family: 'Lexend-Light', sans-serif;
	}
	#weather-icon-container {
		text-align: center;
	}
	#layout-container #weather-data #preview-weather-time {
		font-size: 32px;
		line-height: 32px;
		text-align: left;
	}
	#preview-weather-time, #preview-weather-temp, #preview-weather-status {
		margin-bottom: 0;
	}
#layout-container #hotel-profile {
	position: absolute;
	width: 20%;
	font-family: 'Lexend-Regular', sans-serif;
	text-align: center;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
	#hotel-logo {
		max-width: 100%;
		height: auto;
	}
	#hotel-name {
		font-size: 20px;
		line-height: 20px;
		margin-top: 14px;
		text-align: center;
	}
#layout-container #content-list {
	position: absolute;
	width: 90%;
	padding: 0;
	font-family: 'Lexend-Regular', sans-serif;
	top: 95%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	overflow: hidden;
}
	#layout-container #content-list ul {
		display: block;
		height: 120px;
	}
	#layout-container #content-list li {
		display: inline-block;
		width: 20%;
		height: 120px;
		text-align: center;
		font-size: 28px;
		line-height: 28px;
	}
/*#layout-container {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	color: #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
#layout-overlay {
	width: 100%;
	height: 100%;
	padding: 2.4%;
}
#layout-container #content-all {
	position: relative;
	width: 100%;
	padding-bottom: 56%;
}
	#layout-container #content-all h3, #layout-container #content-all p {
		font-weight: normal;
		font-family: 'Lexend-Light', sans-serif;
	}
	#layout-container #content-all h4 {
		font-weight: normal;
		font-family: 'Lexend-Regular', sans-serif;
	}
#layout-container #welcome-message {
	position: absolute;
	top: 0;
	left: 0;
}
	#welcome-message h3 b {
		font-weight: normal;
		font-family: 'Lexend-Medium', sans-serif;
	}
	#welcome-message p b {
		font-weight: normal;
		font-family: 'Lexend-Light', sans-serif;
	}
#layout-container #room-profile {
	position: absolute;
	top: 0;
	right: 0;
}
#layout-container #weather-data {
	position: absolute;
	top: 40%;
	left: 0;
	-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
}
	#preview-weather-location {
		margin-bottom: 0;
	}
	#weather-icon-container {
		text-align: center;
	}
	#preview-weather-time {
		text-align: left;
	}
	#preview-weather-time, #preview-weather-temp, #preview-weather-status {
		margin-bottom: 0;
	}
#layout-container #hotel-profile {
	position: absolute;
	width: 20%;
	font-family: 'Lexend-Regular', sans-serif;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}
	#hotel-logo {
		max-width: 100%;
		height: auto;
	}
	#hotel-name {
		text-align: center;
	}
#layout-container #content-list {
	position: absolute;
	width: 80%;
	padding: 0;
	font-family: 'Lexend-Regular', sans-serif;
	top: 90%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	overflow: hidden;
}
	#layout-container #content-list ul {
		display: block;
		height: 24px;
	}
	#layout-container #content-list li {
		display: inline-block;
		width: 20%;
		text-align: center;
	}*/

/* Spinner */
#spinner-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 102;
}
#spinner-container.active-spinner {
	display: block;
}
	.spinner-placer {
		position: absolute;
		padding: 16px 32px;
		text-align: center;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		overflow: hidden;
	}

/* Uploader */
#upload-container {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 101;
}
#upload-container.active-uploader {
	display: block;
}
	.uploader-placer {
		position: absolute;
		padding: 16px 32px;
		text-align: center;
		top: 50%;
		left: 50%;
		-ms-transform: translate(-50%, -50%);
			-webkit-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
		overflow: hidden;
	}
.form-container .input-group .linked-select {
	border-radius: 0 4px 4px 0 !important;
}

/* Detail View */
.detail-container {
/*	margin: 2rem 0;*/
}
.detail-group {
	float: left;
	margin: 0.5rem 0;
	padding: 0 1rem;
	width: 33%;
}
.detail-container .width-full {
	position: relative;
	float: left;
	width: 100%;
}
.detail-container .width-full > p {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: auto;
	color: #0076AA;
	border-bottom: 1px solid #0076AA;
}
.detail-description {
	margin-bottom: .25rem;
	font-weight: bold;
	font-size: .8rem;
}
.detail-item {	
	line-break: loose;
}

/* Table */
thead {
	font-size: 18px;
}
thead th {	
	font-weight: normal;
}
tbody {
	font-size: 16px;
}
.status-img {
	width: 20px;
	margin-top: -3px;
}
.delete-img {
	width: 14px;
}
tbody.input-list label {
	display: block;
}
.input-list-table tbody.align-top td {
	vertical-align: top;
}

/* Form */
.full-width {
	width: 100%;
}
label.text-align-left {
	text-align: left;
}
.width-100 {
	width: 100%;
}
.input-group .checkbox-group > span {
	background-color: transparent;
	border: none;
}
.input-group .checkbox-group input[type="checkbox"] {
	width: auto;
}
.form-container .input-group, .form-container .width-33 {
	position: relative;
	float: left;
	width: 33%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
}
.form-container .width-66 {
	position: relative;
	float: left;
	width: 66%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
}
.form-container .width-full {
	position: relative;
	float: left;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
}
.form-container h6.width-full {
	padding: 0;
}
.form-container .width-full > p {
	width: auto;
	color: #0076AA;
	border-bottom: 1px solid #0076AA;
}
.form-container .input-group label, .form-container .input-group input, .form-container .input-group textarea {
	width: 100%;
	float: left;
}
.form-container .input-group label, .form-container .width-66 label, .form-container .width-full label {
	font-family: "Inter-Medium", sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #161616;
}
.form-container .input-group input, .form-container .input-group textarea, .form-container .input-group select {
	font-family: "Inter-Regular", sans-serif;
	font-size: 18px;
	border-radius: 4px !important;
	border: 1px solid #161616;
}
.form-container .input-group select {
	border-radius: 4px 4px 0 0 !important;
}
#generate-code {
	position: absolute;
	height: 40px;
	border-radius: 0 4px 4px 0;
	top: auto;
	left: auto;
	right: 16px;
	bottom: 4px;
	z-index: 5;
}
.button-container.center-button {
	padding: 12px 0;
	text-align: center;
}
.button-container.center-button > * {
	display: inline-block;
}
.full-width-text {
	float: left;
	display: block;
	width: 100%;
}
h4.full-width-text {
	padding: 4px 16px;
}
.file-input-with-preview {
	position: relative;
	width: 100%;
	height: 0;
	background-color: #EAEAEA;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
.form-container .file-input-with-preview > label {
	float: none;
	position: absolute;
	display: block;
	width: 180px;
	height: 50px;
	font-family: "Inter-Medium", sans-serif;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	background-color: #ffffff;
	color: #161616;
	border: 1px solid #161616;
	border-radius: 4px;
	top: 80%;
	left: 50%;
	-ms-transform: translate(-50%, -80%);
		-webkit-transform: translate(-50%, -80%);
			transform: translate(-50%, -80%);
}
.hidden-file {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
}
.input-group h6, .width-33 h6 {
	font-family: "Inter-Medium", sans-serif;
	font-weight: normal;
	font-size: 20px;
}
.image-select-with-preview {
	position: relative;
	width: 100%;
	max-height: 300px;
	padding: 6px;
	background-color: #EAEAEA;
	overflow: auto;	
}
	.image-select-with-preview li {
		position: relative;
		float: left;
		display: block;
		width: 25%;
		padding: 6px;
		overflow: hidden;
	}
	.image-select-with-preview li.active {
		background-color: #0076AA;
	}
	.image-select-with-preview li a {
		display: block;
		width: 100%;
		padding-bottom: 100%;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
	}
	.image-select-with-preview li .delete-button {
		display: none;
		position: absolute;
		top: 6px;
		right: 6px;
		width: 24px;
		height: 24px;
		padding: 0;
		border: none;
		background-image: url("../img/icon-delete.png");
		background-color: #ffffff;
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
	}
	.image-select-with-preview li:hover .delete-button {
		display: block;
	}
#background-image, #background-image img {
	max-width: 100%;
}
.styled-img-select {
	max-width: 200px;
}
	.styled-img-select img {
		max-width: 100%;
	}

/* Chunk Upload Button */
.chunk-upload-button, #app .input-group > .chunk-upload-button {
	display: inline-block;
	border-radius: .25rem;
	cursor: pointer;
}
.chunk-upload-button img, .input-group > .chunk-img-container img {
	width: 200px !important;
	max-width: 100% !important;
	height: auto;
}
.input-group > .chunk-img-container.full-width img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
.chunk-upload-button.force-stretch-img {
	width: 100%;
}
.chunk-upload-button.force-stretch-img img {
	width: 100% !important;
	height: auto;
}
.chunk-img-container {
	background-color: #aaaaaa;
	margin-bottom: 6px;
}

.form-container .width-33 {
	position: relative;
	float: left;
	width: 33%;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 16px;
	padding-right: 16px;
}
.overlay-button, .color-button {
	width: 180px;
	--bs-btn-color: #212529;
	--bs-btn-border-color: #212529;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #0076AA;
	--bs-btn-hover-border-color: #0076AA;
	--bs-btn-focus-shadow-rgb: 33,37,41;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #0076AA;
	--bs-btn-active-border-color: #0076AA;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #212529;
	--bs-btn-disabled-bg: transparent;
	--bs-btn-disabled-border-color: #212529;
	--bs-gradient: none;
}
.controlled-input {
	width: 180px;
	height: 38px;
	border-radius: .3rem;
	font-family: "Inter-Medium", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 38px;
	border: 1px solid #161616;
	text-align: center;
	color: #161616;
}
.input-pair {
	display: block;
	float: left;
	width: 60px;
	height: 40px;
	font-family: "Inter-Medium", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #161616;
}
	.left-input {
		border-radius: 4px 0 0 4px;
	}
	.right-input {
		border-radius: 0 4px 4px 0;	
		border-left: none;	
	}
.instruction {
	padding-left: 0;
}
.instruction li {
	color: red;
}
.checkbox-container {
	padding: 0;
}

/* Footer */
#footer {
	position: fixed;
	width: 100%;
	height: 72px;
	top: auto;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 32px;
	background-color: #007BD6;
	z-index: 4;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
	text-align: right;
}
#footer p {
	font-size: 8px;	
	color: #ffffff;
	margin: 0;
}
#footer img {
	height: 20px;
	width: auto;
}

/* Dashboard report */
.styled-card #dashboard-display.plain-styling {
	width: 100%;
	padding-bottom: 0;
	background-color: #ffffff;
	text-align: left;
}
.styled-card #dashboard-display.plain-styling #dashboard-placer {
	position: relative;
	top: 0;
	left: 0;
	-ms-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
			transform: translate(0, 0);
}
.styled-card #dashboard-display.plain-styling h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0076AA;
	text-align: left;
}
.styled-card #dashboard-display.plain-styling .input-group {
	display: inline-block;
	width: 33%;
}
.styled-card #dashboard-display.plain-styling label {
	width: 100%;
	font-weight: normal;
	color: #333;
	text-align: left;
}
.styled-card #dashboard-display.plain-styling input, .styled-card #dashboard-display.plain-styling select {
	width: 100%;
	height: 34px;
	padding: 7px 6px;
	font-size: 16px;
	line-height: 20px;
	border: 1px solid #aaaaaa;
}
#dashboard-display.plain-styling .select2-selection, .select2-selection > span {
	border-radius: 0;
	height: 36px !important;
/*	font-size: 16px;*/
/*	line-height: 20px;*/
}

/* Responsive style */
@media (max-width: 1200px) {
	#dashboard-stat-box .card {
		height: 180px;
	}
	#dashboard-stat-box .card-body {
		position: relative;
		padding: 12px 16px;
	}
	#dashboard-stat-box h4 {
		font-size: 24px;
		line-height: 36px;
	}
	#dashboard-stat-box h3 {
		font-size: 36px;
		line-height: 40px;
	}
	#dashboard-stat-box .card-icon-container {
		position: absolute;
		width: 36px;
		height: 36px;
		padding: 4px 8px;
		top: 16px;
		right: 16px;
		border-radius: 50%;
		background-color: #009CD3;
	}

}

@media (max-width: 992px) {
	table a {
		float: left;
		clear: both;
		margin: 0 0 4px;
	}
}

@media (max-width: 720px) {

	/* Header */
	#floating-header .has-pretender {
		display: none;
	}
	.navbar-toggler {
		float: right;
		margin: 0;
		top: 50%;
		right: 24px;
	}

	/* Content */
	#main-content {
		padding: 32px 32px 96px;
	}
	.no-sidebar #main-content {
		padding-top: 24px;
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 96px !important;
	}

	/* Sidebar */
	#sidebar-wrapper {
		width: 100% !important;
		overflow: scroll;
	}
	#sidebar {
		height: auto;
		padding-bottom: 96px;
	}
	#sidebar .has-pretender {
		display: block;
	}
}

@media (max-width: 576px) {

	/* Content */
	h4.breadcrumb {
		padding: 52px 32px 32px;
	}
	#dashboard-stat-box {
		padding: 0 24px;
	}
	#dashboard-stat-box .dashboard-stat-placer {
		width: 100%;
		margin: 0 0 24px;
		float: left;
	}
	#dashboard-stat-box .card {
		height: auto;
	}
	/* Index Table Content */
	.page-link {
		font-size: 12px;
	}
	table th {
		display: none;
	}
	table td {
		display: block;
		width: 100%;
	}
	table td:last-child {
		padding: 1rem .5rem  !important;
	}
	table a {
		float: left;
		clear: none;
		margin: 0 3px 0;
	}
	table[data-source="site"] td:nth-child(2)::before {
		content: 'Site Name : ';
	}
	table[data-source="site"] td:nth-child(3)::before {
		content: 'Company Code : ';
	}
	table[data-source="site"] td:nth-child(4)::before {
		content: 'Site Code : ';
	}
	table[data-source="site"] td:nth-child(5)::before {
		content: 'Access Code : ';
	}
	table[data-source="site"] td:nth-child(6)::before {
		content: 'Status : ';
	}
	table[data-source="company"] td:nth-child(2)::before {
		content: 'Company Name : ';
	}
	table[data-source="company"] td:nth-child(3)::before {
		content: 'Company Code : ';
	}
	table[data-source="company"] td:nth-child(4)::before {
		content: 'Email : ';
	}
	table[data-source="company"] td:nth-child(5)::before {
		content: 'Status : ';
	}
	table[data-source="device"] td:nth-child(2)::before {
		content: 'Device Name : ';
	}
	table[data-source="device"] td:nth-child(3)::before {
		content: 'Site Name : ';
	}
	table[data-source="device"] td:nth-child(4)::before {
		content: 'Status : ';
	}
	table[data-source="device"] td:nth-child(5)::before {
		content: 'Approval : ';
	}
	table[data-source="module"] td:nth-child(2)::before {
		content: 'Module Name : ';
	}
	table[data-source="role"] td:nth-child(2)::before {
		content: 'Role Name : ';
	}
	table[data-source="role"] td:nth-child(3)::before {
		content: 'Status : ';
	}
	table[data-source="user"] td:nth-child(2)::before {
		content: 'Username : ';
	}
	table[data-source="user"] td:nth-child(3)::before {
		content: 'Company : ';
	}
	table[data-source="user"] td:nth-child(4)::before {
		content: 'Site : ';
	}
	table[data-source="user"] td:nth-child(5)::before {
		content: 'Email : ';
	}
	table[data-source="menu"] td:nth-child(2)::before {
		content: 'Menu Name : ';
	}
	table[data-source="menu"] td:nth-child(3)::before {
		content: 'Type : ';
	}
	table[data-source="menu"] td:nth-child(4)::before {
		content: 'Order : ';
	}
	table[data-source="menu"] td:nth-child(5)::before {
		content: 'Status : ';
	}
	table[data-source="setting"] td:nth-child(2)::before {
		content: 'Setting Name : ';
	}
	table[data-source="setting"] td:nth-child(3)::before {
		content: 'Value : ';
	}
	table[data-source="setting"] td:nth-child(4)::before {
		content: 'Flag : ';
	}
	table[data-source="entertainment"] td:nth-child(2)::before {
		content: 'Name : ';
	}
	table[data-source="message"] td:nth-child(2)::before {
		content: 'Title : ';
	}
	table[data-source="message"] td:nth-child(3)::before {
		content: 'Target : ';
	}
	table[data-source="message"] td:nth-child(4)::before {
		content: 'Created : ';
	}
	table[data-source="emergency"] td:nth-child(2)::before {
		content: 'Title : ';
	}
	table[data-source="emergency"] td:nth-child(3)::before {
		content: 'Site Name : ';
	}
	table[data-source="content"] td:nth-child(2)::before {
		content: 'Content Description : ';
	}
	table[data-source="content"] td:nth-child(3)::before {
		content: 'Content of : ';
	}
	table[data-source="content"] td:nth-child(4)::before {
		content: 'Visible : ';
	}
	table[data-source="gallery"] td:nth-child(2)::before {
		content: 'Title : ';
	}
	table[data-source="gallery"] td:nth-child(3)::before {
		content: 'Type : ';
	}
	table[data-source="gallery"] td:nth-child(4)::before {
		content: 'Visible : ';
	}
	/* Form Element	*/	
	.styled-card .card-header {
		text-align: center;
	}
	.styled-card .card-header > h3 {
		font-size: 20px;
		text-align: center;
		float: none;
		margin: 24px auto;
	}
	.styled-card .card-header .btn-info {
		display: inline-block;
		float: none;
		position: relative;
		top: 0;
		right: 0;
		left: 0;
		-ms-transform: translate(0, 0);
			-webkit-transform: translate(0, 0);
				transform: translate(0, 0);		
	}
	.form-container .input-group, .form-container .width-33, .form-container .width-66 {
		width: 100%;
	}
	.detail-group {
		width: 100%;
	}
	.button-container.center-button a, .button-container.center-button button, .button-container.center-button input[type="submit"] {
		margin-bottom: 1rem;
	}
	.toggle-alarm-button {
		width: 100%;
		margin-bottom: .5rem;
	}
	.overlay-button, .controlled-input {
		width: 100%;
	}

	/* List Activation in Detail */
	.title-activation {
		flex-direction: column;
	}
	
	/* Site List Vidio Activation */
	.sub-menu-activation {
		flex-direction: column;
	}

}