/**
 *
 * CART2QUOTE CONFIDENTIAL
 * __________________
 *
 *  [2009] - [2016] Cart2Quote B.V.
 *  All Rights Reserved.
 *
 * NOTICE OF LICENSE
 *
 * All information contained herein is, and remains
 * the property of Cart2Quote B.V. and its suppliers,
 * if any.  The intellectual and technical concepts contained
 * herein are proprietary to Cart2Quote B.V.
 * and its suppliers and may be covered by European and Foreign Patents,
 * patents in process, and are protected by trade secret or copyright law.
 * Dissemination of this information or reproduction of this material
 * is strictly forbidden unless prior written permission is obtained
 * from Cart2Quote B.V.
 *
 * @category    Ophirah
 * @package     Qquoteadv
 * @copyright   Copyright (c) 2016 Cart2Quote B.V. (https://www.cart2quote.com)
 * @license     https://www.cart2quote.com/ordering-licenses(https://www.cart2quote.com)
 */

/*  Title:    CART 2 QUOTE Stylesheet
    Author:   David Hund - Valued Standards
--------------------------------------------------------------------------- */
.c2q {
    border-bottom: 1px solid #CCCCCC;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.c2q .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.c2q li.section {
    display: inline;
}

.c2q .tab-title, .c2q .allow .tab-title {
    border: 1px solid #F9F3E3;
    height: 69px;
}

.c2q .tab-title .numeration, .c2q .allow .tab-title .numeration, .c2q .active .tab-title .numeration {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.c2q .tab-title {
    position: relative;
    float: left;
    text-align: center;
    padding: 15px 11px 0;
    background: none;
}

.c2q .tab-title a {
    display: none;
}

.c2q .tab-title .numeration {
    background: #ccc;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
}

.c2q .tab-title h2 {
    font-size: 12px;
    color: #bbb;
    clear: both;
}

.c2q .allow .tab-title {
    cursor: pointer;
    background: none;
}

.c2q .allow .tab-title .numeration {
    background: #000;
    color: #fff;
}

.c2q .allow .tab-title h2 {
    color: #000;
}

.c2q .active .tab-title {
    color: #ef0606;
    cursor: default;
    border: 1px solid #CCCCCC;
    border-bottom: 1px solid #FBFAF6;
    z-index: 2;
    background-color: #FBFAF6;
}

.c2q .active .tab-title .numeration {
    background: #F18200;
    border-color: #fff;
    color: #fff;
}

.c2q .active .tab-title h2 {
    color: #F18200;
}

.c2q .tab-title h2, .c2q .allow .tab-title h2, .c2q .active .tab-title h2 {
    width: 100%;
    text-align: center;
}

.c2q .tab-title {
    width: 25%;
}

.c2q li a {
    text-decoration: none;
}

.log-out-button{
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 200;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    border: 1px solid #539d08;
    color: #539d08;
    padding: 18px;
    display: inline-block;
    border-radius: 2px;
    margin-top: 10px;
    line-height: 28px;
    cursor: pointer;
    background: white;
    outline: none;
}

.log-out-button.icon-logout::before{
    padding-right: 18px;
}

.log-out-button:hover{
    background-color: #539d08;
    color:#FFF;
}

.qquote-cart-collaterals .box,.qquote-client-collaterals .box {
    width: 100%;
    display: block;
    background: #f7f7f7;
    padding: 45px;
    position: relative;
    margin-bottom: 10px;
}

.w224 {
    width: 224px;
}

.p5 {
    padding-left: 5px;
}

.m5 {
    margin-top: 5px;
}

a.pad {
    color: black;
    padding-left: 10px;
}

div#parent {
    position: relative;
    height: inherit;
}

@media (max-width: 590px) {
    div#parent {
        height: auto;
    }
}

div#comment {
    position: absolute;
    padding: 1px;
    margin: 3px;
    cursor: pointer;
    overflow-y: auto;
    background: none repeat scroll 0 0 #FFFFFF;
    width: 98%;
    max-height: 170px;
}

ol.c2q {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #CCC;
    padding: 12px 12px 6px 12px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.c2q li.section .tab-title {
    float: none;
    display: inline-block;
    *float: left;
    width: auto;
    height: auto;
    background: #618499;
    background: -moz-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9e5ee), color-stop(100%, #618499));
    background: -webkit-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -o-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: -ms-linear-gradient(top, #d9e5ee 0%, #618499 100%);
    background: linear-gradient(top, #d9e5ee 0%, #618499 100%);
    border: 1px solid #999;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    padding: 5px 10px;
    *padding-bottom: 10px;
    margin: 0 10px 0 0;
    font-size: 14px;
    text-shadow: 0 1px 0 #FFF;
}

.c2q li.section:hover .tab-title,
.c2q li.section.active .tab-title {
    z-index: 100;

    background: #d9e5ee;
    background: -moz-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C5D6E2), color-stop(100%, #d9e5ee));
    background: -webkit-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -o-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: -ms-linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    background: linear-gradient(top, #C5D6E2 0%, #d9e5ee 100%);
    color: #ff5600;
    border-color: #999 #FFF #FFF #999;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.2);

}

.c2q .tab-title .numeration, .c2q .allow .tab-title .numeration, .c2q .active .tab-title .numeration {
    float: left;
    height: auto;
    width: auto;
    background: transparent;
    color: #111;
    line-height: 22px;
    margin: 0;
    padding: 0 1em;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #618499;
    -webkit-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
    -moz-box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 1px 0 0 0 rgba(255, 255, 255, 0.4);
}

.c2q .tab-title h2, .c2q .allow .tab-title h2, .c2q .active .tab-title h2 {
    clear: right;
    float: left;
    width: auto;
    margin: 5px .8em;
    color: #111;
}

.c2q .tab-title h2 {
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.c2q .active .tab-title .numeration,
.c2q .active .tab-title h2 {
    color: #ff5600;
    text-shadow: 0 1px 0 #FFF;
}

.c2q li:hover .tab-title .numeration,
.c2q li:hover .tab-title h2 {
    color: #000;
}

#shopping-cart-table #c2qBtn {
    margin-right: 10px;
}

#addressCheckbox {
    margin: 15px 0 10px 0;
}

#shipDiv,
#billDiv,
#optionsDiv {
    margin: 15px 0 10px 0;
}

.qquote-client-collaterals .left input {
    display: block;
}

#quotelist #submit-quote-request {
    display: inline-block;
    float: right;
}