html, body {
  height: 100%;
  margin: 0;
  background:url(../gambar/bg.jpg) 0px 0px no-repeat;
  background-size: cover;
}

#app {
	height: 100%;
}

#halaman {
	background-color: #fff;
}

.webix_view {
	color: #000000;
}

.webix_view > .webix_disabled {
	opacity: 0.1;
}


.webixappstart{
    opacity:0;
}
.webixapp{
    transition: opacity 500ms;
    opacity: 1;
}
.logo{
	background:url(../gambar/logo.png) 0px 0px no-repeat;
	background-size: contain;
}

.webix_dark {
	background-color: #003;
}
.webix_header.webix_dark .webix_template{
	text-align:center;
	line-height: 56px;
}

.webix_richfilter .webix_multicombo {
	margin-top: 2px;
}

.avatar .mainphoto{
	border-radius:25px;
	widows:40px;
	height:40px;
	position:relative;
	top:-4px;
	cursor: pointer;
}
/*
.status{
	position:relative;
	top:-25px;
	left:25px;
	font-size:10px !important;
	text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
*/

/*Dashboard*/
.currencies_list .webix_list_item{
	line-height: 60px;
}
.currencies_list .icon{
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	text-align: center;
	font-size: 24px;
	margin-right: 16px;
	margin-top: 6px;
}
.currencies_list .value{
	font-size: 16px;
	font-weight: 500;
}
.currencies_list .delta{
	font-size: 16px;
	font-weight: 500;
	float:right;
	margin-right: 8px;
}
.currencies_list .delta.red{
	color:#FF5C4C;
}
.currencies_list .delta.green{
	color:#55CD97;
}
.reviews .img{
	float:left;
	margin-top:18px;
	margin-right:16px;
	height:100%;
}
.reviews .img img{
	background-color:red;
	border-radius:25px;
	height:48px;
	width:48px;
}
.reviews .text{
	margin-top:10px;
}
.reviews .text .name{
	font-weight: 500;
	display:block;
}
.reviews .text .webix_icon.mdi-bookmark-check,
.reviews .text .webix_icon.mdi-bookmark-plus{
	float:right;
	margin-top:4px;
	margin-right:4px;
}
.reviews .text .webix_icon.mdi-bookmark-check{
	color: #1CA1C1;
}
.reviews .text .webix_icon.mdi-bookmark-plus{
	color: #94A1B3;
}
.reviews .text .stars{
	width:90px;
	margin-left:-4px;
	position: relative;
	top:-4px;
}
.reviews .text .star{
	margin-right:-3px !important;
	font-size:16px !important;
}
.reviews .text .stars .star.gold{
	color:#FDBF4C;
}
.reviews .text .stars .star.grey{
	color:#94A1B3;
}
.reviews .text .date{
	color: #94A1B3;
	position: relative;
	top:-4px;
	margin-left:8px;
}
.reviews .text .message{
	display:block;
	max-height:48px;
	overflow: hidden;
	line-height: 22px;
	position: relative;
	top:-6px;
}
.reviews .text .tag{
	padding:4px 10px;
	border-radius: 100px;
	color:#ffffff;
	font-weight: 500;
	font-size: 12px;
    line-height: 20px;
}
.reviews .text .tag.New{
	background: #1CA1C1;
}
.reviews .text .tag.Pending{
	background: #55CD97;
}
.webix_tooltip.review_tooltip{
	width:300px;
}
.stats .title{
	font-weight:500;
	font-size: 16px;
	line-height: 20px;
	display:block;
	padding-top:8px;
}
.stats .webix_list_item{
	padding:2px 20px;
}
.progress_bar_element{
	background-color: #F4F5F9;
	border-radius: 4px;
	width:100%;
	height:6px;
	margin-top:5px;
	margin-bottom:9px;
}
.progress_result{
	height:100%;
	border-radius: 4px;
}
.progress_result.all{
	background: #1CA1C1;
}
.progress_result.first{
	background: #55CD97;
}
.progress_result.second{
	background: #FDBF4C;
}

.check_tree .webix_tree_branch_1{
	padding:4px;
}
.check_tree .webix_tree_checkbox{
	margin:0 10px;
}
.check_tree .webix_scroll_cont > .webix_tree_leaves{
	padding:16px 8px;
}
.check_tree .webix_tree_item.webix_selected{
	background:#ffffff !important;
}
.check_tree .webix_tree_item span.checked,
.check_tree .webix_tree_item.webix_selected span.checked{
	text-decoration: line-through;
}
.check_tree .webix_tree_item span,
.check_tree .webix_tree_item.webix_selected span{
	margin-left:6px;
}

