@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Muli:300,400,400i,700,700i');

/* 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 url(images/background.jpg);
	line-height: 1;
	font-size: 14px;
	font-family: 'Muli', sans-serif;
	color: #394343;
	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: #0F5959;
	text-decoration: none;
}

a:hover {
	color: #f78a3c;
}

a img {
	border: 0;
	text-decoration: none !important;
}

a img:hover {
	text-decoration: none !important;
}

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: 12px;
	line-height: 18px;
	color: #595959;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

em {
	font-style: italic;
}

.clear {
	clear: both;
}

.hidden,
.none {
	display: none;
}

.pointer {
	cursor: pointer;
}

input,
select,
textarea {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Muli', sans-serif;
}

input:not([type]),
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="time"],
select,
textarea {
	padding: 8px;
	border: 1px solid #0F5959;
	border-radius: 4px;
	background-color: #e0efed;
}

input[type="search"] {
	background-image: url(images/search.png);
	background-position: 4px 4px;
	background-repeat: no-repeat;
	padding: 8px 8px 8px 36px !important;
}

.searchright {
	display: block;
	width: 196px;
	position: absolute;
	right: 0;
	top: 0;
}

select {
	padding: 6px 8px;
	box-sizing: content-box;
	vertical-align: middle;
}

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 #f78a3c;
	background-color: #fff;
}

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 #0F5959;
	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: #f78a3c;
	border: 1px solid #f78a3c;
	cursor: pointer;
	border-radius: 6px;
	padding: 8px 16px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	position: relative;
	top: 0;
	display: inline-block;
	line-height: 20px;
}

input:not([type]),
input[type="submit"]:hover,
input[type="button"]:hover,
.button:hover {
	top: -1px;
	background-color: #EC693E;
	border: 1px solid #EC693E;
}

input:not([type]),
input[type="submit"]:active,
input[type="button"]:active,
.button:active {
	top: 1px;
}

input[type="text"]:disabled,
input[readonly="readonly"],
textarea:disabled {
	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;
}

.notif {
	line-height: 18px;
	margin: 16px 0;
	text-align: center;
	color: #FFF;
	display: none;
	font-size: 13px;
	position: relative;
}

.notif div {
	padding: 16px;
}

.notifno {
	background: #b32f2f;
}

.notifyes {
	background: #2fb32f;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

h1 {
	color: #f78a3c;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
}

h2 {
	color: #f78a3c;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	padding-bottom: 36px;
}

h3 {
	font-weight: 700;
	line-height: 14px;
	padding: 6px 0 0 40px;
	display: inline-block;
	margin-bottom: 16px;
}

p {
	line-height: 20px;
	padding: 8px 0;
}

strong {
	font-weight: 700;
}

.loader {
	display: block;
	position: absolute;
}

.loader_popup {
	position: absolute;
	display: none;
}

.mainwrap {
	width: 96%;
	margin: 0 auto;
	max-width: 1200px;
}

.red {
	color: #b32f2f !important;
}

.green {
	color: #17A697 !important;
}

.nowrap {
	white-space: nowrap;
}

.bold {
	font-weight: bold;
}

/* Footer */
footer {
	text-align: center;
	padding: 48px 0 24px 0;
	font-size: 11px;
	line-height: 16px;
	color: #999;
}

/* ------------------------------- Menu -----------------------------*/

.topbar {
	background: #0F5959;
	height: 48px;
	padding: 0 2%;
	border-bottom: 3px solid #17a697;
	position: relative;
	box-shadow: 0 0 2px #999;
}

.logo {
	display: block;
	float: left;
	margin: 8px 0 0 0;
	width: 110px;
}

.subtitle {
	float: left;
	width: 100px;
	color: #8FD4D9;
	font-size: 11px;
	line-height: 16px;
	padding: 26px 0 0 2px;
}

.iconmenu {
	position: absolute;
	right: 2%;
	top: 0;
	width: 100px;
	text-align: right;
}

.menuimg {
	display: inline-block;
	height: 48px;
	width: 48px;
	text-align: center;
}

