@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap");
*,
*::before,
*::after {
	box-sizing: border-box;
}
:root {
	--sidemenu-primary-width: 85px;
	--sidemenu-secondary-width: 240px;
	--theme-dark: #004f34;
	--theme-medium: #00603d;
	--theme-light: #00884a;
	--theme-accent: #3e9d10;
	--theme-hover: #b9e39f;
	--theme-hover-light: #ecfce3;
}
body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	/* text-transform: uppercase; */
}
.logo_font {
	font-family: Sans-Serif;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-left: 20px;
}
.logo_font1 {
	font-family: Sans-Serif;
	color: #236072;
	font-size: 52px;
	transform: rotate(-20deg);
	color: #ccc;
	font-weight: bold;
	letter-spacing: 5px;
	position: absolute;
	z-index: 1000;
	top: 35%;
	left: 15%;
	opacity: 0.2;
	filter: alpha(opacity=50);
}
.clear {
	clear: both;
}
small {
	font-size: 11px;
	color: 5b5b5b;
}
img {
	border: none;
}
a {
	color: #0575b3;
	text-decoration: none;
}
a:hover {
	color: #000;
}
label {
	padding: 0;
	margin: 0 0 10px 0;
}
input {
	padding: 4px;
	color: #5b5b5b;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	text-transform: uppercase;
}
input.login {
	width: 250px;
	margin: 5px 0 10px 0px;
}
input.input {
	width: 80%;
}
input.uppercase {
	text-transform: uppercase;
}
input.sedang {
	width: 40%;
}
input.date {
	width: 25%;
}
input.input:focus {
	/* box-shadow: 0px 0px 5px var(--theme-hover); */
	/* background: #feffdc; */
	/* text-shadow: 1px 0px #fff; */
}
input.sedang:focus {
	box-shadow: 0px 0px 5px #dcdcdc;
	background: #feffdc;
	text-shadow: 1px 0px #fff;
}
input.date:focus {
	box-shadow: 0px 0px 5px #dcdcdc;
	background: #feffdc;
	text-shadow: 1px 0px #fff;
}
.button {
	cursor: pointer;
	padding: 6px 15px;
	color: #000;
	/* background: url(img/green.jpg) repeat left center; */
	border: 1px solid #ccc;
	border-radius: 6px;
	background-color: #fff;
	font-size: 14px;
	transition: ease 0.25s;
	transition-property: color, background-color;
	text-transform: capitalize;
	line-height: normal;
	font-family: inherit;
}
.button i {
	font-size: 1.2em;
	line-height: 1;
}
.form_sub_buttons {
	float: right;
	/* padding: 3px; */
	display: flex;
	align-items: center;
}
.form_sub_buttons .button + .button {
	margin-left: 5px;
}
.form_sub_buttons_img {
	float: right;
	/* background-color: #fc6; */
	padding: 6px 15px;
	border-radius: 6px;
	border: 1px solid #ccc;
	margin-right: 10px;
	/* height: 18px; */
	vertical-align: middle;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.form_sub_buttons_img a {
	margin-left: 4px;
}
.form_sub_buttons_img img {
	display: block;
}
.button:hover {
	/* color: #2e2e2e; */
	background-color: var(--theme-hover);
}
.button:active {
	background-color: var(--theme-accent);
	color: #fff;
}
.button.active {
	background-color: var(--theme-accent);
	color: #fff;
	border-color: var(--theme-accent);
}
.button.button-red {
	background-color: #bd2b1f;
	color: #fff;
	border-color: #bd2b1f;
}
.button.button-blue {
	background-color: #1f80bd;
	color: #fff;
	border-color: #1f80bd;
}
/*.active:hover {  color: #FFF; }*/
.selected {
	background-color: var(--theme-accent);
	color: #fff;
	text-transform: uppercase;
}
.selected:hover {
	background-color: var(--theme-accent);
	color: #fff;
}
select {
	padding: 4px;
	color: #5b5b5b;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	width: 82%;
}
select:focus {
	/* box-shadow: 0px 0px 5px #dcdcdc; */
	background-color: var(--theme-hover-light);
	/* text-shadow: 1px 0px #fff; */
}
.number_rows {
	width: 55px;
}
textarea:focus {
	/* box-shadow: 0px 0px 5px #dcdcdc;
	background-color: #feffdc;
	text-shadow: 1px 0px #fff; */
}
textarea {
	padding: 4px;
	color: #5b5b5b;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	width: 80%;
	height: 130px;
	resize: none;
	text-transform: uppercase;
}
textarea.inform {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 6px;
}
.textareamin {
	height: 40px;
}
form {
	text-transform: uppercase;
}
table {
	border: none;
	font-size: 12px;
	text-transform: uppercase;
}
td {
	border: none;
	padding: 5px;
	text-transform: uppercase;
}
table.data {
	border: 1px solid #dcdcdc;
	margin: 10px 0px 20px 0px;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	text-transform: uppercase;
}
td.data table.data {
	margin-top: 0;
	margin-bottom: 0;
}
th.data {
	padding: 8px 4px 8px 4px;
	/* border: 1px solid #dcdcdc; */
	/* background: url(img/green.jpg)repeat left center; */
	background-color: #e9ecf0;
	color: #000000;
	text-transform: capitalize;
	font-weight: 500;
}
th.data1 {
	padding: 8px 4px 8px 4px;
	border: 1px solid #dcdcdc;
	color: #666;
	background-color: #f2f2f2;
	text-transform: uppercase;
}
td.data {
	padding: 6px 8px;
	border: 1px solid #dcdcdc;
	color: #020202;
	vertical-align: middle;
	font-weight: 400;
}
tr.data {
	background-color: #fff;
	transition: ease 0.25s background-color;
}
tr.data:hover {
	background-color: var(--theme-hover-light);
}
tr.data small a {
	color: #fff;
}
tr.data small {
	color: #fff;
}
tr.data:hover small a {
	color: #527e19;
}
tr.data:hover small a:hover {
	color: #000;
}
tr.data:hover small {
	color: #5b5b5b;
}
table.datain {
	border: 1px solid #dcdcdc;
	margin: 10px 0px 20px 0px;
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	background-color: #fff;
}
th.datain {
	padding: 8px 4px 8px 4px;
	border: 1px solid #dcdcdc;
	color: #666;
}
td.datain {
	padding: 4px;
	border: 1px solid #dcdcdc;
	color: #5b5b5b;
	vertical-align: top;
}
tr.datain {
	background: #fff;
}
tr.datain:hover {
	background: #feffdc;
}
tr.datain small a {
	color: #fff;
}
tr.datain small {
	color: #fff;
}
tr.datain:hover small a {
	color: #527e19;
}
tr.datain:hover small a:hover {
	color: #000;
}
tr.datain:hover small {
	color: #5b5b5b;
}
.quoteOfDay {
	border: 1px solid #cbe0b5;
	background: #f7ffe8 url(img/daun.png) no-repeat left center;
	float: left;
	width: 640px;
	padding: 10px 10px 10px 70px;
	min-height: 50px;
	font-size: 20px;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
}
.msg_result {
	border: 2px solid #dadada;
	padding: 10px 25px;
	background-color: #e9ecf0;
	/* background: url(img/headerbg.jpg) repeat left; */
	/* float: left; */
	/* width: 640px; */
	/* padding: 10px 10px 10px 10px; */
	font-size: 20px;
	/* letter-spacing: 1px; */
	margin: 0 0 10px 0;
	border-radius: 8px;
}
.msg_header {
	border: 2px solid #e5e5e5;
	/* background: url(img/headerbg.jpg) repeat left; */
	/* float: left; */
	/* width: 96%; */
	padding: 8px 20px;
	font-size: 18px;
	letter-spacing: 1px;
	margin: 25px 0 10px 0;
	text-transform: uppercase;
	border-radius: 8px;
	background-color: var(--theme-hover-light);
}
.sukses {
	border: 1px solid #cbe0b5;
	background: #f7ffe8 url(img/sukses.png) no-repeat left center;
	float: left;
	width: 640px;
	padding: 15px 10px 15px 50px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
	color: #cbe0b5;
}
.gagal {
	border: 1px solid #e78686;
	background: #ffe1e1 url(img/gagal.png) no-repeat left center;
	float: left;
	width: 640px;
	padding: 15px 10px 15px 50px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
	color: #e78686;
}
.informasi {
	border: 1px solid #86afe7;
	background: #e7f1ff url(img/informasi.png) no-repeat left center;
	float: left;
	width: 640px;
	padding: 15px 10px 15px 50px;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px 0 10px 0;
	color: #86afe7;
}
#header {
	width: 100%;
	background: rgb(43, 158, 45);
	background: linear-gradient(
		180deg,
		rgba(43, 158, 45, 1) 0%,
		rgba(29, 93, 26, 1) 100%
	);
	min-height: 105px;
	z-index: 1000;
	box-shadow: 0px 0px 8px #dcdcdc;
	text-transform: uppercase;
}
.inHeader {
	float: center;
	/*background: url(img/devoteelogo.jpg) no-repeat left center;*/
	margin: auto;
	width: 100%;
	height: 55px;
	padding-top: 10px;
	/*padding:5px 5px 0 5px;*/
	border-right: 0px solid #dcdcdc;
	border-left: 0px solid #dcdcdc;
}
.inHeader img {
	max-height: 75px;
	float: left;
}
.inHeaderLogin {
	/*background: url(img/devoteelogo.jpg) no-repeat left center;*/
	height: 75px;
}
.inHeaderLogin img {
	max-height: 75px;
	float: left;
}
.invAdmin {
	float: right;
	border: 0px solid #dcdcdc;
	margin: 0 1px 0 auto;
	text-align: right;
	padding: 10px 10px 10px 10px;
	/*background: url(img/Administrator.png) no-repeat right center;*/
	/*text-shadow: 0.5px 0.5px #CCC;*/
}
.invAdmin a {
	color: #fff;
}
#loginForm {
	width: 380px;
	/* border: 1px solid #dcdcdc; */
	float: center;
	/* text-align: left; */
	background: #fff;
	/* margin: 50px auto 0 auto; */
	border-radius: 5px;
	border-radius: 15px;
	text-align: center;
	padding: 50px;
	box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}
