@charset "utf-8";
/*
Color:
Font: #5b6061
Title: #0392DE
Blue: #0392DE, tua #003569, pale #D9FAFF
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: #5b6061; 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: #00a0d4; text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
a:hover, .link:hover { color: #00536e; text-decoration: underline; }
a img { border: 0; }
.linkplain { text-decoration: none; transition: all ease-in-out 200ms; cursor: pointer; }
.linkplain:hover { color: #00536e; 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: 18px; 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: #5b6061;
	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 #0392DE; 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 #0392DE; box-shadow: 0 0 2px #999; }
input[type="number"] { text-align: right; padding: 8px 0 8px 8px; }
input:not([type]), input[type="submit"], input[type="button"], .button {
	background-color: #0392DE;
	border: 1px solid #0392DE;
	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: #003569; border: 1px solid #003569; }
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: #D9FAFF !important; border-color: #D9FAFF !important; color: #0392DE !important; }
.button_grey:hover { background-color: #b5e3eb !important; border-color: #b5e3eb !important; }
.pale_blue { background-color: #D9FAFF !important; }
.low_green { background-color: #eafff2 !important; }
.pale_green { background-color: #d0ffe3 !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: #0392DE; font-weight: 300; font-size: 28px; line-height: 36px; }
h4 { font-weight: 900; color: #0392DE; 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: #D9FAFF;
	margin: 0 -24px 16px -24px;
	color: #0392DE;
	padding: 10px 0 10px 24px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
.inputhors { padding: 6px 0; }
.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;
}
/* HEADER */
header { background: #d9faff; height: 64px; display: block; }
.logo { float: left; width: 320px; background: #003569 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 */
.boxregister {
	width: 50%;
	max-width: 360px;
	padding: 16px 16px 0 16px;
	margin: 0 auto;
	text-align: center;
}
.reginput { width: 98%; max-width: 300px; }
#regloader { right: 24px; top: 22px; }
#verloader1, #verloader2, #verloader3 { 
	right: 0;
	top: 22px;
}
.boxwelcome {
	max-width: 640px;
}
.linkreg {
	text-align: center;
	padding: 16px 0;
}
/* 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: #0b2938;
	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);
}
.dropdown {
	float: right;
	overflow: hidden;
	font-size: 14px;
	line-height: 18px;
}
.dropdown .dropbtn {
	font-size: 14px;
	line-height: 18px; 
	border: none;
	outline: none;
	color: #0b2938;
	padding: 23px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}
.navbar a:hover, .dropdown:hover .dropbtn {
	background-color: #00a9c7;
	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: #00a9c7;
}
.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;
}
.kolsatu {
	width: calc(50% - 25px);
	padding: 0 48px 0 0;
}
.koldua {
	width: calc(50% - 25px);
	padding: 0;
}
.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);
}
.lampiranbox {
	padding: 10px 8px;
	border: 1px solid #262e30;
	border-radius: 4px;
	background-color: #f9f9f9;
	color: #5b6061;
	line-height: 18px;
}
.lamlabel {
	line-height: 20px;
}
.savedit {
	padding: 24px 0;
    position: relative;
}
.edittext {
	width: calc(100% - 264px);
}
.progressbox {
	width: 100%;
	border: 1px solid #003569;
	height: 38px;
	border-radius: 4px;
	overflow: hidden;
	display: none;
}
.progressbar {
	height: 38px;
	width: 0%;
	background: #0392DE;
}
.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: #D9FAFF;
}
.lampitem {
	padding: 8px 0;
	position: relative; 
	border-bottom: 1px dotted #00a0d4;
}
.lampitems {
	padding: 8px 0;
	position: relative; 
	border-bottom: 1px dotted #00a0d4;
}
.lampfile {
	line-height: 20px;
	padding: 6px 0;
	white-space: nowrap;
	overflow: hidden;
}
.lampfiles {
	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;
}
.gambar_file {
	float: left;
	display: block;
	width: 32px;
	height: 32px;
	padding: 0 16px 0 0;
}
.lampthumbs {
	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;
}
.lampdels {
	position: absolute;
	right: 4px;
	top: 16px;
	display: block;
	opacity: 0.4;
	width: 16px;
	height: 16px;
	transition: ease-in-out 200ms;
	cursor: pointer;
}
.lampdels:hover {
	opacity: 1;
}
.lamp_ket {
	width: 70%;
}
.defimg {
	display: block;
	width: 240px;
	height: 240px;
	border-radius: 4px; 
	padding-bottom: 8px;
}

.defimg2 {
	display: block;
	width: 140px;
	height: 140px;
	border-radius: 4px; 
}

.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 #D9FAFF;
	opacity: 0.7;
}
.buttondefimg {
	width: 206px;
	text-align: center;
}
#imgnotif {
	width: 240px;
}
.imgarea {
	position: relative;
	width: 241px;
	float: left;
}
.imgnote {
	float: left;
	width: calc(99% - 268px);
	padding: 0 0 0 24px;
}
.imgtext {
	line-height: 20px;
	padding: 0 0 16px 0;
}
.delfoto {
	position: absolute;
	left: 6px;
	top: 8px;
	opacity: 0.6;
	transition: ease-in-out all 300ms;
	cursor: pointer;
	width: 24px;
	height: 24px;
}
.delfoto:hover {
	opacity: 1;
}
.editimg {
    width: 260px;
}
.tabarea {
    padding: 16px 0;
}
.stdtab {
    width: 99%;
    min-width: 50%;
}
.stdtab th {
    padding: 12px 16px;
    background: #0392DE;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
}
.stdtab td {
    border-bottom: 1px solid #0392DE;
    padding: 8px 12px;
    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;
	background-color: #FFF;
}
.transicon:hover {
    opacity: 1;
	top: 0;
}
.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;
}
#histloader {
    right: 180px;
    top: 28px;
}
#tokoloader, #personloader, #lokasiloader, #departmentloader,#merkloader, #provloader {
    right: 36px;
    top: 16px;
}
#nonaktifloader, #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: #0392DE;
	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;
}
.toolarea {
	padding: 16px;
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	border-radius: 8px;
	position: relative;
}
.toolarea select {
	width: 160px;
}
.toolbottom {
	margin-top: 16px;
}
.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: #0392DE;
	color: #FFF;
	transition: all ease-in-out 300ms;
}
a.pagenum:hover {
	top:-1px;
	background-color: #003569;
	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 #D9FAFF;
	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: #D9FAFF;
	border: 1px solid #D9FAFF;
	color: #0392DE;
}
.headtabtitle:hover {
	text-decoration: none;
	background-color: #D9FAFF;
	border: 1px solid #D9FAFF;
	color: #0392DE;
}
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:#D9FAFF;
	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: #5b6061;
}
.subtd a {
	color: #929596;
}
.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: #D9FAFF;
	margin: 0 0 8px 0;
	color: #0392DE;
	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 #003569;
	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;
}
.notiftop.info {
	background-color: #D9FAFF;
	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: #D9FAFF;
	border-radius: 16px;
	padding: 16px;
	margin-bottom: 16px;
	position: relative;
}
.hargatop {
	position: absolute;
	width: auto;
	height: auto;
	padding: 12px 24px;
	background-color: #003569;
	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 16px;
	font-size: 16px;
	line-height: 24px;
}
.upboxpaket {
	float: left;
	width: 200px;
	height: auto;
	background-color: #C5F2F9;
	border-radius: 8px;
	padding: 16px 0;
	text-align: center;
	margin: 0 10px 0 0;
	position: relative;
	overflow: hidden;
	border: 2px solid #FFF;
	transition: all ease-in-out 200ms;
	cursor: pointer;
}
.upboxpaket:hover {
	box-shadow: 0 0 4px #636d6f;
}
.upboxpaket.active {
	background-color: #00536E;
	color: #FFF;
	box-shadow: 0 0 4px #636d6f;
}
.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%;
}
.upboxpaket.active .checkwrap {
	background-image: url(images/check_active.png);
}
.paketbig {
	font-weight: 900;
}
.paketsubsmall {
	font-size: 12px;
	line-height: 16px;
	font-style: italic;
}
.uptextbottom {
	padding: 16px;
	line-height: 20px;
	background: #D9FAFF;
	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: #00536e;
	margin: 0 auto;
	box-shadow: inset 0 0 4px #0b2938;
}
.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: #D9FAFF;
	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: #0392DE;
	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: #0392DE;
	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: #D9FAFF;
	max-width: 640px;
	margin: 0 0 64px 16px;
	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 #00536e;
	width: auto;
	padding: 8px 0;
	position: relative;
	transition: all ease-in-out 300ms;
	background-color: #FFF;
}
.listdash:hover {
	background-color: #f3f3f3;
}
.bottomchart {
	height: 280px;
	padding: 2%;
	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: 16px 2% 36px 2%;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
}
footer a {
	color: #9fa4a5;
}
footer a:hover {
	color: #00a0d4;
}
.tabfin {
	width: 100%;
}
.tabfin td {
	line-height: 18px;
	padding: 4px;
	border-bottom: 1px dotted #00536E;
	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 #00536E;
	vertical-align: middle;
}
.maxheight500 {
	max-height: 500px;
	width: auto;
	overflow-y: auto;
	padding: 4px 8px 4px 4px;
}

/* 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: #D9FAFF;
	display: none;
}
.menubutton:hover, .menubutton:active {
	background-color: #00A9C7;
}
.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: #003569;
	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 #D9FAFF;
	font-weight: 900;
}
.navbarmobile ul li ul {
	border-top: 1px dotted #D9FAFF;
	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: #D9FAFF;
	display: block;
	padding: 10px 0 10px 10px;
}
.navbarmobile a:hover, .navbarmobile a:active {
	color: #FFF;
	text-decoration: none;
	background-color: #0b2938;
}
.usermenu {
	padding: 16px;
}
.closebutton {
	background-color: #0b2938;
	cursor: pointer;
	padding: 12px 24px 12px 0;
	text-align: right;
	color: #D9FAFF;
}
.hargatopsmall {
	text-align: center;
	color: #FFF;
	line-height: 20px;
	background-color: #003569;
	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: #D9FAFF;
	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 #00536E;
}
.inputfull_qrview {
	line-height: 18px;
}

.text-center {
	text-align: center;
}

/* 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;
	}
	.headtabtitle {
		width: calc(49% - 4px);
		text-align: center;
		padding: 10px 0;
		margin: 2px 1px;
		border-radius: 8px;
	}
}
/* Lebar layar 720 */
@media screen and (max-width:800px){
	.dashsatu, .dashdua {
		float: none;
		width: auto;
		padding: 0;
	}
	.navbar {
		display: none;
	}
	.menubutton {
		display: block;
	}
	.navbarmobile {
		display: inline-block;
	}
	.none640 {
		display: none;
	}
	.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;
	}
}
/* Lebar layar 480 */
@media screen and (max-width:500px){
	.none480 {
		display: none;
	}
	.downlist {
		top: 8px;
		right: 8px;
	}
	.inputleft {
		width: auto;
		display: block;
	}
	.inputright {
		width: auto;
		display: block;
		padding: 0 0 16px 0;
	}
	.pagetitle {
		max-width: 100%;
	}
	.righttitle {
		float: none;
		text-align: left;
		padding: 16px 0 0 0;
	}
	.righttitle .transicon {
		top: 12px;
	}
}
/* Lebar layar 320 */
@media screen and (max-width:400px){
	.none320 {
		display: none;
	}
	.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;
	}
}

