﻿/******************************
    Stylesheet provided for 
        Bosch customizations

    Bosch Navy Blue = #215f8b
*******************************/
@font-face {
    font-family: 'Open Sans Regular';
    src: url('../font/OpenSans-Regular-webfont.eot');
    src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular-webfont.woff') format('woff'), url('../font/OpenSans-Regular-webfont.ttf') format('truetype'), url('../font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans Regular' !important;
}

    body.bosch-opbody {
        font-size: 14px;
        color: #333;
    }

.bosch-brand {
    width: 300px;
    height: 25px;
}

    .bosch-brand img {
        float: left;
    }

    .bosch-brand div {
        float: left;
        padding-top: 2px;
        font-weight: bold;
        font-size: 20px;
    }

    .bosch-brand .bosch-beta-label {
        float: left;
        font-weight: bold;
        color: #F00;
        padding-left: 5px;
    }

.popup-container {
    padding-right: 20px;
    padding-left: 20px;
}

.form-horizontal .control-group {
    margin-bottom: 10px !important;
}

.form-horizontal .controls label {
    padding-top: 5px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: rgb(133, 133, 133);
}

legend + .control-group {
    margin-top: 10px !important;
}

.navbar .navbar-inner {
    background: #FFF;
    border-bottom: solid 1px #CCC;
}

.nav-list > li.active > a, .nav-list > li.active > a:hover, .nav-list > li.active > a:focus, .nav-list > li.active > a:active {
    color: #215f8b;
}

.nav-list > li > .submenu li > .submenu li.active > a > [class*="icon-"]:first-child {
    margin-left: -20px;
}

.nav-list > li.active:after {
    border-right: 2px solid #215f8b;
}

.nav-list li.active > a:after {
    border-right-color: #215F8b;
}

.page-content .page-header:first-child h1 {
    color: #215f8b;
}

.breadcrumb > li > a {
    color: #215f8b;
}

.ace-nav > li {
    background: #444;
}

.nav-list > li > a:hover {
    color: #215f8b;
}

.nav-list > li .submenu > li > a:hover {
    color: #215f8b;
}

.bosch-well {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    padding: 2px 19px 0px 19px;
    background-color: #DCDCDC;
    border: 1px solid #CBCBCB;
    color: #000000;
}


.nav-list > li > a.oplink {
    color: #0088CC !important;
}

.oplabel {
    cursor: default;
}

a.disabled {
    text-decoration: none;
    color: grey;
    cursor: default;
}

/* Record Counts Above Lists/Grids */
.bosch-count {
    margin-left: 8px;
    margin-right: 8px;
}

/* Radio Button Lists */
.bosch-radio,
.bosch-radio-horizontal,
.bosch-checkboxlist,
.bosch-checkboxlist-horizontal {
    margin-left: 0px;
}

.bosch-radio-horizontal {
    margin: 0 0;
}

    .bosch-radio li,
    .bosch-checkboxlist li,
    .bosch-radio-horizontal li,
    .bosch-checkboxlist-horizontal li {
        list-style-type: none;
    }

    .bosch-radio-horizontal li,
    .bosch-checkboxlist-horizontal li {
        float: left;
        margin-right: 30px;
    }

    .bosch-checkbox input[type="checkbox"],
    .bosch-checkboxlist input[type="checkbox"],
    .bosch-radio-horizontal input[type="radio"] {
        margin: 5px 5px 0px 5px;
    }

    .bosch-checkbox label,
    .bosch-checkboxlist label,
    .bosch-radio-horizontal label,
    .bosch-checkboxlist-horizontal label {
        display: inline;
    }

.bosch-checkboxlist-horizontal label {
    padding-left: 5px;
}

.bosch-label {
    margin-top: 5px;
    display: inline-block;
}

#bosch-online-help {
    position: absolute;
    top: 2px;
    right: 22px;
}

    #bosch-online-help i {
        margin-right: 5px;
    }

.bosch-create-twi,
.bosch-search-twi {
    width: 140px;
}

.input-append .add-on {
    cursor: pointer;
}