.headLoginForm {
	width: auto;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: bold;
	/*text-shadow: 1px 1px #ddffbc;*/
	text-align: left;
	/* height: 20px; */
	border-bottom: 1px solid #dcdcdc;
	background: rgb(43, 158, 45);
	background: linear-gradient(
		180deg,
		rgba(43, 158, 45, 1) 0%,
		rgba(29, 93, 26, 1) 100%
	);
	border-radius: 5px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fieldLogin {
	margin: 30px;
}
#wrapper {
	/* width: auto; */
	/* min-height: 500px; */
	position: relative;
	/* border-left: 1px solid #dcdcdc; */
	/* border-right: 1px solid #dcdcdc; */
	/*border-bottom: 1px solid #dcdcdc;*/
	float: center;
	/* margin: auto; */
	text-align: left;
	/*background: #fff url(img/bg_kiri.png) repeat-y;*/
	/*	box-shadow: 0px 0px 8px #dcdcdc;*/
	margin-left: var(--sidemenu-primary-width);
}
#leftBar {
	min-height: 470px;
	width: 185px;
	float: left;
	padding: 0 0 20px 10px;
	border-right: 0px solid #dcdcdc;
	text-align: left;
}
#leftBar ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 13px;
}
#leftBar ul li {
	width: 164px;
	background: url(img/icon-left.png) no-repeat left center;
	padding: 10px 0 10px 10px;
	margin-top: 8px;
	margin-left: 9px;
	border: 1px solid #dcdcdc;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
