﻿
#ActiveProductionOrders .il-list .table td[data-orig] {
    padding: 0;
}

#ActiveProductionOrders .priority {
    border: 1px solid #fff;
    background-color: transparent;
}


#pr_edit .searchBox .search {
    height: 28px;
}

#pr_edit .alert {
    margin: 0;
}

.alert.Frozen_Open {
    color: #3b858a;
    background-color: #e3fcfc;
    border-color: #ccf7fa;
}

.alert.Frozen_Processing {
    color: #3b858a;
    background-color: #ccf7fa;
    border-color: #a6e0e4;
}

.alert.Open {
    color: #3b8a49;
    background-color: #e3fce7;
    border-color: #ccface;
}

.alert.Processing {
    color: #5c3b8a;
    background-color: #e4e3fc;
    border-color: #cdccfa;
}

.alert.Cancelled {
    color: #8a3b3b;
    background-color: #fce3e3;
    border-color: #fad0cc;
}

.alert.Complete {
    color: #433b8a;
    background-color: #e3e4fc;
    border-color: #ccd0fa;
}

#pr_edit .it-col-requiredqty,
#pr_edit .it-col-inproduction,
#pr_edit .it-col-wipqty,
#pr_edit .it-col-position,
#pr_edit .it-col-pickqty {
    text-align: right;
}

#pr_edit .it-col-fixed {
    text-align: center;
}


#pr_edit .input-group-addon {
    padding: 2px 12px;
}

#piclines {
    height: 80%;
}

#pr_edit #standardEditor .tab-content {
    border: 1px solid #ddd;
}

    #pr_edit #standardEditor .tab-content > div {
        height: 185px;
    }


#pr_edit #standardEditor #tab_pick .tab-content {
    border: none;
}

#pr_edit #standardEditor #tab_pick .tabNav > ul {
    margin: 0;
}

#pr_edit #standardEditor #tab_pick .tab-content > div {
    height: 145px;
}

#awaylines {
    height: 80%;
}


#pr_edit #con {
    width: 1024px;
    height: 100%;
    padding: 10px;
}


#pr_edit .pr-group {
    width: 300px;
    float: left;
}


#pr_edit #lines {
    width: 100%;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
}

#pr_edit #production_builder .modal-dialog {
    width: 1020px;
}

#pr_edit #production_builder #up_table {
    height: 300px;
}


#pr_edit #pick_con {
    border-bottom: 1px solid #d4d4d4;
    padding: 5px;
}

#pr_edit #picklist_updater .modal-dialog {
    width: 1020px;
}

#pr_edit #picklist_updater #up_table {
    height: 300px;
}

    #pr_edit #picklist_updater #up_table .wip {
        width: 100%;
        border: none;
        background-color: #fffdf2;
        text-align: right;
        padding-right: 5px;
    }

#pr_edit #picklist_updater .modal-body {
    padding: 0;
}


#pr_edit #returns_updater .modal-dialog {
    width: 1020px;
}

#pr_edit #returns_updater #returns_table {
    height: 300px;
}

    #pr_edit #returns_updater #returns_table .lookup input {
        border: none;
    }

    #pr_edit #returns_updater #returns_table .lookup .form-control[readonly] {
        background-color: #fffdf2;
    }

    #pr_edit #returns_updater #returns_table .wip {
        width: 100%;
        border: none;
        background-color: #fffdf2;
        text-align: right;
        padding-right: 5px;
    }

#pr_edit #returns_updater .modal-body {
    padding: 0;
}


#pr_edit #detail {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top-color: #e3e3e3;
    border-top-color: #e3e3e3;
    border-top-color: transparent;
}

    #pr_edit #detail .tab-content {
        border: none;
        padding: 0;
    }

        #pr_edit #detail .tab-content > div {
            height: 136px;
        }

#pr_edit #line-info .imp {
    margin-left: 5px;
    float: left;
    height: 45px;
}

#pr_edit #line-info > div {
    border-top: 1px solid #cdcdcd;
}

