input {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #7B9EBD;
	color: #000;
	font-size: 11px;
}

html {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	user-select:none;
	-moz-user-select: none; 
	-ms-user-select:none;
	-o-user-select:none;
	-webkit-user-select: none;
}

body {
	float: left;
	height: 100%;
	margin: unset;
	width: 100%;
}

select {
	font-size: 11px;
}

select:disabled {
  background: #CCCCCC;
  opacity: 1;
}

input[ type="text" ]:disabled {
  background: #CCCCCC;
}

.C_Container340 {
	border-radius: 5px;
	border: 1px solid #888888;
	box-shadow: 2px 2px #888888;
	color: #888888;
	float: left;
	font-size: 1em;
	margin-left: calc( ( 100% - 340px ) / 2 - 2px );
	margin-right: calc( ( 100% - 340px ) / 2 + 2px );
	margin-top: 5px;
	padding: 5px;
	width: 340px;
}

.C_W100 {
	float: left;
	width: 100%;
}

.C_TitleInput {
	float: left;
	margin-top: 5px;
	width: 100%;
}

.C_Input16 {
	border-radius: 5px;
	border: 1px solid #888888;
	color: #000;
	float: left;
	height: 16px;
	margin-left: 5px;
	padding: 4px;
	width: calc( 100% - 5px - 8px );
}

