/* SMARTPHONES : FULL HD (type 1) | 390px - 459px ; value : +2 */
@media screen and (min-device-width: 390px) and (max-device-width: 459px) {
	/* general */
	#main #message_gagal,
	#main #message_berhasil {
		font-size: 17px;
	}
	
	#main .header {
		margin:22px 0px 22px 0px;
	}
	#main .header .left {
		width:10vw; padding-left:12px;
	}
	#main .header .left .img_back {
		width:35px;
	}
	#main .header .right {
		width:90vw; font-size:20px;
	}
	#main .header .center {
		font-size:20px;
	}
	
	/* new message berhasil & gagal */
	.my-alert-box{
		min-width:280px;
	}
	.my-alert-icon{
		width:90px; height:90px;
	}
	/* end */
	
	/* font global */
	.font_12 { font-size: 13px !important; }
	.font_13 { font-size: 14px !important; }
	.font_14 { font-size: 15px !important; }
	.font_15 { font-size: 16px !important; }
	.font_16 { font-size: 17px !important; }
	.font_22 { font-size: 24px !important; }
	
	.font_hapus { font-size: 21px !important; }
	.font_clear_search { font-size: 22px !important; }
	
	.gl_jarak_kolom_25 { line-height: 27px !important; }
	.gl_jarak_kolom_32 { line-height: 34px !important; }
	
	/* GLOBAL FORM */
	/* foto */
	.new_form_img {
		width:170px;
	}
	/* checkbox */
	.new_form_checkmark { /* box */
		height: 27px; width: 27px;
	}
	.new_form_checkmark:after { /* draw the check */
		top: 3px; width: 7px; height: 12px;
	}
	.selected_div {
		background-size: 31px 24px;
	}
	/* END */
}