﻿h1 {
    font-weight: bold;
}


.nobr {
    white-space: nowrap;
}

table tr.row-top td {
    vertical-align: top !important;
}

table tr td.title {
    font-weight: bold;
}

    table tr td.title a {
        color: #107ABF;
    }

table.table a {
    color: #555;
}

    table.table a:hover {
        color: #333;
    }



table tr td.key {
    color: #999999;
}


table tr td .currency {
    color: #999999;
}

table tr th.winner, table tr td.winner {
    background-color: #DEF3EF;
}

table tr.winner th, table tr.winner td {
    background-color: #DEF3EF;
}


.table-center tr th {
    text-align: center !important;
}

.table-center tr td {
    text-align: center !important;
}

table tr td.right {
    text-align: right;
}




ul.transport-item-load {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.transport-item-load li {
        padding: 2px 0;
    }

        ul.transport-item-load li i {
            width: 15px;
            text-align: center;
            margin: 0 10px;
        }

        ul.transport-item-load li.success {
            color: #3c763d !important;
        }

        ul.transport-item-load li.error {
            color: #a94442 !important;
        }



.list-toolbar {
    display: block;
    margin: 8px 0 16px 0;
    font-size: 11px;
    height: 25px;
}

.list-toolbar select {
    font-size: 11px;
}

.pagination-box p {
    font-size: 11px;
}

.pagination {
    margin: 0;
}


    .pagination > li.active > a, .pagination > li.active > span {
        background: #107ABF;
        border-color: #FFFFFF;
        font-weight: bold;
    }

    .pagination > li.active:hover > a, .pagination > li.active:hover > span {
        background: #107ABF;
        border-color: #FFFFFF;
    }

.selected-price-box {
    /*border: 1px solid #666666;*/
    text-align: center;
    margin-bottom: 15px;
    background-color: #F7F7F7;
    padding: 15px;
}

    .selected-price-box p {
        margin: 0;
        padding: 0;
    }

    .selected-price-box label {
        /*border: 1px solid red;*/
        padding: 0 10px 0 0;
        margin: 0;
        /*line-height: normal;*/
        width: 40%;
        text-align: right;
    }

    .selected-price-box span {
        /*border: 1px solid orange;*/
        padding: 0 0 0 5px;
        margin: 0;
        width: 40%;
        display: inline-block;
        /*line-height: normal;*/
        text-align: left;
    }




table.table-grid {
    border-collapse: collapse;
    margin: 0;
}

    table.table-grid tr td {
        padding: 5px 10px 5px 0;
    }


table.form-grid {
    margin: 10px 0;
}

    table.form-grid tr th {
        font-weight: bold;
        padding-right: 20px;
    }

    table.form-grid tr td {
        padding: 3px 10px 3px 0;
    }



table.table tr td a.btn.btn-xs {
    margin: -5px 5px -5px 0;
}

table.table tr td input {
    margin: -5px 0;
    padding: 3px 6px !important;
    /*height: 26px !important;*/
}

table.table tr td input[type=checkbox] {
    height: 13px !important; 
}




table.table-small tr td {
    padding: 2px 0;
    border: none;
}


#DisplayLabelPalletSizeList {
    /*border: 1px solid red;*/
    height: 70px;
}

#DisplayLabelTypeOfTruckList {
    /*border: 1px solid red;*/
    height: 70px;
}

#DisplayLabelPalletSizeList table.table-small tr td,
#DisplayLabelTypeOfTruckList table.table-small tr td {
    color: #107ABF !important;
}

.w40 { width: 40px;}
.w100 { width: 100px;}


a.btn {
    color: white !important;
    margin-right: 10px;
}

a.btn.btn-empty.btn-xs,
.btn.btn-empty.btn-xs {
    background-color: rgb(221, 221, 221);
    color: rgb(69, 69, 69) !important;
}

.btn-file {
    background-color: #107ABF;
    color: white !important;
}




.text-warning {
    background-color: #F3BC65;
    color: #ffffff;
    padding: 2px 5px;
    /*font-weight: bold;*/
}

.text-danger {
    background-color: #a94442;
    color: #ffffff;
    padding: 2px 5px;
    /*font-weight: bold;*/
}

.text-success {
    background-color: #82b440;
    color: #ffffff;
    padding: 2px 5px;
    /*font-weight: bold;*/
}

.text-success a {
    color: #ffffff !important;
    text-decoration: underline;
}


label span.req { color: #BD4036 }

.form-group .error {
    border: 1px solid #ebccd1 !important;
    background-color: #f2dede;
    color: #a94442;
}



table tr th.rgt,
table tr td.rgt {
    text-align: right;
}

table tr th.center,
table tr td.center {
    text-align: center;
}

.ul-row {
    /*border: 1px solid red;*/
    padding: 0;
    margin: 0;
}

.ul-row li {
    display: inline;
    font-weight: normal;
    padding: 0;
    /*margin: 0;*/
}

.ul-row li input {
        padding: 0;
    margin: 0;
}

.ul-row li label {
    position: relative;
        padding: 0;
    margin: 0 10px 0 5px;
    font-weight: normal;
    top: -2px;
}

.dev-page-navigation > li ul li a:hover {
    background: #3fab95;
    font-weight: bold;
}


.debug {
    display: table;
    margin-top: 50px;
    padding-top: 10px;
    color: #111;
    font-size: 11px;
    /*border-top: 1px solid #DDDDDD;*/
    width: 100%;
    float: none;
    clear: both;
    font-family: Consolas;
}

.debug table {
    width: auto;
}

.debug table tr td {
    padding-right: 40px;
    font-size: inherit;
    vertical-align: top;
}

.jqx-gl-cell {
  /*padding-right: 10px !important;
  padding-left: 10px !important;*/
}

.createTransport-loadedItems-temperatureIsNotSame{
    display:none;
}

.form-detail-ddl {
    width:100%;
    background-color: transparent;
    border: 0px;
}

.alert-danger {
    max-height: 300px;
    overflow-y: scroll; 
}

.chain-label {
    font-weight: bold;
}

.chain-currentcode {
    font-weight: bold;
    color: black;
    text-decoration:underline;
}

.chain-previouscode, .chain-subsequentcode {
    font-weight: bold;
    color: black;
}

.chain-box {
    vertical-align: top;
    margin-bottom:5px;
}

.chain-itembox {
    vertical-align: top;
    display: inline-block;
    margin-bottom: 3px;
}