.menuimg img {
	opacity: 0.6;
	padding: 11px 0 0 0;
	display: block;
	margin: 0 auto;
}

.menuimg:hover {
	background: #17A697;
}

.menuimg:hover img {
	opacity: 1;
}

/* ------------------------------- Menu CSS  -----------------------------*/

.cssmenu {
	float: right;
	width: 50%;
	margin: 0 100px 0 0;
}

#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 ul>li.active>a {
	/* background: #104444; */
	background: url(images/highlight-bg.png) repeat;
	text-shadow: 0 -1px 0 #97321f;
	text-shadow: 0 -1px 0 rgba(122, 42, 26, 0.64);
}

/* 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: 100;
	/*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: 12px;
	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;
}

.has-sub:last-child ul li a {
	width: 128px !important;
}

/* ------------------------------- Login  -----------------------------*/

.loginwrap {
	padding: 64px 0;
	text-align: center;
}

.loginbox {
	text-align: center;
	width: 300px;
	margin: 0 auto;
	position: relative;
	background: #FFF;
	padding: 32px 16px;
	box-shadow: #999 0 0 2px;
}

.loginsubmit {
	padding: 16px 0 0 0;
}

#loginloader {
	right: 58px;
	top: 136px;
	display: none;
}

/* Content */
.wrapcontent {
	background: #FFF;
	min-height: 400px;
	width: 96%;
	margin: 16px auto;
	border-radius: 4px;
	box-shadow: 0 0 2px #7a8181;
}

.innercontent {
	padding: 2%;
}

.titlearea {
	position: relative;
}

.pagetitle {
	font-size: 22px;
	line-height: 32px;
	border-bottom: 1px dotted #f78a3c;
	padding: 0 0 8px 48px;
	text-transform: uppercase;
}

/*pagetitle name*/
.pagetitle.umum {
	background: url(images/icon-provider.png) 0 0 no-repeat;
}

.pagetitle.profil {
	background: url(images/icon_user.png) 0 0 no-repeat;
}

.pagetitle.costing {
	background: url(images/costing.png) 0 0 no-repeat;
}

.pagetitle.buyer {
	background: url(images/icon_user2.png) 0 0 no-repeat;
}

.pagetitle.supplier {
	background: url(images/supplier-icon.png) 0 0 no-repeat;
}

.pagetitle.cbm {
	background: url(images/costing-mentah.png) 0 0 no-repeat;
}

.pagetitle.kategoriproduct {
	background: url(images/kategori.png) 0 0 no-repeat;
}

.pagetitle.product {
	background: url(images/product-icon.png) 0 0 no-repeat;
}

.pagetitle.mentah {
	background: url(images/icon-wood.png) 0 0 no-repeat;
}

.pagetitle.project {
	background: url(images/icon-pesanan.png) 0 0 no-repeat;
}

.pagetitle.proforma {
	background: url(images/proforma-icon.png) 0 0 no-repeat;
}

.pagetitle.po {
	background: url(images/price-icon.png) 0 0 no-repeat;
}

.pagetitle.production {
	background: url(images/icon-produksi2.png) 0 0 no-repeat;
}

.pagetitle.invoice {
	background: url(images/receipt.png) 0 0 no-repeat;
}

.pagetitle.outstanding {
	background: url(images/icon-stok.png) 0 0 no-repeat;
}

.pagetitle.log {
	background: url(images/icon_loghistory.png) 0 0 no-repeat;
}

.pagetitle.packing {
	background: url(images/packing_inv.png) 0 0 no-repeat;
}

.pagetitle.logactivitas {
	background: url(images/logactivitas.png) 0 0 no-repeat;
}

.inside {
	padding: 24px 0;
}

.inside h3 {
	padding: 0;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 700;
}

.leftside {
	float: left;
	width: 49%;
}

.rightside {
	float: right;
	width: 49%;
}

.std_table td {
	padding: 8px 12px 8px 12px;
	vertical-align: middle;
	line-height: 18px;
}

.std_table_margin {
	margin-bottom: 16px;
}

.std_table_rinci {
	padding: 8px 0;
	width: 90%;
}

