/*========================*/
/*                        */
/*    V-Elektrik Style    */
/*                        */
/*========================*/

/*----------*/
/* All page */
/*----------*/

/* Override all margin to zero */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
}

/* Change font */
body,
div,
td,
th,
option,
select,
input,
textarea {
	font-family: "Poppins", sans-serif;
	font-size: 10pt;
}

/* Change font */
/* body, div, td, th, option, select, input, textarea {
	font-family							: tahoma;
	font-size							: 10pt;
} */

/* Change background page */
body {
	background: #cccccc url(background.png);
}

/* untuk sementara */
@media all and (max-width: 768px) {
	body {
		background: #cccccc url(background.png);
		overflow-y: scroll;
	}
}

/*--------------------*/
/* Element: Hyperlink */
/*--------------------*/

/* Hyperlink */
a {
	color: #6aa739;
}

/* Hyperlink hovered */
a:hover {
	text-decoration: none;
}

/* Hyperlinked image */
a img {
	border: none;
}

/*----------------*/
/* Element: Title */
/*----------------*/

/* Title */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: georgia;
	border-bottom: solid 2px #777777;
	width: 640px;
	padding-bottom: 1px;
}

/*----------------*/
/* Element: Table */
/*----------------*/

/* Table header */
th {
	border: solid 1px #1a4005;
	color: white;
	background: rgb(230, 223, 255);
	background: linear-gradient(22deg, rgba(30, 120, 150, 1) 0%, rgba(30, 120, 150, 0.5) 100%) !important;
}

/* Table cell */
td {
	background-color: #ffffff;
}

/* Transparent table (Preferrably for form) */
.transparent th,
.transparent td {
	background-color: transparent;
	border: none;
}

/* Custom class for table header */
.tableTitle td {
	font-size: 10pt;
	font-weight: bold;
	height: 50px;
	color: #fcfcfc;
	background-color: #324c73;
}

/* Custom class for table cell */
.tableSubTitle td {
	font-size: 10pt;
	color: #fcfcfc;
	background-color: #324c73;
}

/*----------------------*/
/* Element: Div spacing */
/*----------------------*/

/* Div spacing 5 pixel */
.spacer5 {
	height: 5px;
}

/* Div spacing 10 pixel */
.spacer10 {
	height: 10px;
}

/* Div spacing 20 pixel */
.spacer20 {
	height: 20px;
}

/* Div spacing 30 pixel */
.spacer30 {
	height: 30px;
}

/* Div spacing 50 pixel */
.spacer50 {
	height: 50px;
}

/*------------*/
/* Login page */
/*------------*/

/* Login page: Body */
.login-page {
	text-align: center;
}

/* Login page: Header */
.login-page #header {
	padding-top: 30px;
}

/* login page: Content */
.login-page #content {}

/* Login page: Box */
#login-form {
	padding: 2% 2% 2% 2%;
	margin: 200 auto 0;
	width: 590px;
	background: #FFFFFF;
	color: #666666;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 1px #EEEEEE, 0 1px #FFFFFF inset;
	-webkit-box-shadow: 0 1px #EEEEEE, 0 1px #FFFFFF inset;
	box-shadow: 0 1px #EEEEEE, 0 1px #FFFFFF inset;
}

/* Login page: Captcha image */
#captcha-image {
	border: solid #cccccc 2px;
}

/*-----------*/
/* Main page */
/*-----------*/

/*
Style navigation:

body
|
+---+> #container
|   |
|   +---+> #main .clearFix
|       |
|       +----+> #header
|       |    |
|       |    +----+> #user-menu
|       |    |
|       |    +----+> #logo
|       |
|       +----+> #menu
|       |    |
|       |    +----+> #app
|       |    |
|       |    +----+> #module
|       |    |
|       |    +----+> #app-change
|       |    |    |
|       |    |    +----+> #app-link
|       |    |
|       |    +----+> #module-change
|       |         |
|       |         +----+> #module-link
|       |
|       +----+> #content
|       |
|       +----+> #management (FOR ADMIN)
|
+---+> #footer

*/

/*-----------------*/
/* Main: Container */
/*-----------------*/

/* Height to 100% (For compatibility to sticky footer) */
html,
body,
#container {
	height: 100%;
}

/* Height to 100% (For compatibility to sticky footer) */
body>#container {
	height: auto;
	min-height: 100%;
}

