@font-face {
  font-family: 'FontAwesome';
  src: url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../plugins/font-awesome-4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.img-comingsoon{
	align-content: center;
	width: 50%;
}

.tm-sidebar-left {
	position: fixed;
	top: 80px;
	bottom: 0;
	box-sizing: border-box;
	width: 200px !important;
	padding: 40px 40px 60px 40px;
	border-right: 1px #e5e5e5 solid;
	overflow: auto
}

.tm-sidebar-right {
	position: absolute;
	top: 0;
	left: calc(100% + 0px);
	width: 200px
}

@media (min-width:960px) {
	.tm-sidebar-left+.tm-main {
		padding-left: 200px
	}
}

@media (min-width:1200px) {
	.tm-sidebar-right {
		left: calc(100% + 0px)
	}
	.tm-sidebar-left+.tm-main {
		padding-left: 200px
	}
}

@media (min-width:1400px) {
	.tm-sidebar-left {
		width: 200px !important;
	}
	.tm-sidebar-right {
		left: calc(100% + 60px)
	}
	.tm-sidebar-left+.tm-main {
		padding-left: 200px
	}
}

.tm-navbar-container:not(.uk-navbar-transparent) {
	background: linear-gradient(to right, #28a5f5, #1e87f0)
}

.tm-navbar-container .uk-navbar-nav>li>a,
.tm-navbar-container .uk-navbar-item:not(.uk-logo),
.tm-navbar-container .uk-navbar-toggle {
	height: 70px;
	font-size: 13px
}

.tm-navbar-container .uk-navbar-nav>li>a {
	position: relative
}

.tm-navbar-container .uk-navbar-nav>li>a::before {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	right: calc(102% - 15px);
	bottom: 20px;
	height: 1px;
	background-color: currentColor;
	transition: .3s ease-in-out;
	transition-property: right
}

.tm-navbar-container .uk-navbar-nav>li>a:hover::before {
	right: 15px
}

.tm-nav>li.uk-active>a {
	position: relative
}

.tm-nav>li.uk-active>a:before {
	content: "";
	position: absolute;
	top: 15px;
	left: -25px;
	width: 15px;
	border-top: 1px solid #1e87f0
}

.tm-nav .uk-nav-header {
	padding: 8px 0;
	border-bottom: 1px solid #e5e5e5
}

@media (min-width:960px) {
	.tm-subnav {
		margin-left: -50px
	}
	.tm-subnav>* {
		padding-left: 50px
	}
}

.tm-subnav>*>:first-child {
	text-transform: capitalize
}

label.error{
  color: red;
  font-style: italic;
}

input.error, select.error{
  border-color: red;
}

.tm-button-green{
  background:mediumseagreen;
  color:white;
}

.tm-button-green:hover{
  background:mediumseagreen;
  color:white !important;
}

.tm-button-small{
  padding:0 10px;
}


/* LOGIN ==========================================================================*/
.eye{
	position: absolute;
	margin-top: 12px;
	right: 15px;
	cursor:pointer;
}

/* SIDEBAR ==========================================================================*/

.sidebar{
	background: #424998;
	padding-top: 10px;
	margin-top: 0px;
	position: fixed;
	top: 0;
	left: 0;
	width: 55px;
	height: 100%;
	transition: 0.3s ;
}

.sidebar.active{
	width: 230px;
}

.sidebar center{
	color: white;
}

.sidebar a{
	color: white;
	display: block;
	opacity: 50%;
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	top: 100px;
	padding-left: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	transition-property: background;
}

.sidebar.active a{
	color: white;
	display: block;
	opacity: 50%;
	width: 100%;
	line-height: 50px;
	text-decoration: none;
	top: 100px;
	padding-left: 15px;
	box-sizing: border-box;
	transition: 0.3s;
	transition-property: background;
}

.sidebar a span{
	padding-left: 15px;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
}

.sidebar a.active{
	background: #383F8E;
	padding-left: 16px;
	border-left: white solid 2px;
	transition: 0.1s;
	opacity: 100%;
}

.sidebar.active a span{
	padding-left: 15px;
	position: absolute;
	opacity: 1;
	pointer-events: auto;
	transition: all 0.3s ease;
}

.sidebar a:hover{
	background: #383F8E;
	padding-left: 16px;
	border-left: white solid 2px;
	transition: 0.1s;
	opacity: 100%;
}

.sidebar-toggle a{
	padding-left: 37px;
	margin-top: 6px;
	margin-bottom:70px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ;
}

.sidebar-toggle a span{
	padding-left: 37px;
	margin-top: 6px;
	margin-bottom:70px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s ;
}

.sidebar.active .sidebar-toggle a{
	padding-left: 37px;
	margin-top: 6px;
	margin-bottom:70px;
	opacity: 1;
	pointer-events: none;
	cursor: default;
}

.sidebar.active .sidebar-toggle a:hover{
	padding-left: 35px;
}

.sidebar.active .sidebar-toggle a span{
	padding-left: 20px;
	margin-top: -68px;
	margin-bottom:20px;
	opacity: 1;
	pointer-events: auto;
}

.sidebar-toggle a:hover{
	background: #424998;
}

.sidebar i{
	padding-right: 10px;
}

label #sidebar-btn{
	z-index: 1;
	color: white;
	position: fixed;
	cursor: pointer;
	font-size: 20px;
	margin-left: 18px;
	margin-top: -28px;
	transition: 0.3s;
	transition-property: color;
}

label #sidebar-btn:hover{
	color: #C7C8C9;
}


