.navbar-brand {
    padding: 15px 0 0 15px;
}

.logo {
    height: 75px;
}

@media all and ( max-width: 768px ){
    .navbar-brand {
        padding: 2px 0 0 2px;
    }

    .logo {
        height: 50px;
    }
}

.tb-title {
    cursor: pointer;
}

.full-width {
    width: 100%;
}

.progress {
    /*text-align: center;*/
    position:relative;
    width:400px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
}

.bar {
    background-color: blue;
    width:0;
    height:20px;
    border-radius: 3px;
}

.percent {
    position:absolute;
    display:inline-block;
    top:3px;
    left:48%;
}

.bci-input {
    padding-left: 2px;
}

input[type=number].form-control.bci-input {
     padding-right: 0;
}

#client_info ul {
    list-style-type: circle;
}

#client_info ul li{
    float: left;
    margin-left: 30px;
}

.table-fixed tbody {
    display:block;
    height:500px;
    overflow:auto;
}

.table-fixed thead, .table-fixed tbody tr {
    display:table;
    width:100%;
    table-layout:fixed;
}

.table-fixed thead {
    width: calc( 100% - 1em )
}

.modal-body {
    height: 500px;
    overflow: auto;
}

.delete-confirm .modal-body {
    height: auto;
}

.table-preview, .table-preview caption {
    background-color: #E1E1E1;
}

.table-fixed .col-prod-fixed {
    min-width: 155px;
}

@media all and ( max-width: 1280px ){
    .col-prod-fixed{
        width: 200px;
        max-width: 100%;
        word-wrap: break-word;
    }
}

.table-fixed .col-loc-fixed {
     width: 120px;
}

.table-fixed .col-subloc-fixed {
    width: 20px;
}

.table-fixed .col-input-fixed {
    width: 70px;
}

.table-fixed .col-sku-fixed {
    width: 75px;
}

.table-fixed .col-moy-fixed {
    width: 75px;
}

.table-fixed .col-week-fixed {
    width: 75px;
}

.table-fixed .col-uncs-fixed {
    width: 75px;
}

.table-fixed .col-format-fixed {
    width: 90px;
}

.table-fixed th, .table-fixed td {
    padding: 8px 4px 8px 4px !important;
}

.tooltip .tooltip-inner {
    background-color: #CCC;
}

.tooltip .tooltip-arrow {
    border-bottom-color:#CCC;
    border-top-color:#CCC;
}

.pdng {
    padding: 8px 0;
}

.bordered {
    border: solid lightgray 1px;
    border-radius:3px;
    padding: 10px 0;
    margin-bottom: 10px;
}

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

.btn-new-product{
    margin-top: 25px;
}

.new-product-row{
    background-color: #f7ecb5;
}

.float-left {
    float: left;
}

@media print {
    body * {
        visibility: hidden;
        height: 0;
    }

    .printable, .printable * {
        visibility: visible;
        height: auto;
    }

    .printable .nonprintable,
    .printable tbody td:nth-child(n+10),
    .printable tbody td:nth-child(n+10) *,
    .printable thead th:nth-child(n+10),
    .printable thead th:nth-child(n+10) * {
        visibility: hidden;
        width: 0;
    }

    .print_noheight,
    .print_noheight * {
        height: 0;
    }

    .tablesorter tbody {
        height: auto;
    }

    .table-fixed .col-prod-fixed {
        width: 450px;
    }
}