ul.navbar-nav > li > a {
  padding: 15px 10px;
}

input:required:invalid, input:focus:invalid {
    -moz-box-shadow: none;
  }

label,th {
    text-transform: uppercase;
}

.FOB {
    background-color: #ddffdd;
}

.EXW {
    background-color: #ffeeee;
}

.blueColumn {
    color: blue;
    font-weight: bold;
}

.redColumn {
    color: red;
    font-weight: bold;
}

.fixed-table-body {
    overflow-x: visible;
    overflow-y: visible;
    height: 100%;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td, .bootstrap-table .table.table-no-bordered > thead > tr > th {
    border-right: 2px solid #ccccccc;
}

.inactiveStatus{
    background-color: #FFFFAA;
}

th,td {
    text-align: center;
    white-space:nowrap
}

.table-max {
	width: 99%;
}

.fixed-table-toolbar .bars, .fixed-table-toolbar .columns, .fixed-table-toolbar .search {
    float: left !important;
}

.bootstrap-table .table > thead > tr > th {
    vertical-align: middle;
}

.bootstrap-table .table {
    border: 1px solid #ddd;
    width: auto !important;
}

.table-left th, .table-left td {
    text-align: left;
}

.table-left {
    text-align: left;
}

.table-center {
    text-align: center !important;
}

.table-center th, .table-center td {
    text-align: center !important;
}

.pagination {
    float: left !important;
    padding-left: 150px
}

.strongColumn {
    font-weight: bold;
}
