/*
 * impleCode Quote Form
 * http://implecode.com
 *
 * Copyright 2014 impleCode
 * Free to use under the GPLv3 license.
 * http://www.gnu.org/licenses/gpl-3.0.html
 *
 * Contributing author: Norbert Dreszer
 */

div.quote-form input {
width: 100%;
padding: 5px;
}

div.quote-form label {
padding: 10px 0 5px 0;
display: inline-block;
}

.first-name-span, .last-name-span, .email-span, .phone-span {
max-width: 49%;
display: inline-block;
}

.last-name-span, .phone-span {
margin-left: 2%;
}

div.quote-form label.first-name-label, div.quote-form label.last-name-label, div.quote-form label.email-label, div.quote-form label.phone-label {
padding: 0;
font-size: 0.8em;
padding-left: 2px;
}

div.quote-form #message {
min-height: 150px;
}

.quote-button {
margin-top: 20px;
}
.quote_button_container {
max-width: 460px;
text-align: center;
}

.quote_button_container a.link{
display: inline-block;
}

div.ic-form form {
margin: 0 auto;
}

/* Quote shortcode */
#quote-container {
padding: 20px;
line-height: 0.5;
max-width: 500px;
margin: 0 auto;
}

#quote-container div.quote-form{
max-width: 400px;
margin: 0 auto;
}

#quote-container div.quote-form input {
max-width: 400px;
margin-right: 10px;
}

#quote-container label[for=email], #quote-container label[for=product] {
padding: 20px 0 0 0;
display: block;
}

#quote-container label.email-label {
display: inline;
}
#quote-container div.quote-form input#email, #quote-container div.quote-form input#phone, #quote-container div.quote-form input#first_name, #quote-container div.quote-form input#last_name {
max-width: 185px;
}

#quote-container div.quote-form #message {
width: 100%;
}

div.quote-form input.classic-button:active, #quote-container div.quote-form input.classic-button:active, button.classic-button:active {
transform: scale(0.97);
-ms-transform:scale(0.97);
-webkit-transform:scale(0.97);
}

div.quote-button-container input.classic-button, #quote-container div.quote-form input.classic-button, button.classic-button {
background: #ee0000;
background: -webkit-linear-gradient(top, #ee0000 0%, #fc0001 100%);
background: linear-gradient(to bottom, #ee0000 0%, #fc0001 100%);
border: none;
border-bottom: 3px solid #e20000;
border-radius: 5px;
color: #fff;
display: inline-block;
padding: 8px 18px 8px;
text-decoration: none;
font-size: 18px;
cursor: pointer;
box-shadow: none;
text-shadow: none;
width: auto;
}

div.quote-button-container input.classic-button.green-price, #quote-container div.quote-form input.classic-button.green-price, button.classic-button.green-price {
background: #FB450D;
background: -webkit-linear-gradient(top, #FB3C00 0px, #FB450D 100%);
background: linear-gradient(to bottom, #FB3C00 0px, #FB450D 100%);
border-color: #D73908;
}

div.quote-button-container input.classic-button:hover, div.quote-button-container input.classic-button:focus, #quote-container div.quote-form input.classic-button:hover, #quote-container div.quote-form input.classic-button:focus, button.classic-button:focus {
background: #e00000;
background: -webkit-linear-gradient(top, #e00000 0%, #ee2323 100%);
background: linear-gradient(to bottom, #e00000 0%, #ee2323 100%);
outline: none;
border: none;
border-bottom: 3px solid #d30000;
box-shadow: none;
color:#fff;
}

div.quote-button-container input.classic-button.green-price:hover, div.quote-button-container input.classic-button.green-price:focus, #quote-container div.quote-form input.classic-button.green-price:hover, #quote-container div.quote-form input.classic-button.green-price:focus, button.classic-button.green-price:focus {
background: #EE410C;
background: -webkit-linear-gradient(top, #EE3A01 0px, #EE410C 100%);
background: linear-gradient(to bottom, #EE3A01 0px, #EE410C 100%);
border-color: #CA3608;
}

div.quote-button-container input.classic-button:active, #quote-container div.quote-form input.classic-button:active, button.classic-button:active{
background: linear-gradient(to bottom, #F90606 0%, #FC2525 100%) repeat scroll 0% 0% transparent;
transform: scale(0.97);
-webkit-transform:scale(0.97); 
-moz-transform:scale(0.97); 
-o-transform:scale(0.97); 
-ms-transform:scale(0.97);
}

div.quote-button-container input.classic-button.green-price:active, #quote-container div.quote-form input.classic-button.green-price:active, button.classic-button.green-price:active{
background: #EE410C;
background: -webkit-linear-gradient(top, #EE3A01 0px, #EE410C 100%);
background: linear-gradient(to bottom, #EE3A01 0px, #EE410C 100%);
border-color: #CA3608;
}

.no-image .quote_button_container {
float: right;
}


div.quote_button_container a img {
border: 0;
outline: 0;
}
