/* CSS Document */
@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,700&subset=latin,greek,greek-ext,latin-ext);
/* 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: url(images/background.jpg) #fdfef9;
  line-height: 1;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #474f4f;
  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 {
  color: #5e5e5e;
  text-decoration: none;
}
a img {
  border: 0;
}
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 {
  font-size: 9px;
  line-height: 12px;
  color: #888888;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
}
.hidden {
  display: none;
}
.pointer {
  cursor: pointer;
}
input,
select,
textarea {
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
}
input:not([type]),
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
select,
textarea,
input[type="number"] {
  padding: 4px;
  border: 1px solid #0f5959;
  border-radius: 4px;
  background: #e0efed;
  color: #0f5959;
}
input:not([type]),
input[type="text"]:hover,
select:hover,
input[type="search"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
textarea:hover,
input[type="number"]:hover {
  border: 1px solid #f78a3c;
  background: #e0efed;
}
input:not([type]),
input[type="text"]:focus,
select:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="number"]:focus {
  color: #383838;
  background: #fff;
  border: 1px solid #17a697;
  box-shadow: 0 0 2px #999;
}
input:not([type]),
input[type="submit"],
input[type="button"],
.button {
  -moz-box-shadow: inset 0px 1px 0px 0px #ffad72;
  -webkit-box-shadow: inset 0px 1px 0px 0px #ffad72;
  box-shadow: inset 0px 1px 0px 0px #ffad72;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #f78a3c),
    color-stop(1, #d93240)
  );
  background: -moz-linear-gradient(top, #f78a3c 5%, #d93240 100%);
  background: -webkit-linear-gradient(top, #f78a3c 5%, #d93240 100%);
  background: -o-linear-gradient(top, #f78a3c 5%, #d93240 100%);
  background: -ms-linear-gradient(top, #f78a3c 5%, #d93240 100%);
  background: linear-gradient(to bottom, #f78a3c 5%, #d93240 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f78a3c', endColorstr='#d93240',GradientType=0);
  background-color: #f78a3c;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #f78a3c;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  padding: 8px 20px;
  text-decoration: none;
}
input:not([type]),
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #d93240),
    color-stop(1, #f78a3c)
  );
  background: -moz-linear-gradient(top, #d93240 5%, #f78a3c 100%);
  background: -webkit-linear-gradient(top, #d93240 5%, #f78a3c 100%);
  background: -o-linear-gradient(top, #d93240 5%, #f78a3c 100%);
  background: -ms-linear-gradient(top, #d93240 5%, #f78a3c 100%);
  background: linear-gradient(to bottom, #d93240 5%, #f78a3c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d93240', endColorstr='#f78a3c',GradientType=0);
  background-color: #d93240;
}
input:not([type]),
input[type="submit"]:active,
input[type="button"]:active,
.button:active {
  background: #dc3a40;
}
input[type="text"]:disabled,
input[readonly="readonly"] {
  background: #fff;
  border: 1px solid #ccc;
}
input[readonly="readonly"]:hover,
input[readonly="readonly"]:focus {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: none;
}
input:not([type]),
input[type="search"],
input[type="search"]:hover,
input[type="search"]:focus {
  background-image: url(images/search.png);
  background-position: 3px 3px;
  background-repeat: no-repeat;
  padding: 4px 4px 4px 28px;
}
.notif {
  line-height: 18px;
  margin: 8px 0;
  text-align: center;
  color: #fff;
  display: none;
}
a.button:hover {
  text-decoration: none;
}
.notif div {
  border: 1px solid #fff;
  box-shadow: 0 0 4px #999;
  padding: 8px;
  border-radius: 4px;
}
.notifno {
  background: #d93240;
}
.notifyes {
  background: #0f5959;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.none {
  display: none;
}
strong {
  font-weight: 700;
}

/* Tipografi */
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  color: #f78a3c;
  padding: 8px 0 0 48px;
  margin-bottom: 32px;
  border-bottom: 1px dotted #f78a3c;
}
h2#user {
  background: url(images/icon_user.png) left center no-repeat;
}
h2#cash {
  background: url(images/icon_cash.png) left center no-repeat;
  margin-bottom: 4px;
}
h2#credit {
  background: url(images/icon_credit.png) left center no-repeat;
}
h2#inventory {
  background: url(images/icon_inventory.png) left center no-repeat;
}
h2#production {
  background: url(images/icon_working.png) left center no-repeat;
}
h2#option {
  background: url(images/icon_general.png) left center no-repeat;
}
h2#report {
  background: url(images/icon_report.png) left center no-repeat;
}
h2#home {
  background: url(images/icon_home.png) left center no-repeat;
}
h2#satuan {
  background: url(images/icon_satuan.png) left center no-repeat;
}
h2#jualbeli {
  background: url(images/icon_jualbeli.png) left center no-repeat;
  margin-bottom: 4px;
}
h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #f78a3c;
  padding: 8px 0 6px 0;
}
p {
  line-height: 18px;
  padding: 8px;
}

