
body,div,html,h1,h2,h3,h4,h5,h6,p, ul,li
{
	padding: 0px;
	margin: 0px;
}

body,div,html,p, ul,li
{
	font:400 14px 'Istok Web',sans-serif;
}

body
{
  background-color:#ffffff;
}
h3
{ 
  font-family: "ZapfHumnst BT","Times New Roman",serif;
}

a
{
	width: 100%;
	color:#000;
	text-decoration: none;
}
input
{
  max-width: 300px;
}

button
{
  cursor: pointer;
}

.clearfix
{
	clear: both;
}

.center{
  text-align: center !important;
}

.right{
  text-align: right !important;
}

.btnRed
{
  color:#f00;
}

.loading {
  background: rgba(0, 0, 0, 0.8) url(../images/ajax-loader.gif) center no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  display: block; 
}

#confirmPanel {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001; }

#confirmOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997; }

#confirmContent {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec;
  display: none; }

.info {
  font-size: 18px;
  padding-bottom: 20px; }
  .info i {
    color: #1376b7; }
  .info span {
    font-weight: 700;
    color: #3e454f; }

.buttonConfirm {
  padding-top: 20px; }

#btnYesConfirm, #btnNoConfirm, #btnOkError, #btnOkInfo {
  padding: 10px 50px;
  background: #dedede;
  cursor: pointer;
  border: none; }

#errorPanel {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001; }

#errorOverlay {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997; }

#errorContent {
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec; 
  display: none;
}

.infoError {
  font-size: 18px;
  padding-bottom: 20px; }
  .infoError i {
    color: #ff4c43; }
  .infoError span {
    font-weight: 700;
    color: #3e454f; 
}

.buttonerror 
{
  padding-top: 20px; 
}

#infoPanel 
{
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10001; 
}

#infoOverlay 
{
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 997; 
}

#infoContent 
{
  position: fixed;
  padding: 10px;
  width: 400px;
  height: auto;
  z-index: 998;
  background-color: #fff;
  text-align: center;
  border-top: 4px solid #58b1ec; 
  display: none;
}

.infoinfo 
{
  font-size: 18px;
  padding-bottom: 20px; 
}
.infoinfo i 
{
    color: #1376b7; 
}
.infoinfo span 
{
	font-weight: 700;
    color: #1376b7; 
}

.buttoninfo 
{
  padding-top: 20px; 
}

#btnYes, #btnNo, #btnOkinfo 
{
  padding: 10px 50px;
  background: #dedede;
  border: none; 
}


#content_login
{
	width: 400px;
	border:4px solid #DBDBDB;
  background:#fff;
	margin: auto;
	margin-top:10%;
	border-radius: 15px;
	padding: 10px;
}

#content_login .header
{
	text-align: center;
}

#content_login .header img
{
	width: 100px;
	height: 100px;
}

#content_login .header2
{
  text-align: center;
}

#content_login .header2 img
{
  width: 270px;
  height: 50px;
}


#content_login .content form div
{
	width: 95%;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align: center;
}

#content_login .content form input
{
	font-size:15px;
	text-align: center;
	width: 60%;
}

form .error
{
	font-size: 12px;
	margin: 0px !important;
	font-style: italic;
	color:#f00;
	padding: 0px;
}

#content_manager
{
	width: 100%;
	max-width: 1366px;
	margin: auto;
}

#content_manager .header img#logo
{
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 15px;
}
#content_manager .header
{
	padding-top:5px;
	padding-left:10px;
	padding-right:20px;
	height: 40px;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  width: 98%;
  z-index: 3;
  /*border-bottom: 10px solid #f1f1f1;*/
}

#content_manager .headerCoffe img#logo
{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 15px;
}

#content_manager .headerCoffe
{
  padding-top:5px;
  padding-left:10px;
  padding-right:20px;
  height: 40px;
  position:fixed;
  top:0;
  left:0;
  background-color: #fff;
  width: 98%;
  z-index: 3;
  /*border-bottom: 10px solid #f1f1f1;*/
}

#content_manager .headerCoffe .leftHeader
{
  float:left;
  width: 300px;
}

#content_manager .headerCoffe .loginData
{
  padding-left: 3px;
  float:right;
  vertical-align: middle;
  height: 40px;
}

#content_manager .headerCoffe .logout
{
  margin-left:10px;
  padding-top: 8px;
  font-size: 16px;
  float:right;
}

#content_manager .header .leftHeader
{
	float:left;
	width: 300px;
}

#content_manager .header .loginData
{
	padding-left: 3px;
	float:right;
	vertical-align: middle;
	height: 40px;
}

#content_manager .header .logout
{
	margin-left:10px;
	padding-top: 8px;
	font-size: 16px;
	float:right;
}

#content_manager .warper-content
{
  padding-top: 77px;
}

#content_manager .warper-contentcoffe
{
  padding-top: 5px;
  width:100%;
}


#content_manager .profilePic
{
	padding-top:3px;
	padding-right: 3px;
	border-radius: 50em;
}

#content_manager .header .loginData span
{
	height: 40px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
}

#content_manager .content .notification
{
  border-bottom: 1px solid #a1a1a1;
  margin-bottom: 5px;
  font-style: italic;
}

#content_manager .header h3
{
	padding-top:5px;
}

#content_manager .headerCoffe .loginData span
{
  height: 40px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}
#content_manager .headerCoffe h3
{
  padding-top:5px;
}

.footer
{
	font-size: 10px;
	text-align: center;
	padding-top:10px;
	padding-bottom:20px;
}

.navigation
{
  /*padding-bottom: 40px;*/
  position:fixed;
  /*width: 192px;*/
  left: 0px;
  top:45px;
  width: 100%;
  height: 34px;
  z-index: 2;
  background: #f1f1f1;
  /*height: 100%;*/
}

.navigation ul.root
{
  position: absolute;
  top:0px;
  left: 0px;
  width: 100%;
  height: 32px;
  border-top:1px solid #d1d1d1;
  border-bottom:1px solid #d1d1d1;
  /*overflow: hidden;*/
  /*overflow: auto;*/
  /*margin-bottom: 40px;*/
  /*height: 90%;*/
}

.navigation ul.root li{
  padding:5px;
  border-right:1px solid #d1d1d1;
  border-left:none;
}

.navigation .top_nav
{
  float:left;
  display: block;
}

#menuDetail
{
  display: none;
  background-color:#f1f1f1;
	/*list-style: none;*/
	/*margin-left: 10px;*/
	padding-top:5px;
	padding-bottom:5px;
	/*border-bottom: 1px solid #eee;*/
  /*overflow:auto;*/
  word-wrap:break-word;
  -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
  /*float:left;*/
  /*margin-right:5px;*/
  /*min-width: 160px;
  max-width: 160px;*/
  /*width: 160px;*/
  /*height: 20px;*/
  position: absolute;
  width: 100%;
  top:35px;
  left:0px;
  border:1px solid #d1d1d1;
  border-top:none;
  /*background: #fff;*/
  background:#f1f1f1;

}

#menuDetail div.parent{
  display: none;
}

