/*!
* Design by AvrialR
* avrial87@gmail.com
*/



input{
	outline: none;
}
textarea{
	outline: none;
}
.color{
    color: #932C25;
    color: #9CBE5D;
    color: #1CA68D;
    color: #3C55A3;
    color: #3C55A3;
    color: #201E1E;
    color: #4B4B4D;
	color: #E6E7E8;
	color: #F2F4F6;
}

body{
	font-family: 'Poppins', sans-serif;
	background-color: #F2F4F6;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 14px;
}
a{
	color: #3C55A3;
    cursor: pointer;
    text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,a:focus,a:hover{
	color: #201E1E;
}
i{
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:focus,button:focus{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:active,button:active{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:click,button:click{
	text-decoration: none;
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer */
	-khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
	-webkit-user-select: none; /* Chrome, Safari, and Opera */
	-webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
button:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	text-decoration: none;
}
.assets_page{
	overflow-x: hidden;
	overflow-y: hidden;
}
a:active,button:active{
	box-shadow: none!important;
}
a:focus,button:focus{
	box-shadow: none!important;
}
a:click,button:click{
	box-shadow: none!important;
}
input{
	outline: none;
}
textarea{
	outline: none;
}
.ui-autocomplete {
    z-index: 99999 !important;
}

/*Model*/

.progress-box {
	width: 100%;
	/* max-width: 400px; */
	background: #ddd;
	border-radius: 6px;
	overflow: hidden;
	margin-top: 10px;
}

.progress-bar {
	width: 0%;
	height: 35px;
	background: #3C55A3;
	color: #fff;
	text-align: center;
	line-height: 35px;
	transition: width 0.1s linear;
	border-radius: 10px;
}

.fade{
	z-index:1200;
	cursor: pointer;
}
.modal{
	z-index:1202;
}
.modal._web{
	top: 0px;
	z-index:1202;
}
.modal.in{
	cursor: pointer;
	background-color: rgba(75, 75, 77, 0.1);
}
.modal button{
	border-radius: 5px;
}
.modal .modal-content{
	border-radius: 5px;
	cursor: default;
}
.modal .modal-footer{
	border-top: 1px solid #E6E7E8;
}
.modal .modal-footer button{
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
.modal .alert{
	border-radius: 0px;
	margin-bottom: 0px;
}
.modal .data-view{
	max-height: 500px;
	overflow-y: auto;
}
.modal .data-view img{
	width: 100%;
}

.modal .view-img{
	position: sticky;
}
.modal .view-img img{
	width: 100%;
}
.modal .view-img i{
	font-size: 13px;
	color: #FFFFFF;
}
.modal .text-img{
	width: 100%;
	position: absolute;
	float: left;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px;
	bottom: 0px;
	color: #FFFFFF;
	
}

.modal-body{
	padding: 10px;
}
.modal-body .close{
	position: absolute;
	top: -10px;
	right: -10px;
	padding: 5px 10px;
	background-color: #3C55A3;
	color: #FFFFFF;
	opacity: 1;
}
.modal-body .close:hover{
	background-color: #3C55A3;
	color: #FFFFFF;
}

.modal-content.modal-pencarian{
	border-radius: 10px;
	margin-top: 20%;
	border: 1px solid #E6E7E8;
}
.modal-content.modal-pencarian .modal-body{
	padding: 0px;
}
.modal-content.modal-pencarian .modal-body label{
	font-size: 14px;
	font-weight: 600;
	color: rgba(0,0,0,0.87);
	padding: 5px;
	padding-bottom: 0px;
}
.modal-content.modal-pencarian .modal-body input{
	width: 100%;
	height: 50px;
	padding: 5px;
	padding-top: 7px;
	background-color:#FFFFFF;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 10px 10px 0px 0px;
	cursor: text;
	border: 1px solid #E6E7E8;
}
.modal-content.modal-pencarian .modal-body .row{
	margin-bottom: 10px;
}
.modal-content.modal-pencarian .modal-body .row a{
	text-decoration: none;
}
.modal-content.modal-pencarian .modal-body .row .list_pencarian:hover{
	background-color:#E6E7E8;
}
.modal-content.modal-pencarian .modal-body .load_cari{
	display: none;
}
.modal-content.modal-pencarian .modal-body .load_cari i{
	font-size: 13px;
	color: rgba(0,0,0,0.87);
	margin-top: 12px;
	margin-bottom: 10px;
}
.modal-content.modal-pencarian .modal-body .list_pencarian{
	font-size: 13px;
	color: rgba(0,0,0,0.87);
	padding: 10px;
	/* border-top: 1px solid #E6E7E8; */
	border-bottom: 1px solid #E6E7E8;
	cursor: pointer;
}
.modal-content.modal-pencarian .modal-body .list_pencarian.select{
	background-color:#E6E7E8;
	font-weight: 600;
}

.model_hd_page{
	border: 1px solid #E6E7E8;
}
.hd_model{
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: 1px solid #E6E7E8;
	margin-bottom: 10px;
}
.text_model{
	padding-top: 10px;
}

.title_model_hd_page{
	font-size: 16px;
	font-weight: 600;
	padding: 5px;
	border-bottom: 1px solid #E6E7E8;
}
.label_model_hd_page.v1{
	margin-top: 5px;
}
.label_model_hd_page{
	padding: 2px 5px;
	font-size: 12px;
	color: #4B4B4D;
}
.txt_bold_model_hd_page{
	padding: 2px 5px;
	font-size: 16px;
	font-weight: 600;
	color: #3C55A3;
}
.tab_content_page{
	border: 1px solid #E6E7E8;
	border-top: 0px;
}
.get_data_model_tabs{
	padding: 5px;
	max-height: 200px;
	overflow-y: auto;
}
.bg_form_modal{
	padding: 0px 0px 0px;
}
.lb_form_modal{
	padding: 0px 0px 5px;
	font-size: 14px;
	color: #4B4B4D;
	font-weight: 600;
}
.form_modal{
	padding: 0px;
	margin-bottom: 5px;
}
.form_modal.form_left{
	padding-right: 5px;
}
.form_modal.form_right{
	padding-left: 5px;
}
.bg_form_modal select {
	width: 100%;
	height: 35px;
	margin-bottom: 5px;
	padding: 7px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
    cursor: pointer;
}
.bg_form_modal input[type=file]{
	display: none;
}

.row_list_popup{
	background-color:#FFFFFF;
	border:1px solid #E6E7E8;
	border-radius: 5px;
	padding: 0px;
}
.row_list_popup .row{
	padding: 0px;
	margin: 0px;
}
.list_data_popup{
	max-height: 350px;
	overflow-x: auto;
}
.bg_hd_list_popup{
	float: left;
	padding: 0px;
	border-bottom: 0px solid #E6E7E8;
	background-color: rgba(230,231,232,0.3);
}
.hd_list_popup{
	padding: 10px;
	font-size: 12px;
	color: #201E1E;
	font-weight: 600;
	border-right: 1px solid #E6E7E8;
}
.bg_list_popup{
	float: left;
	padding: 0px;
	border-top: 1px solid #E6E7E8;
}
.bg_list_popup:hover{
	background-color: rgba(230,231,232,0.3);
}
.list_popup{
	padding: 10px;
	font-size: 12px;
	color: #201E1E;
	border-right: 1px solid #E6E7E8;
	cursor: pointer;
}
.list_popup.wrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 400px;
}
.list_popup label{
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 11px;
}
.list_popup span{
	position: absolute;
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 10px;
}
.list_popup.last,.hd_list_popup.last{
	border-right: 0px solid #E6E7E8;
}

/*Sidebar*/
.icon_users{
	margin-top: 10px;
	margin-bottom: 10px;
}
.icon_users .inisial_nm_users{
	border-radius: 50%;
	width: 100px;
	height: 100px;
	line-height: 97px;
	object-fit: cover;
	border: 2px solid #E6E7E8;
	background-color: #3C55A3;
	color: #E6E7E8;
	font-size: 36px;
	text-align: center;
	font-weight: 600;
}
.icon_users .full_nm_users{
	font-size: 18px;
	color: #4B4B4D;
	font-weight: 600;
}
.bg_loading{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.05);
	z-index: 99999;
}
.data_alert_page{
	position: fixed;
	right: 10px;
	top: 1px;
	margin-top: 5px;
	padding: 0px;
	z-index: 9;
	opacity: 0.8;
}
.data_alert_page:hover{
	opacity: 1;
}
.data_alert_page .alert{
	margin: 5px 0px;
	padding: 10px;
	border-radius: 5px;
}
.data_alert_page .close{
	margin-top: -2px;
}
.linesidebar{
	position: fixed;
	top: 0px;
	width: 280px;
    height: 100%;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 100;
}
.btnSidebarMenu{
	position: fixed;
	top: 22px;
	width: auto;
	cursor: pointer;
	padding: 6px 12px;
	margin-top: 5px;
	border-radius: 0px 5px 5px 0px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #6a4a35;
	z-index: 12;
	transition: 0.5s;
	/* display: none; */
	margin: 5px 0px 0px 280px; 
	opacity: 0.7;
}
.btnSidebarMenu:hover{
	opacity: 1;
}
.linelogosidebar{
	width: 100%;
	height: 92px;
	top: 0px;
	text-align: center;
	z-index: 1201;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E7E8;
	padding: 8px 16px;
}
.linelogosidebar img{
	padding-top: 10px;
	height: 65px;
}
.linelogosidebar_min{
	padding: 8px;
	padding-top: 23px;
}
.linelogosidebar_min img{
	padding-top: 0px;
	height: 50px;
}
.linemenusidebar{
	position: fixed;
	background-color: #FFFFFF;
	padding: 0px;
    margin-bottom: 100px;
    padding-bottom: 100px;
	border-right: 1px solid #FFFFFF;
	height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 1201;
}
.linemenusidebar a{
	text-decoration: none;
}
.linesubsidebar{
	padding: 0px;
}
.linesubsidebar .linelistsidebar{
	padding-left: 30px;
}
.linesubsidebar.show{
	transition: 0.5s;
}
.linelistsidebar{
	width: 280px;
	padding: 8px 0px 15px 10px;
	border-bottom: 1px solid #E6E7E8;
	font-size: 14px;
	color: #4B4B4D;
	cursor: pointer;
	/* transition: 1s; */
	background: linear-gradient(to right, #6a4a351e 0%, #6a4a351e 100%);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0% 100%;
	transition: background-size 0.4s ease, color 0.4s ease;
}

.linelistsidebar.akses{
	display: block;
}
.linelistsidebar.home{
	display: block;
}
.linelistsidebar.active{
	color: #FFFFFF;
    background-color: #6a4a35;
	background-size: 100% 100%;
}
.linelistsidebar .thumb-profil{
	width: 40px;
	border: 2px solid #E6E7E8;
	border-radius: 50%;
	margin-left: -12px;
	margin-right: 17px;
}
.linelistsidebar:hover{
	color: #6a4a35; 
	background: linear-gradient(to right, #6a4a351e 0%, #6a4a351e 100%);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
	transition: background-size 0.4s ease, color 0.4s ease;
}
.linelistsidebar.active:hover{
	color: #FFFFFF;
    background-color: #6a4a35;
	background-size: 100% 100%;
}
.linelistsidebar.nohover{
	cursor: default;
	font-weight: 600;
}
.linelistsidebar.nohover:hover{
	color: #4B4B4D;
}
.linelistsidebar .txt{
	padding-top: 5px;
	padding-left: 4px;
}
.linelistsidebar .txt.sub_action{
	padding-left: 20px;
}
.linelistsidebar .txt i{
	width: 17.5px;
	text-align: center;
	margin-right: 5px;
}
.linelistsidebar span{
	float: right;
	font-size: 14px;
	padding-top: 8px;
	margin-right: 25px;
}
.linelistsidebar select{
	width: 80px;
	height: 40px;
	padding: 7px 5px 5px 2px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    /* -moz-appearance: none; */
    cursor: pointer;
	border-radius: 5px;
	text-align: center;
	float: right;
	margin-right: 10px;
	margin-top: -7px;
}
.linemenusidebar a,.linelistsidebar a:active{
	text-decoration: none;
}
.linemenusidebar a,.linelistsidebar a:focus{
	text-decoration: none;
}


.linelistsidebar_min{
	width: 280px;
	padding: 8px 0px 15px 10px;
	border-bottom: 1px solid #E6E7E8;
	font-size: 14px;
	color: #4B4B4D;
	cursor: pointer;
	/* transition: 1s; */
}
.linelistsidebar_min .txt{
	margin-left: 15px;
}
.linelistsidebar_min .txt i{
	font-size: 14px;
	margin-right: 30px;
}
.linelistsidebar_min.subsidebar{
	display: none;
}

/* Css IOS */

.bg_checkboxlios{
	float: left;
	width: 100%;
	border-bottom:1px solid #E6E7E8;
	margin-bottom: 5px;
}
.bg_checkboxlios .tag_title{
	margin-top: 6px;
	float: left;
}
.checkboxlios{
	float: right;
}
.checkboxlios input{
	display: none;
}

.ios-ui-select{
	border: none;
	width: 54px;
	height: 30px;
	margin-top: 5px;
	background: #E6E7E8;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
	border:1px solid #FFFFFF;
}
.ios-ui-select.checked{
	-webkit-box-shadow: inset 0 0 0 36px #0089E1;
	box-shadow: inset 0 0 0 36px #0089E1;
}
.ios-ui-select.checked .inner{
	left: 27px;
}
.ios-ui-select .inner{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: white;
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
}

/* Page Main */
.linepagemain{
	width: 100%;
	padding: 5px;
	margin-left: 85px;
	overflow-x: hidden;
	transition: 0.5s;
	margin-top: 7px;
	margin-right: 7px;
}
.linepagemain .container-fluid{
	width: 100%;
	padding: 15px;
	background-color: transparent;
	border-radius: 5px;
}
.linepagemain .container-fluid.bg_on{
	background-color: #FFFFFF;
}
.linepagemain .container-fluid.mt-15{
	margin-top: 15px;
}
.linepagemain .container-fluid.padtop-5{
	padding-top: 5px;
}
.linepagemain .container-fluid:last-child{
	margin-bottom: 130px;
}

.linepagemain .container-fluid.fixed{
	position: fixed;
	width: 100%;
	padding: 5px;
	padding-left: 115px;
	margin-bottom: 5px;
	line-height: 46px;
	border: 0px solid #E6E7E8;
	border-top: 2px solid #E6E7E8;
	border-bottom: 2px solid #E6E7E8;
	background-color: #FFFFFF;
	top: 3px;
	left: 0px;
	z-index: 1;
}

.linepage .row{
	margin: 0px;
	border-bottom: 1px solid #E6E7E8;
}
.linehdpage{
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(0,0,0,0.87);
}
.linehdpage i{
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
.linehdpage a{
	font-size: 20px;
	font-weight: 600;
	text-decoration: none;
	color: #3C55A3;
}
.linehdpage .btn_history{
	margin: auto;
	padding: 4px 6px 2px;
	border: 1px solid #b9b9bd;
	background-color: #E3EDFF;
	color: #1B77FF;
	margin-top: -2px;
	margin-left: 10px;
}
.linehdpage.back_on{
	padding-left: 125px;
}
.linepage .linebtnform{
	margin: auto;
	padding: 0px;
	padding-bottom: 10px;
}
.linepage .linebtnform .btnform{
	margin: auto;
	padding: 0px;
	text-align: left;
}
.linepage .linebtnform .btnform button{
	margin-bottom: 5px;
}
.linepage .linebtnform .row{
	border-bottom: none;
}

.container-fluid.hdpage{
	padding: 0px;
	padding-left: 15px;
	padding-top: 6px;
	padding-bottom: 10px;
}
.container-fluid.hdpage .linepage{
	padding: 0px;
}
.container-fluid.hdpage .linehdpage{
	padding-top: 5px;
	padding-bottom: 5px;
}
.linepagemain{
	width: 100%;
	padding: 14px 10px 15px 15px;
	margin-left: 85px;
	margin-top: 7px;
	margin-right: 7px;
	overflow-x: hidden;
	transition: 0.5s;
}
.linepagemain .container-fluid .transparent,.linepagemain .container-fluid .transparent .bg_form_page{
	padding: 0px;
}
.linepagemain .container-fluid .tabmain, .linepagemain .container-fluid .tabmain .linetab{
	padding: 0px;
}
.container-fluid.btnpage{
	padding: 0px;
}


/*Content Dash*/
.row.bg_con_main{
	border-bottom-width: 0px;
}
.bg_con_main{
	margin: 0px;
	padding: 5px;
}
.bg_con_main.row{
	padding: 5px 0px;
}
._con_main{
	padding: 0px;
}
._con_main.border_on{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
._con_main.border_on .bg_con_main{
	border: 1px solid #E6E7E8;
	border-radius: 10px;
}
._con_main.border_on .bg_con_main .linehdpage{
	text-align: left;
	padding-left: 10px;
}

.container-fluid.item_view{
	box-shadow: 0 0 10px rgba(81, 78, 78, 0.3);
}
._con_main.border_on.item_view.image{
	max-height: 700px;
	overflow: hidden;
}
._con_main.border_on.item_view .list_img_detail_prod{
	border-right: 1px solid #E6E7E8;
	padding: 0px;
	padding-top: 10px;
	max-height: 500px;
	overflow-x: auto;
}
._con_main.border_on.item_view .list_img_detail_prod img{
	width: 100%;
	height: 120px;
	object-fit: contain;
	border: 1px solid #E6E7E8;
	border-radius: 10px;
	cursor: pointer;
	margin-bottom: 10px;

}
._con_main.border_on.item_view .img_detail_prod img{
	width: 100%;
	object-fit: contain;
}
._con_main.border_on.item_view .linehdpage{
	padding-top: 10px;
}
._con_main.border_on.item_view .bg_con_main.spec{
	cursor: pointer;
	background-color: #F2F4F6;

}
._con_main.border_on.item_view .bg_con_main.spec:hover{
	background-color: #F2F4F6;
}
._con_main.border_on.item_view .sd_select{
	font-weight: 400;
	padding-right:15px;
}
._con_main.border_on.item_view .sd_select label{
	font-size: 16px;
	padding-top: 5px;
}
._con_main.border_on.item_view .sd_select img{
	float: right;
	margin-left: 10px;
	width: 30px;
	border-radius: 10px;
}
._con_main.border_on.item_view .sd_select i{
	float: right;
	font-size: 14px;
	margin: 7.5px 0px;
	margin-left: 10px;
}
._con_main.border_on.item_view .sd_list_show{
	border-radius: 10px 10px 0px 0px;
}
._con_main.border_on.item_view .sd_list_hide{
	border-radius: 10px;
}
._con_main.border_on.item_view .sd_list{
	display: none;
	border-radius: 0px 0px 10px 10px;
	border-top: none;
	cursor: default;
}
._con_main.border_on.item_view .bg_con_main.sd_list:hover{
	background-color: transparent;
}
._con_main.border_on.item_view .sd_list .category-scroll{
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #E6E7E8;
	overflow-y: scroll;
}
._con_main.border_on.item_view .sd_list .category-scroll .category-item{
	padding: 5px;
}
._con_main.border_on.item_view .sd_list .category-scroll.sub-cat .category-item.active{
	background-color: #6a4a351e;
	color: #000000;
	transform: translateY(-2px);
}

.con_main a.news{
	text-decoration: none;
	cursor: pointer;
}
.con_main a.news:hover{
	text-decoration: none;
}
.con_main a.news:hover .con_main{
	background-color: #F2F4F6;
}

.con_main{
	padding: 5px;
	padding-top: 10px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border:1px solid #E6E7E8;
	box-shadow: 0.25px 0.1px 1px #E6E7E8;
	border-radius: 10px;
	margin-top: 30px;
}
.hd_con_main{
	font-size: 15px;
	font-weight: 600;
	color: #FFFFFF;
	position: absolute;
	border-radius: 10px;
	border:1px solid #E6E7E8;
	padding: 15px 10px;	
	width: 90%;
	margin-left: 2.5%;
	margin-top: -37px;
}


.hd_con_main span{
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	padding-top: 10px;
}
.val_input_dash{
	color: rgba(0,0,0,0.87);
	border-bottom: 1px solid #E6E7E8;
	padding-bottom: 5px;
	padding-top: 5px;
}
.val_input_dash input[type=text]{
	width: 100%;
	height: 40px;
	padding: 7px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 0px;
	cursor: text;
}
.val_input_dash select {
	width: 100%;
	height: 40px;
	padding: 7px 5px 5px 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 0px;
	cursor: pointer;
}
.val_input_dash button {
	border-radius: 0px;
	height: 40px;
	width: 100%;
}
.val_con_main{
	font-size: 24px;
	color: rgba(0,0,0,0.87);
	/* border-bottom: 1px solid #E6E7E8; */
	padding-bottom: 5px;
	padding-top: 5px;
}
.val_con_main._data{
	text-align: left;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 5%;
	font-size: 24px;
}
.bg_color_val_con{
	width: 90%;
	margin-left: 2.5%;
	height: 7px;
	background-color: #0089E1;
	border-radius: 10px;
	opacity: 0.5;
	margin-bottom: 20px;
}
.val_persen{
	position: absolute;
	padding: 5px;
	border-radius: 10px;
	right: 7.5%;
	margin-top: -40px;
	color: #FFFFFF;
	font-weight: 600;
	cursor: pointer;
}
.val_persen.up{
	background-color: rgba(47, 111, 237,0.87);
}
.val_persen.down{
	background-color: rgba(239, 68, 68,0.87);
}


.hd_con_main.bg_blue, .bg_color_val_con.bg_blue{
	background-color: rgba(47, 111, 237,0.87);
}
.hd_con_main.bg_green, .bg_color_val_con.bg_green{
	background-color: rgba(16, 185, 129,0.87);
}
.hd_con_main.bg_orange, .bg_color_val_con.bg_orange{
	background-color: rgba(245, 158, 11,0.87);
}
.hd_con_main.bg_red, .bg_color_val_con.bg_red{
	background-color: rgba(239, 68, 68,0.87);
}

.note_con_main{
	font-size: 12px;
	color: rgba(0,0,0,0.4);
	padding-top: 10px;
}
.chart_con_main{
	border-bottom: 1px solid #E6E7E8;
	padding-top: 10px;
	padding-right: 2.5px;
}
.next_con_main{
	text-align: right;
	padding-bottom: 0px;
	padding-top: 5px;
}
.next_con_main a{
	text-decoration: none;
	color: #A63234;
}

.val_con_main._data_tabel{
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
._data_tabel .linetable{
	margin-top: 0px;
	padding: 5px;
	padding-left: 0px;
}

._data_tabel .linetable .row{
	margin: 0px;
}
._data_tabel .tablemain{
	overflow-x: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
	font-size: 13px;
}
._data_tabel .tablemain.popup{
	max-height: 400px;
}
._data_tabel .tablemain table {
	width: 100%;
}
._data_tabel .tablemain i {
	font-size: 14px;
	margin-top: 5px;
	color:#A63234;
	cursor: pointer;
}
._data_tabel .tablemain i.white{
	color: #FFFFFF;
	cursor: pointer;
}
._data_tabel .tablemain i.blue{
	color: #2f3458;
	cursor: pointer;
}
._data_tabel .tablemain i.head{
	color: #201E1E;
	cursor: pointer;
}
._data_tabel .tablemain i.edit{
	color:#2f3458;
	cursor: pointer;
}
._data_tabel .tablemain i.print{
	color:#1CA68D;
	cursor: pointer;
}
._data_tabel .tablemain tr th{
	font-size: 13px;
	user-select: none;
}
._data_tabel .tablemain tr th i{
	font-size: 14px;
	padding-top: 3px;
	float: right;
	color: rgba(0, 0, 0, 0.33);
}
._data_tabel .tablemain tr th:hover i{
	color: #201E1E;
}
._data_tabel .tablemain tr td {
	vertical-align: inherit;
}
._data_tabel .tablemain span{
	background-color: #3c56a378;
	color: rgba(0, 0, 0, 0.87);
	padding: 10px;
	border-radius: 5px;
	cursor: pointer;
}

.tablemain tr td.wrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 400px;
}

/* Css List Produk */
.bg-product-card{
	padding: 5px;
}
.bg-product-card a{
	text-decoration: none;
}
.product-card {
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.2s ease;
}

.product-card:hover {
	cursor: pointer;
	transform: scale(1.02);
}

.product-thumb {
	width: 100%;
	/* min-height: 250px; */
	height: 220px;
	object-fit: contain;
}

.product-title {
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
	color: rgba(0,0,0,0.87);
	height: 60px;
}
.product-title.wrap {
	display: -webkit-box;
	-webkit-line-clamp: 2;     /* Batasi ke 2 baris */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-price-disc {
	font-size: 0.8rem;
	color: rgba(0,0,0,0.4);
	font-weight: bold;
}
.product-price-disc label{
	text-decoration: line-through;
}
.product-price-disc span {
	background-color: #932C25;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.product-price {
	font-size: 1.2rem;
	color: #932C25;
	font-weight: bold;
}
.add-product-cart{
	background-color: #76563f;
	color: #FFFFFF;
	border: 1px solid #6a4a35;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.add-product-cart:hover,.add-product-cart:active,.add-product-cart:focus,.add-product-cart:disabled{
	background-color: #6a4a35;
	color: #FFFFFF;
	border: 1px solid #6a4a35;
}
.cart-shake {
    animation: shake 0.4s ease;
}
@keyframes shake {
    0% { transform: rotate(0); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-6deg); }
    100% { transform: rotate(0); }
}

/* Css Icon Cart and search */
.user-login-icon {
	position: fixed;
	top: 22px;
	right: 20px;
	background-color: #6a4a35;
	color: white;
	font-size: 16px;
	padding: 11px 20px 11px 20px;
	border: 1px solid #6a4a35;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 1;
	transition: background-color 0.3s ease;
	cursor: pointer;
}
.user-login-icon:hover {
	border: 1px solid #76563f;
	color: white;
}
.user-login-icon span i{
	margin-left: 5px;
}
.user-login.dropdown-menu{
	padding: 0px;
	width: 200px;
	margin-right: 18px;
}
.user-login.dropdown-menu a{
	text-decoration: none;
}
.user-login.dropdown-menu li{
	padding: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.user-login.dropdown-menu a li{
	font-size: 16px;
	color: rgba(0,0,0,0.6);
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}

.perusahaan-icon {
	position: fixed;
	top: 22px;
	right: 200px;
	background-color: #3C55A3;
	color: white;
	font-size: 16px;
	padding: 12px 20px 12px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 1;
	transition: background-color 0.3s ease;
}

.cari-prod-icon {
	position: fixed;
	bottom: 20px;
	right: 90px;
	background-color: #3C55A3;
	color: white;
	font-size: 24px;
	padding: 12px 20px 12px 20px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 999;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.notif-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #3C55A3;
	color: white;
	font-size: 18px;
	padding: 12px 18px 12px 17px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 999;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.notif-icon span{
	display: none;
	position: absolute;
	top: -10px;
	background-color: transparent;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 29px;
}
.notif-icon span i.bg{
	position: absolute;
	top: 10px;
	right: 2px;
	background-color: transparent;
	color: #932C25;
	font-weight: bold;
	padding: 0px;
	border-radius: 50%;
	text-decoration: none;
	font-size: 24px;
}


.category-scroll {
	display: flex;
	gap: 10px;
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	scroll-behavior: smooth;
}
.category-scroll.sub-cat{
	margin-top: 10px;
	margin-bottom: 5px;
}
.category-scroll::-webkit-scrollbar {
	display: none;
}
.category-scroll {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;     /* Firefox */
}
.category-scroll a{
	text-decoration: none;
	color: rgba(0,0,0,0.87);
}
.category-item {
	flex: 0 0 auto;
	padding: 10px 20px;
	border: 1px solid #ddd;
	border-radius: 12px;
	background: #fff;
	cursor: pointer;
	font-size: 16px;
}
.category-item.active{
	background-color: #6a4a35;
	color: #FFFFFF;
}

.bg-product-cat,.product-cat,.product-cat img,.product-cat .p{
	float: left;
}
.bg-product-cat{
	border: 1px solid #E6E7E8;
	padding: 5px;
	border-radius: 0.5rem !important;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
.bg-product-cat a{
	text-decoration: none;
	color: rgba(0,0,0,0.87);
}
.product-cat img{
	width: 35px;
	height: 35px;
	object-fit: cover;
}
.product-cat .p-3{
	padding: 0px;
	display: grid;
	place-items: center;
}
.product-cat-title{
	line-height: 35px;
	font-size: 16px;
	margin-left: 5px;
	margin-right: 5px;
}

.product-card .d-flex{
	padding-bottom: 16px;
}
.product-card .btn-light {
	width: 36px;
	height: 36px;
	padding: 0;
	font-size: 18px;
	border-radius: 0.5rem !important;
	border: 1px solid #E6E7E8;
}
.product-card #qty {
	font-size: 16px;
	min-width: 60px;
	text-align: center;
	display: inline-block;
	border: 1px solid #E6E7E8;
	border-radius: 0.5rem !important;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer_order_summary {
	position: fixed;
	margin-left: 75px;
	width: 85%;
	bottom: 20px;
	left: 5%;
	right: 5%;
	z-index: 90;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
	padding: 10px;
}
.bg_summary,.bg_summary_detail,.col-summary{
	float: left;
}
.bg_summary{
	width: 100%;
	padding: 10px;
}
.bg_summary_detail{
	width: 66.66%;
}
.col-summary{
	width: 33.33%;
	text-align: left;
}
.col-summary .title{
	font-size: 16px;
	font-weight: bold;
}
.col-summary .val{
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.bg_summary_btn{
	width: 33.33%;
	float: right;
	text-align: right;
	margin-top: 12px;
}


.bg_txt_con_main{
	padding: 0px;
}
.bg_txt_con_main .row{
	border-bottom-width: 0px;
}
.txt_con_main div{
	padding: 0px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.bg_summary_detail select,.bg_summary_btn select{
	width: 100%;
	height: 40px;
	padding: 7px 5px 5px 5px;
	margin: 0px;
	margin-top: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    /* -moz-appearance: none; */
    cursor: pointer;
	border-radius: 5px;
}
.bg_summary_btn select{
	max-width: 250px;
}
.bg_summary_btn button{
	margin-top: -5px;
	background-color: #3e528b;
	border:1px solid #3e528b;
}


.cart-icon {
	position: fixed;
	bottom: 30px;
	right: 40px;
	background-color: #6a4a35;
	color: white;
	font-size: 24px;
	padding: 12px 20px 12px 18px;
	border-radius: 50%;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	text-decoration: none;
	z-index: 999;
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.cart-icon span{
	position: absolute;
	top: -10px;
	background-color: #FFFFFF;
	color: #6a4a35;
	font-weight: bold;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 14px;
	border: 2px solid #6a4a35;
}

.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
}
.cart-overlay.show {
    opacity: 1;
    visibility: visible;
}

.bg_cart_sum{
	position: fixed;
	width: 80%;
	max-width:650px;
	height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	border-radius: 10px 0px 0px 10px;
	z-index: 1000;
	top: 0;
	bottom: 0;
}
.bg_cart_sum.open{
	right: 0;
	transition: right .4s;
}
.bg_cart_sum.close{
	right: -650px;
	transition: .2s;
}
.main_cart_sum{
	margin: 0px;
}
.cart_sum_hd{
	margin: 0px;
	background-color: #6a4a35;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.87);
	border-radius: 10px 0px 0px 0px;
}
.cart_sum_hd .mn_ic{
	cursor: pointer;
	background-color: #FFFFFF;
	color: #6a4a35;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 30px;
	top: 25px;
	padding: 5px 12px;
	border-radius: 50%;
}

.bg_list_cart_sum{
	padding-top: 15px;
	height: 80vh;
	padding-bottom: 10%;
	overflow-y: auto;
}
.list_cart_sum{
	border-top: 1px solid #E6E7E8;
	border-bottom: 1px solid #E6E7E8;
	padding-top: 10px;
	padding-bottom: 10px;
}

.cart_sum_det .text-hd, .cart_sum_det .text-total{
	font-size: 16px;
	font-weight: 600;
}

.cart_sum_btn{
	float: right;
}
.cart_sum_btn .text-total{
	font-size: 16px;
	font-weight: 600;
	height: 40px;
	padding-top: 45px;
}
.cart_sum_btn .text-total span{
	font-size: 12px;
	text-align: right;
	color: #a3a6a9;
}
.cart_sum_btn .qty-control {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
	float: right;
}
.cart_sum_btn .qty-control .read{
	background-color: #FFFFFF;
}
.cart_sum_btn .qty-btn {
	width: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
}
.cart_sum_btn .qty-number {
	width: 45px;
	text-align: center;
	border: 1px solid #E6E7E8;
}
.cart_sum_btn .qty-number:focus{
	border: 1px solid #E6E7E8;
	outline: none;
	box-shadow: none;
}

.cart_sum_foot{
	position: fixed;
	width: 80%;
	max-width:650px;
	background-color: #FFFFFF;
	border-top: 1px solid #E6E7E8;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
	bottom: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-radius: 0px 0px 0px 10px;
}
.cart_sum_foot .cart_sum_foot_mn{
	float: left;
}
.cart_sum_foot .cart_sum_foot_mn input[type=text]{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFFFFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.cart_sum_foot .cart_sum_grandtotal{
	float: left;
	font-size: 20px;
	text-align: right;
	border-left: 1px solid #E6E7E8;
}
.cart_sum_foot .cart_sum_grandtotal span{
	float: right;
	font-size: 12px;
	text-align: right;
	color: #a3a6a9;
}



/* Css List Keranjang */
.list_keranjang a {
	color: #932C25;
	text-decoration: none;
}
.list_keranjang .qty-control {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	text-align: center;
	float: right;
}
.list_keranjang .qty-btn {
	width: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 6px;
	border: 1px solid #dee2e6;
	background-color: #f8f9fa;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	font-weight: bold;
}
.list_keranjang .qty-number {
	width: 45px;
	text-align: center;
	border: 1px solid #E6E7E8;
}
.list_keranjang .qty-number:focus{
	border: 1px solid #E6E7E8;
	outline: none;
	box-shadow: none;
}


/* Page Form Tab */
.linetab{
	padding-left: 10px;
	padding-right: 10px;
}
.linetab .nav-tabs{
	border-color: #E6E7E8;
	margin-right: 0px;
	background-color: #FFFFFF;
	border-radius: 5px 5px 0px 0px;
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #E6E7E8;
	border-left: none;
	border-right: none;
}
.linetab .nav-item{
	font-size: 14px;
	font-weight: 600;
	color: #4B4B4D;
	border: none;
	border: 1px solid #FFFFFF;
	border-radius: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #E6E7E8;
	border-left: none;
	border-right: none;
}
.linetab .nav-item:first-child{
	border-bottom: 1px solid #E6E7E8;
	border-radius: 5px 0px 0px 0px;
}
.linetab .nav-item:last-child{
	border-bottom: 1px solid #E6E7E8;
	border-radius: 0px;
}
.linetab .nav-item a{
	color: #4B4B4D;
	font-size: 14px;
}
.linetab .nav-item a:hover{
	background-color: #FFFFFF;
	color: #4B4B4D;
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #4B4B4D;
	border-radius: 0px;
}
.linetab .nav-item a.active{
	background-color: #FFFFFF;
	color: #3C55A3;
	border-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-bottom: 2px solid #3C55A3;
	border-radius: 0px;
}
.linetab .nav-item a.active_left{
	/* border-radius: 10px 0px 0px 0px; */
	border-radius: 5px 0px 0px 0px;
}
.linetab .nav-item a.active_right{
	/* border-radius: 0px 10px 0px 0px; */
	border-radius: 0px;
}
.linetab .tab-content{
	min-height: 150px;
	padding: 10px;
	padding-bottom: 0px;
	border: 1px solid #E6E7E8;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	background-color: #FFFFFF;
}
.linetab .tab-content.full{
	min-height: auto;
	padding: 15px;
	padding-top: 5px;
	border: 1px solid #E6E7E8;
	border-top: none;
	border-radius: 0px 0px 5px 5px;
	background-color: #FFFFFF;
}

.linetab .tab-content .tab-page{
	padding-left: 0px;
	padding-right: 0px;
}

.lineform{
	width: 100%;
	font-size: 14px;
}
.lineformmain{
	padding: 0px;
}
.bgformmain .formmain{
	padding: 0px;
	margin-left: 30px;
}
.bgformmain .formmain .two_input{
	margin-top: 10px;
}
.bgformmain .formmain.left{
	padding: 0px;
}
.bgformmain .formmain.right{
	padding-right: 15px;
}
.bgformmain .formmain .formmain{
	padding-left: 15px;
	margin-top: 5px;
}
.bgformmain .title{
	padding: 5px 0px;
	font-size: 14px;
	font-weight: 600;
	color: #4B4B4D;
}
.bgformmain .title span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #932C25;
}
.bgformmain .formmain .bgformmain{
	border-bottom: 2px solid #E6E7E8;
}
.bgformmain .formmain .formmain_input{
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bgformmain .formmain .formmain_input .title{
	padding-top: 10px;
}
.bgformmain input[type=email],.bgformmain input[type=text],.bgformmain input[type=password],.bgformmain input[type=number] {
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFFFFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.bgformmain input[type=email]:disabled,.bgformmain input[type=text]:disabled,.bgformmain input[type=password]:disabled,.bgformmain input[type=number]:disabled,.bgformmain input[type=checkbox]:disabled {
	background-color: #F00;
}
.bgformmain input[type=email]:read-only,.bgformmain input[type=text]:read-only,.bgformmain input[type=password]:read-only,.bgformmain input[type=number]:read-only,.bgformmain input[type=checkbox]:read-only {
	background-color: #F00;
}
.bgformmain input[type=email]:focus,.bgformmain input[type=text]:focus,.bgformmain input[type=password]:focus,.bgformmain input[type=number]:focus,.bgformmain input[type=checkbox]:focus {
	border-color: #3C55A3;
	outline: none;
	box-shadow: 0 0 0 0.2em #777BF1;
}
.bgformmain input[type=text].pointer{
	cursor: pointer;
}
.bgformmain input[type=text].read{
	background-color: #f5f3bc;
}
.bgformmain input[type=file] {
	display: none;
}
.bgformmain select {
	width: 100%;
	height: 40px;
	padding: 7px 5px 5px 5px;
	margin: 0px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    /* -moz-appearance: none; */
    cursor: pointer;
	border-radius: 5px;
}
.bgformmain textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	height: 140px;
	padding: 5px;
	margin-bottom: 0px;
	background-color: #FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
}
.bgformmain select:disabled,.bgformmain textarea:disabled {
	background-color: #EEE;
	cursor: not-allowed;
}
.bgformmain .formmain .input-group-append{
	position: absolute;
	right: 0px;
	height: 40px;
    cursor: pointer;
}
.bgformmain .formmain .btnformmain.title{
	margin-top: 30px;
}
.bgformmain .formmain .btnformmain.title button{
	font-size: 14px;
	width: 100%;
	height: 40px;
}
.ui-widget-content{
	max-height: 200px;
	overflow-y: auto;
	border-radius: 0px 0px 10px 10px;
	border:1px solid #E6E7E8;
}
.bgformmain .icon-input{
	position: absolute;
	float: right;
    cursor: pointer;
	height: 40px;
	padding: 10px;
	background-color: #E6E7E8;
	border-left: 1px solid #cccdce;
	font-size: 1rem;
	margin-left: -40px;
	border-radius: 0px 5px 5px 0px;
}
.bgformmain .icon-input i{
	color:#4B4B4D;
}

.linebtnform{
	margin-top: 15px;
	padding: 0px;
}
.btnform button{
	font-size: 14px;
	padding: 7px 12px;
}
.btnform .btn-default{
	border:1px solid #E6E7E8;
}

/* CSS Input Checkbox */
.input_checkbox i{
	color: #A63234;
}
.input_checkbox{
	padding: 0px;
}
.bg_input_checkbox{
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	padding: 5px 10px;
	border: 1px solid #E6E7E8;
	border-radius: 5px;
	cursor: pointer;
}
.bg_input_checkbox:hover{
	transition: 0.5s;
	color: #FFFFFF;
	background-color:#008be1c2;
	border: 1px solid #E6E7E8;
	border-radius: 5px;
}
.bg_input_checkbox.orange:hover{
	transition: 0.5s;
	color: #FFFFFF;
	background-color:#3C55A3;
	border: 1px solid #E6E7E8;
	border-radius: 5px;
}
.bg_input_checkbox .title{
	float: left;
	padding: 0px;
	line-height: 40px;
	font-size: 14px;
	font-weight: 600;
	color: #4B4B4D;
}
.bg_input_checkbox:hover .title{
	color: #FFFFFF;
}
.bg_input_checkbox .checkboxmain{
	float: right;
}

/* CSS Level */
.col_level i{
	color: #A63234;
}
.col_level{
	padding: 0px 5px;
}
.bg_level{
	float: left;
	width: 100%;
	margin: 0px;
	padding: 5px 0px;
	cursor: pointer;
	border-bottom: 1px solid #E6E7E8;
}
.bg_level:first-child{
	border-top: 1px solid #E6E7E8;
}
.bg_level:hover{
	transition: 0.5s;
	background-color:#F3F4F5;
}
.level{
	float: left;
	padding: 0px;
	padding-left: 5px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 600;
}
.checkboxlevel{
	float: right;
}
.col_level.submenu{
	display: none;
}
.col_level.submenu .level{
	padding-left: 20px;
}
.col_level.btnaction{
	display: none;
	padding-left: 0px;
	padding-right: 0px;
}
.col_level.btnaction .level{
	padding-left: 40px;
}
.col_level.btnsubaction{
	display: none;
	padding-left: 0px;
	padding-right: 0px;
}
.col_level.btnsubaction .level{
	padding-left: 60px;
}

/* Css Nav Page */
.linenavpage{
	padding: 0px;
	font-size: 14px;
}
.linenavpage .navpage{
	padding: 0px;
	padding-bottom: 15px;
	cursor: default;
}
.linenavpage .navpage label{
	padding: 0px;
	margin: 0px;
	font-weight: 500;
}
.linenavpage .navpage input[type=text]{
	width: auto;
	height: 40px;
	margin: 0px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
	border-radius: 5px;
	text-align: left;
	padding-left: 5px;
}
.linenavpage .navpage.filter{
	text-align: right;
}
.linenavpage .navpage input[type=text].search{
	width: 200px;
}
.linenavpage .navpage input[type=text].tanggal{
	padding-left: 0px;
    cursor: pointer;
	max-width: 150px;
	text-align: center;
}
.linenavpage .navpage select{
	width: auto;
	height: 40px;
	margin: 0px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    /* -moz-appearance: none; */
    cursor: pointer;
	border-radius: 5px;
	text-align: center;
}
.linepage.linebtn{
	padding-top: 10px;
	padding-bottom: 0px;
}
.linepage.linebtn .row{
	border-bottom: 0px solid #E6E7E8;
}
.linenavpage.linebtn{
	margin-top: 5px;
}
.linenavpage.linebtn .navpage{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.linenavpage.linebtn button{
	border-radius: 5px;
	padding-top: 5.5px;
	padding-bottom: 6.5px;
	height: 40px;
	font-size: 14px;
	border: 1px;
}
.linenavpage.linebtn button.btn_nav{
	background-color: #FFFFFF;
	border: 1px solid #E6E7E8;
	margin-top: -2px;
}
.linenavpage.linebtn button.btn_nav:hover{
	border: 1px solid #E6E7E8;
	background-color: #3C55A3;
	font-weight: 600;
	color: #E6E7E8;
}
.linenavpage.linebtn button.active{
	border: 1px solid #E6E7E8;
	background-color: #3C55A3;
	font-weight: 600;
	color: #E6E7E8;
}
.linenavpage.linebtn button:disabled{
	background-color: #E6E7E8;
}


/* Table */
.linetable{
	margin-top: 15px;
}
.linetable .row{
	margin: 0px;
}
.tablemain{
	overflow-x: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
}
.tablemain.popup{
	max-height: 400px;
}
.tablemain table {
	width: 100%;
}
.tablemain button{
	margin-top: 10px;
}
.tablemain i {
	font-size: 20px;
	margin-top: 4px;
	color:#A63234;
	cursor: pointer;
}
.tablemain i.white{
	color: #FFFFFF;
	cursor: pointer;
}
.tablemain i.blue{
	color: #3C55A3;
	cursor: pointer;
}
.tablemain i.head{
	color: #201E1E;
	cursor: pointer;
}
.tablemain i.edit{
	color:#3C55A3;
	cursor: pointer;
}
.tablemain i.print{
	color:#1CA68D;
	cursor: pointer;
}

.tablemain tr th{
	user-select: none;
}
.tablemain tr th i{
	font-size: 14px;
	padding-top: 3px;
	float: right;
	color: rgba(0, 0, 0, 0.33);
}
.tablemain tr th:hover i{
	color: #201E1E;
}
.tablemain tr td {
	vertical-align: inherit;
}
.tablemain tr td.link{
	background-color: #3C55A3;
	color: #FFFFFF;
	cursor: pointer;
}
.tablemain span{
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 1px 2.5px;
	border-radius: 2px;
	cursor: pointer;
}
.tablemain img{
	max-width: 150px;
}
.freezeHead{
	overflow-y: auto;
	max-height: 900px;
}
.freezeHead thead th {
	position: sticky;
	top: 0;
}
.freezeHead thead tr th,
.freezeCol thead tr th {
	background-color: #FAFAFA;
}

/* Just common table stuff. Really. */
.freezeHead table  {
	width: 100%;
}
.freezeHead th,.freezeHead td {
	padding: 8px 16px;
}
.freezeHead th {
	opacity: 1;
	z-index: 10;
}

.freezeCol thead th.colleft {
	position: sticky;
	left: 0;
	opacity: 1;
	z-index: 12;
}
.freezeCol tbody td.colleft {
	border-collapse: collapse;
	position: sticky;
	left: 0;
	opacity: 1;
	z-index: 11;
	background-color: transparent;
	box-shadow: inset 0 0.5px 0 #E0E0E0;
}
.freezeCol thead th.colleft.cl_2,.freezeCol thead th.colleft.cl_2.left_80,.freezeCol thead th.colleft.cl_2.left_1000,.freezeCol thead th.colleft.cl_2.left_120 {
	position: sticky;
	left: 80px;
	opacity: 1;
	z-index: 12;
}
.freezeCol tbody td.colleft.cl_2,.freezeCol tbody td.colleft.cl_2.left_80,.freezeCol tbody td.colleft.cl_2.left_1000,.freezeCol tbody td.colleft.cl_2.left_120 {
	border-collapse: collapse;
	position: sticky;
	left: 80px;
	opacity: 1;
	z-index: 11;
	background-color: transparent;
	box-shadow: inset 0 0.5px 0 #E0E0E0;
}
.freezeCol thead th.colleft.cl_2.left_80,.freezeCol tbody td.colleft.cl_2.left_80{
	left: 80px;
}
.freezeCol thead th.colleft.cl_2.left_100,.freezeCol tbody td.colleft.cl_2.left_100{
	left: 100px;
}
.freezeCol thead th.colleft.cl_2.left_120,.freezeCol tbody td.colleft.cl_2.left_120{
	left: 120px;
}

.freezeCol thead th.colright {
	position: sticky;
	right: 0;
	opacity: 1;
	z-index: 12;
}
.freezeCol thead th.colright.cr_2 {
	position: sticky;
	right: 80px;
	opacity: 1;
	z-index: 12;
}
.freezeCol tbody td.colright {
	border-collapse: collapse;
	position: sticky;
	right: 0;
	opacity: 1;
	z-index: 11;
	background-color: #FFFFFF;
	box-shadow: inset 0 0.5px 0 #E0E0E0;
}
.freezeCol tbody td.colright.cr_2 {
	border-collapse: collapse;
	position: sticky;
	right: 80px;
	opacity: 1;
	z-index: 11;
	background-color: #FFFFFF;
	box-shadow: inset 0 0.5px 0 #E0E0E0;
}

.freezeCol tbody td.colleft .dropdown-menu{
	margin-left: 6px;
	position: sticky;
}
.freezeCol tbody td.colright .dropdown-menu{
	margin-right: 10px;
	position: sticky;
}
.freezeCol tbody tr td.colleft:hover,
.freezeCol tbody tr td.colright:hover {
	background-color: #E0E0E0;
}

.tablelist{
	width: 100%;
}
.tablelist p{
	padding: 0px;
	margin: 0px;
}
.tablelist a{
	text-decoration: none;
	color: #A63234;
}
.tablelist .tag{
	font-size: 12px;
	color: #4B4B4D;
}
.tablelist tr th {
	font-size: 12px;
	color: #201E1E;
	padding: 15px;
	border-bottom: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	background-color: rgba(230,231,232,0.3);
}
.tablelist tr td {
	padding: 10px 5px;
	border: 1px solid #E0E0E0;
	border-bottom: 0px;
	cursor: pointer;
}
.tablelist tbody tr:last-child{
	border: 0px solid #E0E0E0;
}
.tablelist tr td.wrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 400px;
}
.tablelist tr td.head_td{
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
	background-color: #FFFFFF;
}
.tablelist tr td.blank, .tablelist tr td.blank:hover{
	background-color: #FFFFFF;
}
.tablelist tr td.head_td:hover{
	background-color: rgba(230,231,232,0.3);
}
.tablelist tr td.head_td i{
	float: right;
	padding-top: 2px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
}
.tablelist tr td img {
	width: 100%;
}
.tablelist span{
	position: absolute;
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	margin-left: 10px;
}
.tablelist span.def{
	position: relative;
	background-color: #FFFFFF;
	color: #201E1E;
	padding: 0px;
	border-radius: 0px;
	margin-left: 0px;
}
.tablelist span i{
	color: #FFFFFF;
}
.tablelist label{
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 2px 5px;
	border-radius: 2px;
	font-size: 11px;
}
.tablelist .dropdown-header{
	font-size: 12px;
	border-bottom: 1px solid #E0E0E0;
	font-weight: 600;
	padding: 5px;
	padding-bottom: 10px;
}
.tablelist .dropdown a{
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: rgba(0,0,0,0.87);
	font-weight: 600;
	padding: 5px;
}
.tablelist .dropdown a.disabled{
	color: #6c757d;
	cursor: not-allowed;
}
.tablelist .dropdown a:active{
	color: rgba(0,0,0,0.87);
	background-color: #FFFFFF;
}
.tablelist .dropdown a:focus{
	color: rgba(0,0,0,0.87);
	background-color: #FFFFFF;
}
.tablelist .btn.dropdown-toggle{
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	font-size: 12px;
	font-weight: 600;
}
.tablelist .btn.dropdown-toggle:hover{
	background-color: #FFFFFF;
}
.tablelist .btn.dropdown-toggle:focus{
	background-color: #FFFFFF;
}
.tablelist .fa-shopping-bag{
	color: #E0E0E0;
	font-size: 80px;
	cursor: auto;
}
.tablelist .actbtn{
	padding-bottom: 5px;
}
.tablelist button{
	color: #FFFFFF;
	border-radius: 5px;
	padding-top: 7.5px;
	padding-bottom: 6.5px;
	font-size: 14px;
	border: 1px;
	margin-bottom: 5px;
}
.tablelist button i{
	color: #FFFFFF;
}
.tablemain .checkboxlios,.tablelist .checkboxlios{
	float: none;
}
.tablemain .checkboxlios,.tablelist .checkboxlios{
	float: none;
}
.tablelist.transaksi input{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.tablelist.transaksi select{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
	border-radius: 5px;
	cursor: pointer;
	text-align: center;
}


.popup_form input{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color: #f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.popup_form select{
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color: #f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    -moz-appearance: none;
	border-radius: 5px;
	cursor: pointer;
}

/*tablemaincek/*/
.tablemaincek{
	overflow-x: auto;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E0E0E0;
	border-right: 0px solid #E0E0E0;
}
.tablemaincek.popup{
	max-height: 400px;
}
.tablemaincek table {
	width: 100%;
}
.tablemaincek i {
	font-size: 20px;
	color:#A63234;
	cursor: pointer;
}
.tablemaincek i.white{
	color: #FFFFFF;
	cursor: pointer;
}
.tablemaincek i.blue{
	color: #3C55A3;
	cursor: pointer;
}
.tablemaincek i.head{
	color: #201E1E;
	cursor: pointer;
}
.tablemaincek i.edit{
	color:#3C55A3;
	cursor: pointer;
}
.tablemaincek i.print{
	color:#1CA68D;
	cursor: pointer;
}

.tablemaincek tr th{
	user-select: none;
}
.tablemaincek tr th i{
	font-size: 14px;
	padding-top: 3px;
	float: right;
	color: rgba(0, 0, 0, 0.33);
}
.tablemaincek tr th:hover i{
	color: #201E1E;
}
.tablemaincek tr td {
	vertical-align: inherit;
}
.tablemaincek tr td.wrap{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 200px;
}
.tablemaincek span{
	background-color: #3C55A3;
	color: #FFFFFF;
	padding: 1px 2.5px;
	border-radius: 2px;
	cursor: pointer;
}
.tablemaincek .checkboxlios,.tablelist .checkboxlios{
	float: none;
}
.tablemaincek .checkboxlios,.tablelist .checkboxlios{
	float: none;
}
.tablemaincek .bg_checkbox_line{
	margin-top: -23px;
	margin-left: 10px;
}
.tablemaincek .bg_checkbox_line label{
	position: relative;
	cursor: pointer;
	font-size: 1.5em;
}
.tablemaincek .bg_checkbox_line input[type=checkbox]{
	width: 1.5em;
	font-size: inherit;
	margin: 0;
	transform: translateX(-9999px);
}
.tablemaincek .bg_checkbox_line input[type=checkbox] + label:before{
	position: absolute;
	content: "";
	left: -1.5em;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	border: none;
	background-color: #BDBCBC;
	border-radius: 10%;
}

/*checkbox/*/
.tablelist .bg_checkbox_line label{
	position: relative;
	cursor: pointer;
	font-size: 1.5em;
}
/*checkbox/*/
.tablelist .bg_checkbox_line input[type=checkbox]{
	width: 1.5em;
	font-size: inherit;
	margin: 0;
	transform: translateX(-9999px);
}
.tablelist .bg_checkbox_line input[type=checkbox] + label:before{
	position: absolute;
	content: "";
	left: -1.5em;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	border: none;
	background-color: #BDBCBC;
	border-radius: 10%;
}
/*checked*/
.bg_checkbox_line input[type=checkbox]:checked + label:after{
	position: absolute;
	content: "\2713";
	left: -1.5em;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	border: none;
	background-color: #BDBCBC;
	border-radius: 10%;
	color: #343434;
	font-weight: 600;
	text-align: center;
	line-height: 1.5em;
}
.bg_checkbox_line.label_not_check input[type=checkbox] + label:before{
	position: absolute;
	content: "\00D7";
	left: -1.5em;
	top: 0;
	width: 1.5em;
	height: 1.5em;
	margin: 0;
	border: none;
	background-color: #A63234;
	border-radius: 10%;
	color: #FFFFFF;
	font-weight: 600;
	text-align: center;
	line-height: 1.6em;
}


/* CSS FORM V2 */
.bg_page_main{
	padding: 0px;
}
.colformpage{
	padding: 0px;
}
.transparent .colformpage{
	padding: 15px;
}
.bg_form_page{
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.form_page{
	margin: -5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
.form_page.input_list_data{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.form_page.content{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.form_page.bg_form_group{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 15px;
}
.form_page .error{
	text-align: left;
	padding-left: 6px;
	color: #ED3237;
}
.form_page .error_body{
	text-align: left;
	color: #ED3237;
	padding-top: 5px;
}
.form_page .label_body{
	text-align: left;
	color: #ED3237;
	padding-top: 5px;
}
.form_input{
	margin: 0px 5px 5px;
}
.form_input._or{
	margin-top: 30px;
	margin-bottom: 25px;
}
.or_akun{
	height: 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top:2px solid #E6E7E8;
}
.tag_or{
	position: absolute;
	width: 35px;
	left: 50%;
	margin-left: -17px;
	background-color: #FFFFFF;
	margin-top: -25.5px;
	font-size: 12px;
	color: #4B4B4D;
}
.form_input a{
	text-decoration: none;
	color: #F96D01;
}
.form_input .bg_checkboxlios:hover{
	background-color: rgba(230,231,232,0.3);
}
.form_input .tag_title{
	padding: 5px 0px;
	font-size: 13px;
	font-weight: 600;
	color: #4B4B4D;
}
.form_input .tag_title span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #ED3237;
}
.form_input .tag_title label{
	margin-bottom: 0px;
}
.form_input img{
	width: 100%;
	max-width: 200px;
	cursor: pointer;
}
.form_input .btn_icon_main{
	position: absolute;
	width: 40px;
	height: 40px;
	border-right: 1px solid #E6E7E8;
}
.form_input .orange{
	width: 100%;
	height: 40px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #F96D01;
}
.form_input .orange:hover , .form_input .orange:active , .form_input .orange:focus{
	color: #FFFFFF;
}
.form_input .input-group-append{
	float: right;
	margin-top: -50px;
}
.form_input .input-group-append.def{
	float: none;
	margin-top: -10px;
}
.form_input .input-group-append.def button{
	width: 50%;
}
.form_input button{
	margin-top: 10px;
	border-radius: 5px;
}
.form_input .btn_full{
	margin-top: 0px;
}
.form_input .btn_full button{
	margin-top: 10px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #E6E7E8;
}
.form_input .btn_200{
	margin-top: 0px;
}
.form_input .btn_200 button{
	margin-top: 10px;
	border-radius: 5px;
	border: 1px solid #E6E7E8;
	width: 200px;
}
.form_input .btn_right_input{
	position: absolute;
	margin-top: -10px;
	right: 0px;
}
.form_input .btn_right_input button{
	margin-top: 10px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #E6E7E8;
	font-size: 14px;
	height: 40px;
	width: auto;
}
.form_input .akun_login{
	width: 100%;
	height: 40px;
	text-align: left;
	padding-top: 7px;
	padding-left: 45px;
	color: rgb(105, 105, 105);
	border-radius: 0px;
	background-color: transparent;
	border:1px solid #E6E7E8;
}
.form_page .input-group{
	padding: 5px 0px 0px;
}
.form_page .input-group-addon{
	padding: 0px 15px;
	border-radius: 0px;
	border:1px solid #E6E7E8;
	border-right: none;
	background-color: transparent;
	color: rgb(105, 105, 105);
}
.form_page form{
	width: 100%;
}
.form_input .input span{
	color: #ED3237;
	height: 40px;
	line-height: 40px;
}
.form_input .input span.txt{
	color: #ED3237;
}
.form_page input[type=email],.form_page input[type=text],.form_page input[type=password],.form_page input[type=number] {
	width: 100%;
	height: 40px;
	padding: 5px;
	background-color:#f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
}
.form_page input[type=email]:disabled,.form_page input[type=text]:disabled,.form_page input[type=password]:disabled,.form_page input[type=number]:disabled,.form_page input[type=checkbox]:disabled {
	background-color: #b9b9bd;
}
.form_page input[type=email]:read-only,.form_page input[type=text]:read-only,.form_page input[type=password]:read-only,.form_page input[type=number]:read-only,.form_page input[type=checkbox]:read-only {
	background-color: #b9b9bd;
}
.form_page input[type=text].pointer{
	cursor: pointer;
}
.form_page input[type=text].read{
	background-color: #f5f3bc;
}
.form_page input[type=text].blank{
	background-color: #F2F4F6;
	border:0px solid #E6E7E8;
	font-weight: 600;
}
.form_page input[type=file] {
	display: none;
}
.form_page select {
	width: 100%;
	height: 40px;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-color:#f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
    /* -moz-appearance: none; */
    cursor: pointer;
	border-radius: 5px;
}
.form_page textarea {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	min-height: 140px;
	height: 140px;
	padding: 5px;
	margin-bottom: 0px;
	background-color:#f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
}
.form_page select:disabled,.form_page textarea:disabled {
	background-color: #EEE;
	cursor: not-allowed;
}
.form_page textarea:read-only {
	background-color: #EEE;
	cursor: not-allowed;
}

.form_input.form-group{
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom:1px solid #b9b9bd;
	padding-bottom: 10px;
}
.form_input.form-group.hd{
	border-bottom:0px solid #E6E7E8;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.form_input.form-group.hd .ul{
	text-decoration: underline;
}
.form_input.form-group label{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #4B4B4D;
}
.form_input.form-group label span{
	position: absolute;
	padding: 5px 1px;
	margin-top: -10px;
	font-size: 20px;
	color: #ED3237;
}
.form_input.form-group .input{
	padding-left: 0px;
	padding-right: 0px;
}
.form_input.form-group .input-group-append{
	position: absolute;
	right: 0px;
	margin-top: 0px;
	margin-right: 5px;
	cursor: pointer;
}
.form_input.form-group .input-group-append .input-group-text{
	height: 40px;
	border-radius: 0px 5px 5px 0px;
	background-color: #E6E7E8;
	border:1px solid #E6E7E8;
	border-left:1px solid #cccdce;
	margin-right: -5px;
}
.form_page .form-check-inline label{
	font-size: 16px;
	cursor: pointer;
}
.form_page input[type=radio]{
	accent-color: #4B4B4D;
	border-radius: 50%;
	width: 14px;
	height: 14px;
}
.form_page input[type=checkbox]{
	accent-color: #4B4B4D;
	width: 14px;
	height: 14px;
}
.form_input .input.left{
	padding-right: 5px;
}
.form_input .input.left input{
	margin-left: 5px;
}
.form_input .input.left select{
	margin-left: 5px;
}
.form_input .input.left textarea{
	margin-left: 5px;
}

.colformpage.btnformpage .linebtnform{
	padding: 10px;
	padding-bottom: 0px;
	margin-top: 0px;
}
/* ================================
   Hover & Active Style - Category Buttons
   ================================ */
[btn="kat_induk"],
[btn="sub_kat"] {
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

[btn="kat_induk"]:hover,
[btn="sub_kat"]:hover {
  background-color: #6a4a351e; /* hover */
  color: #38271c;            /* teks */
  font-weight: 500;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

/* Saat aktif / dipilih */
[btn="kat_induk"].active,
[btn="sub_kat"].active {
  background-color: #6a4a35; /* Coklat utama */
  color: #ffffff;
  box-shadow: 0 3px 8px #6a4a350e;
  border-radius: 6px;
}

.bg_form_page .img_detail_prod img{
	width: 100%;
	border:1px solid #E6E7E8;
	margin-bottom: 10px;
	border-radius: 10px;
}
.img_detail_prod .icon_360{
	position: absolute;
	width: 70px;
	height: 70px;
	bottom: 10px;
	right: 17px;
	padding: 5px;
	cursor: pointer;
	border-radius: 50%;
	border:1px solid #E6E7E8;
	-webkit-box-shadow: 0 0 5px rgba(33,33,33,0.3);
	box-shadow: 0 0 5px rgba(33,33,33,0.3);
}
.img_detail_prod .icon_360:hover{
	border:2px solid #E6E7E8;
}
.img_detail_prod .icon_360 img{
	width: 100%;
	border-radius: 50%;
}
.img_detail_prod .icon_360:hover img{
	animation: spin 3s linear infinite;
}

.head_detail_prod{
	border:1px solid #E6E7E8;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 100%;
}
.head_detail_prod .text_title{
	font-size: 20px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
}
.head_detail_prod .text_title.popup,.head_detail_prod .text_title label{
	font-size: 12px;
}
.head_detail_prod .text_title label{
	font-size: 12px;
    background-color: #3C55A3;
	padding: 5px;
	border-radius: 5px;
	color: #FFFFFF;
}
.head_detail_prod .text_cat{
	margin-top: 10px;
	width: 100%;
}
.head_detail_prod .text_cat,.head_detail_prod .text_cat .list_cat{
	float: left;
}
.head_detail_prod .text_cat .list_cat{
	position: relative;
	border:1px solid #E6E7E8;
	padding: 10px;
	font-size: 12px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
}

.head_detail_prod .text_cat .list_cat::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -10px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	border-left: 11px solid #FFFFFF;
	z-index: 1;
}

.head_detail_prod .text_cat .list_cat::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -11px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 12px solid #E6E7E8;
	z-index: 0;
}
.head_detail_prod .text_cat .list_cat:first-child{
	border-radius: 10px 0px 0px 10px;
}
.head_detail_prod .text_cat .list_cat:last-child {
	padding-left: 15px;
	border-radius: 0px 10px 10px 0px;
	color: #FFFFFF;
	background-color: #6a4a35;
}
.head_detail_prod .text_cat .list_cat:last-child::after, .head_detail_prod .text_cat .list_cat:last-child::before {
	border: 0px;
}
.head_detail_prod .text_price{
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 20px;
	font-weight: 600;
	color: #932C25;
}
.head_detail_prod .text_desc{
	float: left;
	width: 100%;
	margin-top: 10px;
}

.container_add_to_cart{
	border:1px solid #E6E7E8;
	border-radius: 10px;
	padding: 10px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.container_add_to_cart .row{
	padding-bottom: 10px;
}
.text_left_detail{
	float: left;
	width: 50%;
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
}
.text_right_detail{
	float: right;
	width: 50%;
}
.text_right_detail label.price{
	font-size: 14px;
	font-weight: 600;
	line-height: 50px;
	text-align: right;
	float: right;
}
.form_page .qty_control input[type=text]{
	float: left;
	width: 100%;
	height: 45px;
	padding: 5px;
	background-color:#f5f3bc;
	border:1px solid #E6E7E8;
	color:#4B4B4D;
	-moz-appearance: textfield;
	border-radius: 5px;
	cursor: text;
	text-align: center;
}
.qty_control button{
	float: left;
	position: absolute;
	height: 45px;
	border:1px solid #E6E7E8;
	font-weight: 600;
}
.qty_control button:last-child{
	float: right;
	right: 20px;
}
.btn_to_cart{
	float: left;
	width: 100%;
	margin-top: 10px;
}
.btn_to_cart button{
	float: left;
	width: 49%;
	height: 45px;
	margin-top: 10px;
}
.btn_to_cart button:first-child{
	margin-right: 1%;
}
.btn_to_cart button:last-child{
	margin-left: 1%;
	background-color: #3e528b;
	border:1px solid #3e528b;
}

@keyframes spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}



@media (max-width:640px){
	.bg_form_page{
		padding: 0px;
	}

	.colformpage.btnformpage .linebtnform{
		padding: 0px;
		margin-top: 10px;
	}

	.linetab{
		padding-left: 0px;
		padding-right: 0px;
	}
	.linetab .tab-content .tab-pane{
		padding: 10px;
	}
	.qty_control button:last-child{
		right: 2%;
	}

}
@media (max-width:990px){
	.bg_list_cart_sum{
		height: 54vh;
		padding-bottom: 12.5%;
	}
}
@media (max-width:1024px){
    .btnSidebarMenu{
        display: block;
		margin: 5px 0px 0px 0px; 
	}
	.linesidebar{
        width: 0px;
	}
    .linemenusidebar{
        width: 0px;
	}
	.linepagemain{
		width: 100%;
		padding: 5px;
		margin-left: 10px;
		overflow-x: hidden;
		transition: 0.5s;
	}
	.bgformmain{
		padding-right: 15px;
	}
	.bgformmain .formmain .bgformmain{
		margin-right: 0px;
		padding-right: 0px;
	}
	.linepage .linebtnform .btnform{
		text-align: left;
	}
	.linenavpage .navpage input[type=text].search{
		margin-top: 5px;
		width: 100%;
	}
	.linenavpage .navpage.filter{
		text-align: left;
	}
	.footer_order_summary {
		position: fixed;
		margin-left: 2%;
		width: 85%;
	}
}
@media (max-width:1360px){
	.bg_summary_btn{
		margin-top: -10px;
	}
	.bg_summary_btn select{
		max-width: 80%;
	}
	.bg_summary_btn button{
		margin-top: 10px;
	}
	
}