#pr_edit #line-info > div:first-child{
    border-top:none;
}

#pr_edit .imp label {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}

#pr_edit .form-control {
    font-size: 12px;
    height: 20px;
    padding: 1px 3px;
}

#pr_edit .condensed-lookup {
    position: relative;
}

    #pr_edit .condensed-lookup > div {
        padding-right: 24px;
    }

    #pr_edit .condensed-lookup.lookup .lookup-button {
        height: 20px;
        width: 25px;
        font-size: 28px;
        padding: 0px 3px;
        line-height: 16px;
        right: 0px;
    }

#pr_edit .con.input-group .input-group-addon {
    padding: 0 3px;
    font-size: 10px;
}

#pr_edit #detail ul {
    margin-bottom: 0;
}

#pr_edit #detail #product {
    width: 200px;
}

#pr_edit #detail #description {
    width: 200px;
}

#pr_edit #detail #manufacturer {
    width: 130px;
}

#pr_edit #detail #qty {
    width: 100px;
}

#pr_edit #detail #lead {
    width: 75px;
}

#pr_edit #detail #u {
    width: 80px;
}

#pr_edit #detail #bd {
    width: 80px;
}

#pr_edit #detail #notes {
    height: 230px;
    width: 99%;
}

    #pr_edit #detail #notes textarea {
        height: 200px;
        resize: none;
    }

#pr_edit #detail #controls {
    /*width: 121px;*/
    width: 160px;
    float: right;
    height: 45px;
    padding: 5px;
    text-align: center;
    /*margin-left: 20px;*/
}

    #pr_edit #detail #controls i {
        background-color: #fcfcfc;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        border: 1px solid #ddd;
    }

        #pr_edit #detail #controls i:hover {
            background-color: #efefef;
        }

    #pr_edit #detail #controls > div > div {
        float: left;
    }

        #pr_edit #detail #controls > div > div[data-disabled="true"] i {
            background-color: #f2f2f2;
            color: #848484 !important;
            cursor: not-allowed;
        }


#pr_edit #detail #allocations {
    /*width: 45px;*/
    float: left;
    /*height: 45px;*/
    padding-left: 5px;
    text-align: center;
}

    #pr_edit #detail #allocations i {
        background-color: #fcfcfc;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        border: 1px solid #ddd;
    }

        #pr_edit #detail #allocations i:hover {
            background-color: #efefef;
        }

    #pr_edit #detail #allocations > div > div {
        float: left;
    }

        #pr_edit #detail #allocations > div > div[data-disabled="true"] i {
            background-color: #f2f2f2;
            color: #848484 !important;
            cursor: not-allowed;
        }

#pr_edit #detail #stocksummary {
    /*width: 45px;*/
    float: left;
    /*height: 45px;*/
    padding-left: 5px;
    text-align: center;
}

    #pr_edit #detail #stocksummary i {
        background-color: #fcfcfc;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        border: 1px solid #ddd;
    }

        #pr_edit #detail #stocksummary i:hover {
            background-color: #efefef;
        }

    #pr_edit #detail #stocksummary > div > div {
        float: left;
    }

        #pr_edit #detail #stocksummary > div > div[data-disabled="true"] i {
            background-color: #f2f2f2;
            color: #848484 !important;
            cursor: not-allowed;
        }

#pr_edit #detail #equ > div,
#pr_edit #detail #docs > div,
#pr_edit #detail #allocs > div {
    height: 100%;
}

#pr_edit #detail #equ > span,
#pr_edit #detail #docs > span,
#pr_edit #detail #allocs > span {
    display: table;
    width: 100%;
    height: 100%;
}

    #pr_edit #detail #equ > span > span,
    #pr_edit #detail #docs > span > span,
    #pr_edit #detail #allocs > span > span {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #717171;
    }