/* HEADER ==========================================================================*/

.content-header{
	/* position: fixed;
	width: 100%; */
	background:#FFFFFF;
	height:55px;
	margin-left: 0px;
	transition: 0s;
	border-style: none none solid none;
	border-bottom-color: #F9F9FF;
}

#check-sidebar{
	display: none;
}

.notif{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	margin-top: 4px;
}

.notif-badge{
	color: white;
	background: red;
	width: 18px;
	height: 18px;
	top: 23px;
	right: 7px;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 11px;
}

.img-user-header{
	width: 35px;
	height: 35px;
	margin-top: 28px;
	margin-left: 20px;
	margin-right: -10px;
}

.dropdown-header{
	margin-top: -20px;
	width: auto;
	border-radius: 5px;
}

.dropdown-header-ul{
	margin: -15px -10px -15px -10px;
}

.dropdown-header-li{
	font-weight: bold;
}

.dropdown-header-li:hover{
	opacity: 80%;
	transition: 0.3s;
	margin-left: 5px;
}

.dropdown-header-li-logout{

	font-weight: bold;
	margin-bottom: 10px;
}

.dropdown-header-li-logout:hover{
	opacity: 80%;
	transition: 0.3s;
	margin-left: 5px;
}

.uk-fixed-navigation {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
}

.img-user-dropdown{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: none;
}

/* CONTENT ========================================================================== */

.content-dashboard{
	margin-left: 65px;
	transition: 0.3s;
}

#check-sidebar:checked ~.content-dashboard{
	margin-left: 240px;
}

/* DASHBOARD ========================================================================== */

.title-dashboard .username{
	margin: 15px 0px 0px 10px;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

.title-dashboard .ework{
	margin: 0px 0px 10px 10px;
	font-size: 18px;
	color: black;
}

.title-favorite-left{
	position: relative;
	display: flex;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

.title-favorite-left span{
	color: black;
	font-weight: bold;
	padding-left: 10px;
}

.title-favorite-right{
	display: flex;
	margin-top: 5px;
	margin-right: 28px;
	float: right;
}

.title-favorite-right h5{
	margin: 0 -1px 0 0;
	color: #424998;
}

.title-favorite-right:hover{
	background: #dededf;
	border-radius: 5px;
	transition: 0.3s;
}

.card-favorite-apps{
	padding-top: 40px;
	padding-left: 12px;
	padding-right: 32px;
}

.card-favorite-apps-1{
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 12px;
	padding-right: 32px;
	border-style: none none solid none;
	border-bottom-color: #F9F9FF;
}

.card-favorite-top{
	display: flex;
	height: 70px;
	border-radius: 10px;
	margin-bottom: 0px;
}

.card-favorite-top:hover{
	background-color: rgb(205, 208, 255);
	opacity: 80%;
	transition: 0.5s
}

.card-favorite-top span{
	text-align: left;
	size: 20px;
	color: black;
	display:flex;
	align-items : center;
	padding-right: 10px;
}

.card-favorite-top img{
	height: 50px;
	margin: 10px 15px 10px 15px;
}

.card-favorite-top .all_apps{
	width: 35px;
	height: 35px;
	position: relative;
	margin-left: auto;
	padding-top: 15px;
}

/* USERGROUP ACCESS ======================================= */
.selectMenuUserAccess{
	border-radius: 8px;
	padding: 5px;
}

/* IFRAME ALL ============================================================================== */
.iframe-app{
	position: relative;
	margin-top: 50px;
	margin-left: -10px;
}

.iframe-app iframe{
	position: absolute;
	width: 100%;
	/* height: 487px; */
	height: 560px;
}

/* IFRAME MASTER DATA ============================================================================== */
.iframe-app-msdata{
	position: relative;
	margin-top: 50px;
	margin-left: 30px;
}

.tab-menu-masterdata{
	position: relative;
	margin-left: -50px;
	display: flex;
}

.content-tab-masterdata{
	position: relative;
	background-color: #f6f8fa;
	margin: 0px 0 0px 0px;
	padding-left: 30px;
	padding-bottom: 17px;
}

.content-detail-masterdata{
	background-color: #FFFFFF;
	margin: 0 18px 0 -18px;
	padding: 3px 0 50px 3px;
	box-shadow: none;
}

.title-detail-left{
	position: relative;
	display: flex;
	margin-top: 10px;
	margin-left: 13px;
	float: left;
}

.title-detail-right{
	display: flex;
	margin: 0px -10px 5px 0px;
	padding-bottom: 9px;
	float: right;
}

.title-detail-right a{
	margin: 10px 30px 0 0;
	color: white;
	text-decoration: none;
	border: 2px #424998 solid;
	border-radius: 7px;
	background-color: #424998;
	padding: 4px 15px 4px 15px;
	font-size: 13px;
}

.title-detail-right a:hover{
	background-color: rgb(62, 59, 126);
}

.dataTables_filter input{
    width: 240px;
	border-radius: 7px;
	border: 1px solid #D9DEE2;
	margin-left: 10px;
	/* color: #DDE0E7; */
}
.rowPageMsData{
	position: relative;
	color: #A3A3B5;
	margin: 0px 217px 0px 10px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 1005px;
	text-align: right;
	padding-right: 32px;
}
.rowInfoMsData{
	position: relative;
	color: #A3A3B5;
	margin: -38px 0px 9px 1040px;
	padding: 8px 5px 0px 0px;
	background-color: #F1F2F5;
	height: 30px;
	width: 100px;
	text-align: right;
	padding-right: 30px;
}
.rowPaginateMsData{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 1148px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 91px;
}

.tabel-msdata{
	position: relative;
	margin: 20px 0px 0 10px;
	padding-right: 10px;
	width: 97.5%;
}

.tabel-msdata-outstanding{
	position: relative;
	margin: 20px 0px 0 10px;
	padding-right: 10px;
	width: 99%;
}

.tabel-msdata-usergroup thead th{
	border : 1px solid #F1F2F5;
	background-color: #F9F9F9;
	color: #A3A3B5;
	font-weight: bold;
	padding: 8px;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.tabel-msdata-usergroup tbody td{
	border : 1px solid #F1F2F5;
	color: #4C5267;
	padding: 10px;
}

.tabel-msdata-add-tagihan{
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}
.tabel-msdata-add-tagihan thead tr{
	background-color: #F1F2F5;
}

.text-right-datatable{
	text-align: right;
}
.text-center-datatable{
	text-align: center;
}

table#msCustomer.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msCustomer.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msCustomer.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msCustomerLast.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msCustomerLast.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msCustomerLast.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

.rowPageAr{
	position: relative;
	color: #A3A3B5;
	margin: 0px 217px 0px 10px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 1005px;
	text-align: right;
	padding-right: 32px;
}
.rowInfoAr{
	position: relative;
	color: #A3A3B5;
	margin: -38px 0px 9px 1040px;
	padding: 8px 0px 0px 0px;
	background-color: #F1F2F5;
	height: 30px;
	width: 110px;
	text-align: right;
	padding-right: 30px;
}
.rowPaginateAr{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 1172px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 91px;
}
table#msApInvStandard.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msApInvStandard.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msApInvStandard.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msApInvStandardLast.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msApInvStandardLast.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msApInvStandardLast.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msArInvStandard.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
}
table#msArInvStandard.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msArInvStandard.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msApInvStandardResult.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
}
table#msApInvStandardResult.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msApInvStandardResult.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msViewApplyNetting.dataTable thead th {
    border-top: 1px solid  #F1F2F5;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}
table#msViewApplyNetting.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}
table#msViewApplyNetting.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msViewApplyNetting.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msViewArInvStandard.dataTable thead th {
    border-top: 1px solid  #F1F2F5;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}
table#msViewArInvStandard.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}
table#msViewArInvStandard.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msViewArInvStandard.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msViewApInvStandard.dataTable thead th {
    border-top: 1px solid  #F1F2F5;
	padding-top: 8px;
	padding-bottom: 8px;
	cursor: pointer;
}
table#msViewApInvStandard.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}
table#msViewApInvStandard.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msViewApInvStandard.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}
.checkBoxAr, .checkBoxAp{
	cursor: pointer;
}