.std_table_rinci td {
	padding: 8px;
	border-bottom: 1px dotted #999;
}

.tbborder table tr th,
.tbborder table tr td {
	border: 0.2px solid #bbb;
	border-collapse: collapse;
}

.newbutton {
	position: absolute !important;
	right: 0;
	top: -6px !important;
	display: block !important;
}

.tooltop {
	padding-bottom: 24px;
	position: relative;
}

.tooltop input[type="submit"] {
	padding: 6px 16px;
	vertical-align: middle;
}

.searchnote {
	font-size: 16px;
	line-height: 24px;
}

.tradetable {
	width: 100%;
	border-top: 1px solid #17A697;
}

.tradetable th {
	padding: 12px 8px;
	text-align: center;
	background: #17A697;
	font-weight: 700;
	color: #FFF;
	line-height: 20px;
	vertical-align: middle;
}

.tradetable td {
	padding: 10px 4px;
	line-height: 20px;
	border-bottom: 1px solid #17A697;
	vertical-align: middle;
}

.tradetable.stdr th {
	padding: 12px 10px;
}

.tradetable.stdr td {
	padding: 10px 10px;
}

.pagination {
	text-align: center;
	padding: 48px 0 24px 0;
}

.number {
	padding: 0 0 20px 0;
}

.pagenum {
	display: inline-block;
	padding: 4px 10px;
	background: #d2d2d2;
	margin: 2px 2px;
	font-size: 13px;
	line-height: 18px;
	border-radius: 2px;
}

.pagenum:hover,
.pagenum.currentpage {
	background: #17A697;
	color: #FFF;
}

.showing {
	font-size: 12px;
	line-height: 16px;
	color: #999;
}

.onclick {
	color: #0F5959;
	cursor: pointer;
}

.onclick:hover {
	color: #f78a3c;
}

/*------------------- Jquery Upload -------------------------*/
.uploadarea {
	position: relative;
	padding: 32px 0 16px 0;
}

.transparan {
	opacity: 0.6;
	cursor: pointer;
}

.transparan:hover {
	opacity: 1;
}

.transparan_second {
	opacity: 0.6;
	cursor: pointer;
}

.transparan_second:hover {
	opacity: 1;
}

.fileinput-button {
	position: relative;
	overflow: hidden;
	display: inline-block;
	background: #f78a3c;
	border: 1px solid #f78a3c;
	cursor: pointer;
	border-radius: 6px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	position: relative;
	top: 0;
	line-height: 16px;
	padding: 4px 8px;
}

.fileinput-button:hover {
	top: -1px;
	background: #EC693E;
	border: 1px solid #EC693E;
}

.fileinput-button:active {
	top: 1px;
}

.fileinput-button input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px !important;
	direction: ltr;
	cursor: pointer;
}

.progress {
	height: 24px;
	border: 1px solid #17A697;
	border-radius: 4px;
	width: 300px;
	position: absolute;
	left: 120px;
	top: 32px;
	overflow: hidden;
	display: none;
}

.progress-berkas {
	height: 24px;
	overflow: hidden;
	width: 50%;
	border: 1px solid #17A697;
	border-radius: 4px;
	float: right;
	left: 170px;
	position: absolute;
	overflow: hidden;
	display: none;
}

.progress-bar {
	height: 24px;
	background: #0F5959;
}

.savearea {
	text-align: right;
	margin: 48px 0 0 0;
	position: relative;
}

#ps_loader {
	top: 4px;
	right: 360px;
	display: none;
}

.result_berkas_files {
	max-height: 200px;
	overflow: auto;
}

.middle {
	vertical-align: middle;
}

.actionicon {
	margin: 0 4px;
	cursor: pointer;
}

.actionicon:hover {
	position: relative;
	bottom: 1px;
}

/*----------------------------- Fixes for IE < 8 ----------------------------*/
@media screen\9 {
	.fileinput-button input {
		filter: alpha(opacity=0);
		font-size: 100%;
		height: 100%;
	}
}

.filearea {
	clear: both;
}

.kotakfile {
	width: 128px;
	height: 128px;
	margin: 0 16px 16px 0;
	float: left;
	position: relative;
	border: 2px solid #CCC;
	border-radius: 4px;
}

