﻿#stock h1 {
    color: #808080;
    font-size: 16px;
    border-top: 1px solid #6AA6B5;
    padding: 5px;
    margin: 0;
    font-weight: bold;
}

#stock #stoDet {
    margin-bottom: 10px;
}

    #stock #stoDet > div {
        clear: both;
        margin-top: 5px;
    }

    #stock #stoDet .de {
        float: left;
        margin-left: 10px;
        margin-bottom: 5px;
    }

        #stock #stoDet .de label {
            color: #575757;
            font-weight: normal;
            text-align: right;
            float: left;
            clear: both;
            margin: 0;
            font-size: 12px;
        }

        #stock #stoDet .de input {
            clear: left;
            float: left;
        }

        #stock #stoDet .de .val {
            font-size: 14px;
            width: 100px;
            text-align: right;
            border: 1px solid #bfbfbf;
            padding: 0;
            padding-right: 5px;
        }

        #stock #stoDet .de .val-btn {
            font-size: 14px;
            height: 22px;
            padding: 1px 10px;
        }

    #stock #stoDet .co {
        clear: left;
        float: left;
    }

        #stock #stoDet .co input {
            float: left;
            width: 90%;
        }

        #stock #stoDet .co a {
            width: 10%;
            float: left;
            text-align: center;
        }

#Stock_Table {
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid #d3d3d3;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0;
    /*top: 80px;*/
}

#stock #stoProd > div {
    height: 149px;
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 5px;
}

#stock #stoProd td {
    text-align: right;
}

#stock .it-cont .it-body .it-table-con {
    overflow: hidden;
}

#stock #stoBill {
    height: 100px;
}

#stock #stoBill table {
    table-layout: fixed;
    margin-top: 5px;
}

    #stock #stoBill table th {
        width: 100px;
        font-size: 12px;
        border-bottom: 1px solid #bfbfbf;
        text-align: center;
        color: #626262;
    }

        #stock #stoBill table th:first-child {
            border: none;
        }



    #stock #stoBill table td {
        padding-right: 5px;
        text-align: center;
    }

        #stock #stoBill table td:first-child {
            font-weight: bold;
            font-size: 12px;
            border-right: 1px solid #bfbfbf;
            text-align: right;
            color: #626262;
        }



#import_modal .modal-dialog {
    height: 765px;
}

.excel-imp .import-left-section {
    float: left;
    overflow: hidden;
}

    .excel-imp .import-left-section .remove-file {
        background-color: #fff;
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .excel-imp .import-left-section .fileupload-container {
        width: 270px;
    }

    .excel-imp .import-left-section .fileupload {
        position: relative;
        margin: 10px;
    }

.excel-imp .mappings-container {
    width: 270px;
}

    .excel-imp .mappings-container .required-asterisk {
        color: #d11414;
    }

    .excel-imp .mappings-container label {
        font-weight: bold;
    }

    .excel-imp .mappings-container .import-database-fields {
        padding-top: 3px;
    }

.excel-imp .import-chevron-bar {
    background-color: #6aa6b5;
    float: left;
    height: 536px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    width: 1px;
}

    .excel-imp .import-chevron-bar .import-chevron {
        background-color: #ffffff;
        color: #6aa6b5;
        font-size: 30px;
        left: -9px;
        line-height: 14px;
        margin-top: 200px;
        position: relative;
    }

        .excel-imp .import-chevron-bar .import-chevron:hover {
            color: #2482d9;
            cursor: pointer;
        }


.excel-imp .data .actions {
    padding: 0 7px;
}

    .excel-imp .data .actions > input {
        height: 14px;
        position: relative;
        top: 3px;
    }

.excel-imp .data table {
    max-height: 500px;
    padding-bottom: 1px;
    margin-bottom: 0px;
}

    .excel-imp .data table tr td input {
        height: 20px;
    }

.excel-imp .errors .table-container-fullwidth {
    max-height: 83px;
}

.excel-imp td .product-lookup {
    width: 170px;
}

.excel-imp td .unit-lookup {
    width: 100px;
}

.excel-imp .import-excel-saving {
    display: inline-block;
    vertical-align: top;
    padding-top: 4px;
    padding-right: 8px;
}

.excel-imp .data input.mapping-error {
    background-color: #fff0bc;
}


#bom-profile .bom-header {
    width: 1000px;
}

    #bom-profile .bom-header > div {
        width: 500px;
        float: left;
    }

#bom_lines {
    width: 1000px;
    height: 350px;
    overflow-y: auto;
    margin-top: 10px;
    border: 1px solid lightgray;
    box-sizing: border-box;
}