table#msItem.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
}
table#msItem.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msItem.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msItemLast.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msItemLast.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msItemLast.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msTagihan.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msTagihan.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msTagihan.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msTagihanLast.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;

}
table#msTagihanLast.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}
table#msTagihanLast.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

#check-sidebar:checked ~.table{
	width: 67.5%;
}

.btn-action-verify{
	position: relative;
	background-color: #3EBB61;
	color: #FFFFFF;
	padding: 6px 8px 4px 8px;
	margin-right: 3px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
	cursor:pointer;
	border:none;
}
.btn-action-verify-disabled{
	position: relative;
	background-color: #3EBB61;
	color: #FFFFFF;
	padding: 6px 8px 4px 8px;
	margin-right: 3px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
	cursor: not-allowed;
	border:none;
	opacity: 40%;
}
.btn-action-edit{
	position: relative;
	background-color: #3199FA;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
}
.btn-action-edit-disable{
	position: relative;
	background-color: #3199FA;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
	opacity: 40%;
	cursor: not-allowed;
}
.btn-action-download-pdf{
	position: relative;
	background-color: #F14949;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
}
.btn-action-upload-pdf{
	position: relative;
	background-color: #4B85BB;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
}
.btn-action-signed-pdf{
	position: relative;
	background-color: #383F8E;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
}
.btn-action-signed-pdf-disabled{
	position: relative;
	background-color: #383F8E;
	color: #FFFFFF;
	padding: 4px 10px 4px 10px;
	margin-right: 2px;
	border-radius: 10px;
	text-decoration: none !important;
	font-size: 12px;
	opacity: 40%;
	cursor: not-allowed;
}
.btn-action-signed-pdf-disabled:hover{
	color: #FFFFFF;
}
.btn-action-verify:hover{
	color: #f1eded !important;
}
.btn-action-edit:hover{
	color: #f1eded !important;
}
.btn-action-edit-disable:hover{
	color: #FFFFFF;
}
.btn-action-download-pdf:hover{
	color: #f1eded !important;
}
.btn-action-upload-pdf:hover{
	color: #f1eded !important;
}
.btn-action-signed-pdf:hover{
	color: #f1eded !important;
}