#leftBar ul li a {
	width: 100%;
	color: #2e2e2e;
	cursor: pointer;
	padding: 10px 65px 10px 20px;
	transition: padding-left 250ms ease-out;
}
#leftBar ul li a:hover {
	padding-left: 30px;
	text-decoration: none;
	color: #06afef;
	text-shadow: 1px 1px #496d2a;
}
#rightContent {
	/* height: auto; */
	/* background-color: #fff; */
	/* margin: auto; */
	padding: 10px;
	/* min-height: 500px; */
	/* border-left: 0px solid #dcdcdc; */
	text-align: left;
}
#rightContent h3 {
	font-size: 25px;
	font-weight: normal;
	padding: 0;
	margin: 5px;
	border-bottom: 1px dashed #dcdcdc;
	text-transform: uppercase;
}
.shortcutHome a {
	width: 65px;
	padding: 20px;
	border: 1px solid #dcdcdc;
	height: 100px;
	float: left;
	margin: 10px 0 10px 10px;
	text-align: center;
	border-radius: 5px;
}
.shortcutHome a:hover {
	color: #5b5b5b;
	text-decoration: none;
}
.shortcutHome a:hover img {
	opacity: 1;
	color: #5b5b5b;
	padding-top: 10px;
}
.shortcutHome img {
	opacity: 0.8;
	transition: padding-top 250ms ease-out;
}
#smallRight {
	width: 285px;
	padding: 5px 10px 5px 10px;
	margin: 10px;
	border: 1px solid #dcdcdc;
	float: left;
	border-radius: 5px;
}
#smallRightover {
	width: 285px;
	height: 320px;
	overflow-x: hidden;
}
/* Height & width for the container - The rest is done by the jQuery part. */
#scrollcontent1 {
	width: 285px;
	height: 320px;
}
.scrollcontent1-bar {
	width: 11px;
	background: #ccc; /* border-radius: 4px;*/
	box-shadow: inset 0px 0px 5px #f9f9f9;
	overflow: hidden;
}
.scrollcontent1-drag {
	background: #425a8a;
	border-radius: 4px;
	cursor: pointer;
}
.scrollcontent2-bar {
	width: 11px;
	background: #ccc; /* border-radius: 4px;*/
	box-shadow: inset 0px 0px 5px #f9f9f9;
	overflow: hidden;
}
.scrollcontent2-drag {
	background: #425a8a;
	border-radius: 4px;
	cursor: pointer;
}
.scrollcontent3-bar {
	width: 11px;
	background: #ccc; /* border-radius: 4px;*/
	box-shadow: inset 0px 0px 5px #f9f9f9;
	overflow: hidden;
}
.scrollcontent3-drag {
	background: #425a8a;
	border-radius: 4px;
	cursor: pointer;
}
#smallRight h3 {
	font-size: 16px;
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #dcdcdc;
}
#footer {
	width: 100%;
	padding: 5px 0 5px 0;
	color: #fff;
	background: rgb(43, 158, 45);
	background: linear-gradient(
		180deg,
		rgba(43, 158, 45, 1) 0%,
		rgba(29, 93, 26, 1) 100%
	);
	text-align: center;
	font-size: 10px;
	border-top: 1px solid #dcdcdc;
	box-shadow: 0px 0px 8px #dcdcdc;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.menu {
	float: left;
	clear: both;
	padding: 7px 0 0 15px;
}
.menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.menu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.menu ul li a {
	display: block;
	float: left;
	background-color: var(--theme-accent);
	padding: 7px 12px 5px 12px;
	color: #fff;
	text-decoration: none;
	margin: 0 4px 0 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.menu ul li a.selected {
	display: block;
	float: left;
	background-color: #e9ffb1;
	padding: 7px 12px 5px 12px;
	color: #000;
	text-decoration: none;
	margin: 0 4px 0 0;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.menu ul li.menu-active a,
.menu ul li a:hover {
	background-color: #e9ffb1;
	color: #000;
}
.submenu {
	width: 100%;
	height: 35px;
	background-color: #e9ffb1;
	clear: both;
	float: left;
	border-bottom: #63b630 1px solid;
}
.submenu ul {
	padding: 0 0 0 25px;
	margin: 0px;
	list-style: none;
}
.submenu ul li {
	float: left;
	padding: 0px;
	margin: 0px;
}
.submenu ul li a {
	display: block;
	float: left;
	padding: 3px 6px 3px 6px;
	color: #000;
	text-decoration: none;
	margin: 6px 4px 10px 0;
	font-size: 11px;
}
.submenu ul li a:hover {
	color: #000;
}
.submenu ul li:hover {
	background: url(../images/sub_arrow_bt.png) no-repeat center bottom;
	font-weight: bold;
	font-weight: bold;
}
.submenu ul li.selected {
	font-weight: bold;
	background: url(../images/sub_arrow_bt.png) no-repeat center bottom;
	font-weight: bold;
}
.comment {
	width: 300px;
}
a.morelink {
	text-decoration: none;
	outline: none;
}
.morecontent span {
	display: none;
}
#show_hide {
	display: none;
}
#divstable {
	vertical-align: middle;
	text-align: center;
}
#nav {
	background-color: #494949;
	margin: 0;
	padding: 0;
}
#nav2 {
	background: #fff url(../images/nav_bg_darker.jpg) repeat-x left top;
	padding: 0 310px 0 0;
	margin: 0;
	text-align: right;
}
#nav_inner {
	background-color: transparent;
	padding: 8px 12px 0 20px;
	margin: 0;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
}
#nav_inner h3 {
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 0;
}
#nav_inner .td_sep {
	background: transparent url(../images/nav_separator_darker.jpg) repeat-y left
		top;
	width: 25%;
	padding: 0 0 0 20px;
}
#nav_inner .td {
	width: 25%;
}
#nav_inner p {
	color: #eee;
	background-color: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}