/*------------*/
/* Main: Main */
/*------------*/

/* Main style */
#main {
	padding-bottom: 50px;
}

/*-------------------------------------------------*/
/* Main: Clear Fix (Compatibility to sticky footer */
/*-------------------------------------------------*/

/* After clear fix rendering */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Display clear fix */
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}

/* Hides from IE-mac */
.clearfix {
	display: block;
}

/*--------------*/
/* Main: Header */
/*--------------*/

/* Header */
#header {}

/* User menu */
#header #user-menu {
	padding-top: 27px;
	float: right;
	padding-right: 20px;
}

/* Small logo */
#header #logo {
	width: 20%;
}

/*------------*/
/* Main: Menu */
/*------------*/

/* Menu */
#menu {
	background: #009235;
	padding: 10px 30px;
}

/* Application, and application change */
#app,
#app-change {
	font-size: 12pt;
	float: left;
	width: 40%;
	color: #ffffff;
}

/* Module, and module change */
#module,
#module-change {
	font-size: 12pt;
	color: #ffffff;
}

/* Application link, and module link */
#app-link,
#module-link {
	font-size: 10pt;
	color: #bfff89;
}

/*---------------*/
/* Main: SubMenu */
/*---------------*/

/* SubMenu */
#subMenu {
	border: 1px solid #022d25;
	background: rgb(230, 223, 255);
	background: linear-gradient(22deg, rgba(30, 120, 150, 1) 0%, rgba(30, 120, 150, 0.5) 100%) !important;
	padding: 5px;
	margin-left: -10px;
	color: #f4f0b5;
	border-radius: 10px;
}

/* SubMenu link */
#subMenu a {
	color: #ffffff;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}

/* SubMenu link hovered */
#subMenu a:hover {
	color: #0e8f77;
	background-color: #FFFFFF;
}

/*---------------*/
/* Main: Content */
/*---------------*/

/* Style content */
#container #content {
	padding-left: 10px;
}

/*---------------*/
/* Main: Management */
/*---------------*/

/* Style management */
#container #management {
	padding-left: 10px;
}

/*--------------------*/
/* Main: User profile */
/*--------------------*/

/* Style content */
#container #user-profile {
	padding-left: 10px;
}

/*--------------*/
/* Main: Footer */
/*--------------*/

/* Style for footer */


/*---------------------*/
/* Others: Div message */
/*---------------------*/

/* Showing error message (Preferrably div element) */
.error {
	padding: 3px;
	color: red;
	font-weight: bolder;
}

/* Showing confirmation message (Preferrably div element) */
.confirmation {
	padding: 3px;
	color: blue;
	font-weight: bolder;
}

/*---------------*/
/* Others: Image */
/*---------------*/

/* Image in administration menu */
.imageHrefIcon {
	padding: 5px;
}

/* Image in administration menu (hovered) */
.imageHrefIcon:hover {
	background-color: #cccccc;
}

/* Image option menu */
.imageHref {}

/* Image option menu (hovered) */
.imageHref:hover {}

/*---------------*/
/* Others: Title */
/*---------------*/

/* Title */
.title {
	float: left;
	clear: left;
	font-size: 14pt;
	width: 500px;
}

/* Subtitle */
.subTitle {
	font-size: 12pt;
	border-bottom: solid 2px #ffffff;
	width: 640px;
}

/* Sub subtitle */
.subSubTitle {
	font-size: 12pt;
	font-weight: bold;
}

/*---------------*/
/* Others: Display */
/*---------------*/

/* Display hide */
.hide {
	visibility: hidden;
	display: none;
}

/* Display filter */
.filter {
	border: RGB(75, 172, 198) solid 1px;
	padding: 10px;
	background-color: RGB(218, 238, 243);
	margin-top: 2px;
	margin-bottom: 2px;
}

/*-------------*/
/* Recycle Bin */
/* --Backup--- */
/*-------------*/

/*
.submodule {
	background							: #993333;
	padding								: 10px;
}

#tabs {
	width								: 400px;
}

.popup {
	border								: solid RGB(172, 75, 198) 2px;
	background-color					: #f3f3f3;
	visibility							: hidden;
	position							: absolute;
	top									: 0;
	left								: 0;
	padding								: 4px;
}

*/
#dialog {
	position: absolute;
	width: 425px;
	padding: 10px;
	z-index: 200;
	background: #fff
}