/* Header */
header {
  background: #0f5959;
  border-bottom: 3px solid #17a697;
  box-shadow: 0 2px 4px #999;
  display: block;
}
.headwrap {
  height: 48px;
  margin: 0 32px;
  position: relative;
  z-index: 500;
}
.headwrap h1.deflogo {
  display: block;
  float: left;
  width: 380px;
  padding: 8px 0 0 0;
  color: #fff;
  font-size: 20px;
}
.headwrap h1.deflogo img#imglogo {
  vertical-align: middle;
}
.headwrap h1.deflogo span {
  vertical-align: middle;
  margin-left: 5px;
}
.headwrap h1.cnlogo {
  display: block;
  float: left;
  max-width: 160px;
  text-align: center;
  background: #fff;
  padding: 12px 16px;
  border-left: 2px solid #17a697;
  border-bottom: 2px solid #17a697;
  border-right: 2px solid #17a697;
  border-radius: 0 0 8px 8px;
}
footer {
  text-align: center;
  padding: 16px 0;
  font-size: 10px;
  line-height: 16px;
  color: #999;
}
/* Menu CSS */
.cssmenu {
  float: right;
  width: 50%;
}
#cssmenu,
#cssmenu > ul {
  /*  background: url(images/highlight-bg.png) repeat;*/
  padding-bottom: 3px;
  font-weight: 600;
}
#cssmenu:before,
#cssmenu:after,
#cssmenu > ul:before,
#cssmenu > ul:after {
  content: "";
  display: table;
}
#cssmenu:after,
#cssmenu > ul:after {
  clear: both;
}
#cssmenu {
  width: auto;
  zoom: 1;
}
#cssmenu > ul {
  background: #0f5959;
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu > ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  position: relative;
}
#cssmenu > ul > li > a {
  padding: 15px 14px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 -1px 0 #0d0d0d;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.7);
  line-height: 18px;
}
#cssmenu > ul > li:hover > a {
  background: url(images/highlight-bg.png) repeat;
  text-shadow: 0 -1px 0 #97321f;
  text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}
