#rfq, #rfq_Form{
	padding: 50px;
	
}

.rfq_contact {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}

.rfq_contact .input_container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-bottom: 20px;

}

.rfq_contact .input_container input{
    width: 100%;
    height: 37px;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fbfbfb;
    border: 1px solid #888;
    margin-top: 5px;
}

.rfq_contact .input_container textarea{
    width: 100%;
    resize: none;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #fbfbfb;
    border: 1px solid #888;
    margin-top: 5px;
}

.btn_container {
    text-align: center;
}

.btn_container button {
    background: #006f84;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
}

.btn_container .cancel_btn{
    background: #888;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border: 0px;
    padding: 10px 20px;
    cursor: pointer;
}

.delete_btn{
	text-align:center;
	
}

.required_field{
	color:red;
	
}

.control_menu{
	margin-top:10px;
}

.add_new img{
	border: 1px solid #eee;
	vertical-align:middle;
	
}

.add_new span{
	vertical-align:middle;
	
}

@media (max-width: 767px){
	#css_table .css_td:first-child {
		border: 0;
	}

	#css_table .css_td{
		border:0;
		
	}

	.delete_btn{
		text-align:right;
		
	}
	
	.rfq_contact {
		width: 100%;	
	}
	
	#rfq{
		padding:10px;
		
	}
	
	.css_tr{
		position: relative;		
		
	}
	
	#css_table .css_tr .css_td.delete_btn{
		position: absolute;
		top: 8px;
		right: 0px;		
		text-align:right!important;
		
	}
	
}