@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;
}
.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: 240px;
  height: 240px;
  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 #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: left;
  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,
#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;
}
.login-logo {
  width: 120px;
  height: auto;
  margin: 0px auto 20px;
}
footer.footer-apps {
  background: #073569;
  padding: 15px 2% 16px 2%;
  color: #fff;
}
footer.footer-apps a {
  color: #fff;
}

/* 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;
  }
}
#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;
}
#confirmButtons {
  text-align: center;
}
#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;
}

#confirmMessage {
  margin-bottom: 20px;
}
