/* CSS Document */
#mailcotentarea {
	align-items: baseline;
	background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0;
	bottom: 0;
	display: none;
	height: 100%;
	justify-content: center;
	left: 0;
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 15001;
}
#mailcotentarea #maincontent {
	background-color: white;
	margin: 50px auto 0;
	max-width: 100%;
	padding: 10px 20px;
	width: 30%;
	min-width: 320px;
}
#mailcotentarea #maincontent #closesection {
	text-align: right;
}
#mailcotentarea #maincontent #closebtndiv {
	background: url("../images/close.png") no-repeat scroll 0 0;
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: inline-block;
	float: right;
}
#mailcotentarea #maincontent .page-title h1 {
	margin-top: 8px;
}
#mailcotentarea #maincontent .fieldset ul li textarea {
	width: 100%;
}
#mailcotentarea #maincontent .fieldset img {
	display: inline;
	visibility: hidden;
}
.status{
	color:white;
	padding:10px;
	border-radius: 9px;
	text-align: center;
	
}
.sent{
	background-color:#FF8804;
}
.clicked{
	background-color:#16B769;
}
.orderd{
	background-color:#a5a8bb
}
#quote-table tr td,#quote-table tr th {
	border: 1px solid #e0e0e0;
}
#quote-table tr th{
	text-align: center;
}
.td-comment {
	width: 40%;
}
.td-sku {
	width: 20%;
}
.td-status {
	width: 10%;
	text-align: center;
}
.td-total {
	width: 10%;
}
.not-quote{
	text-align: center;
	font-size: 20px;
	font-weight: bold;

}
#customername-error , #customeremail-error , #telephone-error , #comment-error, #state-error, #city-error, #zipcode-error
{
	color: red !important;
}
.custom-shipping-form{
	margin: 0 0 20px 0;
    font-size: 15px;
    font-weight: 600;
}
.shipping-details .field {
    width: 50%;
    float: left;
    display: inline-block;
    margin: 0 0 20px 0;
}
.shipping-details .field .label {
    margin-bottom: 4px;
    display: inline-block;
    font-weight: 600;
}
.shipping-details .field:nth-child(2n+2) .label {
    padding: 0 0 0 10px;
}
.shipping-details .field:nth-child(2n+2) .control {
    margin: 0 0 0 10px;
}
.shipping-details .field:nth-child(2n+1) .control {
    margin: 0 15px 0 0;
}
.shipping-details .field.required>.label:after{
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}