/*
    Document   : quickquote
    Created on : Feb 28, 2014, 2:26:13 PM
    Author     : PrestaMonster.com
    Description:
    Purpose of the stylesheet follows.
*/

a.ajax_add_to_quote_button, p.buttons_add_product_to_quote a {
	color: #fff !important;
	background: #51b11d;
	border: none;
	margin-top: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 6px 12px;
}
a.ajax_add_to_quote_button:hover,  p.buttons_add_product_to_quote a:hover {
	background: #359202;
	color: #fff;
}

.block li a.ajax_add_to_quote_button {
	display: inline-block;
}
p.buttons_add_product_to_quote {
	text-align: right;
}
.accessories_block div ul li a.ajax_add_to_quote_button {
	margin-left: 3px;
}

.quote_quantity_input
{
    margin: 2px 0 0 5px;
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    height: 22px;
    padding: 0 2px;
}
.pname
{
    font-weight: bold;
}

#hsqqt_top {
  position: absolute;
  right: 24%;
  top: 36px;
  z-index: 5;
}
#hsqqt_top .qqt-top-wrap {
	position: relative;
}

#hsqqt_top span.qq-total {
	position: absolute;
	background: #EC0606;
	color: #FFF;
	font-size: 12px;
	min-width: 1.3em;
	display: inline-block;
	text-align: center;
	line-height: 1em;
	padding: 3px 2px;
	top: -8px;
	right: -10px
}

#header .quote_top_content {
	z-index: 10;
	display:none;
	position: absolute;
	left: -15px;
	top: 42px;
	height: auto;
	width: 200px;
	-moz-border-bottom-right-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 0 #C6C6C6;
	background:#eee
}
#header .empty {
	box-shadow: none;
	background:none;
}
#hsqqt_top .quote_top_content:before {
	position: absolute;
	top: -7px;
	left: 15px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #eee transparent;
}
#hsqqt_top .quote_top_content.empty:before {
	display: none;
}

.quote_top_content  .block_content {
	padding:8px 8px 16px 8px;
}

.quote_top_content .quantity-formated {
	display:inline-block;
	padding-right:2px;
	min-width:18px;
	vertical-align: top;
}
.quote_top_content .cart_block_product_name {
	font-weight:bold
}
.quote_top_content .remove_link, .quote_top_content .deleteCustomizableProduct {
	float:right;
	display:inline-block;
	margin:1px 0 0 5px;
}
.quote_top_content .price {
	float:right
}

.quote_top_content dl {
	padding-bottom:10px
}
.quote_top_content dt {
	padding:4px 0
}
.quote_top_content dt a {
	font-weight:bold;
	display: inline-block;
	max-width: 95px
}
.quote_top_content dd {
	margin-left:20px
}

.quote_top_content .quote-prices-line {
	padding:10px 4px;
	line-height:20px;
	font-weight:bold;
	border-top:1px solid #999
}

.quote_top_content .quote-buttons a.checkout_quote {
	float:right;
	text-align: center;
	padding: 4px 12px;
	background: #51B11D;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.quote_top_content .quote-buttons a.checkout_quote:hover {
	background: #49A21A;
}
div.addresses {
	position:relative;
	padding:15px;
	border:1px solid #ccc;
	font-size:12px;
	background:#f8f8f8
}

ul.address {
	list-style-type:none;
	float:left;
	position:relative;
	width:345px !important
}
#address_delivery {
	margin-right:35px;
}
#address_invoice {
	margin-right:0
}
#delivery_address {
	margin-right:65px;
}

ul.address li {
	padding:0 15px;
	font-weight:bold;
	line-height:18px;
	text-transform:uppercase
}

ul.address li.address_title {
	height: 29px;
	font-weight: bold;
	line-height:29px;
	color:#fff;
	text-shadow:0 1px 0 #666;
	background:url(../img/bg_table_th.png) repeat-x 0 -10px #999
}
ul.address .address_alias {
	font-weight: normal;
	text-transform: none;
}
ul.address >li:first-child + li {
	margin-top:8px
}

ul.address  li.address_update {
	margin-top:20px
}
ul.address  li.address_update,
ul.address li.address_delete {
	font-size:11px;
	text-transform:none
}
.address_add {
	padding:20px 0
}
.address_select {
	border:1px solid #ccc;
	width: 200px;
	margin-left: 10px;
}
label[for=quote_id_address_delivery], label[for=quote_id_address_invoice] {
	float: left;
	width: 225px;
}
.addressesAreEquals label {
	margin-left: 5px;
}
.addressesAreEquals input {
	float: left;
}
p.address_delivery, p.addressesAreEquals {
	padding-bottom: 14px
}


#quote_new_account {
	margin-top: 15px;
}
#quote_new_account #login_form_content label {
	margin-bottom: 8px;
	display: block;
}
#quote_new_account #login_form_content .lost_password {
	display: block;
	float: none;
	margin: 5px 0 10px;
	width: auto;
	font-size: 11px;
	color: #666;
}
#new_account_form p.radio span, #new_account_form p.text label,
#new_account_form p.password label, #new_account_form p.select label,
#new_account_form p.select span, #new_account_form p.textarea label {
    width: 130px;
}
#new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select input {
    width: 300px;
}