#cssmenu > ul > li > a > span {
  line-height: 18px;
}
#cssmenu > ul > li.active > a,
#cssmenu > ul > li > a:active {
  background: #104444;
}
/* Childs */
#cssmenu > ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  /*top: 120px;*/
  background: #0f5959;
  margin: 0;
  padding: 0;
  z-index: -1;
}
#cssmenu > ul li:hover ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  color: #000;
  z-index: 2;
  /*top: 64px;*/
  left: 0;
}
#cssmenu > ul ul:before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 20px;
  background: transparent;
}
#cssmenu > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#cssmenu > ul ul li a {
  padding: 12px 16px;
  display: block;
  color: white;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  width: 200px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  font-weight: 400;
}
#cssmenu > ul ul li a:hover {
  border-left: 4px solid #17a697;
  background: url(images/hover.png) repeat;
}
#cssmenu > ul ul li a:active {
  background: url(images/menu-bg.png) repeat;
}
.last-menu ul li a {
  width: 128px !important;
}
/* Data Table */
.dataTable th {
  background: #17a697;
  text-align: center;
  color: #fff;
  line-height: 18px;
}
.dataTable td {
  vertical-align: middle;
  line-height: 18px;
}
.dataTable th.sorting_desc,
.dataTable th.sorting_asc {
  background: #109083;
}
.dataTable .odd {
  background: #edefeb;
}
.dataTable tbody tr:hover {
  background: #c8e5e7;
}
.dataTables_length,
.dataTables_filter {
  margin-bottom: 16px;
}
.dataTables_filter input {
  width: 170px;
}
/* Middle */
article {
  display: block;
  padding: 16px 0;
  position: relative;
}
.wrapper {
  margin: 0 32px;
  min-height: 320px;
  background: #fff;
  position: relative;
  border: 1px solid #cecece;
  border-radius: 0 8px 8px 8px;
  padding: 32px;
}
.notip {
  border-radius: 8px;
}
.loginbox {
  width: 50%;
  max-width: 480px;
  min-width: 320px;
  margin: 128px auto 32px auto;
  text-align: center;
  border: 1px solid #999e95;
  padding: 32px 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 24px #efefef;
  position: relative;
}
.loginbox input {
  display: block;
  margin: 4px auto;
}
.loginbox .loginsubmit {
  margin: 16px auto 0 auto;
}
.loginbox h2 {
  text-align: center;
  text-transform: uppercase;
  padding: 0 0 24px;
  border: none;
  margin: 0;
}
#login_loader {
  right: 148px;
  top: 196px;
}
.topnav {
  padding: 8px 32px 0 32px;
}
.topnav a {
  padding: 8px 16px;
  display: inline-block;
  background: #17a697;
  border-radius: 4px 4px 0 0;
  color: #fff;
  position: relative;
}
.topnav a:hover {
  background: #0f5959;
}
.topnav a.active {
  background: #fff;
  color: #0f5959;
  border-top: 1px solid #cecece;
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  cursor: default;
  z-index: 10;
  top: 1px;
}
.newbutton {
  position: absolute;
  right: 32px;
  top: 32px;
  display: block;
  width: auto;
}
.tabicon {
  opacity: 0.7;
  cursor: pointer;
}
.tabicon:hover {
  opacity: 1;
}
.ui-tooltip {
  padding: 8px 16px;
  line-height: 14px;
}
.logouticon {
  float: right;
  display: block;
  margin: 12px 0 0 16px;
  cursor: pointer;
  opacity: 0.6;
}
.logouticon:hover {
  opacity: 1;
}
.stdtable {
  width: 98%;
  border-top: 1px dotted #d8d9d6;
}
.stdtable td {
  padding: 6px 4px;
  border-bottom: 1px dotted #d8d9d6;
  vertical-align: middle;
  line-height: 18px;
}
.top {
  vertical-align: top !important;
  padding-top: 8px !important;
}
.floatleft {
  width: 49.5%;
  float: left;
}
.floatright {
  width: 49.5%;
  float: right;
}
.custombox {
  height: 248px;
  overflow: auto;
}
.custombox table {
  border-top: none;
}
.submitarea {
  margin: 48px 0 8px 0;
  width: 50%;
  position: relative;
}
.loader {
  position: absolute;
  display: none;
}
.td_red {
  background: #ffebed;
  color: #b32f2f;
  font-weight: 700;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -240px;
  margin-top: -72px;
  width: 480px;
  height: auto;
  color: #fff;
  border-radius: 8px;
  padding: 16px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #fff;
  box-shadow: 0 0 8px #333;
  display: none;
}
.popnew {
  background: #efefef;
  color: #474f4f;
}
.popdel {
  background: #d93240;
}
.popup h3,
.poptrans h3 {
  color: #f78a3c;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.popup .submitarea,
.poptrans .submitarea {
  width: auto;
}
.poptrans {
  background: #efefef none repeat scroll 0 0;
  color: #474f4f;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px #333;
  height: auto;
  left: 50%;
  line-height: 18px;
  margin-left: -217px;
  margin-top: -230px;
  padding: 16px;
  position: fixed;
  text-align: center;
  top: 50%;
  width: 400px;
  display: none;
}
.cashout {
  background: #ffecec;
}
.linkprod {
  font-weight: 700;
}
.linkprod:hover {
  text-decoration: underline;
  color: #ff4d4d;
}
.greentab {
  background: #0f5959;
  color: #fff;
  padding: 6px 8px !important;
}
.transparan {
  opacity: 0.6;
  cursor: pointer;
}
.transparan:hover {
  opacity: 1;
}
.grey {
  background: #eeefea;
}
.daftrans {
  position: relative;
}
.daftransbutton {
  position: absolute;
  right: 0;
  top: -40px;
  width: 35%;
  text-align: right;
}
.boxdetail {
  border-bottom: 2px solid #f78a3c;
  margin: 0 0 32px 0;
  position: relative;
  padding-bottom: 8px;
}
.tabdetail td {
  padding: 8px;
  border-top: 1px dotted #999999;
}
.tabdetail {
  border-bottom: 1px dotted #999999;
}
.cashsaldo {
  position: absolute;
  width: 40%;
  text-align: right;
  top: 12px;
  right: 32px;
  font-size: 28px;
  color: #17a697;
  font-weight: 300;
  line-height: 34px;
}
.singlecashsaldo {
  top: 38px;
}
.cdate {
  background: #d4f7d4;
}
.ltool {
  float: left;
  width: 65%;
  min-width: 512px;
}
.rtool {
  float: right;
  width: 25%;
  text-align: right;
  padding: 2px 106px 0 0;
}
.tooltop {
  padding: 8px 0 8px 8px;
  background: #8fd4d9;
  position: relative;
  margin-bottom: 16px;
}
select.datetop {
  font-size: 14px;
  line-height: 18px;
  padding: 5px;
}
.rtrans {
  background: #17a697;
  padding: 16px 20px 0 20px;
  height: 34px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.rtrans:hover {
  background: #0f5959;
}
.cashsaldo {
  position: absolute;
  width: 40%;
  text-align: right;
  top: 12px;
  right: 32px;
  font-size: 28px;
  color: #17a697;
  font-weight: 300;
  line-height: 34px;
}
.cashsaldoall {
  position: absolute;
  width: 30%;
  text-align: right;
  top: 40px;
  right: 32px;
  font-size: 11px;
  color: #999;
  font-weight: 300;
  line-height: 34px;
}
.bold {
  font-weight: 700;
}
.cashout {
  background: #ffecec;
}
.cashin {
  background: #d4f7d4;
}
.cashtrans {
  background: #d3fffc;
}
.saldotop {
  position: absolute;
  text-align: right;
  width: 30%;
  font-size: 20px;
  line-height: 30px;
  color: #0f5959;
  right: 32px;
  top: -44px;
  font-weight: 700;
  text-shadow: 1px 1px 1px #fff;
}
.datatable tr td a:hover {
  color: #333;
  text-decoration: underline;
}
.atabin:hover {
  color: #000;
  text-decoration: underline;
}
.notip {
  border-radius: 8px;
}
.boxeditdet {
  width: 80px;
  position: absolute;
  text-align: right;
  right: 0;
  bottom: 12px;
}
.boxeditdet img {
  opacity: 0.6;
  cursor: pointer;
}
.boxeditdet img:hover {
  opacity: 1;
}
.daftrans {
  position: relative;
}
.userpicbox {
  width: 200px;
  position: relative;
}
.buttonsmall {
  background: #17a697;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
}
.buttonsmall:hover {
  background: #0f5959;
}
.userphotoup {
  position: relative;
  border-radius: 0;
  width: 144px;
  text-align: center;
  display: block;
  padding: 5px 8px;
}
/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}
.tabicon {
  opacity: 0.7;
  cursor: pointer;
}
.tabicon:hover {
  opacity: 1;
}
.userpicdel {
  position: absolute;
  top: -6px;
  left: -6px;
  z-index: 5;
  opacity: 1;
  background: #fff;
  border-radius: 16px;
  padding: 2px;
}
.userpicdel:hover {
  box-shadow: 0 0 4px #000;
}
.userpicprogress {
  width: 160px;
  position: relative;
  top: -10px;
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.top {
  vertical-align: top !important;
  padding-top: 8px !important;
}
.resetlink {
  font-style: italic;
}
.resetlink:hover {
  text-decoration: underline;
}
.uparea {
  height: 100px;
  padding: 4px 0;
  border-bottom: 1px dotted #d8d9d6;
}
.cashsaldo {
  position: absolute;
  width: 40%;
  text-align: right;
  top: 12px;
  right: 32px;
  font-size: 28px;
  color: #17a697;
  font-weight: 300;
  line-height: 34px;
}
.singlecashsaldo {
  top: 38px;
}
.inner.report .date {
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  height: 23px;
  margin-top: 0px;
}
.lapkasrtool {
  padding: 0 8px 0 0;
  text-align: right;
  position: relative;
  bottom: -8px;
}
.tabtool {
  display: inline-block;
  padding: 10px 24px;
  background: #0f5959;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.tabtool:hover {
  background: #17a697;
  color: #fff;
}
.activetabtool,
.activetabtool:hover {
  background: #fff;
  color: #0f5959;
  font-weight: 700;
}
.lapblock {
  width: 49%;
}
.lapleft {
  float: left;
}
.lapright {
  float: right;
}
.laprightpad {
  padding-top: 48px;
}
.tabreport td {
  padding: 6px;
  border-bottom: 1px dotted #999999;
  font-size: 13px;
  line-height: 18px;
}
.tabreportsmall td {
  padding: 4px;
  font-size: 12px;
  line-height: 16px;
  background: #eaeaea;
}
.trgreen,
table.dataTable tbody tr.trgreen {
  background: #d2efd8;
}
.trred,
table.dataTable tbody tr.trred {
  background: #efe0e1;
}
.trblue {
  background: #c2eff2;
}
.trpink {
  background: #ffedee;
}
.blockchart {
  display: block;
  margin: 0 auto;
}
.halfchart {
  width: 49.5%;
  float: left;
}
.roundchart h4 {
  text-align: center;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  color: #8fd4d9;
}
.foldertab {
  position: relative;
  bottom: -2px;
}
.catdetail {
  cursor: pointer;
}
.catdetail:hover {
  background: #e0f8fa;
}
.linkicon {
  margin: 0 0 -4px 8px;
}
.smalltable td {
  font-size: 11px;
  line-height: 15px;
  background: #e7e7e7;
}
.smhead td {
  text-align: center;
  background: #727272;
  color: #fff;
}

.smhead2 td {
  text-align: center;
  background: #727272 !important;
  color: #fff;
}

.shortbox {
  display: block;
  border: 1px solid #c9d2d2;
  padding: 16px 16px 16px 72px;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: 16px center;
  text-shadow: 1px 1px 1px #fff;
  margin: 0 0 4px 0;
  background-color: #eff3f3;
}
.lastshort {
  margin-bottom: 24px;
}
.shortbox:hover {
  background-color: #8fd4d9;
  border: 1px solid #fff;
  box-shadow: 0 0 2px #bcbcbc;
  color: #0f5959;
  font-weight: 700;
}
#order.shortbox {
  background-image: url(images/icon_order.png);
}
#production.shortbox {
  background-image: url(images/icon_working.png);
}
#report.shortbox {
  background-image: url(images/icon_report.png);
}
#cash.shortbox {
  background-image: url(images/icon_cash.png);
}
#jualbeli.shortbox {
  background-image: url(images/icon_jualbeli.png);
}
.homesubtitle {
  padding: 0 0 36px 0;
  margin: 0;
}
.homechart .bottomchart {
  display: block;
  margin: 0 auto;
  width: 98% !important;
}
.reportlink {
  padding: 64px 0 0 0;
}
.reportlink .shortbox {
  width: 37%;
  margin: 2px 0.5%;
  float: left;
}
.hometitle {
  margin-bottom: 24px;
  border-bottom: 1px dotted #0f5959;
}
.homeleft {
  float: left;
  width: 30%;
}
.homeright {
  float: right;
  width: 65%;
}

.subdetailpenjualan {
  text-decoration: underline;
  cursor: pointer;
}

span.subdetailpenjualan {
  cursor: pointer !important;
  text-decoration: underline !important;
}

.stok_item_report:hover {
  cursor: pointer;
  background-color: #ccc;
}

span.minval {
  color: red;
  text-align: left;
}