#dialog-header {
	display: block;
	position: relative;
	width: 411px;
	padding: 3px 6px 7px;
	height: 14px;
	font-size: 14px;
	font-weight: bold
}

#dialog-title {
	float: left
}

#dialog-close {
	float: right;
	cursor: pointer;
	margin: 3px 3px 0 0;
	height: 11px;
	width: 11px;
	background: url(images/dialog_close.gif) no-repeat
}

#dialog-content {
	display: block;
	height: 160px;
	padding: 6px;
	color: #666666;
	font-size: 13px
}

#dialog-mask {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	width: 100%;
	background: #FFF;
	opacity: .75;
	filter: alpha(opacity=75);
	z-index: 100
}

#dialog .error {
	background: #fff url(images/error_bg.jpg) bottom right no-repeat;
	border: 1px solid #924949;
	border-top: none
}

#dialog .errorheader {
	background: url(images/error_header.gif) repeat-x;
	color: #6f2c2c;
	border: 1px solid #924949;
	border-bottom: none
}

#dialog .warning {
	background: #fff url(images/warning_bg.jpg) bottom right no-repeat;
	border: 1px solid #c5a524;
	border-top: none
}

#dialog .warningheader {
	background: url(images/warning_header.gif) repeat-x;
	color: #957c17;
	border: 1px solid #c5a524;
	border-bottom: none
}

#dialog .success {
	background: #fff url(images/success_bg.jpg) bottom right no-repeat;
	border: 1px solid #60a174;
	border-top: none
}

#dialog .successheader {
	background: url(images/success_header.gif) repeat-x;
	color: #3c7f51;
	border: 1px solid #60a174;
	border-bottom: none
}

#dialog .prompt {
	background: #fff url(images/prompt_bg.jpg) bottom right no-repeat;
	border: 1px solid #4f6d81;
	border-top: none
}

#dialog .promptheader {
	background: url(images/prompt_header.gif) repeat-x;
	color: #355468;
	border: 1px solid #4f6d81;
	border-bottom: none
}

#pdf-menu {
	background: url(../../../image/icon/document-pdf-text.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
}

#navigator-right {
	background: url(../../../image/icon/navigation-000-button.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	cursor: pointer;
}

#navigator-left {
	background: url(../../../image/icon/navigation-180-button.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	cursor: pointer;
}

#notaris-main-menu {
	width: 180px;
	margin-top: 20px;
	float: left;
	display: block;
}

#notaris-main-menu a {
	text-decoration: none;
	color: #666;
	vertical-align: middle;
}

#notaris-main-menu a:active {
	background-color: #fdcf87;
	color: #494949;
}

#notaris-main-menu #selected {
	background-color: #fdcf87;
	color: #494949;
}

#notaris-main-menu li:hover {
	background-color: #fdcf87;
	color: #494949;
}

#notaris-main-menu li {
	background-color: #fef1dd;
	height: 22px;
	list-style: none;
	overflow: hidden;
	margin-left: -20px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 1px;
}

#notaris-main-content {
	/* margin-right: 20px; */
	/* margin-top: 21px; */
	/* background-color: #fdcf87 !important; */
	padding: 5px 5px 5px 5px;
	overflow: hidden;

	border: 1px solid #dfd9c3;
}

#notaris-main-content-inner {
	background-color: #fff;
	padding: 5px 5px 5px 5px;
}

#notaris-main-content-footer {
	background-color: #ffebcc;
	height: 20px;
	padding: 5px 5px 5px 5px;
}

/*.tdheader {
	text-align:center;
	font-weight:bold;
	background-color:#bababa;
}
.tdbody1 {
	background-color:#dedede;
}
.tdbody2 {
	background-color:#d2d2d2;
}*/
.tdbodyNew {
	background-color: #fdcf87;
}



.consol-main-content {
	padding: 5px 5px 5px 5px;
	overflow: hidden;

}

.consol-main-content-inner {
	padding: 5px 5px 5px 5px;
}

.consol-main-content-footer {
	height: 20px;
	padding: 5px 5px 5px 5px;
}

.tdheader {
	text-align: center;
	font-weight: bold;
	background: rgb(230, 223, 255);
	background: linear-gradient(22deg, rgba(30, 120, 150, 1) 0%, rgba(30, 120, 150, 0.5) 100%) !important;
	color: #fff;
}

.tdbody1 {
	background-color: #fbfbfb;
}