/* headers (templates) */
.webix_view.chart_header{
	text-align: center;
}
/* transactions grid */
.method{
	margin-bottom:-8px;
}
/* features grid */
.header_center, .column_center{
	text-align:center;
}
.feature.webix_icon.wxi-plus-circle{
	color:#55CD97;
}
.feature.webix_icon.wxi-minus-circle{
	color:#DADEE0;
}
/* widgets grid */
.yellow{
	color: #FDBF4C;
}
.green{
	color: #55CD97;
}
.blue{
	color: #1CA1C1;
}

.red{
	color: #ff0000;
}

.custom_dark{
	background: #565B67;
	font-size:18px;
	color: #ffffff;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: center;
	padding-top: 3px;
}
.custom_dark .webix_template {
	line-height: 50px;
}

/* forms */
.radio_demo .webix_radio_option{
	margin-bottom:20px;
}

.webix_view.form_photo > div{
	padding:0px;
}

/*pivot*/
.webix_pivot_configure_toolbar .webix_el_label .webix_el_box, 
.webix_pivot_configure_toolbar .webix_el_label  {
	margin-right:5px;
	overflow: visible;
}

/* ANIMASI LOADER */
.preload-wrapper {
	z-index:9999999999;
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	overflow: hidden;
}
#preloader_1{
    position:relative;
    width:60px;
    margin:23% auto;
}
#preloader_1 span{
    display:block;
    bottom:0px;
    width: 9px;
    height: 5px;
    background:#9b59b6;
    position:absolute;
    -webkit-animation: preloader_1 1.5s  infinite ease-in-out;
    animation: preloader_1 1.5s  infinite ease-in-out;

}
 
