/*Form*/
.form_title{
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 5px;
	font-style: italic;
}	
.form_input input, .form_input select{
	position:relative;
	padding: 8px 10px 8px 30px;
	width: 100%;
	max-width: 100%;
	font-size: 16px;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
}

.form_input_harus{
	position:relative;
}

.form_input_harus:after{
	position: absolute;
	content: "*";
	left: 10px;
	top: 12px;
	color: red;
	font-size: 16px;
	z-index: 1;
}
.box_button_atas{
	margin-bottom: 6px;
}
.box_button_bawah{
	margin-top: 6px;
}
.btnover{
	cursor: pointer;
}

.judulmodule{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 5px;
	background: #50bad8;
	box-shadow: 1px 1px 10px #979797;
	color: #2c2c2c;
	box-sizing: border-box;
}
.judulhalaman{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 10px;
	background: #50bad8;
	box-shadow: 1px 1px 10px #979797;
	color: #2c2c2c;
	box-sizing: border-box;
}
.boxlogin{
	margin-top: 1px;
	padding: 3px 10px;
	background: #bbddfa;
}
.boxlogin input{
	width:100%;
	box-sizing: border-box;
	padding: 3px 4px;
	margin-bottom: 5px;
}
.ttlmodule{
	text-align: center;
	margin-bottom: 4px;
}
.btmerah{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #ff1100;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: white;
}
.btkuning{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #ffff80;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.bthijau{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #c9f1f2;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #2c2c2c;
}
.btbiru{
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	text-align: center;
	background: #689dff;
	margin-top: 3px;
	font-size: 15px;
	font-weight: bold;
	color: black;
}
.btmerah,.bthijau,.btkuning,.btbiru{
	box-shadow: 0px 0px 2px #96a1a1;
	
}
.btmed{
	width: 100%;
	box-sizing: border-box;
	padding: 2px 5px;
	text-align: center;
	background: #9b9b9b;
	font-size: 11px;
	cursor: pointer;
	border-radius: 3px;
	color: white;
}
.medium{
	padding: 3px 5px;
	font-size: 11px;
}
.bthijau:hover, .btmerah:hover,.btkuning:hover,.btbiru:hover{
	background: #96a1a1;
	color: white;
	cursor: pointer;
}

.btbawah{
	margin-top: 8px;
	box-sizing: border-box;
	text-align: left;
}
.btkolom{
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
}
.btbulat{
	box-sizing: border-box;
	text-align: center;
	margin-top: 3px;
	font-size: 13px;
	font-weight: bold;
	border-radius: 12px;
	width: 24px;
	height: 24px;
	padding-top: 3px;
}
input,select,textarea{
	padding: 3px;
	padding: 4px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	background: white;
	border: 1px solid #dedede;
	box-shadow: 1px 1px 2px #d6d6d6;
	font-size: 14px;
}
.input{
	padding: 3px;
	padding: 4px 5px;
	box-sizing: border-box;
	border-radius: 2px;
	background: white;
	border: 1px solid #dedede;
	box-shadow: 1px 1px 2px #d6d6d6;
	font-size: 14px;
}
input{
	padding: 5px;
}
.full{
	width: 100%;
	box-sizing: border-box;
}
.med{
	width: 50%;
	
}
.smal{
	width: 30%;
	
}