#pr_edit #detail #allocs .at {
    float: left;
    width: 33%;
    height: 100%;
    position: relative;
}

    #pr_edit #detail #allocs .at h2 {
        font-weight: normal;
        font-size: 14px;
        margin-left: 3px;
        margin-top: 8px;
        color: #3d3d3d;
    }

    #pr_edit #detail #allocs .at .alt {
        position: absolute;
        top: 30px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid #d3d3d3;
    }


#pr_edit #production_builder .modal-body {
    padding: 0;
}

#pr_edit #production_builder #build_head {
    border-bottom: 1px solid #d3d3d3;
    position: relative;
}

    #pr_edit #production_builder #build_head label {
        font-size: 12px;
        font-weight: normal;
    }

    #pr_edit #production_builder #build_head .con {
        width: 100px;
        float: left;
        margin-right: 5px;
    }

    #pr_edit #production_builder #build_head #build_costs {
        width: 250px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 5px;
        border-left: 1px solid #d3d3d3;
    }

    #pr_edit #production_builder #build_head .title {
        border-right: 1px solid #d3d3d3;
        height: 55px;
        background-color: #f8f8f8;
    }

        #pr_edit #production_builder #build_head .title h2 {
            margin-top: 18px;
            margin-left: 7px;
        }

    #pr_edit #production_builder #build_head h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #pr_edit #production_builder #build_head #build_costs .con {
        width: 100%;
        margin-bottom: 3px;
    }

    #pr_edit #production_builder #build_head #build_costs label {
        margin-top: 4px;
        margin-right: 10px;
        margin-bottom: 0;
    }

    #pr_edit #production_builder #build_head #build_costs label,
    #pr_edit #production_builder #build_head #build_costs input {
        width: 45%;
        float: left;
        text-align: right;
    }

    #pr_edit #production_builder #build_head #build_loc {
        border-top: 1px solid #d3d3d3;
        /*margin-right: 249px;*/
    }


    #pr_edit #production_builder #build_head #build_ops {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 230px;
        background-color: #fff;
        border-left: 1px solid #d3d3d3;
    }

        #pr_edit #production_builder #build_head #build_ops .op {
            border: 1px solid #d3d3d3;
            width: 84px;
            float: left;
            height: 74px;
            padding-top: 22px;
            text-align: center;
            margin: 20px;
        }

            #pr_edit #production_builder #build_head #build_ops .op:first-child {
                margin-right: 0;
            }

            #pr_edit #production_builder #build_head #build_ops .op i {
                font-size: 20px;
            }

            #pr_edit #production_builder #build_head #build_ops .op i,
            #pr_edit #production_builder #build_head #build_ops .op label {
                text-align: center;
                display: block;
                color: #d3d3d3;
            }

        #pr_edit #production_builder #build_head #build_ops > .active {
            border: 1px solid #74abd4;
            background-color: #e6f3ff;
        }

         #pr_edit #production_builder #build_head #build_ops .op:hover {
            border: 1px solid #75d474;
            background-color: #ebffe6;
            cursor:pointer;
        }

         #pr_edit #production_builder #build_head #build_ops > div:hover label{
              cursor:pointer;
         }

            #pr_edit #production_builder #build_head #build_ops > .active i,
            #pr_edit #production_builder #build_head #build_ops > .active label {
                color: #696969;
            }





#pr_edit #production_builder #build_table {
    height: 300px;
}

    #pr_edit #production_builder #build_table .qty {
        width: 100%;
        border: none;
        background-color: #fffdf2;
        text-align: right;
        padding-right: 5px;
    }

.warn {
    background-color: #ffbfb3 !important;
}


.num {
    text-align: right;
}

.has-wip {
    background-color: #84ffff;
}

.has-fifo {
    background-color: #dbfef2;
}

.has-po {
    background-color: #ffe1bc;
}

.has-latepo {
    background-color: #ffbede;
}

#pr_edit .error, #pr_new .error {
    background-color: #ffbebe;
}


#pr_new #drops {
    max-width: 500px;
    height: 200px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

#pr_new td input[type=text] {
    margin: 0;
    border: none;
    width: 100%;
    background: none;
    padding-left: 5px;
}
