﻿@charset "UTF-8";
/* CSS Document */


.inputlenth {
    padding-right: 5px !important;
}


.text-danger {
    font-size: 15px !important;
    color: #c60c30;
}


#clear-cuts, #clear-cuts-in-modal {
    display: none;
}

#add-another-cut,
#finished-cutting,
#remainder-notification,
#confirmation-buttons,
#add-another-cut-in-modal,
#finished-cutting-in-modal,
#remainder-notification-in-modal,
#confirmation-buttons-in-modal {
    display: none;
}

#feet-remaining{
    max-height: 50px;
    height: 50px;
    overflow: hidden;
}

#add-cuts,
#add-another-cut,
#clear-cuts,
#finished-cutting{
    margin-bottom: 10px;
}

#add-cuts, #add-cuts-in-modal {
    display: none;
}

#cut-container, #add-clear-cuts, .wire-cuts-add-another-cuts {
    text-align: left;
}

.remove-cut, .remove-cut-in-modal {
    height: 30px;
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    float: left;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

#cut-summary, #cut-summary-in-modal {
    display: none;
}

#total-price {
    margin-top: 20px;
    font-size: 30px;
}

#remainder-notification {
    margin-top: 30px;
       width:100%;
}

span#feet-left,
span#cut-sum,
span#feet-over {
    font-weight: bold;
}

.wirecut-label {
    padding: 6px 12px;
    margin-right: 5px;
    float: left;
    font-weight: bold;
    width: auto;
    max-width: 150px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px !important;
    color: #333;
    background-color: #fff !important;
}

input[type="number"].wirecut-quantity {
    padding: 6px 12px;
    margin-right: 5px;
    float: left;
    font-weight: bold;
    width: auto;
    max-width: 60px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px !important;
    color: #333;
    background-color: #fff !important;
}

input[type="number"].wirecut {
    padding: 6px 12px;
    margin-right: 5px;
    float: left;
    font-weight: bold;
    width: auto;
    max-width: 70px;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 30px !important;
    color: #333;
    background-color: #fff !important;
}

.cut-multiplication-icon {
    float: left;
    margin-top: 8px;
    margin-right: 5px;
}

#feet-over-notification {
    display: none;
}

.wirecut-name-title {
    float: left;
    width: 155px;
    font-weight: bold;
}

.wirecut-foot-title {
    float: left;
    width: 85px;
    font-weight: bold;
}

.wirecut-quantity-title {
    float: left;
    max-width: 60px;
    font-weight: bold;
}

.cut-group {
    border: 0px solid #ccc;
    margin-left: 0px;
    margin-top: 5px;
    display: inline-block;
}

#total-price .product-price {
    /*padding-left: 30px;*/
}

#price_per_unit{
    font-weight: bold;
}

#min-max{
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
}

#min-max.error{
    color: #c60c30;
}

.order-by-cuts-btn {
    color: #fff;
    margin-right: 1%;
    display: inline-block;
    padding: 10px;
    width: 49%;
    text-align: center;
}

.order-by-reel-btn {
    color: #fff;
    display: inline-block;
    padding: 9px;
    width: 49%;
    text-align: center;
}

.order-by-enable {
    background-color: #C60C30;
    cursor: pointer;
}

.order-by-disable {
    background-color: #ccc;
    cursor: initial;
}

.order-by-active {
    background-color: #f01b1b;
    cursor: initial;
}

.wire-cuts-details {
    background-color: #f4f4f4;
    padding: 20px;
    margin-top: 5px;
}

.wire-cuts-by-reel-details {
    background-color: #f4f4f4;
    padding: 20px 0px;
    margin-top: 5px;
}

.order-by-cuts-reel {
    margin-bottom: 5px;
    font-weight: 600;
}

.reel-odd-option {
    padding: 5px 20px;
    background-color: #fcfcfc;
}

.reel-even-option {
    padding: 5px 20px;
}

.reel-options-title {
    padding: 0px 10px 10px 20px;
}

.reel-product-option {
    font-weight: 600;
}

.reel-even-option input[type="radio"], .reel-odd-option input[type="radio"] {
    margin: 0px;
}

.reel-product-option .availability .stock {
    display: inline-block;
}

.cut-to-order {
    font-weight: 600;
}

.cut-90-icon {
    color: #c60c30;
    font-size: 8px;
    display: inline-block;
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=-1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media screen and (max-width: 1200px) {
    #total-price .product-price {
        padding-left: 10px;
    }
}

@media screen and (max-width: 1001px) {
    #clear-cuts, #add-another-cut, #add-cuts {
        max-width: 180px;
    }

    #total-length {
        max-width: 360px;
    }

    #finished-cutting {
        float: left !important;
    }
}

/* Phones */
@media screen and (max-width: 480px) {
    #add-another-cut, #clear-cuts, #cut-container {
        float: right;
    }
    #finished-cutting {
        float: right !important;
    }
}