.email-input{
									padding: 10px 0;
										padding-left: 15px;
										height: 32px;
										line-height: 32px;
										width: 100%;
										border: 1px solid seagreen;
										border-radius: 5px;
										color:#000;
										outline: 0;
								}

								.compose-actions.left{
									width: 24%;
									margin-right: 1%;
								}
								
								#email-error{
									display: block;
									width: 100%;
								}

								#orderFiletext {
									width: 49%;
									margin-right: 1%;
									float: left;
									height: 30px;
									line-height: 30px;
									background: #fff;
									outline: 1px solid #27ae61;
									border-radius: 2px;
									margin-bottom: 10px;
									text-align: center;
									cursor:pointer;
								}

								#orderFiletext font{
									color: red;
								}

								#orderfilebutton {
									width: 50%;
									float: left;
									height: 30px;
									line-height: 30px;
									background-color: #27ae61;
									outline: 1px solid #25a159;
									text-align: center;
									color: #fff;
									border-radius: 2px;
								}

								#orderfilebutton:hover{
									background-color: #25a159;
								}


								

		.layui-form-checkbox{
			display: none;
		}

		.layui-form-radio{
				display: none;
		}
        .fileinput{
          width: 100%;
          border: 1px solid #ddd;
          outline: 0;
          height: 30px;
          padding-left: 10px;
          line-height: 30px;
          margin-top: 15px;
         }
         .quote_pcb_file .img{
             padding: 10px;
             margin-bottom: 20px;
        }


		#orderFiletext.disabled{
			pointer-events: none;
  			cursor: default;
			background-color: #aaa;
		}


		#orderfilebutton.disabled{
			pointer-events: none;
  			cursor: default;
			background-color: #aaa;
		}