@charset "utf-8";
/*
Color:
Font: #3e3f3c
Title: #5f9c3f
Blue: #5f9c3f, tua #264218, pale #e1ffc4
Green: #00a241, tua #007724, pale #d0ffe3
Red: #d40000, tua #770000, pale #ffd8d8

Reset Browser */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus { outline: 0; }
body { background: #FFF; line-height: 1; font-size: 14px; font-family: 'Lato', sans-serif; color: #3e3f3c; font-weight: 400; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a, .link { color: #5f9c3f; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
a:hover, .link:hover { color: #264218; }
a:hover img, .link:hover img { text-decoration: none !important; }
a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #264218; text-decoration: underline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) { display: none; }
del { color: #333; }
ins { background: none; text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; margin-bottom: 1.714285714rem; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small, .small { font-size: 10px; line-height: 14px; color: #888888; font-weight: 400; }
img { border: 0; -ms-interpolation-mode: bicubic; }
em { font-style: italic; }
p { line-height: 20px; padding: 4px 0; }
.clear { clear: both; }
.hidden { display: none; }
.pointer { cursor: pointer; }
input, select, textarea { font-size: 14px; line-height: 18px; font-family: 'Lato', sans-serif; }
input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="number"],
	input[type="search"], select, textarea {
	padding: 10px 8px;
	border: 1px solid #262e30;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #3e3f3c;
	line-height: 18px;
}
input:not([type]), input[type="text"]:hover, select:hover, input[type="password"]:hover,
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="search"]:hover {
	border: 1px solid #5f9c3f; background-color: #eeeeee; }
input:not([type]), input[type="text"]:focus, select:focus, input[type="password"]:focus, textarea:focus,
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus {
	color: #394343; background-color: #fff; border: 1px solid #5f9c3f; box-shadow: 0 0 2px #999; }

input[type="number"] { text-align: right; padding: 8px; }
input::-webkit-outer-spin-button, 
input::-webkit-inner-spin-button { margin-left: 10px; } 
input[type=number] { -moz-appearance:textfield; appearance:textfield; }

input:not([type]), input[type="submit"], input[type="button"], .button {
	background-color: #5f9c3f;
	border: 1px solid #5f9c3f;
	cursor: pointer;
	border-radius: 8px;
	padding: 10px 16px;
	color: #FFF;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 18px;
}
input:not([type]), input[type="submit"]:hover, input[type="button"]:hover, .button:hover {
	top:-1px; background-color: #264218; border: 1px solid #264218; }
input:not([type]), input[type="submit"]:active, input[type="button"]:active, .button:active { top:1px; }
input[type="text"]:disabled, input[readonly="readonly"] { background-color: #FFF; border: 1px solid #CCC; }
input[readonly="readonly"]:hover, input[readonly="readonly"]:focus { background-color: #FFF; border: 1px solid #CCC; box-shadow: none; }
a.button:hover { text-decoration: none; color: #FFF; }
input:not([type]), input[type="search"] { background-image: url(images/search.png); background-position: right center; background-repeat: no-repeat; width: 200px; }
input:not([type]), input[type="submit"].active, input[type="button"].active, .button.active { background-color: #005a77; border: 1px solid #005a77; }
input[type="file"] {display: none;}
.button_red { background-color: #d40000 !important; border-color: #d40000 !important; }
.button_red:hover { background-color: #770000 !important; border-color: #770000 !important; }
.button_green { background-color: #00a241 !important; border-color: #00a241 !important; }
.button_green:hover { background-color: #007724 !important; border-color: #007724 !important; }
.button_grey { background-color: #e1ffc4 !important; border-color: #e1ffc4 !important; color: #5f9c3f !important; }
.button_grey:hover { background-color: #c8ff93 !important; border-color: #c8ff93 !important; }
.button_disable { background-color: #adadad !important; border-color: #e2e2e2 !important; color: #5f9c3f !important; color: #FFF !important; }
.button_disable:hover { background-color: #adadad !important; border-color: #e2e2e2 !important; color: #FFF !important; }
.button_orange { background-color: #E3771B !important; border-color: #E3771B !important; }
.button_orange:hover, .button_orange:active { background-color: #E3771B !important; border-color: #E3771B !important; }
.font_green { color: #5F9C3F; }
.font_yellow { color: #E3771B !important; }
.pale_blue { background-color: #e1ffc4 !important; }
.low_green { background-color: #eafff2 !important; }
.pale_green { background-color: #E1FFC4 !important; }
.pale_red { background-color: #ffd8d8 !important; }
.button_inactive { background-color: #b3b3b3 !important; border-color: #b3b3b3 !important; color: #ffffff !important; cursor: auto !important; }
.button_inactive:hover { background-color: #a8a8a8 !important; border-color: #a8a8a8 !important; }
strong, .strong, .bold { font-weight: 900; }
.nowrap { white-space: nowrap; }
.notif {
	line-height: 18px;
	margin: 16px 0;
	text-align: center;
	color: #FFF;
	display: none;
	font-size: 13px;
	position: relative;
}
.notif div { padding: 16px; border-radius: 4px; }
.notifno { background: #b32f2f; }
.notifyes { background: #2fb32f; }
.aligncenter { text-align: center; }
.alignright { text-align: right; }
.transition { transition: all ease-out 200ms; }
.relative { position: relative; }
.absolute { position: absolute; }
.floatleft { float: left; }
.floatright { float: right; }
.halfleft { float: left; width: 49%; }
.halfright { float: right; width: 49%; }
.none { display: none; }
.linestd, .stdline { line-height: 18px;}
.vertop { vertical-align: top !important;}
.lupass { color: rgb(236, 201, 0); }
.lupass:hover { color: rgb(238, 218, 108); }
article { padding: 24px 0; margin: 0 3%; min-height: 80vh; }
h1 { color: #5f9c3f; font-weight: 300; font-size: 28px; line-height: 36px; }
h4 { font-weight: 900; color: #5f9c3f; font-size: 16px; line-height: 24px; }
.boxinput { padding: 6px 0; line-height: 18px; }
.wrapinput {
	padding: 0 24px 24px 24px;
	box-shadow: 0 0 4px #c0c0c0;
	border-radius: 8px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.headinput {
	background: #5f9c3f;
	margin: 0 -24px 16px -24px;
	color: #fff449;
	padding: 10px 0 10px 24px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.headorange {
	background-color: #E3771B;
	color: #FFF;
}
.inputhors { padding: 6px 0; }
.sparator {
	height: 8px;
	clear: both;
}
.inputlabel { padding-bottom: 2px; }
.submitarea { padding: 16px 0; }
.noborder { border: none !important; }
.pagetitle {
	display: inline-block;
	position: relative;
	top: 8px;
	white-space: nowrap;
  	overflow: hidden;
	max-width: 60%;
	text-overflow: ellipsis;
}
.nowrap {
	white-space: nowrap;
}
.inputsubtitle {
	padding: 6px 0;
	line-height: 20px;
	font-weight: 900;
	border-bottom: 1px dotted #c4c4c4;
	border-top: 1px dotted #c4c4c4;
}
.artitle {
	display: block;
	position: relative;
	padding: 0 16px 0 0;
	text-align: center;
}
.arsubtitle {
	display: block;
	text-align: center;
	line-height: 20px;
}
.arwrap {
	width: auto;
	max-width: 1024px;
	margin: 0 auto;
}
.arcontent {
	padding: 16px;
}
.arcontent ul, .arcontent ol {
	padding: 4px 0 4px 16px;
	margin: 0 0 0 16px;
	line-height: 20px;
}
.arcontent ul li {
	list-style: disc;
	line-height: 20px;
	padding: 0;
	margin: 0;
}
.arcontent ol li {
	list-style: decimal;
	padding: 0;
	margin: 0;
	line-height: 20px;
}
/* COLOR 
#d9faff #e1ffc4
#0-03569 #264218

*/
/* HEADER */
header { background: #e1ffc4; height: 64px; display: block; }  
.logo { float: left; width: 320px; background: #264218 url(images/header-bg.jpg) no-repeat right center; height: 64px; }
.logoimg { display: block; padding: 12px 0 0 16px; width: 222px; height: auto; }
/* REGISTER LOGIN */
.reginput { width: 98%; max-width: 300px; }
#regloader { right: 24px; top: 22px; }
#verloader1, #verloader2, #verloader3 { 
	right: 0;
	top: 22px;
}
#produkloader { left: 160px; top: 10px; }
#produkloader2 { left: 60px; top: 0px; }
.boxwelcome {
	max-width: 640px;
}
.linkreg {
	padding: 32px 0;
}
.regket {
	font-size: 11px;
	line-height: 14px;
	padding: 4px 0;
	color: #8e928f;
}
.showpass {
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	box-shadow: 0 0 2px #929292;
	margin-bottom: -14px;
	transition: all ease-in-out 200ms;
	opacity: 0.6;
	position: relative;
}
.showpass:hover {
	opacity: 1;
	bottom: 1px;
}
.showpass:active, .showpass:focus {
	opacity: 1;
	bottom: 0;
}
.kolsatureg {
	height: 720px;
	position: relative;
	background-image: url(images/register-publisher.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 80% auto;
}
/* DROPDOWN MENU */
.menuwrap {
	float: right;
	width: auto;
	padding: 0 16px 0 0;
}
.navbar {
	overflow: hidden;
	/* background-color: #333; */
}
.navbar a {
	float: right;
	font-size: 14px;
	color: #264218;
	text-align: center;
	padding: 23px 16px;
	text-decoration: none;
	line-height: 18px;
}
.navbar a.menuicon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	width: 12px;
	height: 18px;
}
.navbar a.menuicon.logout {
	background-image: url(images/menu-logout-dark.png);
}
.navbar a.menuicon.option {
	background-image: url(images/menu-option.png);
}
.navbar a.menuicon.user {
	background-image: url(images/menu-profil.png);
}
.navbar a.menuicon.print {
	background-image: url(images/menu-print.png);
}
.navbar a.menuicon.premium {
	background-image: url(images/menu-langganan.png);
}
.navbar a.menuicon.kalender {
	background-image: url(images/menu-kalender.png);
}
.navbar span.menuicon {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px;
	width: 24px;
	height: 24px;
	display: block;
	margin-top: -2px;
}
.navbar span.menuicon.option {
	background-image: url(images/menu-option.png);
}
.dropdown {
	float: right;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
.dropdown .dropbtn {
	font-size: 14px;
	line-height: 18px; 
	border: none;
	outline: none;
	color: #264218;
	padding: 23px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn, .navbar a.aktif, .dropdown .dropbtn.aktif {
	background-color: #E3771B;
	color: #FFF;
}
.navbar a.menulogout:hover {
	background-image: url(images/menu-logout-light.png);
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
.dropdown-content a:hover {
	background-color: #E3771B;
}
.dropdown:hover .dropdown-content {
	display: block;
}
/* PAGE: ASET */
.righttitle {
	float: right;
	width: auto;
	text-align: right;
}
.pagetitleaset {
	position: relative;
	top: 14px;
}
.toparea {
	padding: 16px 0 24px 0;
}
.kolfull {
	width: 100%;
	padding: 0;
}
.kolsatu {
	width: calc(50% - 25px);
	padding: 0 48px 0 0;
}
.koldua {
	width: calc(50% - 25px);
	padding: 0;
}
.koltigaleft {
	width: calc(33.3% - 12px);
	padding: 0 8px 0 0;
}
.koltigacenter {
	width: calc(33.3% - 12px);
	padding: 0 8px;
}
.koltigaright {
	width: calc(33.3% - 12px);
	padding: 0 0 0 8px;
}
.inputleft, .inputright, .inputfull {
	display: inline-block;
	vertical-align: middle;
	min-height: 20px;
	padding: 4px 0;
	line-height: 20px;
}
.inputleft {
	width: 160px;
}
.inputright {
	width: calc(99% - 164px);
}
.inputfull {
	width: 100%;
}
.lampiranbox {
	padding: 10px 8px;
	border: 1px solid #262e30;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #3e3f3c;
	line-height: 18px;
}
.lamlabel {
	line-height: 20px;
}
.savedit {
	padding: 24px 0;
    position: relative;
}
.edittext {
	width: calc(100% - 264px);
}
.progressbox {
	width: 100%;
	border: 1px solid #264218;
	height: 38px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.progressbar {
	height: 38px;
	width: 0%;
	background: #5f9c3f;
}
.fullinput {
	width: calc(99% - 16px);
}
.proglamp {
	float: right;
	width: calc(100% - 128px);
}
.progimg {
	width: 238px;
	margin-top: 8px;
}
.ui-tooltip {
	font-size: 14px;
	line-height: 20px;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
	background: #e1ffc4;
}
.lampitem {
	padding: 8px 0;
	position: relative; 
	border-bottom: 1px dotted #5f9c3f;
}
.lampfile {
	line-height: 20px;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden;
}
.lampthumb {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0 16px 0 0;
}
.lampdel {
	position: absolute;
	right: 4px;
	top: 16px;
	display: block;
	opacity: 0.4;
	width: 16px;
	height: 16px;
	transition: ease-in-out 200ms;
	cursor: pointer;
}
.lampdel:hover {
	opacity: 1;
}
.lamp_ket {
	width: 70%;
}
.defimg {
	display: block;
	width: 180px;
	height: 240px;
	border-radius: 16px; 
	padding-bottom: 8px;
}
.profilpicimg {
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 50%; 
	margin-bottom: 8px;
}
.profilpic {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%; 
	margin-bottom: 8px;
}
.defbanner {
	display: block;
	width: 90%;
	max-width: 640px;
	height: auto;
	border-radius: 4px; 
	padding-bottom: 8px;
}
.defimgview {
	width: calc(50% - 18px);
	height: auto;
	display: block;
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 400ms;
	opacity: 1;
}
.defimgview:hover {
	border: 2px solid #e1ffc4;
	opacity: 0.7;
}
.buttondefimg {
	width: 148px;
	text-align: center;
}
.buttonprofilimg {
	width: 98px;
	text-align: center;
}
#imgnotif {
	width: 240px;
}
.imgarea {
	position: relative;
	width: 241px;
	float: left;
}
.imgnote {
	float: left;
	width: calc(99% - 268px);
}
.imgtext {
	line-height: 16px;
	padding: 16px 0;
	font-size: 12px;
}
.fotoimg {
	width: 90px;
	height: auto;
	border-radius: 8px;
}
.itemfoto {
	position: relative;
	display: inline-block;
	padding: 4px 2px;
}
.nofoto {
	padding: 16px 0;
}
.delfoto {
	position: absolute;
	right: 6px;
	top: 8px;
	opacity: 0.6;
	transition: ease-in-out all 300ms;
	cursor: pointer;
	width: 16px;
	height: 16px;
}
.delfoto:hover {
	opacity: 1;
}
.editimg {
    width: 260px;
}
.tabarea {
    padding: 16px 0;
}
.stdtab {
    width: 99.9%;
    min-width: 50%;
}
.stdtab th {
    padding: 12px 16px;
    background: #5f9c3f;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.stdtab td {
    border-bottom: 1px solid #5f9c3f;
    padding: 8px 12px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
.subtab {
	width: 99.9%;
    min-width: 50%;
}
.subtab td {
    border-bottom: 1px solid #ebebeb;
    padding: 4px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
.transicon {
    opacity: 0.6;
    cursor: pointer;
    transition: all 300ms ease-in-out;
	box-shadow: 0 0 2px #333;
	padding: 6px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 4px;
	position: relative;
	top: 2px;
	width: 24px;
	height: 24px;
	background-color: #FFF;
}
.transicon:hover {
    opacity: 1;
	top: 0;
}
.transicondash {
	cursor: default !important;
	box-shadow: none;
}
.resetbutton {
	position: relative;
	top: 14px;
	padding: 8px;
}
.resetbutton:hover {
	position: relative;
	top: 12px;
}
.tooltopicon {
	position: relative;
	top: 14px;
	padding: 7px;
}
.tooltopicon:hover {
	top: 12px;
}
#saveloader {
    right: 110px;
    top: 28px;
}
#asetloader {
    right: 260px;
    top: 28px;
}
#catloader {
    right: 120px;
    top: 28px;
}
.pgjloader {
    right: 220px;
    top: 28px;
}
#histloader {
    right: 180px;
    top: 28px;
}
#tokoloader, #personloader, #lokasiloader,
#merkloader, .merkloader, #provloader, .provloader {
    right: 36px;
    top: 16px;
}
#topikloader {
	left: 188px;
    top: 16px;
}
#nonaktifloader, #delasetloader, .delasetloader, #aktifasetloader {
	right: 10px;
	top: 12px;
}
#inverloader {
    right: 160px;
    top: 28px;
}
#inverloader2 {
    right: auto;
    top: 28px;
	left: 160px;
}
.agendaitemloader {
	position: absolute;
    right: 100px;
    top: 4px;
	display: none;
}
.optionloader {
	right: 120px;
    top: 28px;
}
.delicon {
	position: absolute;
	display: block;
	opacity: 0.6;
	width: 32px;
	height: 32px;
	left: 0;
	top: 28px;
	transition: all ease-in-out 400ms;
	cursor: pointer;
}
.delicon:hover, .delicon:active {
	opacity: 1;
}
.asettab {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 16px;
}
.asettab .trhead {
	box-shadow: none;
}
.asettab .trhead th {
	vertical-align: middle;
	padding: 12px 8px;
	line-height: 20px;
	width: auto;
	text-transform: uppercase;
	font-weight: 900;
	background-color: #5f9c3f;
	color: #FFF;
}
.asettab .trhead th:first-child {
	border-radius: 8px 0 0 8px;
}
.asettab .trhead th:last-child {
	border-radius: 0 8px 8px 0;
}
.asettab .trcontent {
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	transition: all ease-in-out 300ms;
	border-radius: 8px;
}
.asettab .trcontent:hover {
	background-color: #f3f3f3;
}
.asettab .trcontent td {
	vertical-align: middle;
	padding: 8px;
	line-height: 20px;
	width: auto;
}
.pictab {
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	width: 36px;
	height: 36px;
	display: block;
}
.boldtd {
	font-weight: 900;
}
.subtd {
	font-size: 11px;
	line-height: 15px;
	color: #929596;
}
th .subtd {
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
}
.toolarea {
	padding: 16px;
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	border-radius: 8px;
	position: relative;
}
.toolorder {
	padding: 6px 16px 16px 16px;
}
.toolarea select {
	width: 100px;
}
.toolbottom {
	margin-top: 16px;
	min-height: 38px;
}
.toolright {
	position: absolute;
	right: 16px;
	top: 16px;
	width: auto;
	text-align: right;
}
.downlist {
	top: auto;
	bottom: 16px;
}
.pagination {
	text-align: center;
	padding: 24px 0;
}
.pagenum {
	display: inline-block;
	line-height: 16px;
	padding: 4px 8px;
	border-radius: 4px;
	background-color: #929596;
	color: #FFF;
	margin: 0 1px;
	font-size: 12px;
}
a.pagenum {
	background-color: #5f9c3f;
	color: #FFF;
	transition: all ease-in-out 300ms;
}
a.pagenum:hover {
	top:-1px;
	background-color: #264218;
	text-decoration: none;
}
.showing {
	line-height: 16px;
	padding: 8px 0 0 0;
	font-size: 12px;
	color: #929596;
}
.topreset {
	position: relative;
	top: 14px;
}
.qrview {
	width: 100%;
	height: auto;
}
.qrwrap .transicon {
	position: absolute;
	right: 8px;
	bottom: 8px;
	top: auto;
	opacity: 0.8;
}
.qrwrap .transicon:hover {
	opacity: 1;
}
.headtab {
	padding: 16px 0 0 0;
	border-bottom: 2px solid #e1ffc4;
	margin-bottom: 16px;
}
.headtabtitle {
	float: left;
	padding: 10px 20px;
	border: 1px solid #c0c0c0;
	border-radius: 8px 8px 0 0;
	display: block;
	font-weight: 900;
	background-color: #c0c0c0;
	color: #FFF;
	margin-right: 2px;
	position: relative;
}
.headtabtitle.active {
	background-color: #e1ffc4;
	border: 1px solid #e1ffc4;
	color: #5f9c3f;
}
.headtabtitle:hover {
	text-decoration: none;
	background-color: #e1ffc4;
	border: 1px solid #e1ffc4;
	color: #5f9c3f;
}
a.headtabtitle:hover {
	top: -1px;
}
.histitem {
	padding: 10px 16px;
	background-color: #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	border-radius: 8px;
	transition: all ease-in-out 400ms;
	margin-bottom: 16px;
	position: relative;
}
.histitem:last-child {
	margin: 0;
}
.histitem:hover {
	background-color: #f3f3f3;
}
.histeditcon {
	position: absolute;
	width: auto;
	right: 16px;
	top: 16px;
}
.tophist {
	padding: 8px;
	background-color:#e1ffc4;
	border-radius: 8px;
	margin-bottom: 16px;
	text-align: right;
}
.nonaktifeditcon {
	position: absolute;
	width: auto;
	right: 16px;
	top: 56px;
}
.savedit .transicon {
	position: absolute;
	left: 0;
	top: 27px;
}
.ui-dialog-content {
	font-size: 14px;
	line-height: 20px;
}
.thetoolbottom {
	padding-top: 16px;
}
.trcontent a {
	color: #3e3f3c;
}
.subtd a {
	color: #5b8665;
}
.righttitle .button_grey {
	position: relative;
	top: -11px;
}
.righttitle .button_grey:hover {
	position: relative;
	top: -12px;
}
.titletool {
	line-height: 20px;
	padding: 0 0 8px 0;
}
.qrsample {
	display: block;
	float: left;
	width: 40%;
	height: auto;
	padding: 0 24px 0 0;
}
.checknote {
	line-height: 20px;
	padding: 4px 0;
}
.checktitle {
	font-weight: 900;
}
.qrnovalid {
	text-align: center;
	width: 240px;
	margin: 48px auto;
	background: #008AD3;
	color: #FFF;
	padding: 16px;
	line-height: 20px;
	border-radius: 16px;
}
.qrtitle {
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	line-height: 24px;
	padding-bottom: 16px;
}
.headinput_qrview {
	background: #e1ffc4;
	margin: 0 0 8px 0;
	color: #5f9c3f;
	padding: 10px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.textdef_qrview {
	padding: 4px 0;
}
.inputleft_qrview {
	line-height: 20px;
	font-size: 14px;
	color: #8e9a9c;
	float: left;
	width: 124px;
}
.inputright_qrview {
	line-height: 20px;
	font-size: 14px;
	float: left;
	width: calc(99% - 124px);
}
.wrapinput_qrview {
	padding: 0 0 0 0;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.scanhistbox:first-child {
	padding: 0 0 8px 0;
}
.scanhistbox {
	border-bottom: 1px dotted #264218;
	padding: 8px 0 8px 0;
}
.defimgview_qrview {
	width: 50%;
	height: auto;
	max-width: 360px;
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 400ms;
	opacity: 1;
}
.listh {
	opacity: 0.6;
}

/* PRINT QR-CODE */
.asetarea {
	min-height: 200px;
	border-radius: 8px;
	box-shadow: inset 0 0 4px #c0c0c0;
	background-color: #f8f8f8;
	padding: 16px;
}
.noaset {
	text-align: center;
	padding: 16px 0;
}
.qr_inputhors {
	position: relative;
	min-height: 240px;
}
.qrcoverload {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -10;
	background-color: rgba(241,242,243,0.5);
	opacity: 0;
	transition: all ease-in-out 400ms;
}
.qrcoverload.view {
	opacity: 1;
	z-index: 10;
}
.qrloaderpage {
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
}
.printket {
	padding: 0 0 24px 0;
}
.kosong {
	font-style: italic;
}

/* NOTIF TOP */
.notiftop {
	padding: 16px 16px 16px 72px;
	border-radius: 16px;
	box-shadow: 0 0 4px #dde1e2;
	border: 1px solid #FFF;
	margin-bottom: 24px;
	background-size: 36px 36px;
	background-position: 16px 20px;
	background-repeat: no-repeat;
	line-height: 20px;
}
.notiftop.info {
	background-color: #e1ffc4;
	background-image: url(images/notif-info.png);
}
.notiftop.warning {
	background-color: #ffd8d8;
	background-image: url(images/notif-warning.png);
}
.kodever {
	width: 100px;
	font-size: 20px;
	font-weight: 900;
	line-height: 28px;
	text-align: center;
}

/* USER PROFILE */
.profilebutton {
	padding: 20px 0 0 0;
	text-align: left;
}
.topupgrade {
	background-color: #e1ffc4;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 16px;
	position: relative;
}
.hargatop {
	position: absolute;
	width: auto;
	height: auto;
	padding: 12px 24px;
	background-color: #264218;
	color: #FFF;
	text-align: center;
	border-radius: 16px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #262e30;
	right: 24px;
	top: 16px;
	transform: rotate(8deg);
}
.htlabel {
	line-height: 20px;
}
.htharga {
	font-weight: 900;
	font-size: 28px;
	line-height: 36px;
}
.uptext {
	padding: 8px 0 24px 0;
	font-size: 16px;
	line-height: 24px;
}
.textpaket {
	text-align: left;
	padding: 0 0 0 56px;
}
.checkwrap {
	background-image: url(images/check_inactive.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 100%;
}
.paketbig {
	font-weight: 900;
}
.paketsubsmall {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.uptextbottom {
	padding: 16px;
	line-height: 20px;
	background: #e1ffc4;
	border-radius: 16px;
	max-width: 600px;
	margin: 0 0 0 16px;
}
.upbox {
	float: left;
	width: 200px;
	height: auto;
	background-color: #84deeb;
	border-radius: 8px;
	padding: 20px 0 28px 0;
	text-align: center;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
	border: 2px solid #FFF;
	transition: all ease-in-out 200ms;
}
.upbox:hover {
	box-shadow: 0 0 4px #636d6f;
}
.upbox.med {
	background-color: #c5f2f9;
}
.upbox.low {
	background-color: #c5f2f9;
}
.lingkaran {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #264218;
	margin: 0 auto;
	box-shadow: inset 0 0 4px #264218;
}
.jmlbulan {
	font-weight: 900;
	color: #FFF;
	font-size: 96px;
	line-height: 100px;
	padding: 10px 0 0 0;
}
.ketbulan {
	font-size: 20px;
	line-height: 28px;
	color: #FFF;
}
.jmluang {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
	padding: 0 0 12px 0;
}
.hargasli {
	font-size: 13px;
	line-height: 16px;
	padding: 16px 0 0 0;
	text-decoration: line-through;
}
.hemat {
	background-color: #981e1e;
	color: #FFF;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	width: 150px;
	right: -48px;
	top: 9px;
	padding: 4px 0;
	transform: rotate(45deg);
}
.uptable {
	max-width: 800px;
	width: 98%;
}
.uptable th, .uptable .upjml {
	background-color: #e1ffc4;
	font-weight: 900;
	padding: 12px 8px;
	line-height: 18px;
}
.uptable td {
	border-bottom: 1px dotted #262e30;
	padding: 6px 8px;
	vertical-align: middle;
}
.uptable .upbyr {
	border: none;
	padding: 16px 8px 6px 8px;
	height: 96px;
}
.subloader {
	padding: 0 0 0 8px;
	position: relative;
	top: 2px;
	display: none;
}
.upnom {
	color: #5f9c3f;
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	padding: 8px 0;
}
.uptext .inputleft {
	width: 240px;
}
.uptext .inputright {
	width: calc(99% - 240px);
}
.uptext h3 {
	color: #5f9c3f;
	font-weight: 900;
	font-size: 18px;
	line-height: 24px;
	padding: 0 0 8px 0;
}
.upcancel {
	position: absolute;
	right: 0;
	top: 36px;
}
#bayarloader {
	left: -48px;
	top: 48px;
	z-index: -1;
}
#leftloader {
	left: 180px;
	top: 28px;
}
.konfirmoke {
	padding: 16px;
	background-color: #e1ffc4;
	max-width: 640px;
	margin: 16px 16px 64px 0;
	border-radius: 8px;
}
.imginv {
	display: block;
	position: absolute;
	right: 16px;
	top: 25px;
	width: 36px;
	height: auto;
	cursor: pointer;
	opacity: 0.6;
	transition: all ease-in-out 300ms;
}
.imginv:hover {
	top: 23px;
	opacity: 1;
}
.dashsatu {
	width: calc(66% - 25px);
	padding: 0 48px 0 0;
}
.dashdua {
	width: calc(33% - 25px);
	padding: 0;
}
.titlechart {
	text-align: center;
	line-height: 20px;
	padding: 0 0 16px 0;
}
.topchart {
	float: left;
	height: auto;
	width: 45%;
	padding: 2%;
}
.dashdua .inputleft, .dashdua .inputright, .dashdua .inputfull {
	padding: 0;
}
.dashdua .inputhors {
	width: auto;
}
.listdash {
	vertical-align: middle;
	line-height: 20px;
	border-bottom: 1px dotted #264218;
	width: auto;
	padding: 8px 0;
	position: relative;
	transition: all ease-in-out 300ms;
	background-color: #FFF;
}
.listdash:hover {
	background-color: #f3f3f3;
}
.dashchart {
	height: 280px;
	padding: 0;
	width: 100%;
	position: relative;
}
.bottomchart {
	height: 280px;
	padding: 0;
	width: 100%;
	position: relative;
}
.dashtumb {
	float: left;
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 20px 0 0;
	border-radius: 8px;
	border: 2px solid #FFF;
	box-shadow: 0 0 4px #c0c0c0;
}
.listdash small {
	display: block;
	padding-top: 2px;
}
.listdash .transicon {
	position: absolute;
	right: 0;
	top: 10px;
}
.listdashtitle {
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 104px);
	text-overflow: ellipsis;
	display: inline-block;
}
.listdashtitletop {
	white-space: nowrap;
	overflow: hidden;
	width: calc(100% - 50px);
	text-overflow: ellipsis;
	display: inline-block;
}
.buttonnotif {
	padding-top: 10px;
}
.wrapinputlogin small {
	display: inline-block;
	position: relative;
	bottom: 2px;
}
.editlogin {
	opacity: 0.5;
	transition: all ease-in-out 400ms;
	cursor: pointer;
	position: relative;
	top: 4px;
}
.editlogin:hover {
	opacity: 1;
	top: 2px;
}
footer {
	padding: 48px 2% 36px 2%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #9fa4a5;
}
footer a {
	color: #9fa4a5;
}
footer a:hover {
	color: #5f9c3f;
}
.tabfin {
	width: 100%;
}
.tabfin td {
	line-height: 18px;
	padding: 4px;
	border-bottom: 1px dotted #264218;
	vertical-align: middle;
}
.finicon {
	height: 24px;
	width: auto;
}
.finiconlist {
	height: 16px;
	width: auto;
	position: relative;
	top: 3px;
}
.finicondash {
	height: 16px;
	width: auto;
	position: relative;
	top: -4px;
}
.listdashtitletop.dashfin {
	line-height: 24px;
}
.akumulasibox {
	line-height: 20px;
	padding: 16px 0 0 0;
}
.tabfintot {
	width: 100%;
	max-width: 280px;
}
.tabfintot td {
	line-height: 18px;
	padding: 8px 2px;
	border-bottom: 1px dotted #264218;
	vertical-align: middle;
}
.maxheight500 {
	max-height: 500px;
	width: auto;
	overflow-y: auto;
	padding: 4px 8px 4px 4px;
}
.bignum {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	width: 100px;
}
.usbig {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
}
.bignumadmin {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	width: 100px;
	position: relative;
	top: 2px;
}
.usbigadmin {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
	position: relative;
	top: 2px;
}
#aktivitasloader {
	left: 110px;
	top: 9px;
}
#supportloader {
	left: 150px;
	top: 9px;
}
.buttondash {
	padding: 24px 0 0 0;
}
.dashinout {
	display: block;
	position: absolute;
	height: 24px;
	width: auto;
	top: 14px;
	left: 4px;
}
.listinout {
	padding-left: 48px;
}
.dashrightbutton {
	float: right;
	text-align: right;
	width: 270px;
}
.topsrcdash {
	font-size: 24px;
	line-height: 32px;
	font-weight: 900;
	padding: 8px 0 0 0;
	display: block;
	float: left;
}
.smallth {
	color: #FFF;
	text-transform: capitalize;
	display: block;
}
.totalbudget {
	font-size: 16px !important;
	font-weight: 900;
}
.noadsbudget {
	text-align: center;
	background-color: #E1FFC4;
	padding: 16px 0;
	margin: 24px 0 0 0;
}
.gakaktif {
	color: #fff;
	padding: 2px 8px;
	background-color: #770000;
	border-radius: 4px;
	position: relative;
	top: -1px;
}
#reportloader {
	left: 190px;
	top: 8px;
}
.headsekarang {
	margin-top: 24px;
	background-color: #E1FFC4;
	color: #264218;
}
.reporticon {
	float: right;
	text-align: right;
	width: 100px;
}
.popdown {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: -100;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all ease-in-out 400ms;
}
.popdown.active {
	opacity: 1;
	z-index: 100;
}
.popbox {
	width: 400px;
	background-color: #FFF;
	text-align: center;
	padding: 24px 0;
	position: absolute;
	top: calc(50vh - 72px);
	left: calc(50vw - 208px);
	box-shadow: 0 0 16px #3e3f3c;
	border-radius: 16px;
}
.buttonpop {
	padding: 16px 0 0 0;
}
.closepop {
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	cursor: pointer;
	opacity: 0.5;
	transition: all ease-in-out 200ms;
}
.closepop:hover {
	opacity: 1;
}
.closepop:active {
	opacity: 1;
	top: 10px;
}
.subjudullap {
	font-weight: 900;
	line-height: 20px;
	padding: 4px 0;
	margin: 24px 0 4px 0;
	border-bottom: 1px dotted #5F9C3F;
	color: #5F9C3F;
}
.imgtool {
	position: relative;
	top: 6px;
	padding: 0 6px 0 0;
	display: inline-block;
}
.transitool {
	top: 12px;
}
.transitool:hover {
	top: 10px;
}
.toolreport {
	margin-top: 16px;
	background: #E1FFC4;
	box-shadow: none;
}
.repitem {
	font-size: 18px;
	line-height: 24px;
}
.toprepitem {
	float: right;
}
.tabtool {
	width: 99%;
}
.tabtool td {
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.boxlayanan {
	padding: 16px 0 24px 0;
}
.headlayanan {
	font-size: 20px;
	line-height: 28px;
	font-weight: 900;
	padding: 0 0 16px 0;
}
.layprod {
	width: calc(49% - 8px);
	float: left;
}
.boxprod {
	margin: 0 16px 16px 0;
	box-shadow: 0 0 8px #d1d1d1;
	padding: 16px;
	background-color: #fff;
	transition: all ease-in-out 200ms;
}
.boxprod:hover {
	background-color: #f5f5f5;
}
.namaproduk {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
}
.descproduk {
	line-height: 20px;
	padding: 8px 0;
	height: 50px;
	overflow: hidden;
}
.descprodukfull {
	line-height: 20px;
	padding: 8px 0;
}
.buttonproduk {
	padding: 16px 0 0 0;
}
.hargaproduk {
	float: left;
	width: 48%;
}
.hargatext {
	font-size: 16px;
	line-height: 22px;
	font-weight: 900;
}
.buttonprodbox {
	float: right;
	width: 48%;
	text-align: right;
}
.listdashgroup {
	padding: 0 0 24px 0;
}
.subheadwrap {
	padding: 0 0 8px 0;
	line-height: 20px;
}
.nowrap {
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inputnotif {
	padding: 16px;
	background-color: #fff449;
	border-radius: 16px;
}

/* CHAT */
.wrapinputchat {
	padding: 0;
	position: relative;
}
.headinputchat {
	margin: 0 0 16px 0;
}
.kolsatuchat {
	width: calc(70% - 25px);
}
.kolduachat {
	width: calc(30% - 25px);
}
.chatman {
	width: calc(50% - 51px);
	float: left;
	border: 1px solid #E1FFC4;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	background-position: 8px 10px;
	padding: 12px 0 12px 40px;
	cursor: pointer;
	line-height: 20px;
	margin: 0 4px;
	border-radius: 8px;
	background-color: #E1FFC4;
	transition: all ease-in-out 200ms;
	position: relative;
}
.chatbill {
	background-image: url(images/icon-pay.png);
}
.chatads {
	background-image: url(images/icon-ads.png);
}
.chatman.active {
	border: 1px solid #5F9C3F;
	background-color: #fff449;
	cursor: default;
	font-weight: 900;
}
.chatman:hover {
	background-color: #fff449;
}
.chatarea {
	height: 468px;
	overflow-x: auto;
	position: relative;
	padding: 24px;
}
.chatbox {
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	padding-bottom: 64px;
}
.chatinput {
	background-color: #E1FFC4;
	position: relative;
}
.chattext {
	display: block;
	float: left;
	margin: 16px 0 16px 4px;
	width: calc(100% - 140px);
	height: 18px;
}
.chatattach {
	width: 28px;
	height: 28px;
	display: block;
	padding: 6px;
	background-color: #E1FFC4;
	margin: 16px 0 0 16px;
	border-radius: 8px;
	float: left;
	cursor: pointer;
}
.chatsend {
	width: 28px;
	height: 28px;
	display: block;
	padding: 6px;
	background-color: #E1FFC4;
	margin: 16px 16px 0 0;
	border-radius: 8px;
	float: right;
	cursor: pointer;
}
.chatsend:hover, .chatattach:hover {
	box-shadow: 0 0 4px #b4b6af;
}
.chatsend:active, .chatattach:active {
	position: relative;
	top: 2px;
}
.thechat {
	padding: 16px;
	line-height: 20px;
	border-radius: 16px;
	position: relative;
	clear: both;
}
.chatleft {
	margin: 8px 5% 8px 8px;
	float: left;
	background-color: #E1FFC4;
}
.chatright {
	margin: 8px 8px 8px 5%;
	float: right;
	background-color: #ebebeb;
}
.chatfull {
	margin: 8px;
	background-color: #ebebeb;
	text-align: center;
}
.chatbal {
	position: absolute;
	display: block;
	width: 28px;
	height: 28px;
}
.chatbaleft {
	left: -4px;
	bottom: -4px;
}
.chatbaright {
	right: -4px;
	bottom: -4px;
}
.chatloader {
	display: none;
	position: absolute;
	width: 24px;
	height: 24px;
	right: 80px;
	top: 24px;
}
.newchat {
	position: absolute;
	display: block;
	width: 10px;
	height: 10px;
	right: 4px;
	top: 4px;
	animation: blinker 1s linear infinite;
}
.newchat.none {
	display: none;
}
.blinker {
	opacity: 0.6;
    transition: all 300ms ease-in-out;
	padding: 6px;
	display: inline-block;
	border-radius: 4px;
	margin: 0 4px;
	position: relative;
	top: 2px;
	width: 24px;
	height: 24px;
	background-color: #FFF;
	animation: blinker 1s linear infinite;
}
@keyframes blinker { 50% { opacity: 0; } }
.userbox {
	position: relative;
	margin: 0 8px;
	padding: 8px 16px;
	border-bottom: solid 1px #EBEBEB;
	cursor: pointer;
}
.userbox:hover {
	background-color: #E1FFC4;
}
.userbox.active {
	cursor: default;
	background-color: #E1FFC4;
}
.usernama {
	font-weight: 900;
	line-height: 20px;
}
.usercompany {
	font-size: 12px;
	line-height: 16px;
}
.userchat {
	font-size: 12px;
	line-height: 16px;
	width: auto;
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	color: #8e9a9c;
}
.chatsearch {
	position: relative;
	padding: 16px;
}
.chatsearchinput {
	width: calc(100% - 24px);
	background-image: url(images/search.png);
	background-position: right center;
	background-repeat: no-repeat;
}
.cari_chat_loader {
	position: absolute;
	right: 64px;
	top: 28px;
	width: 16px;
	height: 16px;
	display: none;
}
.klienchat {
	padding-bottom: 16px;
	max-height: 200px;
	overflow-x: auto;
}
.tglchat {
	font-size: 9px;
	line-height: 12px;
	padding-bottom: 2px;
	opacity: 0.5;
}
.textchat {
	line-height: 20px;
}
.lamplink {
	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
	max-width: 60%;
	display: inline-block;
}
.lampsupdel {
	position: relative;
	cursor: pointer;
	top: 0;
	opacity: 0.6;
	transition: all ease-in-out 200ms;
	margin: 0 0 0 16px;
}
.lampsupdel:hover, .lampsupdel:active {
	top: -1px;
	opacity: 1;
}
.topiktitle {
	line-height: 20px;
	font-weight: 900;
}
.imgchat {
	width: 128px;
	height: auto;
}
.imgchatfile {
	width: 24px;
	height: auto;
	position: relative;
	display: inline-block;
	top: 8px;
	margin: 0 4px 0 0;
}
.chatprog {
	position: absolute;
	height: 12px;
	top: -12px;
	left: 0;
	background-color: #5F9C3F;
}
.notifclose {
	line-height: 20px;
	padding: 16px 0;
	text-align: center;
}
.linksup { color: #5f9c3f; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linksup:hover { color: #264218; text-decoration: underline; }
.icondel {
	position: absolute;
	right: 0;
	top: 8px;
}
.icondel:hover {
	position: absolute;
	right: 0;
	top: 6px;
}
.varharga {
	width: 64px;
}
.vartab {
	width: 99%;
}
.vartab td, .vartab th {
	padding: 4px;
	vertical-align: middle;
	line-height: 20px;
}
.vartab th {
	font-weight: 900;
}
.vartab td {
	border-bottom: 1px solid #adafaa;
}
.vartab thead tr th {
	background-color: #e1ffc4;
	text-align: center;
}
.icontabel {
	height: 24px;
	width: auto;
}
.custloader {
	position: absolute;
	width: 24px;
	height: 24px;
	left: 240px;
	top: 12px;
	display: none;
}
.ui-tabs {
	font-family: 'Lato', sans-serif !important;
}
.wrapbook {
	padding: 0;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}
.headbook {
	margin: 0 -24px 0 -24px;
	padding: 10px 0 10px 24px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.bookhighlight {
	background-color: #dddddd;
}
.inputnote {
	line-height: 20px;
	padding-bottom: 12px;
	font-weight: 900;
}
.loadharga {
	position: absolute;
	width: 24px;
	height: auto;
	left: 128px;
	top: 10px;
	display: none;
}
.tabharga {
	width: auto;
}
.tabharga td {
	font-size: 13px;
	line-height: 18px;
	padding: 2px;
}
.defbook {
	display: block;
	width: 64px;
	height: auto;
	border-radius: 8px;
}
.coverbook {
	float: left;
	width: 64px;
	height: auto;
}
.filebook {
	float: left;
	margin: 0 0 0 16px;
	line-height: 20px;
}
.filebooktitle {
	font-weight: 900;
	padding-bottom: 8px;
}
.tdimg {
	height: 48px;
	width: auto;
}
.ldleft {
	float: left;
	width: 42px;
	margin: 0 8px 0 0;
}
.ldleft img {
	height: auto;
	width: 40px;
}
.ldright {
	float: left;
}
.linkicon {
	height: 16px;
	width: auto;
	position: relative;
	top: 2px;
	padding: 0 2px 0 0;
}
.ulstd {
	margin: 0;
	padding: 0 0 0 32px;
}
.ulstd li {
	list-style: disc;
	padding: 0 0 0 0;
}

/* RESPONSIVE */
.menubutton {
	position: absolute;
	width: 64px;
	height: 64px;
	right: 0;
	top: 0;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px 32px;
	transition: all ease-in-out 200ms;
	cursor: pointer;
	background-color: #e1ffc4;
	display: none;
}
.menubutton:hover, .menubutton:active {
	background-color: #5f9c3f;
}
.covernavmobile {
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: -10;
	right: 0;
	top: 0;
	display: none;
}
.covernavmobile.active {
	display: block;
	z-index: 90;
}
.navbarmobile {
	position: fixed;
	top: 0;
	right: -300px;
	width: 240px;
	height: 100vh;
	background-color: #264218;
	z-index: -5;
	overflow-y: auto;
	line-height: 20px;
	transition: all ease-in-out 400ms;
}
.navbarmobile.active {
	z-index: 100;
	right: 0;
}
.navbarmobile ul li {
	border-bottom: 1px dotted #e1ffc4;
	font-weight: 900;
}
.navbarmobile ul li ul {
	border-top: 1px dotted #e1ffc4;
	padding: 0 0 0 32px;
}
.navbarmobile ul li ul li {
	font-weight: 400;
}
.navbarmobile ul li ul li:last-child {
	border-bottom: none;
}
.navbarmobile a {
	color: #e1ffc4;
	display: block;
	padding: 10px 0 10px 10px;
}
.navbarmobile a:hover, .navbarmobile a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #264218;
}
.usermenu {
	padding: 16px;
}
.closebutton {
	background-color: #264218;
	cursor: pointer;
	padding: 12px 24px 12px 0;
	text-align: right;
	color: #e1ffc4;
}
.hargatopsmall {
	text-align: center;
	color: #FFF;
	line-height: 20px;
	background-color: #264218;
	border-radius: 16px;
	padding: 16px 0;
	margin: 0 8px;
}
.customrole {
	padding: 16px 0 0 0;
}
.childselect {
	line-height: 20px;
	padding: 2px 0;
}
.tab1 {
	padding-left: 28px;
}
.tab2 {
	padding-left: 56px;
}
.inputleft.vertop {
	vertical-align: text-top;
}
.removeyear .ui-datepicker-year {
	display:none;   
}
.removeyear .ui-datepicker-calendar thead {
	display:none;   
}
.subhist {
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 4px 0;
	color: #929596;
}
.dashdate {
	font-weight: 700;
}
.agendabox {
	padding: 4px 0 4px 14px;
	background-image: url(images/check_inactive.png);
	background-size: 8px 8px;
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.dashjurdate {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
}
.kalenbox {
	padding: 8px;
	border-radius: 4px;
	background-color: #e1ffc4;
	margin: 4px 0;
	max-height: 60px;
	overflow: hidden;
}
.ui-tooltip {
    white-space: pre-line;
}
.kaltab td {
	padding: 4px;
}
.pale_blue .kalenbox {
	background-color: #effdff;
}
.kalfinket {
	white-space: nowrap;
	position: relative;
}
.kalfinicon {
	width: 18px;
	height: auto;
	position: relative;
	bottom: -2px;
}
.dashbuttonbox {
	padding: 8px;
}
.agendabox_qrview {
	padding: 4px;
	border-bottom: 1px dotted #264218;
}
.inputfull_qrview {
	line-height: 18px;
}
.saldoloader {
	position: absolute;
	left: 270px;
	top: 10px;
}
.leftsrc {
	float: left;
	width: 42%;
	padding: 0 0 0 8px;
	text-align: left;
}
.rightsrc {
	float: right;
	width: 42%;
	text-align: right;
	padding: 0 8px 0 0;
}
.topsrc {
	font-size: 18px;
	line-height: 24px;
	font-weight: 900;
}
.descsrc {
	line-height: 20px;
}
.trans_in {
	background-color: #ecfff4;
}
.trans_out {
	background-color: #fff4f4;
}
.deptitle {
	position: relative;
	top: 2px;
	padding-right: 4px;
}
.hello {
	padding:  0 4px 24px 4px;
}
.helloleft {
	font-size: 16px;
	line-height: 24px;
	font-style: italic;
	float: left;
	font-weight: 900;
}
.helloright {
	float: right;
	padding: 4px 8px 0 0;
	font-style: italic;
}
.inouticon {
	height: 22px;
	width: auto;
	padding-top: 4px;
}
.wrapslide {
	max-height: 320px;
	overflow-y: auto;
}
.show320, .show480, .show720, .show1024 {
	display: none;
}
.boxtotalbeli {
	background: #E1FFC4;
}
.boxtotalbeli .inputleft {
	padding: 0 0 0 16px;
	width: 144px;
	font-weight: 900;
}
.totalbeli {
	font-size: 16px;
	line-height: 24px;
	font-weight: 900;
}
.diskoninput {
	padding-bottom: 16px;
}
.budgetval {
	padding: 10px 8px 10px 8px !important;
}
.keterangan_val {
	width: calc(99% - 110px);
}
.budgetadsdesc {
	line-height: 22px;
	padding: 2px 0 8px 0;
}
.budgettotal {
	width: 66px;
	padding: 9px 0 0 8px;
	float: left;
	text-align: right;
}
.budgetbutton {
	width: 59%;
	float: right;
	text-align: right;
	position: relative;
}
.budgetloader {
	position: absolute;
	left: auto !important;
	right: 164px !important;
	top: 4px !important;
}
input.spinner {
	background: none !important;
	color: #262e30 !important;
	border: none !important;
	box-shadow: none !important;
}
input.spinner.bignum {
	font-size: 24px !important;
	line-height: 24px !important;
	font-weight: 900 !important;
	width: 72px !important;
	text-align: right !important;
}
.usbiguser {
	position: relative;
	top: 8px;
	padding-right: 8px;
}
.img_icon {
	width: 48px;
	height: 48px;
}
.img_thumb {
	width: 128px;
	height: 128px;
}
.titlecust {
	font-weight: 900;
	font-size: 16px;
	line-height: 24px;
}
.bannerimg {
	width: 160px;
	height: auto;
}
.ql-editor p {
	padding: 4px 0 !important;
}
.ql-editor h1, .ql-editor h2, .ql-editor h3 {
	font-weight: bold !important;
	padding-top: 4px !important;
}
.wrapfile {
	padding: 0 0 16px 0;
	line-height: 20px;
}
.pdfimg {
	height: 20px;
	width: auto;
	display: block;
	float: left;
}
.filelink {
	display: block;
	bottom: 4px;
	float: left;
	margin: 0 0 0 8px;
}
.pluskecil {
	padding: 4px;
	font-size: 10px;
	line-height: 14px;
	border-radius: 4px;
	background: #fff449;
	color: #5f9c3f;
	width: auto;
	position: absolute;
	right: 8px;
	top: 9px;
	cursor: pointer;
	transition: all ease-in-out 200ms;
	opacity: 0.8;
}
.pluskecil:hover, .pluskecil:active {
	opacity: 1;
	background: #fff56e;
}
.pluskecil:active {
	top: 11px;
}
.tbhimg {
	width: 64px;
	height: auto;
	border-radius: 6px;
}
.tabimg {
	width: 48px;
	height: auto;
	border-radius: 6px;
}

/* Lebar layar 1024 */
@media screen and (max-width:1100px){
	.dashdua .inputleft, .dashdua .inputright {
		display: block;
		width: auto;
	}
	.dashdua .inputleft {
		font-weight: 900;
	}
	.toolbox input, .toolbox select {
		margin: 0 4px 6px 0;
	}
	.imgarea {
		float: none;
		width: auto;
	}
	.imgnote {
		float: none;
		width: auto;
		padding: 0;
	}
	.none1024 {
		display: none;
	}
	.show1024 {
		display: block;
	}
	.headtabtitle {
		width: calc(49% - 4px);
		text-align: center;
		padding: 10px 0;
		margin: 2px 1px;
		border-radius: 8px;
	}
	.navbar {
		display: none;
	}
	.menubutton {
		display: block;
	}
	.navbarmobile {
		display: inline-block;
	}
	.topsrcdash {
		float: none;
		width: auto;
		text-align: center;
	}
	.dashrightbutton {
		float: none;
		width: auto;
		text-align: center;
		padding: 12px 0 0 0;
	}
	.chatman {
		float: none;
		width: auto;
		margin: 8px 0;
	}
	.koltiga {
		width: auto;
		float: none;
	}
	.toolright {
		position: static;
		text-align: center;
		padding-top: 8px;
	}
	.toolarea {
		text-align: center;
	}
	.toolarea select {
		margin: 0 0 8px 0;
	}
}
/* Lebar layar 720 */
@media screen and (max-width:800px){
	.dashsatu, .dashdua {
		float: none;
		width: auto;
		padding: 0;
	}
	.none640 {
		display: none;
	}
	.show720 {
		display: block;
	}
	.koldua, .kolsatu {
		float: none;
		padding: 0;
		width: auto;
	}
	.righttitle .button_grey {
		top: 0;
	}
	.righttitle .button_grey:hover {
		top: -2px;
	}
	.edittext {
		width: auto;
	}
	.hargatop {
		transform: rotate(8deg);
		right: 8px;
		top: -12px;
	}
	.htharga {
		font-size: 20px;
		line-height: 28px;
	}
	.upbox {
		float: none;
		width: auto;
		margin-bottom: 16px;
	}
	.lingkaran {
		float: left;
		margin: 0 0 0 24px;
	}
	.jmluang {
		padding: 48px 0 12px 0;
	}
	.layprod {
		float: none;
		width: auto;
	}
	.boxprod {
		margin: 0 0 16px 0;
	}
	.descproduk {
		height: auto;
	}
}
/* Lebar layar 480 */
@media screen and (max-width:500px){
	.none480 {
		display: none;
	}
	.show480 {
		display: block;
	}
	.downlist {
		top: 8px;
		right: 8px;
	}
	.inputleft {
		width: auto;
		display: block;
	}
	.inputright {
		width: auto;
		display: block;
		padding: 0 0 16px 0;
	}
	.orderwrap .inputleft {
		width: 128px;
		float: left;
	}
	.orderwrap .inputright {
		float: right;
		padding: 4px 0 0 0;
		width: calc(99% - 148px);
	}
	.boxtotalbeli .inputleft {
		padding: 4px 0 4px 8px;
	}
	.pagetitle {
		max-width: 100%;
	}
	.righttitle {
		float: none;
		text-align: left;
		padding: 16px 0 0 0;
	}
	.righttitle .transicon {
		top: 12px;
	}
	.helloright {
		display: none;
	}
	.rightsrc {
		float: none;
		width: auto;
		text-align: left;
	}
	.wrapdataorder .inputfull {
		padding-right: 50px;
	}
	.leftsrc {
		padding-bottom: 16px;
	}
}
/* Lebar layar 320 */
@media screen and (max-width:400px){
	.none320 {
		display: none;
	}
	.show320 {
		display: block;
	}
	.trhead th {
		text-align: center;
	}
	.subkatbut {
		margin-top: 4px;
	}
	.hargatopsmall {
		display: block;
	}
	.lingkaran {
		width: 100px;
		height: 100px;
	}
	.jmlbulan {
		font-size: 48px;
		line-height: 54px;
	}
	.ketbulan {
		font-size: 14px;
		line-height: 18px;
	}
	.jmluang {
		padding: 12px 0 12px 0;
	}
	.torp {
		display: block;
		padding: 16px 0 0 0;
	}
	.wrapdataorder {
		padding: 0 8px 8px 8px;
	}
	.logo {
		background-image: none;
	}
}