.C_Button32Blue {
	background-color: #007bff;
	border-radius: 5px;
	border: 1px solid #007bff;
	color: white;
	cursor: pointer;
	float: left;
	font-size: 1em;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

.C_Button32Blue:hover {
	background-color: white;
	color: #007bff;
}

.C_Loading {
	background-color: grey;
	height: 100%;
	opacity: 0.5;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.C_Loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 60px;
  margin: -38px 0 0 -38px;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #888888;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

.C_MessageError{
	background-color: #fc4747;
	border-radius: 5px;
	border: 1px solid #dc3545;
	color: white;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: calc( 100% - 10px - 2px - 10px );
}

.C_MessageSuccess{
	background-color: #28a745;
	border-radius: 5px;
	border: 1px solid #36e05d;
	color: white;
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	width: calc( 100% - 10px - 2px - 10px );
}

.C_MessageHeader{
	border-bottom: 1px solid white;
	float: left;
	height: 32px;
	line-height: 32px;
	width: 100%;
}

.C_LeftH100{
	float: left;
	height: 100%;
}

.C_MessageButtonX{
	background-color: #fc4747;
	border-left: 1px solid white;
	border-right: 1px solid white;
	color: white;
	cursor: pointer;
	float: right;
	height: 100%;
	text-align: center;
	width: 32px;
}

.C_MessageButtonX:hover{
	background-color: white;
	color: #fc4747;
}

.C_MessageContent{
	float: left;
	font-size: 0.75em;
	line-height: 16px;
	width: 100%;
}

.C_Button32Red{
	background-color: #fc4747;
	border-radius: 5px;
	border: 1px solid #fc4747;
	color: white;
	cursor: pointer;
	float: left;
	font-size: 1em;
	height: 32px;
	line-height: 32px;
	margin-top: 5px;
	text-align: center;
	width: 100%;
}

.C_Button32Red:hover{
	background-color: white;
	color: #fc4747;
}

.C_ContainerTitle{
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.C_PaneBar{
	background: url(../images/icon/panebar_m.gif) repeat-x top;
	color: #FFFFFF;
	float: left;
	height: 24px;
	line-height: 24px;
	width: 100%;
}

.C_PaneBar_L{
	background: url(../images/icon/panebar_l.gif) no-repeat left top;
	float: left;
	height: 100%;
	width: 50%;
}

.C_PaneBar_R{
	background: url(../images/icon/panebar_r.gif) no-repeat right top transparent;
	float: left;
	height: 100%;
	width: 50%;
}

.C_PaneBar_Button{
	display: block;
	float: left;
	width: 100%;
}

.C_PaneBar_Caption{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	width: calc( 100% - 10px );
}

.C_FormGray{
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #074f99;
	font-size: 11px;
}

.C_BoxFilter{
	background:#F5F5F5;
	border:1px solid #FFF;
	display: flex;
	flex-direction: row;
	float: left;
	gap: 2px;
	padding:2px;
	width: auto;
	margin-right: 4px;
	height: 22px;
	line-height: 22px;
}

.C_BoxFilter input{
	background:#fff;
	cursor: pointer;
}

.C_BoxFilter > select {
	border: 1px solid #7B9EBD;
	color: #000;
	font-size: 11px;
	cursor: pointer;
	background-color: none;
}

.C_BoxFilterx > select {
	border: 1px solid #7B9EBD;
	color: #000;
	font-size: 11px;
	cursor: pointer;
	background-color: none;
}

.C_BoxCreate{
	background:#F5F5F5;
	border:1px solid #FFF;
	display: flex;
	flex-direction: row;
	float: right;
	gap: 2px;
	padding:2px;
	width: auto;
	margin-left: 4px;
	height: 22px;
	line-height: 22px;
}

.C_BoxCreate input{
	background:#fff;
	cursor: pointer;
}

.DHTMLSuite_aTab{
	overflow: visible;
	position: relative;
}

.C_TableResult{
	background: #fff;
	border: 1px solid #d6d3d6;
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
	min-width: 100%;
	user-select: text;
}

.C_TableList{
	border: 1px solid #D6D3D6;
}

.C_TableList td {
	border-bottom: 1px solid #D6D3D6;
	padding-left: 3px;
	background-color: #FFFFFF;
	border-right: 1px solid #D6D3D6;
}

.C_TableResult td{
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
	height: 20px;
}

.C_TableResult th{
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #D6D3D6;
	height: 20px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.C_TableResult th:hover{
	text-decoration: underline;
}

.C_TableResultButton{
	border: 0;
	border-right: 1px solid #9B8493;
	border-bottom: 1px solid #9B8493;
	height: 15px;
	padding: 0;
	margin: 0;
}

.C_TableResultButton:hover{
	border-top: 1px solid #9B8493;
	border-left: 1px solid #9B8493;
}

.C_TableResultButtonImage {
    border: 0;
    border-right: 1px solid #9B8493;
    border-bottom: 1px solid #9B8493;
    height: 15px; /* Sesuaikan ukuran sesuai kebutuhan */
    width: 15px; /* Sesuaikan ukuran sesuai kebutuhan */
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon/ico_delete.jpg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.C_TableResultButtonImage:hover {
    border-top: 1px solid #9B8493;
    border-left: 1px solid #9B8493;
}

.C_Paging{
	white-space: nowrap;
	margin-top: 2px;
	font-size: 11px;
}

.C_PagingButton{
	border: 1px solid #8dab68;
	color: #5f7f39;
	cursor: pointer;
	margin: 2px;
	padding: 2px 5px 2px 5px;
}

.C_PagingButton:hover{
	color: white;
	background-color: #5f7f39;
}

.C_PagingButtonActive{
	border: 1px solid #8dab68;
	color: white;
	background-color: #5f7f39;
	margin: 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	font-weight: bold;
}

.C_PagingButtonDisabled{
	margin: 2px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	border: 1px solid #eee;
	color: #ddd;
}

.C_IndexButton{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.C_IconButton{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
	color: #4e6d33;
	text-decoration: none;
}

.C_IconButton span{
	float: none;
	width: 32px;
	margin: 0 auto;
	display: block;
}

.C_IconButton:hover{
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #E78622;
}

.C_IconButtonCenter{
	width: fit-content;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	text-align: center;
	border: 1px solid #fbfbfb;
	padding: 1px 5px;
	cursor: pointer;
	color: #4e6d33;
	text-decoration: none;
}

.C_IconButtonCenter:hover{
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	color: #E78622;
}

.C_BlueBar {
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
}

.C_CaptionDetail {
	display: flex;
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: #FFFFFF url(../images/icon/bluebar.jpg) repeat-x bottom;
	margin-bottom: -0.1em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

.C_InputButton {
	text-align: center;
	width: 85px;
}

.C_InputButton, .C_InputButton input {
	cursor: pointer;
}

.C_FormGrayProduct{
	color: #000000;
	background-color: #EEEEEE;
	border: 1px solid #074f99;
	font-size: 11px;
	display: block;
}

.C_Form{
	font-size: 11px;
}

.C_Form td{
	white-space: nowrap;
    padding-left: 2px;
    padding-right: 2px;
}

.C_LoadingP10{
	position: absolute;
	width: calc( 100% - 10px );
	height: calc( 100% - 10px );
	background-color: grey;
	opacity: 0.5;
	z-index: 100;
}

.C_BtnLight, .C_BtnLight a{
	border: 1px solid #65696F;
	background-color: #B0BBC8;
	color: #FFFFFF;
	padding: 1px 5px 0px 5px;
	margin-left: -8px !important;
	cursor: pointer;
	margin-bottom: 3px;
	text-decoration: none;
}

.C_BtnLight a {
	border: 1px solid #65696F;
	background-color: #B0BBC8;
	color: #FFFFFF;
	padding: 1px 5px 0px 5px;
	margin-left: -8px !important;
	cursor: pointer;
	margin-bottom: 3px;
	text-decoration: none;
}

.C_Modal {
	display: none;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	justify-content: center;
	align-items: center;
	overflow-x: auto;
	overflow-y: auto;
}

.C_Modal-Content {
	background-color: #fff;
	padding: 2px;
	border: 3px solid #000000;
	box-shadow: 4px 8px #888888;
	max-width: 2000px;
	width: 50%;
	text-align: center;
	overflow-x: auto;
	overflow-y: auto;
}

.C_Close {
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
	display: flex;
	margin-bottom: -0.1em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
	flex-direction: row;
	justify-content: space-between;
}

.C_SearchFrx {
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: #FFFFFF url(../images/icon/bluebar.jpg) repeat-x bottom;
	margin-bottom: -0.1em;
	padding-right: 3rem;
	line-height: 23px;
}

.C_FontRed {
	color: red;
}

.C_LabelContact span {
	background-color: #CCCCCC;
	border: 1px solid #7B9EBD;
	padding: 2px 4px 1px 4px;
	margin-left: 0px;
}

textarea .C_TextArea {
	width: 361px;
}

.DHTMLSuite_modalDialog_contentDiv{
	overflow: auto;
}

.C_AmountIndex {
	text-align: right;
}

.C_BlueBar {
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
}

#DetailTransaction {
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
	margin-bottom: -0.1em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

#DetailTransaction h3 {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-right: 10px;
	line-height: 23px;
	COLOR: #003399;
  	TEXT-DECORATION: none;
}

#DetailTransactionX {
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
	margin-bottom: -0.1em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

#DetailTransactionX h3 {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-right: 10px;
	line-height: 23px;
	COLOR: #003399;
  	TEXT-DECORATION: none;
}

#DetailTransactionVoucher {
	border-bottom: 2px solid #7185B6;
	font-size: 13px;
	color: #636260;
	background: url(../images/icon/bluebar.jpg) #ffffff repeat-x bottom;
	margin-bottom: -0.1em;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 23px;
}

#DetailTransactionVoucher h3 {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	font-size: 12px;
	margin: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-right: 10px;
	line-height: 23px;
	COLOR: #003399;
  	TEXT-DECORATION: none;
}

#DetailTransactionVoucher h3:hover {
	color: red;
}

.spanimagebutton input {
	margin: 0px;
	padding: 0px;
	margin-bottom: -5px;
}

.imagebutton {
	border: 0px;
	border-right: 1px solid #9B8493;
	border-bottom: 1px solid #9B8493;
}

.imagebuttonover {
	border-right: 1px solid #9B8493;
	border-bottom: 1px solid #9B8493;
}

.C_ShowTip {
	width: auto;
	padding: 3px;
	color: #000;
	border: 1px solid #999999;
	background-color: #FFF;
	position: absolute;
	z-index: 500;
	overflow: visible;
	display: inline-block;
	margin-left: 10px;
}

/* Star Rating */
input.emptystar { 
	display: none; 
}

label.emptystar {
  float: right;
  padding: 5px;
  font-size: 20px;
  color: #777;
  transition: all .2s;
  cursor:pointer;
}

label.emptystar:hover { 
	transform: rotate(-15deg) scale(1.3);
}

label.emptystar:before {
  content: '☆';
  font-family: FontAwesome;
  text-decoration: line-through;
}

div.stars {
  width: 190px;
  display: inline-block;
}

input.star { 
	display: none; 
}

label.star {
  float: right;
  padding: 5px;
  font-size: 20px;
  color: #777;
  transition: all .2s;
  cursor:pointer;
}

input.star:checked ~ label.star:before {
  content: '★';
  color: #ffc300;
  transition: all .25s;
  text-shadow:1px 1px , 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
  cursor:pointer;
}

input.star-5:checked ~ label.star:before {
  color: #ffd700;
  text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

input.star-6:checked ~ label.star:before {
  color: #ffde6f;
  text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

label.star:hover { 
	transform: rotate(-15deg) scale(1.3); 
}

label.star:before {
  content: '☆';
  font-family: FontAwesome;
}