#menuDetail div.headCat a{
  text-decoration: underline;
  font-weight: bold;
  padding-left:20px;
  font-size: 
}

#menuDetail div.navContainer{
  background:#f1f1f1;
  width: 20%;
  float:left;
}

.navigation ul.root li.active, .navigation ul.root li.parent_active
{
  background:#fff;
  padding-bottom: 4px;
  /*border-bottom:none;*/
}

.navigation li.hasChild:last-child
{
  border-right:none;
}

.navigation li.hasChild:nth-child(1)
{
  max-width: 140px;
  min-width: 140px;
}

.navigation li.hasChild:nth-child(2)
{
  max-width: 135px;
  min-width: 135px;
}

.navigation li.hasChild:nth-child(3)
{
  max-width: 135px;
  min-width: 135px;
}

.navigation li.hasChild:nth-child(4)
{
  max-width: 135px;
  min-width: 135px;
}

.navigation li.hasChild:nth-child(5)
{
  max-width: 135px;
  min-width: 135px;
}

.navigation div a
{
  width: 100%;
  display: inline-block;
}

.navigation a i
{
	margin-right: 5px;
  margin-left:5px;
}

.navigation i.arrow
{
  /*margin-right: 15px;*/
  /*float:right;*/
  margin-left:5px;
  padding-top:4px;
}

.loginData
{
  -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}

.loginData:hover a
{
  color:#fff;
}

.loginData:hover
{
  border-radius: 6px;
  background-color: #33aaff;
}

#content_manager .content
{
	padding:10px;
	height: 100%;
	min-height: 500px;
	background-color: #fff;
	position: relative;
  /*margin-left: 195px;*/
  /*margin-top:40px;*/
}