.kotakfile:hover {
	border: 2px solid #17A697;
}

.hapusgbr {
	position: absolute;
	top: -6px;
	right: -6px;
	cursor: pointer;
}

.hapusgbr:hover {
	top: -8px;
}

.kotakfilesedang {
	width: 60px;
	height: 60px;
	margin: 0 2px 0 2px;
	float: left;
	position: relative;
	border: 2px solid #CCC;
	border-radius: 4px;
}

.kotakfilesedang:hover {
	border: 2px solid #17A697;
}

.kotakfilesedang.size40 {
	width: 40px;
	height: 40px;
}

/*-------------------- UMUM ---------------------- */
.box {
	position: fixed;
	top: 15%;
	left: 15%;
	width: 70%;
	height: auto;
	color: #120b0b;
	border-radius: 8px;
	padding: 16px;
	line-height: 18px;
	text-align: center;
	border: 1px solid #FFF;
	box-shadow: 0 0 80px #333;
	background-color: #fff;
	display: none;
	z-index: 2;
}

.greentab {
	background: #17A697;
	color: #fff;
	padding: 6px 8px !important;
}

.bluetab {
	background: #428ca9;
	color: #fff;
	padding: 6px 8px !important;
}

.greytab {
	background: #e3e3e3;
	padding: 6px 8px !important;
	font-weight: 700;
	border-bottom: 1px dashed #fff;
}

.greytab2 {
	background: #e3e3e3;
	padding: 6px 8px !important;
	font-weight: 700;
}

.greytab2 strong {
	color: #131316;
}

.linegreytab2 {
	border-bottom: 1px dashed #fff;
	background: #e3e3e3;
}

.grey {
	background: #eeefea;
}

.newbutton.row_pending {
	position: absolute !important;
	right: 0;
	top: -30px !important;
	width: 40px;
	height: 40px;
	display: block !important;
	background-color: #ff0051;
	border: 1px solid #ff0051;
	cursor: pointer;
	border-radius: 100%;
	padding: 8px 8px;
	color: #FFF;
	font-weight: 700;
}

.cashout {
	background: #ffecec !important;
}

.cashin {
	background: #d4f7d4 !important;
}

.cashtrans {
	background: #d3fffc !important;
}

.popup {
	position: fixed;
	top: 45%;
	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;
	z-index: 10;
}

.popdel {
	background: #d93240;
}

.popnew {
	background: #efefef;
	color: #474f4f;
}

#popnewcash {
	margin-top: -172px;
	width: 400px;
	margin-left: -200px;
}

.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;
	margin: 16px 0 8px 0;
}

.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: 56%;
	line-height: 18px;
	margin-left: -217px;
	margin-top: -230px;
	padding: 16px;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 400px;
	display: none;
}

/*-------------------- CONTENT ------------------- */
.calc {
	width: 22%;
	margin: 3px 2px;
	background-color: cadetblue;
	border: 2px solid cadetblue;
}

#daftar_item td {
	border-bottom: 1px dashed #17A697;
}

.daftar_item td {
	border-bottom: 1px dashed #17A697;
}

.insided {
	padding: 24px 0;
	overflow: scroll;
	height: 300px;
}

.dropbox {
	height: 300px;
	overflow: scroll;
	background: #e7e7e7;
	padding: inherit;
	border-radius: 8px;
}

.tabreport td {
	padding: 6px;
	border-bottom: 1px dotted #999999;
	font-size: 13px;
	line-height: 18px;
}

.tabreport th {
	padding: 12px 8px;
	text-align: center;
	background: #0f5959;
	color: #FFF;
	vertical-align: middle;
}

.costing_all {
	background: #f9ffeb;
	margin-top: 20px;
}

.penentuan_harga {
	background: #fafdff;
	margin-top: 20px;
}

.ltool {
	float: left;
	width: 69%;
	min-width: 512px;
}

.rtool {
	float: right;
	width: 29%;
	text-align: right;
	padding: 0 10px 0 0;
}

.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;
}

.trblue {
	background: #c2eff2;
}