/* ADD CUSTOMER ================================================================== */

.content-add-customer{
	position: relative;
	width: 100.8%;
	margin-top: 0px;
	margin-left: -10px;
	float: left;
	background-color: #F9FBFF;
}

.add-customer{
	position: relative;
	padding: 1px 0px 5px 0px;
	width: auto;
	margin: 19px 19px 0px 19px;
	float: none;
	background-color: #FFFFFF;
}

.title-customer{
	position: relative;
	display: flex;
	width: auto;
	margin: 0px 19px 19px 19px;
	padding: 0 0 30px 250px;
	background-color: #FFFFFF;
}

.btn-putih-biru{
	margin-top: 10px;
}

.btn-putih-biru a{
	position: relative;
	display: flex;
	float: left;
	border: 1px #383F8E solid;
	border-radius: 7px;
	padding: 0px 20px 0px 20px !important;
	font-weight: bold;
}

.radio-btn-customer{
	width: 220px;
}

.radio-btn-customer label{
	color: #A3A3B5;
}

.radio-btn-customer input{
	width:10px;
	height:10px;
	margin-top: -2px;
	border: 1px solid #424998 !important;
}
.radio-btn-customer input:checked{
	border: 5px solid #424998 !important;
}
.radio-btn-customer input:checked+label {
	color: #424998 !important;
	font-weight: bold;
}

.radio-btn-food input{
	width:14px;
	height:14px;
	margin-top: 5px;
}

.garis-milestone{
	border-color: #424998;
	margin: -7px 0px -7px 4.45px;
	height: 40px !important;
}

.btn-close-modal{
	position: relative;
	float: center;
	border: 1px #424998 solid;
	border-radius: 10px;
	padding: 0px 20px 0px 20px !important;
	font-weight: bold;
	width: 197px;
}
.btn-back-modal{
	position: relative;
	float: center;
	border: 1px #F29C1A solid;
	border-radius: 10px;
	padding: 0px 20px 0px 20px !important;
	margin-left: 11px;
	font-weight: bold;
	width: 197px;
}

.preview-master{
	position: relative;
	display: block;
	width: 1010px;
	height: auto;
	margin-top: -10px;
	margin-left: -120px;
}