.content h3
{
  text-decoration: underline;
}

.dataTable
{
  width: 100%;
}

.dataTable td
{
  padding:5px;
}

#dataTbl_wrapper a
{
  width: auto;
}

#dataTbl_wrapper a button
{
  cursor: pointer !important;
}

#dataTbll_wrapper a
{
  width: auto;
}

#dataTbll_wrapper a button
{
  cursor: pointer !important;
}

#dataTblll_wrapper a
{
  width: auto;
}

#dataTblll_wrapper a button
{
  cursor: pointer !important;
}

#dataTbllll_wrapper a
{
  width: auto;
}

#dataTbllll_wrapper a button
{
  cursor: pointer !important;
}


.popupForm
{
  position: fixed;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}

.popupFormKemasan
{
  position: fixed;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: none;
}
.backgroundWrapper
{
  position:fixed;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #000;
  opacity: 0.6;
}
.formInput
{
  position: relative;
  width: 700px;
  max-height: 400px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 400px;
}

.formInputinvExp
{
  position: relative;
  width: 700px;
  max-height: 400px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 700px;
}

.formInputmutasigudang
{
  position: relative;
  width: 1000px;
  max-height: 400px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 700px;
}

.formInputFAProfile
{
  position: relative;
  width: 1200px;
  max-height: 600px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 600px;
}
.formInputPrevGambar
{
  position: relative;
  min-width: 800px;
  max-height: 600px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 600px;
}

.formInputHargaretail
{
  position: relative;
  width: 700px;
  max-height: 400px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 550px;
}

.formInputCoffe
{
  position: relative;
  width: 700px;
  height: 800px;
  overflow: auto;
  margin: auto;
  margin-top:3%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
/*  padding: auto;*/
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 70%;
}

.formInputKemasan
{
  position: relative;
  width: 250px;
  height: 150px;
  overflow: auto;
  margin: auto;
  margin-top:3%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
/*  padding: auto;*/
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  /*min-height: 70%;*/
}

.formInputAnalisa
{
  position: relative;
  width: 900px;
  max-height: 600px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 600px;
}

.formInputpemakaian
{
  position: relative;
  width: 700px;
  max-height: 1000px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 450px!important;
}

.formInputDetailKontrolresidu
{
  position: relative;
  width: 1200px;
  max-height: 600px;
  overflow: auto;
  margin: auto;
  margin-top:10%;
  z-index: 4;
  background-color: #fff;
  padding:15px;
  border-radius: 10px;
  box-shadow: 5px 5px 20px #000;
  min-height: 600px;
}

.inputField
{
  width:100%;
  margin-bottom:3px;
}

