@CHARSET "UTF-8";

form#quotation_sendto input#sent_to_submit {
    display: none;
}

table.quotation-list.table td, table.quotation-results.table td {
    line-height: 38px;
}
table.quotation-list.table td span, table.quotation-results.table td span {
    line-height: initial;
}
table.quotation-list th span.glyphicon, table.quotation-results th span.glyphicon {
    margin: 0 0 0 7px;
    cursor: pointer;
}
.quotation-rental-question-mark {
    margin: 0 0 0 7px;
}
table.quotation-list .article-title, table.quotation-results .article-title {
    line-height: 1;
}
table.quotation-list .article-title span, table.quotation-results .article-title span{
    color: #333;
    display: block;
    padding-top: 6px;
}
.shortcuts_quotation div {
    margin: 8px 0;
    text-align: center;
}
.shortcuts_quotation button, .shortcuts_quotation a {
    width: 100%;
}

table.quotation-results .article-title-outer {
    width: 234px;
}
table.quotation-results .article-title {
    width: 170px;
}
.product-price {
    font-size: 1.2em;
}
.total-price {
    font-size: 1.3em;
}

.page-contracting-confirmation .product-price {
    font-size: 14px;
}

.total-price-space {
  width: 10px;
  display: inline-block;
}

.spinner-width {
    width: 114px;
    margin: 0 auto;
}
.spinner-width input {
    text-align: center;
    width: 60px;
    height: 40px;
}

.quotation-list-block .spinnner-width input {
    text-align-center: center;
    height: 34px;
    width: 80px;
}

@media (min-width: 768px) {
    table.quotation-results .article-title-outer {
        width: 234px;
    }
    table.quotation-results .article-title {
        width: 170px;
    }
    .product-price {
        font-size: 1.5em;
    }
    .total-price {
        font-size: 1.6em;
    }
    .total-price-space {
      width: 20px;
    }
}
@media (min-width: 992px) {
    table.quotation-results .article-title-outer {
        width: 204px;
    }
    table.quotation-results .article-title {
        width: 141px;
    }
    table.quotation-results .article-sm-col {
        width: 75px;
    }
    table.quotation-results .article-lg-col {
        width: 153px;
    }
    .product-price {
        font-size: 1.65em;
    }
    .total-price {
        font-size: 1.7em;
    }
    .total-price-space {
      width: 12px;
    }
}
@media (min-width: 1200px) {
    table.quotation-results .article-title-outer {
        width: 234px;
    }
    table.quotation-results .article-title {
        width: 170px;
    }
    table.quotation-results .article-sm-col {
        width: 99px;
    }
    table.quotation-results .article-lg-col {
        width: 193px;
    }
    .product-price {
      font-size: 1.9em;
    }
    .total-price {
        font-size: 2em;
    }
    .total-price-space {
      width: 36px;
    }
}
/*RDAL-164 Bad perfiormance in quotations hidden buttons - and + */
.quotation-list-block .btn.btn-default.bootstrap-touchspin-down {
    display: none;
}
.quotation-list-block .btn.btn-default.bootstrap-touchspin-up {
    display: none;
}
.hide{
    display: none;
}
.form-item-rental-mode-select-add{
    display: inline;
}

.pull-right {
    float: right;
}

.blue-widget {
    height: 57px;
    margin-top: 0;
    background-color: #9999FF;
    width: 206px;
    padding-left: 13px;
    border-radius: 15px;
    margin-bottom: 10px;
}

.quotation-detail-divider {
    margin: 11px;
    padding: 0;
    border: none;
    margin-left: 2px;
    height: 1px;
    background: #7a7acc;
}

.quotation-h1-title {
    margin-top: 39px;
}

.title-quotation-detail {
    font-size: 20px;
    font-weight: bold;
}

.title-quotation-value {
    font-size: 17px;
}
#matrix-field-field_articles_matrix_custom label, #matrix-field-field_rental_proposition_one label, #matrix-field-field_rental_proposition_monthly label, #matrix-field-field_rental_proposition_daily label{
    font-size: 18px;
}

.vl {
    border-left: 1px solid grey;
    height: 90%;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.5;
}

.margin-right-10px{
    margin-right: 10px;
}

.first {
    color: #6A6A6A;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
}

.quotation-count {
    padding-top: 10px;
    color: #848484;
    font-size: 12px;
    font-weight: 500
}

.reject-quote-content .close{
    position: absolute;
    right: 15px;
    top: 10px;
    outline: none;
}

.reject-quote-content .close span {
    font-size: 23px;
    color: #6A6A6A;
    outline: none;
}

#reject-quote-title {
    font-size: 18px;
    color: #999;
}

.reject-quote-content .required {
    color: red;
}

.reject-quote-content p {
    color: #999;
}

.reject-quote-content #field_reason_for_rejection {
    resize: vertical;
}

#cancel-reject-quote, #submit-reject-quote {
    font-size: 17px;
}

.reject-quote-content .modal-footer {
    padding: 20px;
    text-align: center;
}

@media (min-width: 768px) {
    #dialog-quot-reject .modal-dialog {
        width: 720px !important;
    }

    .reject-quote-content #field_reason_for_rejection {
        height: 155px;
    }
}
