/* SMARTPHONES : FULL HD (type 2) | 460px - 1400px ; value : +4 */
@media screen and (min-device-width: 460px) and (max-device-width: 1400px) {
	/* general */
	#main #message_gagal,
	#main #message_berhasil {
		font-size: 19px;
	}
	
	#main .header {
		margin:24px 0px 24px 0px;
	}
	#main .header .left {
		width:15vw; padding-left:14px;
	}
	#main .header .left .img_back {
		width:40px;
	}
	#main .header .right {
		width:85vw; font-size:22px;
	}
	#main .header .center {
		font-size:22px;
	}
	
	/* new message berhasil & gagal */
	.my-alert-box{
		min-width:310px;
	}
	.my-alert-icon{
		width:110px; height:120px;
	}
	/* end */
	
	/* font global */
	.font_12 { font-size: 14px !important; }
	.font_13 { font-size: 15px !important; }
	.font_14 { font-size: 16px !important; }
	.font_15 { font-size: 17px !important; }
	.font_16 { font-size: 18px !important; }
	.font_22 { font-size: 26px !important; }
	
	.font_hapus { font-size: 22px !important; }
	.font_clear_search { font-size: 25px !important; }
	
	.gl_jarak_kolom_25 { line-height: 29px !important; }
	.gl_jarak_kolom_32 { line-height: 36px !important; }
	
	/* GLOBAL FORM */
	/* foto */
	.new_form_img {
		width:180px;
	}
	/* checkbox */
	.new_form_checkmark { /* box */
		height: 30px; width: 30px;
	}
	.new_form_checkmark:after { /* draw the check */
		top: 2px; width: 9px; height: 15px;
	}
	.selected_div {
		background-size: 35px 28px;
	}
	/* END */
}