/* libre-barcode-39-extended-text-regular - latin */
@font-face {
  font-family: 'Libre Barcode 39 Extended Text';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Libre Barcode 39 Extended Text'), local('LibreBarcode39ExtendedText-Regular'),
       url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/libre-barcode-39-extended-text-v9-latin-regular.svg#LibreBarcode39ExtendedText') format('svg'); /* Legacy iOS */
}
.buttom {
    background: #337ab7!important;
    color: white!important;
    text-align: center;
}
.title-name {
    padding: 5px;
    font-size: 15px;
    font-weight: 600;
}
.form-input {
    outline: none;
    display: block;
    width: 100%;
    height: 28px;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 4px!important;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
	font-size:13px!important
}
.table-no-boder>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    border-top: 0px solid #f4f4f4!important;;
}
.item{
	width:40px;
	text-align:center;
}
.status{
	width:100px;
	text-align:center;
}
.table {
     margin-bottom: 0px!important;
}
.title-name-table{
	line-height: 30px;
}
.width_500{
	max-width:500px!important;
}

.width_250{
	width:250px!important;
}
.width_350{
	max-width:350px!important;
}
.width_150{
	width:100px!important;
}
.width_100{
	width:100px!important;
}
.width_40{
	width:40px!important;
}
.width_80{
	width:80px!important;
}
.logo-agent{
	width:150px;
}
.shipment-item{
	border: solid #b3acac 1px;
	border-radius: 5px;
	padding: 5px;
}
.shipment-title{
	text-align: center;
    font-weight: 600;
}
.shipment-padding{
	padding-top: 10px;
}
.status-list{
	font-size: 17px;
    font-weight: 600;
    color: #337ab7;
    padding: 5px;
    line-height: 2.5;
}
.pagination {
	float:right;
	display: inline-block;
	padding-left: 0;
	margin: 4px 0!important;
	border-radius: 4px;
}
.padding_to_10{
	padding-top:10px;
}
.carousel-caption {
	z-index:0;
}