.trred {
	background: #ffdede;
}

.invoicepage {
	border: 1px solid #17A697 !important;
	margin: 10px 0;
	padding: 10px;
}

.invoicemargin {
	margin: 15px auto 20px;
	width: 100%;
}

.td_red {
	background: #ffebed;
	color: #b32f2f;
	font-weight: 700;
}

.td_green {
	background: #d2efd8;
	color: #146c25;
	font-weight: 700;
}

/* 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;
}

select:disabled {
	background-color: #eeeeee;
	color: #444;
	opacity: 1;
	background-color: #FFF;
	border: 1px solid #CCC;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #FFF !important;
	border: 1px solid #CCC !important;
}
input[type="number"]:disabled{
	background-color: #FFF;
	border: 1px solid #CCC;
}

.select2-container .select2-selection span.select2-selection__rendered {
	line-height: 32px;
}

.none_important {
	display: none !important;
}

.relative {
	position: relative;
}

.masterpanel {
	position: relative;
	display: block;
	margin: 20px auto;
}

.itempanel {
	position: relative;
	max-width: 550px;
	border: 1px dotted #000;
	padding: 25px 20px;
	border-radius: 8px;
	display: none;
	float: left;
}

.wrap_addnote_log {
	width: 40%;
	display: inline-block;
}

.icon_historylog {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: auto;
	cursor: pointer;
	opacity: 0.7;
}

.icon_historylog:hover {
	opacity: 1;
}

.icon_historylog_close {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 24px;
	height: auto;
	cursor: pointer;
	opacity: 0.7;
}

.icon_historylog_close:hover {
	opacity: 1;
}

.wrap_history_log_user {
	position: absolute;
	width: 550px;
	right: 0px;
	background: #0f5959;
	color: #fff;
	padding: 20px 15px;
	z-index: 50;
	display: none;
}

.wrap_history_log_user a {
	color: #fff;
}

.wrap_history_log_user a:hover {
	color: #f78a3c;
}

.inner-import {
	position: relative;
	display: block;
	max-width: 500px;
}

.inner-import .form-import {
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.inner-import input[type="file"] {
	padding: 7px 0px;
}

.inner-import input[type="submit"] {
	float: right;
}

.inner-import .progress-import {
	width: 100%;
	float: none;
	margin: 5px auto;
	height: 25px;
	display: none;
}

.inner-import .progress-import.open {
	display: block;
}

.inner-import .info-progress {
	font-size: 14px;
	line-height: 18px;
}

.inner-import .info-progress.msg-error {
	color: #d93240;
}

.inner-import .import-reload {
	display: none;
	margin-bottom: 14px;
}

.inner-import table.tradetable {
	border-top: 1px solid #f78a3c;
	margin-bottom: 20px;
	display: none;
}

.inner-import table.tradetable td {
	border-bottom: 1px solid #f78a3c;
}

.inner-import table.tradetable.show {
	display: inline-table;
}

.showhide_table {
	color: #428bca;
	font-weight: bold;
	cursor: pointer;
}


.table-scroll tr td:first-child,
.table-scroll th:first-child {
	position: -webkit-sticky;
	position: sticky;
	width: 120px;
	left: 0;
	z-index: 2;
	border-right: var(--border-size-s) solid var(--color-neutral-4);
}

.table-scroll th:first-child {
	z-index: 4;
}

.table-scroll tr td:nth-child(2),
.table-scroll th:nth-child(2) {
	position: -webkit-sticky;
	position: sticky;
	width: 120px;
	left: 110px;
	z-index: 2;
	border-right: var(--border-size-s) solid var(--color-neutral-4);
}

.table-scroll th:nth-child(2) {
	z-index: 4;
}


.table-scroll tr td:nth-child(3),
.table-scroll th:nth-child(3) {
	position: -webkit-sticky;
	position: sticky;
	left: 210px;
	z-index: 2;
	border-right: var(--border-size-s) solid var(--color-neutral-4);
}

.table-scroll th:nth-child(3) {
	z-index: 4;
}

.popup_loader{
	top: 0px;
    display: none;
    left: 50px;
}