.span-discount{
	display: inline-block;
	border: 1px solid #424998;
	background-color: #F9F9FF;
	color: #424998;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 7px;
	margin-right: 5px;
	height: auto;
	width: auto;

}
.span-discount label{
	padding-left: 8px;
	padding-right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.detail-preview{
	height: auto;
	padding: 10px 13px 10px 13px;
	border: 1px solid #DDE0E7;
	background-color: #FDFDFD;
	border-radius: 8px;
}
.detail-preview input{
	font-family: 'Poppins', sans-serif;
	display:block;
	border:none;
	font-size:13px;
	font-weight:bold;
	color:#3A3A55;
	margin-bottom:10px;
	padding-left: 0px;
}

.detail-preview-location{
	height: auto;
	padding: 10px 13px 10px 13px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	background-color: #FFFFFF;
	border-radius: 8px;
}

/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
.uk-switch {
	position: relative;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 11px;
	height: 15px;
	width: 40px;
}
  /* Hide default HTML checkbox */
.uk-switch input {
	display:none;
}
  /* Slider */
.uk-switch-slider {
	background-color: rgba(0,0,0,0.22);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-radius: 500px;
	bottom: 0;
	cursor: pointer;
	transition-property: background-color;
	transition-duration: .2s;
	box-shadow: inset 0 0 2px rgba(0,0,0,0.07);
	margin-top: 7px;
	margin-bottom: -10px;
}
  /* Switch pointer */
.uk-switch-slider:before {
	content: '';
	background-color: #2C98F0;
	position: absolute;
	width: 19px;
	height: 19px;
	left: 0px;
	bottom: 0px;
	border-radius: 50%;
	transition-property: transform, box-shadow;
	transition-duration: .2s;
}
  /* Slider active color */
input:checked + .uk-switch-slider {
	background-color: #2196F3 !important;
}
  /* Pointer active animation */
input:checked + .uk-switch-slider:before {
	transform: translateX(20px);
}
  /* Style Modifier */
.uk-switch-slider.uk-switch-big:before {
	transform: scale(1.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.22);
}
input:checked + .uk-switch-slider.uk-switch-big:before {
	transform: translateX(22px) scale(1.2);
}
  /* Inverse Modifier - affects only default */
.uk-light .uk-switch-slider:not(.uk-switch-on-off) {
	background-color: rgba(255,255,255,0.22);
}
/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.card-step-5{
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 6px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
	margin-top: 15px;
	padding: 15px;
}

.modal-bill-location{
	position: relative;
	display: block;
	width: auto;
	margin: 0px 19px 19px 19px;
	padding: 0 0 30px 250px;
	background-color: #FFFFFF;
}


/* FORM INPUT ========================================================================== */
.form-background{
	background-image: url('../img/Backround-Login.png');
	background-repeat: no-repeat;
	margin-left: 0;
	background-size: 100% 20%;
}

.title-form{
	margin: 0px 0 0px -20px;
	padding-left: 22px;
	font-weight: 600;
	font-size: 20px;
	color: black;
	border-bottom: 2px #f8f6f6 solid;
	height: 43px;
	width: 678px;
}

.label-text{
	font-weight: 600;
	color: #737681;
}

.input-text{
	border-radius: 8px;
	height: 35px;
	color: black;
}

.label-upload{
	background-color: #424998;
	color: white;
	font-size: 13px;
	height: 40px;
	padding: 6px 15px 6px 15px ;
	border-radius: 8px;
	cursor: pointer;
}

.label-upload:hover{
	border-radius: 8px;
	height: 30px;
	background-color: rgb(62, 61, 131);
	text-align: center;
}

.img-upload{
	background-color: #F1F2F5;
	border-radius: 50%;
	padding: 0px;
	width: 80px;
	height: 80px;
	size: 20px;
	margin-right: 20px;
}

.btn-submit-form{
	float: right;
}

.btn-submit-form a{
	border-radius: 8px;
	margin-right: 12px;
	background-color: #DDE0E7;
	color: #A3A3B5;
}

.btn-submit-form a:hover{
	border-radius: 8px;
	margin-right: 12px;
	background-color: #d3d5da;
	color: #eeeeee;
}

.btn-submit-form button{
	border-radius: 8px;
	background-color: #424998;
	color: white;
}

.btn-submit-form button:hover{
	border-radius: 8px;
	background-color: rgb(47, 45, 112);
	color: white;
}

/* GRID VIEW ========================================================================== */
.breadcrumb{
	margin: 8px 0 12px 10px;
	color: #424998;
	font-weight: bold;
}

.breadcrumb li{
	color: #424998;
	font-weight: bold;
}

.title-gridview-left{
	position: relative;
	display: flex;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
	font-size: 17px;
}

.title-gridview-left span{
	color: #3A3A55;
	font-weight: 600;
	padding-left: 10px;
}

.title-gridview-right{
	display: flex;
	margin-top: 0px;
	margin-right: 28px;
	float: right;
}

.title-gridview-right a{
	margin: 10px 30px 0 0;
	color: white;
	text-decoration: none;
	border: 2px #424998 solid;
	border-radius: 7px;
	background-color: #424998;
	padding: 4px 15px 4px 15px;
	font-size: 13px;
}

.title-gridview-right a:hover{
	background-color: rgb(62, 59, 126);
}

.search-gridview{
	margin: 65px 0 0 0;
}

.search-gridview-input{
	padding-top: -20px;
	padding-bottom: 1px;
	margin-left: 10px;
	padding-left: 8px;
	padding-right: 8px;
	width: 220px;
	height: 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1.5px solid #c6c8ca;
	border-right: none;
	opacity: 50%;
}

.search-gridview button{
	width:33px;
	height:30px;
	border: 1.5px solid #c6c8ca;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	opacity: 50%;
	margin-left: -6px;
	margin-right: 10px;
	padding-top: 3px;
	cursor: pointer;
}

.search-gridview img{
	position: absolute;
	width:34px;
	height:33px;
	margin-top:-2px;
	margin-left: 265px;
	padding-top: 0px;
	cursor: pointer;
}

.tabel{
	margin: 20px 0px 0 10px;
	padding-right: 10px;
	width: 97.5%;
}

table.dataTable thead th {
	color: #A3A3B5;
	font-weight: bold;
    border: 1px solid  #F1F2F5;
	background-color: #F9F9F9;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-right: 0px;
	cursor:pointer;
}

table#example.dataTable tbody td {
	color: #4C5267;
    border: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: pointer;
  }

table#example.dataTable tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#example.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

.dataTables_length select{
	border: none;
	color: #A3A3B5;
	background-color: #F1F2F5;
}

.rowPage{
	position: absolute;
	color: #A3A3B5;
	right: 0;
	margin-right: 215px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 1046px;
	text-align: right;
	padding-right: 30px;
}

.rowInfo{
	position: absolute;
	color: #A3A3B5;
	padding-top: 9px;
	padding-right: 35px;
	text-align: right;
	right: 0;
	margin-right: 105px;
	font-size: 14px;
	background-color: #F1F2F5;
	height: 29px;
	width: 100px;
}

.rowPaginate{
	position: absolute;
	color: #A3A3B5;
	right: 0;
	padding-top: 0px;
	padding-right: 0px;
	text-align: right;
	margin-right: 19px;
	font-size: 20px;
	background-color: #F1F2F5;
	height: 38px;
	width: 90px;
}

.dataTables_info{
	color: #A3A3B5;
}

table.dataTable thead .sorting:after {
	opacity: 0.2;
	float: right;
	content: url('../img/arrow_sorting.svg');
}

/* PROFILE ========================================================================== */
.form-background-profile{
	background-image: url('../img/Backround-Login.png');
	background-repeat: no-repeat;
	margin-left: 0;
	background-size: 100% 41.5%;
}

.title-form-profile{
	margin: 0px 0 0px -20px;
	padding-left: 22px;
	font-weight: 600;
	font-size: 20px;
	color: black;
	height: 23px;
	width: 700px;
}

.lbl-profile{
	position: absolute;
	margin: 2px 0 0 95px;
}

