@media screen and (max-width: 500px){
	#cari_keyword #keyword{
	  width: 50%;
	}
	#cari_email #email{
	  width: 70%;
	}
	.nav-top{
		width: 96%;
	}
	td{
		line-height: 16px;
		padding: 5px;
	}

	#form_cari_lain input[type=text]{
		width: 85%;
	}

	#form_cari_lain input[type=password]{
		width: 85%;
	}

	#form_cari_lain {
	    margin-top: 30%;
	    width: 100%;
	}

	.detail_data{
	  float:left;
	  margin-right: 0px;
	}

	.wrapper_other_licence{
	  float: left;
	  margin-right: 0px;
	}

	.form{
	  width: 100%;
	  margin: 0px auto;
	}

	#form_take_over_account button{
	  width: 49%;
	}

	#form_customer_payment button{
	  width: 22.5%;
	}
	#form_change_next_payment input{
	  width: 80%;
	}
	#form_send_message input{
	  width: 60%;
	}
	#form_send_message textarea{
	  width: 100%;
	}
	#form_send_message select{
	  width: 18%;
	}
	#form_send_message button{
	  width: 18%;
	}

	#form_send_message_multics input{
	  width: 60%;
	}
	#form_send_message_multics textarea{
	  width: 100%;
	}
	#form_send_message_multics select{
	  width: 18%;
	}
	#form_send_message_multics button{
	  width: 18%;
	}

	#form_maintain_server_eco select{
		width:49%;
	}

	#form_maintain_server_eco input{
		width:48%;
	}

	#form_maintain_server_eco .btn_move_server{
		width: 28%;
	}
	#form_maintain_server_eco .btn_clear_session{
		width: 28%;
	}
	#form_maintain_server_eco .btn_redeploy{
		width: 22%;
	}
	#form_maintain_server_eco .btn_refresh{
		width: 18%;
	}

	#form_get_report_eco select{
	  width:49%;
	}

	#form_get_report_eco .custom_date{
	  width:32%;
	  height:30px;
	}

	#form_get_report_eco .no_wa{
	  width:49%;
	}

	#form_get_report_eco button{
	  width:49%;
	}
	#form_cari_get_report_eco .keyword_find_page{
		width:49%;
		height: 30px;
		margin-bottom:5px;
	}
	#form_cari_get_report_eco .btn_find_page{
		width:49%;
		height: 30px;
	}
	#form_generate_new_key_eco select{
		width:33%;
	}
	#form_generate_new_key_eco input{
		width:33%;
		margin-bottom:5px;
	}
	#form_generate_new_key_eco button{
		width:30%;
	}

	#form_reg_unreg select{
		width:48%;
	}
	#form_reg_unreg input{
		width:48%;
		margin-bottom:5px;
	}
	#form_reg_unreg button{
		width:48%;
	}

	#form_change_number_eco select{
		width:48%;
	}
	#form_change_number_eco input{
		width:48%;
		margin-bottom:5px;
	}
	#form_change_number_eco button{
		width:48%;
	}

	#form_generate_qr_eco select{
		width:33%;
	}
	#form_generate_qr_eco input{
		width:33%;
		margin-bottom:5px;
	}

	#form_generate_qr_eco button{
		width:30%;
	}

	#form_get_customer_eco select{
		width:70%;
	} 

	#form_get_customer_eco button{
		width:28%;
	}

	#form_get_auto_unreg select{
		width:70%;
	} 

	#form_get_auto_unreg button{
		width:28%;
	}

	#table_get_customer{
		width: 100%;
	}


	#form_flash_news_crm .message{
	  width:99%;
	  height: 50px;
	}
	#form_flash_news_crm select{
	  width: 25%;
	}
	#form_flash_news_crm button{
	  width: 20%;
	}

	#form_change_status_plm button{
		width:49%;
	}

	#form_change_status_plm select{
		width:49%;
	}

	.body-left{
	  width: 0vw;
	}

	.body-center{
	  width: 100vw;

	}

	.body-right{
	  width: 0vw;
	}

	.table_responsive{
		width: 100%;
		overflow-x: scroll;
	}
}