.btedit{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/edit-icon.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.bthapus{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/delete-icon.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.btcetak{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/cetak.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.btlihat{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/lihat.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.btbayar{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/bayar.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.bttambah{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/tambah.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.btproses{
	position:relative;
	display:inline-block;
	width:17px;
	height:17px;
	background: url(img/proses.png) no-repeat;
	background-size: 16px 16px;
	background-position:50%;
	cursor:pointer;
}
.mini_dis{
	display:none;
	width:100%;
	height:20px;
	background: url(img/disable.png) no-repeat;
	background-size: 17px 17px;
	background-position:50%;
	display:inline-block;
	cursor:pointer;	
}

.mini_ok{
	display: none;
    width: 100%;
    height: 20px;
    background: url(img/check-ok.png) no-repeat;
    background-size: 17px 17px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.bt_ya{
	display:none;
	width:100%;
	height:20px;
	background: url(img/centang.png) no-repeat;
	background-size: 17px 17px;
	background-position:50%;
	display:inline-block;
	cursor:pointer;	
}
.icon_cetak{
	display: none;
    width:17px;
	height:17px;
    background: url(img/cetak.png) no-repeat;
    background-size: 17px 17px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.bt_tidak{
	display:none;
	width:100%;
	height:20px;
	background: url(img/silang.png) no-repeat;
	background-size: 17px 17px;
	background-position:50%;
	display:inline-block;
	cursor:pointer;	
}
.bt_next{
	display:none;
	width:100%;
	height:22px;
	background: url(img/next.png) no-repeat;
	background-size: 20px 20px;
	background-position:50%;
	display:inline-block;
	cursor:pointer;	
}
.btncari{
    color: #4E4B4B;	
}
.btncari:before{
	width: 24px;
    height: 100%;
    content: " ";
    background: url(img/find1.png) no-repeat;
    position: absolute;
    right: -1px;
    top: 0px;
    background-size: 100%;
    background-position: 0px 40%;
}

.btcanggih{  
	position: relative;
    background: #E8DFDF;
    background-image: -webkit-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -moz-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -ms-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -o-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: linear-gradient(to bottom, #FBFAE8, #D8D7D7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    color: #4E4B4B;
    font-weight: bold;
    font-size: 11px;
	padding: 5px 28px 4px 15px;
    text-decoration: none;
    border: 1px solid #D2D2D2;
    cursor: pointer;	
 
}
.btcanggih:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}
.btnone{
	position: relative;
    background: #E8DFDF;
    background-image: -webkit-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -moz-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -ms-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: -o-linear-gradient(top, #FBFAE8, #D8D7D7);
    background-image: linear-gradient(to bottom, #FBFAE8, #D8D7D7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 3px;
    color: #4E4B4B;
    font-weight: bold;
    font-size: 11px;
	padding: 5px 28px 6px 15px;
    text-decoration: none;
    border: 1px solid #D2D2D2;
    cursor: pointer;
}

.btnone:hover {
	background: #E4E4E4;
    background-image: -webkit-linear-gradient(top, #EFEFEF, #D2D2D2);
    background-image: -moz-linear-gradient(top, #EFEFEF, #D2D2D2);
    background-image: -ms-linear-gradient(top, #EFEFEF, #D2D2D2);
    background-image: -o-linear-gradient(top, #EFEFEF, #D2D2D2);
    background-image: linear-gradient(to bottom, #EFEFEF, #D2D2D2);
    text-decoration: none;
}
.box_win input,.box_win select{
	padding: 3px 5px;
}
.btncanggih{
    color: #4E4B4B;	
}
.btncanggih:before{
    width: 24px;
    height: 100%;
    border-top-right-radius: 3px;
    content: " ";
    background: url(img/canggih1.png) no-repeat;
    position: absolute;
    right: -1px;
    top: 0px;
    background-size: 100%;
    background-position: 0px 40%;
}
.icon_del{
	width:20px;
	height:20px;
	background: url(img/del.png) no-repeat;
	background-size: 20px 20px;
	display:inline-block;
	cursor:pointer;
}
.icon_del_no{
	width:20px;
	height:20px;
	background: url(img/del_no.png) no-repeat;
	background-size: 20px 20px;
	display:inline-block;
	cursor:pointer;
}
.icon_edit{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/edit-icon.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.edit_sudah{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/edit_sudah.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.edit_belum{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/edit_belum.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.edit_tidak{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/edit_tidak.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.edit_no{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/edit-no.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_detail{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/detail.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.menu_icon{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/menuicon.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.dok_ya{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/dokicon.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.dok_tidak{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/dokicon_no.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.dok_url{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/dokurl.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_read{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/readicon.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_tidak{
	display:none;
	width:100%;
	height:20px;
	background: url(img/silang.png) no-repeat;
	background-size: 17px 17px;
	background-position:50%;
	display:inline-block;
}
.icon_upload{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/upload.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_list{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/daftar.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_url{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/url.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_download{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/downloadicon.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_config{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/config.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.map_ya{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/map_ya.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.map_no{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/map_no.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_atmerah,.icon_athijau,.icon_atbiru,.icon_atkuning{
	display: none;
    width: 20px;
    height: 20px;
    
    display: inline-block;
    cursor: pointer;
}
.icon_atmerah{
    background: url(img/atmerah.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
}
.icon_athijau{
    background: url(img/athijau.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
}
.icon_atbiru{
    background: url(img/atbiru.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
}
.icon_atkuning{
    background: url(img/atkuning.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
}
.bgmerah{
	background: #ff452c;
}
.bghijau{
	background: #2cff2c;
}
.bgkuning{
	background: #f4fc0c;
}
.bgbiru{
	background: #2a1fff;
}
.bgorange{
	background: #ff8e1f;
}
.tidakaktif{
	background: #f4f4f4;
}

.abs_subjudul{
	margin-top: 10px;
	font-weight: bold;
}
.ttl_abstrak{
	margin-top:15px;
	font-weight: bold;
	font-size: 16px;
}
.error{
	margin-top:5px;
	margin-bottom:10px;
	color: red;
	font-size: 11px;
}
.divborder{
	padding: 3px;
	border: 1px solid #ffffff;
	background: white;
}
.divborder2{
	padding: 3px;
	border: 1px solid #b4c8b0;
	background: #eeeeee;
	height: 21px;
}
.ket{
	font-size: 10px;
	font-style: italic;
}
.boxparrent{
	background: #e5dcc9;
	border: 1px solid #d4d4d5;
	min-height: 17px;
	padding: 5px;
	cursor: pointer;
}
.title_form{
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 4px;
}
.tabel_data{
	width: 100%;
	border: none !important;
	border-color: none !important;
}
.tabel_data tbody{
	border: none !important;
}
.tabel_data tr td{
	border: none !important;
	padding: 2px !important;
}
.photo_ya{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/cam_ok.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.photo_tidak{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/cam_no.png) no-repeat;
    background-size: 20px 20px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}
.icon_kalender{
	display: none;
    width: 20px;
    height: 20px;
    background: url(img/kalender.png) no-repeat;
    background-size: 17px 17px;
    background-position: 50%;
    display: inline-block;
    cursor: pointer;
}