
@media screen and (max-width: 767px) {
	
  
  .element_container {position: relative; margin-bottom: 15px;}
   .element_container .item {position: relative; top: auto; left: auto; height: auto; width: 100%; }
    .element_container input[type=radio], .element_container input[type=checkbox]  
    {display:none;}
   .element_container  input[type=text],  .element_container  textarea  {border: 1px solid #0072c6;  min-height:30px;}

      
   label {vertical-align: middle; margin-left: 10px;}
  
  .group_title {font-weight: bold; border-bottom: 1px dashed black; margin-bottom: 5px; font-size: 1.1em;}
  
  .image-upload {position: relative; height: 30px;}
  
  .btn_add_signature {text-align: center; height: 30px; }
  
  .m-signature-pad {width: 90%;}
  
 .text_above {font-weight: bold; color: black; margin-bottom: 5px;}
 
   .attachment {width: 100% !important; height: 20px !important; position: relative;   background: none;
                        margin-bottom: 25px;}
	  .attachment:after {
	     content: "  >>> להוספת קובץ"; color: green; text-align: center; border: 1px dotted green;
	     position: absolute; padding: 3px 8px; top: 3px;	   
	  }
	  
	  .btn_remove_attachment { top: 10px; right: auto; left: 50%;}
	   
	  .attachment_modal #progressbox {max-width: 90%; }
	  
	  
	   .attachment_help {display: none !important;}
	
	
}