.content-tab-profile{
	border-left: 2px #f8f6f6 solid;
	padding-left: 25px;
	padding-bottom: 40px;
	margin: 0px -30px -40px -41px;
}

/* REIMBURSEMENT ================================================================== */
.rowPageReimbursement{
	position: relative;
	color: #A3A3B5;
	margin: 0px 217px 0px 10px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 1005px;
	text-align: right;
	padding-right: 32px;
}
.rowInfoReimbursement{
	position: relative;
	color: #A3A3B5;
	margin: -38px 0px 9px 1040px;
	padding: 8px 0px 0px 0px;
	background-color: #F1F2F5;
	height: 30px;
	width: 110px;
	text-align: right;
	padding-right: 30px;
}
.rowPaginateReimbursement{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 1172px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 108px;
}

.rowPaginateReimbursementClaim{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 1172px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 94px;
}
table#msListClaimBiaya.dataTable tbody td:first-child,
table#msListPrintDetailBiaya.dataTable tbody td:first-child {
	border-left: 1px solid  #F1F2F5;
	width: 40px;
}
table#msListClaimBiaya.dataTable tbody td:nth-child(2),
table#msListPrintDetailBiaya.dataTable tbody td:nth-child(2) {
	width: 450px;
}
table#msListClaimBiaya.dataTable tbody td:nth-child(3),
table#msListPrintDetailBiaya.dataTable tbody td:nth-child(3) {
	width: 250px;
}
table#msListClaimBiaya.dataTable tbody td:nth-child(4),
table#msListPrintDetailBiaya.dataTable tbody td:nth-child(4) {
	width: 200px;
}
table#msListClaimBiaya.dataTable tbody td:last-child,
table#msListPrintDetailBiaya.dataTable tbody td:last-child {
	border-right: 1px solid  #F1F2F5;
}
table#msListClaimBiaya.dataTable tbody td,
table#msListPrintDetailBiaya.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
}
table#msListClaimBiaya.dataTable tbody tr:hover,
table#msListClaimmsListPrintDetailBiayaBiaya.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListClaimBiaya.dataTable tbody tr:hover > .sorting_1,
table#msListPrintDetailBiaya.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msListDetailBiaya.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0px;
    cursor: pointer;
}
table#msListDetailBiaya.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListDetailBiaya.dataTable tbody td:nth-child(1) {
	padding-left: 10px;
	width: 80px;
} 
table#msListDetailBiaya.dataTable tbody td:nth-child(2) {
	padding-left: 10px;
	width: 100px;
} 
table#msListDetailBiaya.dataTable tbody td:nth-child(3) {
	padding-left: 10px;
	width: 120px;
}
table#msListDetailBiaya.dataTable tbody td:nth-child(4) {
	padding-left: 10px;
	/* width: 400px */
}
table#msListDetailBiaya.dataTable tbody td:nth-child(5) {
	/* float: right; */
	padding-right: 10px;
	width: 90px;
}
table#msListDetailBiaya.dataTable tbody td:nth-child(6) {
	width: 80px
}
table#msListDetailBiaya.dataTable tbody td:nth-child(7) {
	width: 370px
}
table#msListDetailBiaya.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListDetailBiaya.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msListAlokasiBiaya.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0px;
    cursor: pointer;
}
table#msListAlokasiBiaya.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListAlokasiBiaya.dataTable tbody td:nth-child(1), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(2), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(3), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(4), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(5), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(6), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(7), 
table#msListAlokasiBiaya.dataTable tbody td:nth-child(9) {
	padding-left: 10px;
}
table#msListAlokasiBiaya.dataTable tbody td:nth-child(8),
table#msListAlokasiBiaya.dataTable tbody td:nth-child(10) {
	/* float: right; */
	padding-right: 10px;
}
table#msListAlokasiBiaya.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListAlokasiBiaya.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msListDetailReimbursement.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0px;
    cursor: pointer;
}
table#msListDetailReimbursement.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListDetailReimbursement.dataTable tbody td:nth-child(1), 
table#msListDetailReimbursement.dataTable tbody td:nth-child(2) {
	/* width: 20px; */
	text-align: center;
}
table#msListDetailReimbursement.dataTable tbody td:nth-child(3) {
	padding-left: 10px;
	width: 200px;
}
table#msListDetailReimbursement.dataTable tbody td:nth-child(4),
table#msListDetailReimbursement.dataTable tbody td:nth-child(5) {
	padding-left: 10px;
	width: 250px;
}
table#msListDetailReimbursement.dataTable tbody td:nth-child(6) {
	padding-left: 10px;
	width: 100px;
	text-align: right;
}
table#msListDetailReimbursement.dataTable tbody td:nth-child(7),
table#msListDetailReimbursement.dataTable tbody td:nth-child(8) {
	padding-left: 10px;
	width: 100px;
	text-align: center;
}
table#msListDetailReimbursement.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListDetailReimbursement.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msListAlokasiReimbursement.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-right: 0px;
    cursor: pointer;
}
table#msListAlokasiReimbursement.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(1) {
	padding-left: 10px;
	width: 110px;
}
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(3),
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(4) {
	padding-left: 10px;
}
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(5) {
	padding-left: 10px;
	width: 110px;
}
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(2),
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(6), 
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(7), 
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(8),
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(9),
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(10),
table#msListAlokasiReimbursement.dataTable tbody td:nth-child(11) {
	/* float: right; */
	/* right: 0; */
	padding-left: 10px;
	width: 80px;
}
table#msListAlokasiReimbursement.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListAlokasiReimbursement.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msListDataBiaya.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListDataBiaya.dataTable tbody td:first-child {
	padding-left: 15px;
	width: 550px;
}
table#msListDataBiaya.dataTable tbody td:last-child {
	padding-right: 10px;
}
table#msListDataBiaya tbody {
	/* border: 1px solid black; */
	border-collapse: separate;
}
table#msListDataBiaya tbody tr:hover {
	background-color: #F9F9F9;
	cursor: pointer;
	/* border: 1px solid black; */
}
table#msListDataBiaya.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
	cursor: pointer;
}