.tdbody2 {
	background-color: #e5eeec;
}

#navigator-right {
	background: url(../../image/icon/navigation-000-button.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	cursor: pointer;
}

#navigator-left {
	background: url(../../image/icon/navigation-180-button.png) no-repeat;
	background-position: center left;
	padding-left: 20px;
	cursor: pointer;
}

#load-mask,
#load-content {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#load-mask {
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 1;
}

#load-content {
	z-index: 2;
}

#closeddate {
	cursor: pointer;
}

#loader {
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	width: 100px;
	height: 100px;
	margin-top: 200px;
}


input {
	/*    border:1px solid #dadada;
    border-radius:2px;*/
	font-size: 12px;
	padding: 4px;
}

.tbl-rekomen {
	background-color: #A0ACF2;
}

input:focus {
	outline: none;
	/*    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;*/
}

#main-content {
	/*    background-color: #FFC975;*/
	background-color: #FFFFFF;
	width: 800px;
}

/* custom new ui */

.main-menu .main-menu-content {
	background: #ffffff !important;
}

.header-navbar.navbar-semi-dark .navbar-header {
	background: #ffffff !important;
}

.main-menu.menu-dark .navigation>li.active>a {

	/* background-color: #e7e7e7 !important; */
	/* padding: 7px 10px 0 10px !important; */
}

.main-menu.menu-dark .navigation>li.active>a {
	color: black !important;
}

.main-menu.menu-dark .navigation>li ul li>a {
	font-weight: 400;
	background: white;
	color: black;
}

.main-menu.menu-dark .navigation>li ul .active>a {
	/* background: linear-gradient(22deg, rgba(10, 0, 36, 1) 21%, rgba(0, 223, 198, 1) 73%) !important; */
	background: rgb(230, 223, 255);
	background: linear-gradient(22deg, rgba(30, 120, 150, 1) 0%, rgba(30, 120, 150, 0.5) 100%) !important;
	color: black;
	border-radius: 30px;
	font-size: 10pt;

}

.main-menu.menu-dark .navigation>li ul>a {
	background: linear-gradient(22deg, rgba(10, 0, 36, 1) 21%, rgba(0, 223, 198, 1) 73%) !important;
	color: white;
	border-radius: 30px;
	font-size: 10pt;

}

.main-menu.menu-dark .navigation>li ul li {
	background: white !important;
}

/* ====================================================*/

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	color: white;
}

.tab {
	color: black;
	padding: 10px;
	display: block;
	text-decoration: none;
	border-radius: 8px;
	margin-bottom: 5px;
	transition: background 0.2s;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	background: rgb(111, 0, 0);
	background: linear-gradient(175deg, rgba(111, 0, 0, 1) 28%, rgba(0, 0, 0, 1) 89%) !important;

}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	color: black;

}

.ui-tabs .ui-tabs-nav li {
	border: unset;
}

.tab:hover {
	background: rgb(111, 0, 0, 0.8);
	color: white !important;
}

.tab .notif {
	margin-left: 5px;
	color: #fff;
}

.ui-tabs .ui-tabs-nav {

	padding: 5px 10px 10 10px !important;
}

.ui-tabs .ui-tabs-panel {
	padding: 0 !important;
}

.filtering {
	background: #dddddd !important;
	border: unset !important;
}

.jtable thead th {
	background: rgb(111, 0, 0);
	background: linear-gradient(175deg, rgba(111, 0, 0, 1) 28%, rgba(0, 0, 0, 1) 89%);
	color: white;
	color: rgb(248, 248, 248);
	height: 50px;
	white-space: nowrap;
	padding: 0px 10px !important;
}

.jtable-container {
	/* overflow-x: auto; */
	/* This will add horizontal scroll */
	width: 100%;
}

.jtable-main-container table.jtable tbody>tr>td {
	background-color: white !important;
}


.jtable-main-container {
	overflow: auto;
}

.button-rounded {
	border-radius: 8px;
}

.header-navbar.navbar-dark .navbar-header .navbar-nav .nav-link,
.header-navbar.navbar-semi-dark .navbar-header .navbar-nav .nav-link {
	color: black !important;
}


.ui-widget-header {
	/* border: 1px solid;
	background: rgb(230, 223, 255);
	background: linear-gradient(22deg, rgba(30, 120, 150, 1) 0%, rgba(30, 120, 150, 0.5) 100%) !important; */
}

/* end custom new ui  */