.inputField span
{
  min-width:170px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.inputField2
{
  width:100%;
  margin-bottom:3px;
}
.inputField2 .label
{
  min-width:170px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.inputField3
{
  width:100%;
  margin-bottom:3px;
}
.inputField3 span
{
  min-width:380px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.inputField4
{
  width:100%;
  margin-bottom:3px;
}
.inputField4 span
{
  min-width:290px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.inputField5
{
  width:100%;
  margin-bottom:3px;
}
.inputField5 span
{
  min-width:200px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}


table td
{
  padding:3px;
  padding-left:5px;
}

#tablist
{
  margin-top:10px;
}

#tablist li
{
  list-style: none;
  padding: 0px;
  float: left;
  padding:2px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}

#tablist li:last-child
{
  border-right: 1px solid #999;
}

#tablist li a
{
  color:#aaa;
}

#tablist li.active
{
  font-weight: bold;
  background-color: #F2F3F3
}

#tablist li.active a
{
  color:#000;
}

.tabdesclist .tabdetail
{
  display: none;
  border: 1px solid #999;
  padding:5px;
  background-color: #F2F3F3
}

.tabdesclist .tabdetail:first-child
{
  display: block;
}

.dashboardItem
{
  width: 49%;
  float:left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.dashboardItem:nth-child(2n+1)
{
  clear:left;
}

div.div_100
{
  width: 100%;
  overflow-x: auto;
  padding-bottom: 10px;
  padding-bottom:200px;
  margin-bottom: 200px;
  margin-top:10px;

}

table.dataTable tbody tr:hover
{
  background-color: #d5d5d5 !important;
}

table.dataTable thead tr
{
  background-color: #33aaff !important;
  color:#fff;
}

table.dataTable
{
  border-radius: 5px 0px 5px 0px;
}

.dataTable tbody tr,.dataTable tbody td
{
  -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}

.chosen-container
{
  min-width: 250px;
 /* position:absolute;
  top:0px;
  left:0px;*/
}

.branch .chosen-container
{
  min-width: 150px !important;
}

.tax_type .chosen-container
{
  width: 300px !important;
}

.c_type .chosen-container
{
  min-width: 150px !important;
}

.currency .chosen-container
{
  min-width: 150px !important;
}

.country .chosen-container
{
  min-width: 150px !important;
}

.item_codePop .chosen-container
{
  min-width: 1000px !important;
}

.city .chosen-container
{
  min-width: 150px !important;
}

.gj_group_code .chosen-container
{
  min-width: 150px !important;
}

.ga_header .chosen-container
{
  min-width: 150px !important;
}

.ga_detail .chosen-container
{
  min-width: 150px !important;
}

.profitcenter .chosen-container
{
  min-width: 150px !important;
}

.costcenter .chosen-container
{
  min-width: 150px !important;
}

.item_type .chosen-container
{
  min-width: 150px !important;
}

.rounding_type .chosen-container
{
  min-width: 150px !important;
}

.sales_type .chosen-container
{
  min-width: 150px !important;
}

.template_memoap .chosen-container
{
  min-width: 150px !important;
}

.tax_code .chosen-container
{
  min-width: 150px !important;
}

.template_memoar .chosen-container
{
  min-width: 150px !important;
}

.user .chosen-container
{
  min-width: 150px !important;
}

.sales_contract_type .chosen-container
{
  min-width: 150px !important;
}

.customer_code .chosen-container
{
  min-width: 150px !important;
}

.payment_term .chosen-container
{
  min-width: 150px !important;
}

.seller_bank_account .chosen-container
{
  min-width: 150px !important;
}

.container_type .chosen-container
{
  min-width: 150px !important;
}

.container_type .chosen-container
{
  min-width: 150px !important;
}

.insurance_type .chosen-container
{
  min-width: 150px !important;
}

.document_list .chosen-container
{
  min-width: 150px !important;
}

.item_code .chosen-container
{
  min-width: 150px !important;
}

.item_code .chosen-container
{
  min-width: 150px !important;
}

.depreciation_method .chosen-container
{
  min-width: 150px !important;
}

.fa_group .chosen-container
{
  min-width: 150px !important;
}

.gl_group .chosen-container
{
  min-width: 150px !important;
}

.gl_type .chosen-container
{
  min-width: 150px !important;
}

.main_gl .chosen-container
{
  min-width: 150px !important;
}

.document_code .chosen-container
{
  min-width: 150px !important;
}

.level .chosen-container
{
  min-width: 150px !important;
}

.department .chosen-container
{
  min-width: 150px !important;
}

.sales_contract_no .chosen-container
{
  min-width: 150px !important;
}

.chosen-drop
{
  min-width: 150px;
  text-align: left !important;
 /* position:absolute;
  top:0px;
  left:0px;*/
}

#content_login .chosen-search,.chosen-search input
{
  min-width: 100%;
  text-align: left !important;
 /* position:absolute;
  top:0px;
  left:0px;*/
}

.chosen-search input
{
  min-width: 90%;
}
#content_login .chosen-drop
{
  min-width: 300px;
  text-align: left !important;
 /* position:absolute;
  top:0px;
  left:0px;*/
}
#content_login .chosen-container div
{
  width: 18px !important;
  margin: 0px !important;
}

.div_2part .part
{
  float:left;
  width: 48%;
  margin-right: 5px;
}

.div_2part .part:last-child
{
  margin: none;
}

.dataTable tfoot th
{
  padding-right: 10px !important;
}

.div_2part .partCoffe
{
  float:left;
  width: 49%;
  margin-right: 5px;
}
.div_2part .partCoffe2
{
  float:left;
  width: 49%;
  float:right;
  /*margin-right: 5px;*/
}

.div_2part .partbagan
{
  float:left;
  width: 50%;
  margin-right: 5px;
}
.div_2part .partbagan2
{
  float:left;
  width: 48%;
  float:right;
  /*margin-right: 5px;*/
}

/*.div_2part .partCoffe:last-child
{
  width: 50%;
  margin: none;
  /*width: 33%;*/

}*/