table#msListReimbursement.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
	padding-top: 12px;
	padding-bottom: 12px;
	cursor: default;
}
table#msListReimbursement.dataTable tbody td:first-child {
	padding-left: 15px;
	width: 550px;
}
table#msListReimbursement.dataTable tbody td:last-child {
	/* padding-right: 10px; */
	width: 310px;
	/* align-items: center; */
}
table#msListReimbursement tbody {
	border-collapse: separate;
}
table#msListReimbursement tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListReimbursement.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

.td-left {
	border-top:1px solid #F1F2F5;
	border-bottom:1px solid #F1F2F5;
	border-left:1px solid #F1F2F5;
}
.td-center {
	border-top:1px solid #F1F2F5;
	border-bottom:1px solid #F1F2F5;
}
.td-right {
	border-top:1px solid #F1F2F5;
	border-bottom:1px solid #F1F2F5;
	border-right:1px solid #F1F2F5;
}

.span-nomor-sj{
	display: inline-block;
	border: 1px solid #F9F9FF;
	background-color: #F9F9FF;
	color: #424998;
	border-radius: 8px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
	margin-top: 7px;
	margin-right: 5px;
	height: auto;
	width: auto;

}
.span-nomor-sj label{
	padding-left: 8px;
	padding-right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.auto-nomor-sj{
	float: left;
	list-style-type: none;
	margin-top: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
	width: 435px;
	height: auto;
	overflow: scroll;
	background: white;
}
.nomor-surat-jalan:hover, .nomor-surat-jalan-edit:hover{
	color: #ffffff;
	background-color: #424998;
	cursor: pointer;
	padding-left: 10px;
}

/* GENERATE SERIAL NUMBER ========================================================================== */
.rowPageGenerateSn{
	position: relative;
	color: #A3A3B5;
	margin: 0px 217px 0px 10px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 1005px;
	text-align: right;
	padding-right: 32px;
}
.rowInfoGenerateSn{
	position: relative;
	color: #A3A3B5;
	margin: -38px 0px 9px 1040px;
	padding: 8px 0px 0px 0px;
	background-color: #F1F2F5;
	height: 30px;
	width: 110px;
	text-align: right;
	padding-right: 30px;
}
.rowPaginateGenerateSn{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 1172px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 91px;
}

.rowPageGenerateDetailSn{
	position: relative;
	color: #A3A3B5;
	margin: 0px 217px 0px 10px;
	padding-top: 4px;
	background-color: #F1F2F5;
	height: 34px;
	width: 715px;
	text-align: right;
	padding-right: 32px;
}
.rowInfoGenerateDetailSn{
	position: relative;
	color: #A3A3B5;
	margin: -38px 0px 9px 750px;
	padding: 8px 0px 0px 0px;
	background-color: #F1F2F5;
	height: 30px;
	width: 120px;
	text-align: right;
	padding-right: 30px;
}
.rowPaginateGenerateDetailSn{
	position: relative;
	color: #A3A3B5;
	margin: -47px 0px 0px 893px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	width: 85px;
	background-color: #F1F2F5;
	height: 38px;
	width: 106px;
}

table#msListGenerateSn.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding: 8px 20px 8px 0px;
    cursor: pointer;
}
table#msListGenerateSn.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
    padding: 8px 0px 8px 15px;
	cursor: default;
}
table#msListGenerateSn.dataTable tbody td:nth-child(3) {
	padding-right: 40px;
}
table#msListGenerateSn.dataTable tbody td:nth-child(4),
table#msListGenerateSn.dataTable tbody td:nth-child(5) {
	padding-right: 40px;
	width: 50px;
}
table#msListGenerateSn.dataTable tbody td:nth-child(7) {
	width: 190px;
}
table#msListGenerateSn.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msListGenerateSn.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

table#msDetailListGenerateSn.dataTable thead th {
	color: #A3A3B5;
    font-weight: bold;
    border: 1px solid #F9F9F9;
    background-color: #F9F9F9;
    padding: 8px 20px 8px 0px;
    cursor: pointer;
}
table#msDetailListGenerateSn.dataTable tbody td {
	color: #4C5267;
    border-top: 1px solid  #F1F2F5;
    border-bottom: 1px solid  #F1F2F5;
    padding: 8px 0px 8px 15px;
	cursor: default;
}
table#msDetailListGenerateSn.dataTable tbody td:nth-child(1) {
	padding-left: 11px;
}
table#msDetailListGenerateSn.dataTable tbody tr:hover {
	background-color: #F9F9F9;
}
table#msDetailListGenerateSn.dataTable tbody tr:hover > .sorting_1 {
	background-color: #F9F9F9;
}