.bosch-twi-status {
    margin-top: 3px;
}

    .bosch-twi-status span {
        margin-right: 20px;
    }

.bosch-form-text {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
}

/*AutoComplete flyout */
.autocomplete_completionListElement {
    margin: 0px!important;
    background-color: #999;
    color: #000;
    border: #444;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    z-index: 9999 !important;
}
/* AutoComplete highlighted item */
.autocomplete_highlightedListItem {
    background-color: #d7e9f6;
    color: #000;
    padding: 1px;
    cursor: pointer;
}

/* AutoComplete item */
.autocomplete_listItem {
    background-color: #FFF;
    color: #000;
    padding: 1px;
    cursor: pointer;
}

.autocomplete_loading {
    background-image: url(images/loading.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.bosch-extensions-combo select {
    margin-left: 10px;
}

input[disabled], .control-group input:disabled,
select[disabled], .control-group select:disabled {
    background-color: #EFEFEF !important;
}

fieldset legend {
    display: none !important;
}

.ace-thumbnails > li {
    border: none !important;
}

    .ace-thumbnails > li > a > img {
        border: solid 2px #333 !important;
    }

.label-danger,
.badge-danger {
    background-color: #D15B47 !important;
}

.bosch-documents {
    margin-left: 0px;
}

    .bosch-documents li {
        list-style-type: none;
        line-height: 1.8em;
    }

        .bosch-documents li img {
            padding: 0px 10px;
        }

.bosch-control-text {
    padding-top: 5px;
}

.nav li + .nav-header {
    margin-top: 0px;
}

.bosch-nav-header {
    padding: 3px 10px !important;
    color: #215f8b;
}

.bosch-no-link {
    cursor: text;
}

    .bosch-no-link:hover {
        color: inherit !important;
        background-color: #F9F9F9 !important;
    }

        .bosch-no-link:hover:before {
            background-color: #F9F9F9 !important;
        }

.bosch-overlay {
    background-color: #999999 !important;
    opacity: .5 !important;
    filter: alpha(opacity=50) !important;
    z-index: 1040 !important;
}

.ui-dialog-content {
    min-height: 100px;
}

canvas.flot-overlay div,
canvas.flot-base div {
    background-color: transparent !important;
}

/* Online Help Styles */
.bosch-help {
}

    .bosch-help h1, .bosch-help h2, .bosch-help h3 {
        color: #215f8b;
    }


    .bosch-help table {
        max-width: 100%;
        background-color: rgba(0, 0, 0, 0);
        border-spacing: 0;
        width: 100%;
        margin-bottom: 20px;
        border: 1px solid #DDD;
        border-collapse: collapse;
        border-left: 0;
        border-radius: 0 !important;
    }

    .bosch-help th, .bosch-help td {
        padding: 8px;
        line-height: 20px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #DDD;
        border-left: 1px solid #DDD;
        border-radius: 0 !important;
    }

    .bosch-help thead tr {
        background-position: 0% 0%;
        color: #707070;
        font-weight: normal;
        background-color: #F3F3F3;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #F8F8F8, #ECECEC);
        background-attachment: scroll;
    }

    .bosch-help table tbody > tr:nth-child(odd) > td, .bosch-help table tbody > tr:nth-child(odd) > th {
        background-color: #F9F9F9;
    }

.bosch-opinput {
    border-color: #666666 !important;
}

.bosch-opbreadcrumb {
    border-bottom: 1px solid #CBCBCB;
    background-color: #DCDCDC;
}

    .bosch-opbreadcrumb > li, .bosch-opbreadcrumb > li.active {
        color: #000000 !important;
    }

.bosch-opsidebar {
    background-color: #DCDCDC;
}

    .bosch-opsidebar:before {
        background-color: #DCDCDC;
    }

.bosch-opnavlist > li {
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
}

.bosch-sidebar-opshortcuts {
    background-color: #DCDCDC;
    border-bottom: 1px solid #CBCBCB;
}

.bosch-optable {
    border: 1px solid #CBCBCB;
    color: #333;
}

    .bosch-optable thead tr {
        color: #333;
        background-color: #DCDCDC;
        background-repeat: repeat-x;
        background-image: linear-gradient(to bottom, #DCDCDC, #CBCBCB);
    }

    .bosch-optable tbody > tr:nth-child(odd) > td, .bosch-optable tbody > tr:nth-child(odd) > th {
        background-color: #F1F1F1;
    }

    .bosch-optable th, .bosch-optable td {
        border-left: 1px solid #CBCBCB;
    }

    .bosch-optable th, .bosch-optable td {
        border-top: 1px solid #CBCBCB;
    }

    .bosch-optable tbody tr:hover td {
        background-color: #FFFACD !important;
        color: #000;
    }

/* Dashboard */
.bosch-table-top-header {
    background-color: #666;
    color: #FFFFFF;
    height: 10px;
    border: solid 1px #555 !important;
    padding: 2px !important;
}

.bosch-line-status {
    font-weight: bold;
}

.dashboard-detail {
    max-width: 20px;
    width: 20px;
}


.form-horizontal .control-group.stp-administration .control-label {
    width: 230px;
}

.form-horizontal .control-group.stp-administration .controls {
    margin-left: 240px;
}

.bosch-popup-main-content {
    margin-left: 0px;
}

.bosch-table {
    font-weight: bold;
}

.bosch-subtotal {
    background-color: #F1F1F1;
    text-align: right !important;
}

.bosch-hu {
}

    .bosch-hu .control-group .control-label {
        width: 110px;
    }

    .bosch-hu .control-group .controls {
        margin-left: 115px;
    }

    .bosch-hu input {
        width: 90%;
    }

.bosch-part .control-group .control-label {
    width: 120px;
}

.bosch-part .control-group .controls {
    margin-left: 140px;
}

    .bosch-part .control-group .controls input {
        width: 150px;
    }

.bosch-wc .control-group .control-label {
    width: 130px;
}

.bosch-wc .control-group .controls,
.bosch-hu .control-group .controls,
.bosch-partial .control-group .controls {
    font-size: 14px;
    padding-top: 5px;
    line-height: 20px;
}

.bosch-wc .control-group .controls {
    margin-left: 135px;
    font-weight: bold;
}

.bosch-tabs .tab-content {
    padding: 0px;
}

.bosch-tabs-padded .tab-content {
    padding: 10px;
}

.bosch-tabs .nav-tabs > li.active > a,
.bosch-tabs .nav-tabs > li.active > a:hover,
.bosch-tabs .nav-tabs > li.active > a:focus {
    color: #000;
    font-weight: bold;
    background-color: #efefef;
    color: #669fc7;
}

.bosch-tabs .bosch-tab-toolbar {
    background-color: #efefef;
    padding: 10px 5px;
    margin-bottom: 10px;
}

.bosch-tabs .bosch-tab-grid {
    padding-left: 10px;
}

table.bosch-parts-table {
    display: table;
    width: 100%;
    margin-bottom: 0px;
}

    table.bosch-parts-table thead, table.bosch-parts-table tbody {
        float: left;
        width: 100%;
    }

    table.bosch-parts-table thead {
        overflow-y: scroll;
        position: relaive;
    }

    table.bosch-parts-table tbody {
        overflow: auto;
        height: 285px;
    }

    table.bosch-parts-table tr {
        width: 100%;
        display: table;
        text-align: left;
    }

    table.bosch-parts-table th, table.bosch-parts-table td {
        padding: 2px 8px 3px 8px;
        line-height: 15px;
        border-bottom: 1px solid #DDD;
    }

        /* 10   12.5    15      12.5    15      15      10     10    ==> 100 */
        table.bosch-parts-table th:nth-child(2), table.bosch-parts-table td:nth-child(2),
        table.bosch-parts-table th:nth-child(4), table.bosch-parts-table td:nth-child(4) {
            width: 12.5%;
        }

        table.bosch-parts-table th:nth-child(3), table.bosch-parts-table td:nth-child(3),
        table.bosch-parts-table th:nth-child(5), table.bosch-parts-table td:nth-child(5),
        table.bosch-parts-table th:nth-child(6), table.bosch-parts-table td:nth-child(6) {
            width: 15%;
        }

        table.bosch-parts-table th:nth-child(1), table.bosch-parts-table td:nth-child(1),
        table.bosch-parts-table th:nth-child(7), table.bosch-parts-table td:nth-child(7),
        table.bosch-parts-table th:nth-child(8), table.bosch-parts-table td:nth-child(8) {
            width: 10%;
        }

    table.bosch-parts-table .highlight {
        background-color: #d5f7dd !important;
    }

table.bosch-tester-table {
    margin-bottom: 0px;
}

table.bosch-parts-hu .highlight {
    background-color: #d5f7dd !important;
    font-weight: bold;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
}

.table-compact td {
    line-height: 10px;
}

.bosch-link {
    border: none !important;
    background: transparent none !important;
    color: #0088cc !important;
    text-shadow: none !important;
    padding: 0px 12px !important;
    line-height: 15px !important;
}

.bosch-tester-help ul {
    margin-left: 0px;
}

    .bosch-tester-help ul li {
        list-style-type: none;
        margin-bottom: 10px;
    }

        .bosch-tester-help ul li .bosch-tester-text {
            font-style: italic;
            font-weight: bold;
        }

tr.bosch-tester-result {
    color: #F00;
}

    tr.bosch-tester-result.result-2 {
        color: #000;
    }

.report-charts {
    width: 100%;
    height: 250px;
}

.btn-group > .btn-small, .btn-group + .btn-small {
    border-width: 4px !important;
}

.btn-group > .dropdown-menu li {
    text-align: left;
}

.dropdown-menu {
    right: 0;
    left: auto;
}

#data-table_filter {
    margin-right: 1px;
}

    #data-table_filter input {
        margin-left: 20px;
    }

.dataTable th.sorting_disabled {
    color: inherit;
}


.bosch-matrix-qual {
    background-color: #EAF7E4 !important;
}



/*.bosch-qual-priority-primary {
    background-color: #EAF7E4 !important;
}

.bosch-qual-priority-backup {
    background-color: #e9e9e9 !important;
}

.bosch-qual-priority-primary i {
    color: #69aa46 !important;
}

.bosch-qual-priority-backup i {
    color: #777777 !important;
}*/

.bosch-matrix-filter-text {
    display: block;
    float: left;
    padding-top: 7px;
    padding-right: 20px;
}

.bosch-matrix-filter {
    display: block;
    float: left;
    margin-bottom: 0px;
    position: relative;
    left: 0;
}

.bosch-matrix-detail .control-group {
    margin-bottom: 0px !important;
}

.bosch-matrix-detail .control-label {
    font-weight: bold;
}

.bosch-matrix-detail .controls {
    line-height: 28px;
}

.bosch-matrix-detail hr {
    margin: 10px 0px;
}

/* ########### PRINT ONLY RULES ########### */
@media print {
    .print-page-break {
        page-break-after: always;
        page-break-inside: avoid;
    }

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    .table th, .table td {
        padding: 4px;
    }

    .btn-scroll-up {
        display: none;
    }
}

@media (max-width: 1200px) {
    .visible-desktop {
        display: none !important;
    }
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.table th.left, td.left {
    text-align: left;
}

.table th.center, td.center {
    text-align: center;
}

.table th.right, td.right {
    text-align: right;
}

.bold {
    font-weight: bold;
}

.invisible-header {
    display: none;
    visibility: hidden;
}

.header-box {
}


.open,
.in-transit,
.separate-delivery,
.closed,
.picking,
.delivered,
.skipped,
.packed,
.not-packed,
.shorted {
    font-weight: bold;
}

.open {
    color: black !important;
}

.in-transit,
.separate-delivery {
    color: blue !important;
}

.closed,
.picking {
    color: darkorange !important;
}

.delivered,
.packed {
    color: green !important;
}

.skipped {
    color: purple !important;
}
.not-packed {
    color: red !important;
}

.shorted {
    color: #ff5700 !important;
}


.table-right-align {
    text-align: right !important;
}
