button.boc_order_category_btn {
width: auto;
display: inline-block;
}							
#boc_order .modal-header {
    padding: 10px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#boc_order .modal-header h2 {
	color: #ffffff;
}
#boc_order .modal-header button.close {
    color: #fff;
    opacity: 1;
}
#boc_order .modal-content {
}
#boc_order h2#boc_order_title {
	text-align: center;
}
#boc_order h2, #boc_order h3, #boc_order h4, #boc_order .h4, #boc_order h5 {
	margin-top: 0;
    font-weight: bold;
    color: #333;
}
#boc_order .checkbox {
	padding: 0.25em 0.5em;
	border: 1px solid transparent;
}
#boc_order .checkbox label {
	color:#ff9999;
}
#boc_order .checkbox label a {
	color: #ff9999;
	border-bottom: 1px dotted #ff9999;
}
#boc_order .input-group.has-error input, #boc_order .form-group.has-error textarea {
   background: #ff6666;
   color:#fff;
}
#boc_order .checkbox.has-error {
	border: 1px solid #cc0000;
	border-radius: 0.25em;
}
#boc_order .checkbox.has-error label {
	color:#ff9999;
}
#boc_order .modal-footer {
    padding: 0 10px 20px 10px;
    text-align: right;
    border-top: none;
}
#boc_order button {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#boc_order .caption h2 {
    font-size: 18px;
}

#boc_order .caption h3 {
    font-size: 16px;
}

#boc_order .h4 {
    font-size: 14px;
}

input#boc_name, input#boc_phone {
    border: 1px solid #8a6d3b;
    border-left: none;
} 

input#boc_email {
    border: 1px solid #0000001f;
}

textarea#boc_message {
    border: 1px solid #0000001f;
}

button.btn.btn-primary.btn-lg.btn-block.boc_order_btn {
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	font-weight: normal;
	font-size: 13px;
	text-transform: capitalize;
	border-radius: 18px;
	background: #0f8db3;
	max-width: 120px;
}