#new_account_form p.textarea textarea,
#new_account_form p.select.long select {
	width: 312px;
}
#new_account_form p.select select {
	padding: 5px 0;
}
#new_account_form fieldset {
	padding: 0 0 15px 0;
	border: 1px solid #CCC;
	background: #F8F8F8;
}
#new_account_form fieldset .quote_account_errors {
	margin: 10px 10px 20px;
}
#new_account_form span.form_info,
#new_account_form p.inline-infos {
	float: none;
	margin: 5px 0 0 160px!important;
	color: #666;
}
#new_account_form p.submit {
	text-align: right;
	margin: 10px 58px 0 0 !important;
}
.form-error {
	
			border: 1px solid #f13340;
			color: #f13340;
			background: url(../img/form-error.png) 98% 5px no-repeat #fff1f2;
		}
.form-ok {
			border: 1px solid #46a74e;
			color: #35b33f;
			background: url(../img/form-ok.png) 98% 5px no-repeat #ddf9e1;
		}

#quote_as_guest p {
	margin:0;
	padding:0 0 10px 0
}
#quote_as_guest p.required {color:#222}
#quote_as_guest p.required sup {color:#990000}
#quote_as_guest p.radio span,
#quote_as_guest p.text label,
#quote_as_guest p.password label,
#quote_as_guest p.select label,
#quote_as_guest p.select span,
#quote_as_guest p.textarea label {
	display: inline-block;
	padding: 6px 15px;
	width: 230px;
	font-size: 14px;
	text-align: right}
#quote_as_guest p.radio label {
	float:none;
	padding-right:10px;
	width:auto;
	font-size:14px;
        display: inline-block !important;
}
#quote_as_guest p.checkbox label {
	float: none;
	width: auto;
	font-size: 12px;
}
#quote_as_guest p.text input,
#quote_as_guest p.password input,
#quote_as_guest p.select input {
	height:22px;
	padding:0 5px;
	width:360px;
	border:1px solid #ccc;
	font-size:12px;
	color:#666
}
#quote_as_guest p.checkbox input {margin-left: 260px;}

#quote_as_guest #submit_guest_account {

	float: right;
	margin-right:100px;
}

#quote_as_guest .instant_quote{

	margin-right:169px !important;
}

#guestTracking label {
	float: left;
	clear: both;
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px;

}

#guestTracking .form-control {
	max-width: 271px;
	padding: 3px 5px;
	height: 27px;
	box-shadow: none;
	width: 100%;
	font-size: 13px;
	line-height: 1.42857;
	color: #9c9b9b;
	vertical-align: middle;
	background-color: white;
	border: 1px solid #d6d4d4;

	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	}

#guestTracking .form-group {
	margin-bottom: 5px;
	margin-left: 10px;
}
#guestTracking .form-group i {
	padding-left: 10px;
}

button.button_large{
position: relative;
display: inline-block;
padding: 5px 5px;
margin: 5px;


border-radius: 3px !important;
font-weight: bold;
color: #000;

cursor: pointer;
}
div.radio {
    margin-right: 3px;
}
div.radio, div.radio span, div.radio input {
    height: 13px;
    width: 13px;
}
div.radio {
    display: inline;
    position: relative;
}

.radio-inline, .checkbox {
    padding-left: 10px;
}
.radio-inline, .checkbox-inline {
 
    display: inline-block;
    font-weight: normal;
    margin-bottom: 0;
	font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
}
.quote_mode{
	 font-family: inherit;
    font-size: 100%;
	margin-bottom: 10px; 
}
.delete_quote
{
	background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #666;
    display: inline-block;
    font-size: 8px;
    padding: 1px 2px;
    text-shadow: 0 1px 0 #fff;
    text-transform: uppercase;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-sm-4
{
	width: 33.3333%;
	float: left;
}
.col-sm-3 
{
    width: 25%;
	float: left;
	
}
.col-sm-2 
{
    width: 16.6667%;
	float: left;
	
}
.col-xs-12
{
	min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	
}
.form-group label {
    color: #333333;
}
.form-group label {
    display: table;
    font-weight: bold;
    margin-bottom: 5px;
	font-size: 12px;
}
.guest_quote
{
	border: 1px solid #ccc;
    color: #666;
    height: 22px;
    line-height: 20px;
    padding: 0 5px;
}
.email
{
	width: 100%;
}

.col-xs-12 #submit_guest_account
{
	margin-top: 20px;
	margin-right: 90px !important;
}
.form-group {
    margin-bottom: 15px;
}

.block_quote_content_product
{
	padding-bottom: 70px;
}

.block_quote_content_products
{
	padding-top: 50px;
	padding-bottom: 70px;
}

.block_cus_quote_content_products
{
	padding-top: 50px;
}

@media (max-with: 480px){
    #new_account_form p.text input, #new_account_form p.password input, #new_account_form p.select input {
      margin-left: 10px;
      max-width: 100%;
      width: 260px;
    }
    #new_account_form p.radio span, #new_account_form p.text label, #new_account_form p.password label, #new_account_form p.select label, #new_account_form p.select span, #new_account_form p.textarea label {
      text-align: left;
      width: 100%;
    }
    #new_account_form p.select select {
      margin-left: 10px;
      max-width: 260px;
    }
}
