.align-right {
    text-align: right !important;
}

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

#main{
	margin-top: 80px;
	padding-bottom: 30px;
}

.iconbar {
	display: block;
}

.iconbar-inner:after {
    clear: both;
}

.iconbar-inner:before, .iconbar-inner:after {
    content: "";
    display: table;
    line-height: 0;
}

.iconbar .nav {
	margin-bottom: 5px;
}

.icon-changepw {
	background: url(../../common/images/icons/key.png) no-repeat;
	height: 16px;
	width: 16px;
}

.icon-logout {
	background: url(../../common/images/icons/door_out.png) no-repeat;
	height: 16px;
	width: 16px;
}

.content{
	margin-top: 30px;
}

.margintop{
	margin-top: 30px;
}

.span4.noleftmargin{
	margin-left: 0;
}

input.required {
  color: #3a87ad;
}

input.required {
  color: #3a87ad;
}

input.required {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

input.required:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

input.required {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

.tableLabel{
	border-width: 5px !important;
	border-color: #000;
	color: #000 !important;
	font-size: 120%;
}

.tableLabel td{
	border-width: 5px !important;
	border-color: #000;
}



.picklistTable, .collisTable{
	width: 100%;
}

.collisTable{
	margin-bottom: 35px;
}

.picklistTable .top td{
	border-top: 1px solid #000;

	padding-top: 5px;
}

.picklistTabel td.border_bottom{
	width: 100px;
}

.collisTable .base{
	font-weight: bold;
}

.well-white{
	background-color: #fff;
	border-color: #000;
	margin-bottom: 1px;
	padding: 4px;
}

.tableBorder {
	 border-collapse: collapse;
	 width: 100%;
	 }
.tableBorder td { border: 1px solid #000; }

.cargoLetterCollisTable{
	width: 100%;
	border-collapse: collapse;

}

.cargoLetterCollisTable .header td, .cargoLetterCollisTable .footer td{
	border: 1px solid #000;
}

.cargoLetterCollisTable .footer td{
	font-weight: bold;
}

.cargoLetterCollisTable .body td{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

.small-text{
	font-size: 90%;
}

.border_bottom{
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #000;
}

.cargoContainer{
	font-size: 80%;
}

.status-unplanned {
	background-color: red;
}

.status-planned, .status-accepted, .status-started, .status-loaded {
	background-color: yellow;
}

.status-delivered {
	background-color: green;
}

.status-completed {
	background-color: gray;
}

table .pod-col, table .deviation-col, table .status-col {
	text-align: center;
}

.actionbar {
    min-height: 30px;
}

.btn.add-on {
    height: 30px;
}

.order_stats{
    margin-top: 20px;
}


.collis th {
    min-width: 12px;
}