#nav_inner ul {
	list-style-image: url(../images/arrow.gif);
	padding: 0 0 0 18px;
	margin: 8px 0 12px 0;
}
#nav_inner li {
	padding: 0;
	margin: 0 0 4px 0;
}
#nav_inner a {
	color: #eee;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	outline-style: none;
}
#nav_inner a:visited {
	color: #eee;
	background-color: transparent;
	text-decoration: none;
	outline-style: none;
}
#nav_inner a:hover {
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
	outline-style: none;
}
/*input checkbox{
	padding:0px; width:20px;
}
*/
.textfilde {
	border: #ccc 1px solid;
	background-color: #fff;
	color: #666;
	font-size: 12px;
	border-radius: 5px;
}
div.dropdown {
	/* color: #555; */
	margin: 3px -5px 0 0;
	/* width: 143px; */
	position: relative;
	/* height: 17px; */
	/* text-align: left; */
	/* float: left; */
	z-index: 101;
}
div.submenudrop {
	background: #fff;
	position: absolute;
	/* top: -12px; */
	/* left: -20px; */
	bottom: 100%;
	margin-bottom: 7px;
	z-index: 100;
	width: 135px;
	display: none;
	/* margin-left: 10px; */
	padding: 10px 0;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}
.dropmenu-list {
	margin: 0;
	padding: 0;
}
.dropdown li {
	list-style: none;
}
.dropdown li a {
	color: #555555;
	display: block;
	font-family: arial;
	font-weight: bold;
	padding: 6px 15px;
	cursor: pointer;
	text-decoration: none;
}
.dropdown li a:hover {
	background: var(--theme-accent);
	color: #ffffff;
	text-decoration: none;
}
a.account {
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	position: absolute;
	z-index: 110;
	display: block;
	/* padding: 9px 0 0 10px; */
	/* height: 28px; */
	/* width: 121px; */
	/* margin: -11px 0 0 -10px; */
	text-decoration: none;
	cursor: pointer;
	font-size: 14px;
	padding-right: 20px;
}
.account::before {
	content: "";
	width: 12px;
	height: 100%;
	background: url(../images/icons/arrow.png) no-repeat center;
	background-size: 8px;
	transform: rotate(180deg);
	position: absolute;
	top: 0;
	right: 0;
}
.root {
	list-style: block;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	padding: 11px 0 0 0px;
	border-top: 1px solid #dedede;
}
.spanred {
	color: #f00;
	font-size: 16px;
}
.hints {
	font-size: 10px;
}
/*
.faqsearch {
	background:url(../img/greyscale-sprite__f050d77.png) no-repeat 0px -463px;
	margin:0 0 30px;
	padding:0px;
	width:544px;
}
.faqsearch .faqsearchinputbox {
	border:1px solid #ddd;
	margin:0 20px;
	background:#fff url(../img/textinputbg__5d76440.gif) repeat-x;
}
.faqsearch .faqsearchinputbox input {
	width:500px;
	padding:10px 0;
	font-size:16px;
	
}
.bsdvbds
{
  color: #C23030;
    float: left;
    font-family: aller;
    font-size: 26px;
    font-weight: bold;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 9999;
}*/
#searchresultdata {
	margin: 0 auto;
}
.no_result {
	text-align: center;
	font-size: 28px;
	color: #f00;
	background: url(img/attention.png) no-repeat left center;
	margin: auto;
	width: 400px;
	height: 65px;
	line-height: 90px;
}
.no_result_red {
	text-align: center;
	font-size: 28px;
	color: #090;
	height: 65px;
	line-height: 90px;
	text-align: center;
}
.no_result_green {
	text-align: center;
	font-size: 28px;
	color: #f00;
	height: 65px;
	line-height: 90px;
	text-align: center;
}
input[readonly],
textarea[readonly] {
	color: black !important;
	cursor: default;
	background-color: threedface !important;
}
.lowecase {
	text-transform: none;
}
.notice {
	font-size: 24px;
	color: #090;
}
#thumbs img {
	border: 3px #d9dfdb solid;
	box-shadow: 0 0 5px #000000;
}
.green_res {
	color: #5cd156;
	font-size: 20px;
	font-weight: bold;
}
.yellow_res {
	color: #fc0;
	font-size: 20px;
	font-weight: bold;
}
.red_res {
	color: #f77979;
	font-size: 20px;
	font-weight: bold;
}
.cont_res {
	color: #666;
	font-size: 20px;
}
.status_report_div {
	width: 80%;
	margin-left: 10%;
}
#container {
	height: 100vh;
	overflow: auto;
}
.ajax-frame {
	padding-top: 40px;
	padding-bottom: 20px;
}
.ui-datepicker-next label {
	margin-bottom: 0;
}
.sidemenu {
	color: #fff;
	text-transform: none;
}
.sidemenu * {
	position: relative;
	z-index: 50;
}
.sidemenu-primary {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: var(--sidemenu-primary-width);
	background-color: var(--theme-dark);
	display: flex;
	flex-direction: column;
}
.sidemenu-brand {
	padding: 12px;
	height: var(--sidemenu-primary-width);
	margin-bottom: 15px;
	flex: 0 0 var(--sidemenu-primary-width);
}
.sidemenu-brand img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: contain;
	padding: 1px;
	background-color: #fff;
	border-radius: 6px;
}
.sidemenu-items {
	height: 100%;
	overflow: auto;
}
.sidemenu-item {
	margin-top: 5px;
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	position: relative;
}
/* .sidemenu-item::before {
	content: "";
	position: absolute;
	top: 0;
} */
.sidemenu-item-icon {
	position: relative;
	display: grid;
}
.sidemenu-item-icon::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 100%;
	background-color: #fff;
	opacity: 0;
	border-radius: 6px;
	transition: ease 0.25s;
}
.sidemenu-item-icon img {
	display: block;
	position: absolute;
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	opacity: 0.5;
}
.sidemenu-hover .sidemenu-item-icon::before {
	opacity: 0.1;
}
.sidemenu-hover .sidemenu-item-icon img {
	opacity: 0.8;
}
.sidemenu-item-selected .sidemenu-item-icon::before {
	opacity: 0.3;
}
.sidemenu-item-selected .sidemenu-item-icon img {
	opacity: 1;
}
.sidemenu-secondary {
	left: var(--sidemenu-primary-width);
	width: var(--sidemenu-secondary-width);
	background-color: var(--theme-medium);
	position: fixed;
	top: 0;
	height: 100%;
	padding: 20px;
	text-align: left;
	transform: translateX(-100%);
	z-index: 15;
	transition: ease 0.25s transform;
	display: flex;
	flex-direction: column;
}
.sidemenu-secondary-item-list {
	flex: 1 1 auto;
	overflow: auto;
	height: 100%;
}
.sidemenu-secondary-footer {
	flex: 0 0 90px;
	margin-top: 10px;
}
.sidemenu-secondary-item {
	display: none;
}
.sidemenu-active {
	display: block;
}
.sidemenu-secondary-title {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.sidemenu-secondary-list {
	display: grid;
}
.sidemenu-secondary-link {
	padding: 10px;
	color: inherit;
	font-size: 15px;
	opacity: 0.7;
	position: relative;
	text-transform: uppercase;
}
.sidemenu-secondary-link:hover {
	color: #fff;
	opacity: 0.85;
}
.sidemenu-secondary-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 0;
	border-radius: 6px;
	transition: ease 0.25s;
	z-index: -1;
}
.sidemenu-secondary-link:hover::before {
	opacity: 0.1;
}
.sidemenu-secondary-link.secondary-link-active {
	opacity: 1;
}
.sidemenu-secondary-link.secondary-link-active::before {
	opacity: 0.2;
}
.sidemenu-active .sidemenu-secondary {
	transform: translateX(0);
}
.sidemenu-office-info {
	/* margin-bottom: 10px; */
	font-size: 17px;
	margin: 0;
	color: var(--theme-light);
	font-weight: 600;
}
.wrapper-header {
	position: fixed;
	top: 0;
	left: var(--sidemenu-primary-width);
	height: 40px;
	width: calc(100% - var(--sidemenu-primary-width));
	border-bottom: 1px solid #dadada;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 15px;
	background-color: #fff;
	z-index: 50;
}
.header-date {
	margin-left: 2px;
	font-size: 17px;
}
.header-date span {
	display: inline-block;
	width: 70px;
}
.frame-header {
	/* border-bottom: 1px solid #dadada; */
	padding: 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
}
.frame-header-toolbar {
	display: flex;
	align-items: center;
}
.frame-header-toolbar .form_sub_buttons,
.frame-header-toolbar .form_sub_buttons_img {
	float: none;
	margin-left: 4px;
	margin-right: 0;
}
.frame-header-title {
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
}
.table-data-wrapper {
	padding-left: 30px;
	padding-right: 30px;
}
.number_rows,
.table-data-searchbox {
	width: 100%;
	padding: 8px 15px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	outline: none;
	text-transform: none;
}
.table-data-searchbox {
	min-width: 250px;
	/* max-width: 300px; */
}
.number_rows {
	appearance: none;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 0.5rem center;
	background-size: 1em;
	/* color: #666; */
	min-width: 90px;
}
.number_rows:focus,
.table-data-searchbox:focus {
	box-shadow: 0 0 3px var(--theme-hover);
	border-color: var(--theme-hover);
}
.table-data-pagination {
	display: flex;
	align-items: center;
}
.table-data-header {
	border-spacing: 5px;
	border-collapse: separate;
	margin-right: -5px;
	margin-left: -5px;
	width: auto;
	min-width: 100%;
}
.table-data-header tr td {
	vertical-align: middle;
}
.table-data-header .total {
	display: flex;
	width: 100%;
	white-space: nowrap;
	align-items: center;
}
.table-data-header .number_rows {
	/* margin-left: 15px; */
}
.table-data-header td {
	padding: 0;
}
.text-center {
	text-align: center;
}
.line-icon {
	font-size: 1.35em;
	line-height: 1.1;
	display: inline-block;
	vertical-align: middle;
}
.line-icon i {
	display: block;
}
.ajaxform td {
	/* vertical-align: top; */
}
.ajaxform input[type="text"],
.ajaxform input[type="email"],
.ajaxform input[type="password"],
.ajaxform input[type="tel"],
.ajaxform input[type="number"],
.ajaxform input[type="file"],
.ajaxform select,
.ajaxform textarea {
	padding: 10px 15px;
	outline: none;
	border-radius: 6px;
	border: 2px solid #e5e5e5;
	transition: ease 0.2s;
	transition-property: color, background-color, border-color, box-shadow;
	width: 80%;
	color: #000;
}
.ajaxform input[type="text"]:focus,
.ajaxform input[type="email"]:focus,
.ajaxform input[type="password"]:focus,
.ajaxform input[type="tel"]:focus,
.ajaxform input[type="number"]:focus,
.ajaxform input[type="file"]:focus,
.ajaxform select:focus,
.ajaxform textarea:focus {
	border-color: var(--theme-light);
}
.fancyTable input[type="text"],
.fancyTable input[type="email"],
.fancyTable input[type="password"],
.fancyTable input[type="tel"],
.fancyTable input[type="number"],
.fancyTable input[type="file"],
.fancyTable select,
.fancyTable textarea {
	padding: 5px 10px;
	width: 100%;
	height: auto;
	font-family: inherit;
	display: inline-block;
}
.fancyTable .remarks textarea {
	display: block;
	width: auto;
}
.dra.volwt_td {
	position: relative;
}
.dra.volwt_td .information {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 4px;
}
.dra.volwt_td .information img {
	display: block;
}
.vol-wt-popup {
	position: absolute;
	/* border: 3px solid #ccc; */
	display: none;
	background-color: #fff;
	padding: 8px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	top: 100%;
	left: 0;
	z-index: 1;
}
.vol-wt-table {
	border-collapse: collapse;
	font-size: 12px;
}
.vol-wt-table label.form-label {
	margin: 0;
}
.vol-wt-pop-input {
	min-width: 55px;
	max-width: 55px;
}
.ajaxform input[type="radio"],
.ajaxform input[type="checkbox"] {
	accent-color: var(--theme-accent);
	width: 17px;
	height: 17px;
	margin: 0;
	vertical-align: middle;
	position: relative;
}
.radio-label {
	display: inline-flex;
	margin-right: 15px;
	align-items: center;
	margin-bottom: 0;
	line-height: 1;
	margin-top: 4px;
	font-weight: 500;
}
.radio-label input[type="radio"],
.radio-label input[type="checkbox"] {
	margin-right: 4px;
}
.radio-label input[type="radio"]:disabled::after,
.radio-label input[type="checkbox"]:disabled::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #565656;
	opacity: 0.4;
}
.radio-label input[type="radio"]:disabled::after {
	border-radius: 50px;
}
.radio-label input[type="checkbox"]:disabled::after {
	border-radius: 3px;
}
.ajaxform-table {
	/* border: 2px solid #e5e5e5; */
	border-radius: 10px;
	padding: 15px;
	border-collapse: separate;
	/* width: 100%; */
}
.ajaxform-table a.chzn-single,
.ajaxform-table .chzn-container-multi .chzn-choices {
	padding: 6px 15px;
	height: auto;
	border: 2px solid #e5e5e5;
	border-radius: 6px;
	background: none;
}
.ajaxform-table .chzn-container-multi .chzn-choices {
	padding-left: 8px;
	padding-right: 8px;
}
.ajaxform-table .chzn-container-single .chzn-single div b {
	background-position: 0 8px;
}
.ajaxform-table .chzn-container-active .chzn-single,
.ajaxform-table .chzn-container-active.chzn-container-multi .chzn-choices {
	border-color: var(--theme-light);
	box-shadow: none;
	background-color: transparent;
	background: none;
}
.ajaxform-table .chzn-container .chzn-drop {
	margin-top: 1px;
}
.ajaxform-table .chzn-container .chzn-results .highlighted {
	background-image: none;
	background-color: var(--theme-hover);
	color: #000;
}
.ajaxform-table .chzn-container-single .chzn-search input {
	width: 100% !important;
	border-radius: 4px;
	padding: 8px 10px;
	background-position: 100% -30px;
	background-size: 73px;
}
.form-label {
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
	margin-bottom: 0;
	text-transform: capitalize;
}
.ajaxform-table td > .form-label {
	/* vertical-align: middle; */
	margin-top: 0;
}
.ajaxform .button[type] {
	padding: 10px 15px;
	outline: none;
	font-family: inherit;
}
.ajaxform .button[type="submit"] {
	background-color: var(--theme-accent);
	color: #fff;
	border-color: var(--theme-accent);
}
.ajaxform .button[type="reset"] {
	background-color: rgb(211, 55, 55);
	color: #fff;
	border-color: rgb(211, 55, 55);
}
.table-data-wrapper td.data a img {
	display: inline-block;
	vertical-align: middle;
}
.login-page {
	height: 100vh;
	display: grid;
	place-items: center;
	background-color: var(--theme-hover-light);
	grid-template-rows: 60px auto;
	padding-bottom: 60px;
}
.login-form-brand {
	margin-bottom: 20px;
}
.login-form-brand img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 130px;
	padding: 8px;
	border-radius: 6px;
	border: 1px solid #e5e5e5;
}
.login-form-title {
	font-size: 26px;
	color: #666;
	font-weight: 500;
	margin: 8px 0 20px;
}
.login-validation-error {
	color: red;
	text-transform: none;
}
.login-form-group {
	position: relative;
	margin-bottom: 10px;
}
.login-form-input {
	display: block;
	width: 100%;
	padding: 12px 20px;
	text-transform: none;
	outline: none;
	border: 2px solid #eaeaea;
	border-radius: 6px;
	transition: ease 0.25s;
	font-size: 14px;
	font-family: inherit;
}
.login-form-input:focus {
	border-color: var(--theme-hover);
}
.login-form-btn {
	display: block;
	width: 100%;
	padding: 10px 25px;
	text-align: center;
	background-color: var(--theme-accent);
	color: #fff;
	font: inherit;
	border: 2px solid var(--theme-accent);
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: ease 0.25s;
}
.login-form-btn:hover {
	background-color: var(--theme-hover-light);
	color: var(--theme-accent);
}
.fancyTable {
	width: 100%;
	font-family: inherit;
	border-collapse: collapse;
}
#wrapper .input-detail-aa {
	width: 90px;
}
#wrapper .input-detail-bb {
	width: 120px;
}
#wrapper .input-detail-cc {
	width: 100px;
}
#wrapper .input-detail-dd {
	width: 80px;
}
#wrapper .input-detail-ee {
	width: 90px;
}
#wrapper .input-detail-ff {
	width: 90px;
}
#wrapper .input-detail-gg {
	width: 65px;
}
#wrapper .input-detail-hh {
	width: 65px;
}
#wrapper .input-detail-tt {
	width: 80px;
}
#wrapper .input-detail-city-name {
	width: 220px;
}
#wrapper .input-detail-cnno {
	width: 100px;
}
th.dra {
	white-space: nowrap;
}
.booking-add-btn {
	padding: 5px 8px;
	color: #333;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	/* text-transform: uppercase; */
	font-family: inherit;
	font-weight: 500;
	line-height: normal;
}