#preloader_1 span:nth-child(2){
left:11px;
-webkit-animation-delay: .2s;
animation-delay: .2s;
}
#preloader_1 span:nth-child(3){
left:22px;
-webkit-animation-delay: .4s;
animation-delay: .4s;
}
#preloader_1 span:nth-child(4){
left:33px;
-webkit-animation-delay: .6s;
animation-delay: .6s;
}
#preloader_1 span:nth-child(5){
left:44px;
-webkit-animation-delay: .8s;
animation-delay: .8s;
}
@-webkit-keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}
@keyframes preloader_1 {
    0% {height:5px;transform:translateY(0px);background:#9b59b6;}
    25% {height:30px;transform:translateY(15px);background:#3498db;}
    50% {height:5px;transform:translateY(0px);background:#9b59b6;}
    100% {height:5px;transform:translateY(0px);background:#9b59b6;}
}


.formLogin {
	border-radius:8px;
	margin: 15px auto;
	box-shadow: 0px 0px 8px 1px rgb(183, 183, 207)
}

#memuat {
	position: absolute;
	margin-top: -50px;
	margin-left: -50px;
	height: 100px;
	width: 100px;
	top: 50%;
	left: 50%;
	z-index: 9999;
}

.blur {
	filter: blur(1px);
	-webkit-filter: blur(1px);
}

.btnInfo {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #44a9ec;
	text-decoration: none;
	padding: 2px 10px;
}

.btnInfo:hover {
	background: #fbb43c;
	background-image: -webkit-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -moz-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -ms-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -o-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: linear-gradient(to bottom, #fbb43c, #b4d70d);
	text-decoration: none;
	cursor: pointer;
	color: #230480;
}

.btnDetail {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #250938;
	font-size: 12px;
	background: #9ad837;
	text-decoration: none;
	padding: 2px 10px;
}

.btnDetail:hover {
	background: #7e673f;
	background-image: -webkit-linear-gradient(top, #7e673f, #a88953);
	background-image: -moz-linear-gradient(top, #7e673f, #a88953);
	background-image: -ms-linear-gradient(top, #7e673f, #a88953);
	background-image: -o-linear-gradient(top, #7e673f, #a88953);
	background-image: linear-gradient(to bottom, #7e673f, #a88953);
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}

.btnPill {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #3574cc;
	text-decoration: none;
	padding: 2px 4px;
	text-wrap: nowrap;
}

.btnPill:hover {
	background: #0f3b79;
	text-decoration: none;
	color: #ffffff;
}

.satuan {
	padding-top: 12px;
}

.highlight{
	background-color:#ffffaa;
    font-weight:bold;
}

div.indikator {
    padding-left: 1.2em;
    text-indent:-1.2em;
}

.celltextarea {
	width:100%;
	height:100%; 
	box-sizing: border-box;      
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	resize: none;
}

.multiline{ line-height:30px !important; }

.cekboxtampil {
	display: block;
}

.cekboxhide {
	display: none;
}

.ami_checkbox {
	font-size: 18pt;
	font-weight: bold;
}

.ami_nilai {
	font-size: 14pt;
	font-weight: bold;
}

.ami_table .webix_column{
 	border-left: 1px solid #000000;
}

.ami_standart {
 	border-top: 1px solid #000 !important;
}

.ami_table .webix_hcell{
 	border-left: 1px solid #000;
 	border-bottom: 1px solid #000;
}

.ami_footer {
	padding: 1px;
	text-align: center;
}

.clabel {
	color: white;
	padding: 3px;
}

.cbutton_kanan {
	float:right;
	padding: 3px;
}
  
.csuccess {background-color: #04AA6D;}
.cinfo {background-color: #2196F3;}
.cwarning {background-color: #851120;}
.cgray {background-color: rgb(199, 173, 179);}
.cyellow {background-color:#ffff00;}

.lwhite {
	color: #FFFFFF;
}

.lblue {
	color: rgb(26, 5, 119);
}

.batasmenu {
	border-top: 1px solid #fff;
}

.aksi {
	cursor: pointer;
}
.aksi:hover {
	border: 1px solid #8a8b1a;
}

.list_indent {
	display: flex;
    flex-direction: row;
}

.list_indent_tombol {
	margin-left: auto;
	order: 3;
	padding: 3px;
  }

.header_kanan{
	float:right;
    margin-top: 4px;
	padding: 3px;;
}

.header .webix_el_box {
	color: #ffff00;
}

.btnAngkatanSudahAktif,.btnInfo,.btnDetailPendaftaran,.btnPengumuman,.btnTambahSekolah,.btnPeserta,.btnBiaya {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #eb7a46;
	text-decoration: none;
	padding: 2px 5px;
  }
  
  .btnAngkatanSudahAktif:hover,.btnInfo:hover,.btnDetailPendaftaran:hover,.btnPengumuman:hover,.btnTambahSekolah:hover,.btnPeserta:hover, .btnBiaya:hover {
	background: #fbb43c;
	background-image: -webkit-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -moz-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -ms-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: -o-linear-gradient(top, #fbb43c, #b4d70d);
	background-image: linear-gradient(to bottom, #fbb43c, #b4d70d);
	text-decoration: none;
	cursor: pointer;
	color: #230480;
  }
  
  .btnAngkatanAktif, .btnInvoice, .warna1 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #62d0f4;
	text-decoration: none;
	padding: 2px 5px;
  }
  
  .btnAngkatanAktif:hover, .btnInvoice:hover {
	background: #430675;
	background-image: -webkit-linear-gradient(top, #430675, #10b3e9);
	background-image: -moz-linear-gradient(top, #430675, #10b3e9);
	background-image: -ms-linear-gradient(top, #430675, #10b3e9);
	background-image: -o-linear-gradient(top, #430675, #10b3e9);
	background-image: linear-gradient(to bottom, #430675, #10b3e9);
	text-decoration: none;
	cursor: pointer;
	color: #ffff00;
  }

 .warna2 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #0e8f1d;
	text-decoration: none;
	padding: 2px 5px;
  }

  .warna3 {
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	border: 0px; 
	color: #ffffff;
	font-size: 12px;
	background: #5e5d5d;
	text-decoration: none;
	padding: 2px 5px;
  }

  .warna2:hover {
	cursor: pointer;
	color: #ffff00;
  }

  .webix_control.webix_el_label.info .webix_el_box{
	font-size: 12pt;
	color: #ff0000;
  }

  .webix_hcell {
    border-color: #bebcc6 !important;
}

  /*UPLOADER*/
  .overall{height:100%; line-height: 26px;}
  .name{height:100%; float:left; overflow: hidden;}
  .size{padding: 0 10px; width: 100px; text-align: right; float: right;}
  .remove_file{float:right; width:15px; padding-left: 10px;}
  .status{
  	float: right;
  	position: relative;
  	margin-top: 4px;
  	width: 80px;
  	height: 16px;
  	line-height: 16px;
  	border: 1px solid #A4BED4;
  	border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;
  }
  .progress{ height: 100%; position: absolute; background-color: #b8e6ff;}
  .message{ z-index: 1; width:100%; text-align:center; position: absolute;}
  .message.error{ color: #e83b3b;}

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

  .currency_format_yellow{
	text-align: right !important;
	background-color: #ffff00;
  }

  .cell_yellow{
	background-color: #ffff00;
  }

  .webix_control.webix_el_text.currency_format input{
	text-align: right !important;
  }

  .webix_dtable .webix_hcell {
	line-height: 12px !important;
	padding-top: 8px !important;
  }

  .webix_dtable .webix_hcell.webix_ss_filter, .webix_dtable .webix_hcell.webix_div_filter {
    line-height: 35px !important;
	padding-top: 1px !important;
  }