.button-scale:hover {
	transform: scale(1.1);
}

.input_file:hover {
	cursor: pointer;
}

#customConfirm {
	display: none;
	position: fixed;
	background-color: white;
	box-shadow: 2px 2px 2px lightslategray;
	border: 1px solid #ccc;
	padding: 35px;
	border-radius: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	animation: slideDown 0.5s ease-in-out;
	margin-top: -100px;
}

#confirmMessage {
	margin-bottom: 20px;
}

#confirmButtons {
	text-align: center;
}

#confirmButtons button {
	margin: 0 10px;
}

#confirmDownload {
	background-color: #0392DE;
	padding: 5px 10px;
	border: solid grey 1px;
	border-radius: 8px;
	cursor: pointer;
	color: white;
	
}
#cancelDownload {
	background-color: red;
	padding: 5px 10px;
	border: solid grey 1px;
	border-radius: 8px;
	cursor: pointer;
	color: white;
	
}

.slide-animation {
    transition: max-height 0.5s ease-in-out;
    overflow: hidden;
    max-height: 0;
}


/* Keyframes untuk animasi slide */
@keyframes slideDown {
	from {
		transform: translate(-50%, -250%);
	}
	to {
		transform: translate(-50%, 0);
	}
}

.vscomp-search-input {
	border: none;
}