.select-dropdown-print-rangkap {
	height:25px;
	width:160px;
	padding-left:15px;
	margin:-8px -8px 0px 0px;
	float:right;
	color:#3A3A55;
	font-size:14px;
	font-weight:bold;
	background-color:#F9F9F9;
	border-radius: 8px;
	border:none;
}

.list-tanggal-generate {
	/* display: block; */
	padding: 10px;
	color: #3A3A55;
	font-size: 15px;
	border-bottom: 1px solid #F1F2F5;
	/* border-top:1px solid #F1F2F5; */
}
.list-tanggal-generate:hover {
	background-color: #F9F9FF;
	cursor: pointer;
	border-left: 2px solid #424998;
}
.list-tanggal-generate:checked {
	background-color: #F9F9FF;
	cursor: pointer;
	border-left: 2px solid #424998;
}

.auto-search-item-sn {
	float: left;
	list-style-type: none;
	margin-top: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
	width: 385px;
	height: 400px;
	overflow: scroll;
	background: white;
}
.value-search-item:hover {
	color: #ffffff;
	background-color: #424998;
	cursor: pointer;
	padding-left: 10px;
}

.list-generate-date-sn {
	float: left;
	list-style-type: none;
	margin-top: 0;
	padding: 5px 0px 5px 0px;
	/* border: 1px solid black;
	border-radius: 5px; */
	width: auto;
	height: auto;
	/* overflow: scroll; */
	background: white;
}
.list-generate-date-sn-group {
	color: #3A3A55;
	cursor: pointer;
	padding: 7px 50px 7px 12px;
	border-bottom: 1px solid #F9F9FF;
	border-top: 1px solid #F9F9FF;
}
.list-generate-date-sn-group:hover,
.list-generate-date-sn-group.active {
	background-color: #F9F9FF;
	padding-left: 15px;
	border-left: 2px solid #424998;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.list-generate-date-sn-group-time {
	color: #A3A3B5;
	cursor: pointer;
}
.list-generate-date-sn-group-jumlah {
	color: #F29C1A;
	cursor: pointer;
}

/* ALL ========================================================================== */
.btn-putih a{
	position: relative;
	display: flex;
	margin-top: 0px;
	margin-right: 0px;
	float: right;
	color: #424998;
	text-decoration: none;
	border: 1px #424998 solid;
	border-radius: 7px;
	background-color: white;
	padding: 4px 15px 4px 15px;
	font-size: 13px;
	font-weight: bold;
}

.btn-putih a:hover{
	background-color: rgb(238, 235, 235);
}

.custom-select {
	position: absolute;
	width: 115px;
	top: 15px;
	right: 20px;
	border-radius: 7px;
}

.custom-select select {
	display: none; /*hide original SELECT element:*/
}

.select-selected {
	background-color: white;
	border: 6px solid #3EBB61;
	border-color: #3EBB61 transparent transparent transparent;
	border-radius: 7px;
}

.select-selected:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid #3EBB61;
	border-color: #3EBB61 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #3EBB61 transparent;
	top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
	color: #3EBB61;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 10px 5px 10px;
	border: 1px solid #3EBB61;
	/* border-color: transparent transparent #3EBB61 transparent; */
	cursor: pointer;
	user-select: none;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: white;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius: 5px;
}

/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}

.select-items div:hover /* , .same-as-selected */ {
	background-color: rgba(0, 0, 0, 0.1);
}

.loading-btn{
	background-color: #424998;
	border-radius: 50%;
	padding: 0px;
	width: 38px;
	height: 38px;
	size: 20px;
	margin-right: 20px;
}
.loading-btn-transparan{
	margin-left: 7px;
	padding: 13px 0px 10px 13px;
	width: 100px;
	height: 100px;
}

.select-usergroup option[value="view"]{
	padding:auto;
	background: rgba(0, 0, 0, 0.3);
 	color: #fff;
}
.select-usergroup option[value="create"]{
	padding:auto;
	background: rgba(219, 37, 37, 0.3);
 	color: #fff;
}

.input-number::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}

.datepicker{
	z-index:99999 !important;
}

.btn-hover:hover{
	cursor: pointer;
}

/* AR AP =================================================================== */
.auto-cust{
	float: left;
	list-style-type: none;
	margin-top: 0;
	padding: 5px 10px 5px 10px;
	border: 1px solid black;
	border-radius: 5px;
	width: auto;
	height: 255px;
	overflow: scroll;
	background: white;
}
.party-name:hover{
	color: #ffffff;
	background-color: #424998;
	cursor: pointer;
	padding-left: 10px;
}

/* DATEPICKER BUATAN =========================================================== */
.datepicker-buatan{
	display:none;
	position:absolute;
	z-index:1;
	background-color: #F8F8F8;
	border: 1px solid #E5E5E5;
	padding: 10px;
	border-radius: 8px;
}
.kalender{
	width: 360px;
}
.judul-hari{
	text-align: center;
}
.tgl-pilih{
	width: 40px;
	margin-top: 3px;
	margin-left: 3px;
}