#bom-profile #bomDocs {
    width: 1000px;
}

#bom-profile input[type=checkbox] {
    display: block;
    margin: auto;
}

#bom-profile .it-col-qty,
#bom-profile .it-col-per,
#bom-profile .it-col-bufferlevel,
#bom-profile .it-col-leadinqty,
#bom-profile .it-col-fixed {
    text-align: right;
}


#bom-profile #detail {
    width: 100%;
    border: 1px solid #e3e3e3;
    border-top-color: #e3e3e3;
    border-top-color: transparent;
}

    #bom-profile #detail .tab-content {
        border: none;
        padding: 0;
    }

    #bom-profile #detail .nav-tabs > li.active:first-child > a {
        border: none;
        border-right: 1px solid #ddd;
    }

    #bom-profile #detail .nav-tabs > li.active > a {
        border: none;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
    }

    #bom-profile #detail hr {
        margin-top: 2px;
        margin-bottom: 2px;
    }

#bom-profile .imp {
    margin-left: 5px;
    float: left;
    height: 45px;
}

    #bom-profile .imp label {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 0;
    }

#bom-profile #detail #or {
    width: 80px;
}

#bom-profile #detail #p {
    width: 200px;
}

    #bom-profile #detail #p .lookup .li-remove {
        position: initial;
    }

#bom-profile #detail #d {
    width: 140px;
    float: left;
}

#bom-profile #detail #mf {
    width: 90px;
}

#bom-profile #detail #q {
    width: 90px;
}

#bom-profile #detail #u {
    width: 80px;
}

#bom-profile #detail #bl {
    width: 100px;
}

#bom-profile #detail #lq {
    width: 100px;
}

#bom-profile #detail #fq {
    width: 100px;
}

#bom-profile #detail #al {
    width: 60px;
}

    #bom-profile #detail #al label {
        text-align: center;
        width: 100%;
    }

#bom-profile #detail #rc {
    width: 100px;
}

    #bom-profile #detail #rc label {
        width: 100%;
        text-align: center;
    }

#bom-profile #detail #sa {
    width: 100px;
}

    #bom-profile #detail #sa label {
        text-align: center;
        width: 100%;
    }

#bom-profile #detail #lt {
    width: 100px;
}

#bom-profile #detail #gr {
    width: 100px;
}

#bom-profile #detail #pa input {
    padding: 0;
    margin: 1px 0;
}


#bom-profile #detail #cr {
    width: 105px;
}

#bom-profile #detail #bd {
    width: 70px;
}


#bom-profile #locations,
#bom-profile #notes {
    padding: 3px;
    height: 200px;
}


    #bom-profile #locations textarea,
    #bom-profile #notes textarea {
        width: 100%;
        height: 100%;
        resize: none;
    }

#bom-profile #detail #controls {
    width: 151px;
    float: right;
    height: 45px;
    padding: 5px;
    text-align: center;
}

    /*#salesOrder #detail #controls > div{
    width:140px;
    margin:0 auto;
}*/

    #bom-profile #detail #controls > div > div {
        float: left;
    }

        #bom-profile #detail #controls > div > div[data-disabled="true"] i {
            background-color: #f2f2f2;
            color: #848484 !important;
            cursor: not-allowed;
        }

    #bom-profile #detail #controls i {
        background-color: #fcfcfc;
        width: 35px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        font-size: 20px;
        border: 1px solid #ddd;
        border-right-color: transparent;
    }

        #bom-profile #detail #controls i:hover {
            background-color: #efefef;
        }

    #bom-profile #detail #controls > div:last-child i {
        border-right-color: #ddd;
    }


#bom-profile #line-info > div {
    border-bottom: 1px solid #c3c3c3;
}


    #bom-profile #line-info > div:last-child {
        border: none;
    }

#bom_costs .modal-dialog {
    width: 800px;
}

#bom_costs .modal-body {
    padding: 0;
    position: relative;
}

    #bom_costs .modal-body #tCon {
        height: 300px;
    }


    #bom_costs .modal-body .loader {
        position: absolute;
        top: 22px;
        bottom: 38px;
        left: 0;
        right: 0;
        z-index: 1;
        margin: auto;
    }


    #bom_costs .modal-body .costs input,
    #bom_costs .modal-body .costs label {
        width: 100px;
        float: right;
        text-align: right;
        margin: 0;
        margin-left: 5px;
        line-height: 25px;
    }

    #bom_costs .modal-body .costs {
        padding: 7px 17px;
        border-top: 1px solid #cdcdcd;
    }
