﻿.quotation-details .quotation-header .info-col > *
{
    display: block;
}
.quotation-details .quotation-section-subheading
{
    font-size: .7em;
    color: rgb(170,170,170);
}
.quotation-details .quotation-part
{
    border: 1px solid Black;
    margin-top: 1em;
    padding: 1em;
}
.quotation-details input[type='checkbox']
{
    visibility:visible;
}
.quotation-details input[type='radio']
{
    visibility:visible;
}
.quotation-details .q-disabled
{
    color: lightgray;
}
.quotation-details .q-right
{
    text-align: right;
}
.quotation-details .q-center
{
    text-align: center;
}
/*.quotation-details .q-basket-image
{
    max-height: 3em;
    max-width: 10em;
}*/
.quotation-details .quotation-basket-settings
{
    padding: .4em;
    float:right;
}
.quotation-details .quotation-basket-settings .q-option
{
    display: inline-block;    
}
.quotation-details .quotation-basket-table > table > tbody > tr.even
{
    background-color: inherit;
}
.quotation-details .quotation-basket-table > table > tbody > tr.odd
{
    background-color: #f8f8f8;
}
.quotation-details .quotation-basket-table input[name='FillValue']
{
    color: black;
}
.quotation-details .quotation-basket-table .btn-fill
{
    background-color: white;
}
.quotation-details .quotation-basket-table .q-basket-sortrow-handle
{
    cursor: pointer;
}
.quotation-details .quotation-quickadd
{
    padding: .3em;
}
.quotation-details .q-part-toggle input[type='radio']
{
    width: inherit;
}
.quotation-details .q-part-toggle label
{
    display: inline-block;
}
.quotation-details .q-brand-logo {
    display:inline-block;
}
.quotation-details .q-brand-logo input[type='checkbox'] {
    display: inline-block;
    width: inherit;
}
.quotation-details .q-brand-logo img 
{
    max-width: 10em;
    max-height: 10em;
}
.quotation-details .q-template-setting
{
    background-color: #FFFD9E;
}
.quotation-details .quotation-headerbg
{
    background-color: black;
}
.quotation-details .is-inactive
{
    /*background-color: gray;*/
}
.cart.mode-quotation
{
    background-color: #4990E2;
}
.cart.mode-quotation:hover
{
    background-color: #4990E2;
}
.cart .quotation-content
{
    background-color: white;
    top: 63px;
    position: absolute;
    width: 100%;
    z-index: 9998;
    display: none;
    color: black;
}
.cart .quotation-content-mini
{
    background-color: white;
    position: absolute;
    width: 100%;
    z-index: 9998;
    color: black;
}
.cart .quotation-content.is-visible
{
    display: block !important;
}
.cart .quotation-content
{
    line-height: normal;
}
.cart .quotation-footer
{
    background-color: #F8F8F8;
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    min-height: 3em;
    padding: .4em;
}
.cart .quotation-footer > div
{
    float:right;
    background-color: transparent;
}

/*General*/
.quotation-details .btn
{
    border-radius: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    border-color: black;
}

.quotation-details .quotation-section-subheading
{
    font-size: 1em;
}

.quotation-details .quotation-headerbg
{
    height: 50px;
    padding-right: 0;
}

.quotation-details .quotation-headerbg h2
{
    padding-top: 7px !important;
}

.quotation-details .quotation-headerbg .btn
{
    height: 100%;
    background: black;
    border: none;
}


.quotation-details .quotation-part
{
    border-top: none;
    padding-top: 0;
}

.quotation-details .q-template-setting
{
    background: #d1eef1;
}

.quotation-details textarea
{
    width: 100%;
}

/*Product presentation*/
.quotation-details .q-template-setting
{
    width: 100%;
}