.wrap {
	padding: 0 24px 24px 24px;
	box-shadow: 0 0 4px #c0c0c0;
	border-radius: 8px;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative;
}

.rotate_v {
	transform: rotate(90deg);
}

.maxtinggi500 {
	max-height: 500px;
	width: auto;
	overflow-y: auto;
	display: block;
	position: relative;
	padding: 4px 8px 4px 4px;
}

.item_button_aprove_ {
	position: relative;
	display: flex;
	vertical-align: middle;
	width: 0px;
	overflow: hidden;
	-webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;
}
.item_button_aprove_.open {
	width: 90px;
}

.theadopen {
	width: 15%;
}
.openclose_aprove_ {
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.openclose_aprove_.open {
	rotate: 210deg !important;
}

.flex_wrap {
	display: flex;
	width: auto;
}

.flex_wrap .sidebar {
	margin-top: 5px;
	width: 16%;
	height: auto;
}

.item {
	background-color: #cdf1f7;
	width: 100%;
	padding: 10px;
	margin: 5px;
	border: 1px;
	border-style: groove;
	border-radius: 5px;
}

.item:hover {
	background-color: #0392DE;
	cursor: pointer;
	color: white;
}

.kolfull {
	width: 100%;
	height: auto;
	margin-left: 50px;
	margin-right: 10px;
	display: block;
}

.filterbar {
	width: 100%;
	height: auto;
}

.showdata {
	height: auto;
	width: 100%;
}

.minitab {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 10px;
}

.minitab .trhead {
	box-shadow: none;
}
.minitab .trhead th {
	vertical-align: middle;
	padding: 9px 5px;
	line-height: 20px;
	width: auto;
	text-transform: uppercase;
	background-color: #0392DE;
	color: #FFF;
}
.minitab .trhead th:first-child {
	border-radius: 8px 0 0 8px;
}
.minitab .trhead th:last-child {
	border-radius: 0 8px 8px 0;
}

.minitab .trcontent {
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	transition: all ease-in-out 300ms;
	border-radius: 8px;
}
.minitab .trcontent:hover {
	background-color: #f3f3f3;
}
.minitab .trcontent td {
	vertical-align: middle;
	padding: 8px;
	line-height: 20px;
	width: auto;
}

.minitab-1 {
	width: 100%;
	border-collapse:separate;
	border-spacing: 0 10px;
}

.minitab-1 .trhead {
	box-shadow: none;
}
.minitab-1 .trhead th {
	vertical-align: middle;
	padding: 6px 3px;
	line-height: 20px;
	width: auto;
	text-transform: uppercase;
	background-color: #0392DE;
	color: #FFF;
	font-size: 11px;
}
.minitab-1 .trhead th:first-child {
	border-radius: 8px 0 0 8px;
}
.minitab-1 .trhead th:last-child {
	border-radius: 0 8px 8px 0;
}

.minitab-1 .trcontent {
	box-shadow: 0 0 4px #c0c0c0;
	background-color: #FFF;
	transition: all ease-in-out 300ms;
	border-radius: 4px;
}
.minitab-1 .trcontent:hover {
	background-color: #f3f3f3;
}
.minitab-1 .trcontent td {
	vertical-align: middle;
	padding: 4px 3px;
	line-height: 20px;
	width: auto;
	font-size: 11px;
}

.selected{
	background-color: #0392DE;
	color: white;
}

.modal_box {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	background-color: rgba(55, 94, 157, 0.348);
}

.default_button {
	border: none;
	background: none;
}


.modal {
	display: block;
	visibility: hidden;
    position: fixed; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	/* overflow-y: auto; */
}

.modal_log {
	display: block;
	visibility: hidden;
    position: fixed; 
    z-index: 10; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
	/* overflow-y: auto; */
}

.modal_content {
    /* background-color: #d9faff; */
    background-color: white;
    margin: 15% auto; 
    padding: 20px;
    border: 1px solid #888;
    width: 40%; 
	border-radius: 10px;
	overflow-y: auto;
}

.modal_close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal_close:hover,
.modal_close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.hovertoklik:hover {
	text-decoration: underline;
	cursor: pointer;
}


/* card aktifitas log */
.tab-container {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background-color: #0392DE;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
	margin-top: 5px;
    margin-bottom: -1px; /* Overlap the tab with the content container */
    z-index: 0;
    position: relative;
}

.tab.active {
    background-color: #fff;
    color: #0392DE;
    font-weight: bold;
    border: 1px solid #ccc;
    border-bottom: none;
    z-index: 0;
}

.tab:hover {
    background-color: #0391dec8;
	/* color: black; */
}
.tab.active:hover{
    background-color: #ecf8ffc8;
}


.tab-content-container {
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
}

.tab-content {
    display: none;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

.li-detail-log {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}

#loadingModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7); /* Hitam dengan transparansi 70% */
	z-index: 9999; /* Pastikan muncul di atas semua elemen lain */
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-content {
	text-align: center;
	color: white;
	}

.spinner {
	border: 6px solid #f3f3f3; /* Warna terang untuk bagian luar */
	border-top: 6px solid #3498db; /* Warna biru untuk animasi */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}

/* Dev rendy */
.btn-title {
	position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}
.btn-title img{
	vertical-align: sub;
}
.poitem_btn_approv {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	overflow: hidden;
	-webkit-transition:300ms linear;
	-moz-transition:300ms linear;
	-o-transition:300ms linear;
	-ms-transition:300ms linear;
	transition:300ms linear;
}
.poitem_btn_approv.open {
	width: 87px;
}
.bth_opencloseapprov {
	vertical-align: middle;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bth_opencloseapprov.open {
	rotate: 210deg !important;
}