.wrapper {
    position: relative;
}

.header-buttons {
    position: absolute;
    top: -40px;
    right: 0px;
}


/* disabled forms are not shown (only for fileupload) */
form.editable2 {
    display:none;
}

/* //////////////////////////////////

//	main Navigation

////////////////////////////////// */

.navbar-inner{
	background-color: white;
	background-image:-moz-linear-gradient(top, #fff, #f6f6f6);
	background-image:-ms-linear-gradient(top, #fff, #f6f6f6);
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f6f6f6));
	background-image:-webkit-linear-gradient(top, #fff, #f6f6f6);
	background-image:-o-linear-gradient(top, #fff, #f6f6f6);
	background-image:linear-gradient(top, #fff, #f6f6f6);

	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}


.navbar-inner hr {
	margin: 10px 0 0 0;
}

.navbar .nav > li > a {
	float: none;
	padding: 10px 10px 11px;
	line-height: 19px;
	color: #666;
	text-decoration: none;
	text-shadow: none;
}

.navbar .nav > li > a:hover, .dropdown-toggle  {
	color:#000;
}

@media (min-width: 1200px) {
}	
.navbar .container { width: 1350px; }
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container { width: 1350px; }

.navbar .brand{
	width: 178px;
	height: 20px;
}

#deleteWarning {
	display: none;
}

.alert{
	margin: 0;
	padding: 4px 8px;
}

/* //////////////////////////////////

//	Edit form

////////////////////////////////// */

input, textarea, select {
    width: auto;
}
label {
    font-weight: bold;
    color:#999;
}

.span1 input,
.span1 select {
    width: 60px;
}

table.detail th{
	text-align: left;
	color:#999;
	font-weight: normal;
}

input.error, select.error {
	border:1px solid #f00;
}
p.errorInfo {
	color:#999;
	font-size: 10px;
	line-height: 12px;
}
input.invisible{
	visibility: hidden;
}

table.detail td{
	padding-right:10px;
	vertical-align: top;
}

.accordion-heading { background-color: #f0f0f0;}
.accordion-heading a { color: #666; }

.form h4 {
	background-color: #eee;
	padding:10px;
}

table.overview th{
	width: 234px;
}
table.overview td{
	font-weight: bold;
}

#docsholder ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#docsholder ul li {
    margin-bottom: 20px;
}

#docsholder ul li button {
    margin-left: 20px;
}

/* //////////////////////////////////

//	Search form

////////////////////////////////// */
.searchform input{
	width: auto;
}
.searchform select{
	width: 160px;
}

.result{
    width:100%;
    overflow-x:scroll;

}

.result table.tablesorter thead tr .header{
    background-position:right center;
    padding-right:18px;
}

.result table colgroup{
    /*width:100%;*/
}



/* //////////////////////////////////

//	Tabs

////////////////////////////////// */
.nav-tabs>li>a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 16px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 6px;
    padding-left: 6px;
    margin-right: 0px;
    line-height: 14px;
}

.tablesorter-default th, .tablesorter-default thead td {
    font: bold 11px/13px Arial, Sans-serif;
    color: #000;
    border-collapse: collapse;
}

.table th {
    /*line-height: auto;*/
}

.tablesorter-default .tablesorter-filter {
    font-size: 10px;
    height:auto;
    /*margin: 0;
    width: 100%;*/
}

#loading {
    display:none;
}



.store_in, .expected_to, .po, .update {
    white-space: nowrap;
}
td.store_no {
    text-align: center;
}

td.pcs, td.weight, td.dimensions, td.value {
    text-align: right;
}

.resulttable tbody tr.yellow td {
    background: #ffff99;
}

.resulttable tbody tr td.red {
    color: #ff0000;
    font-weight: bold;
}

table.tablesorter.resulttable tbody td {
    padding: 2px;
}

.resulttable tbody tr td.green {
    color: #00dd00;
    font-weight: bold;
}

.resulttable col.shipments_dep
{
    width: 65px;
}

.resulttable col.shipments_origin,
.resulttable col.shipments_dgr,
.resulttable col.shipments_pcs,
.resulttable col.shipments_currency{
    width: 30px;
}

.resulttable col.shipments_expected_to,
.resulttable col.shipments_store_in,
.resulttable col.shipments_update{
    width: 62px;
}

.resulttable col.shipments_store_no {
    width: 54px;
}


.resulttable col.shipments_supplier {
    width: 124px;
}
.resulttable col.shipments_comments {
    width: 186px;
}

.resulttable col.shipments_po {
    width: 154px;
}

.resulttable col.shipments_weight {
    width: 40px;
}

.resulttable col.shipments_dimensions {
    width: 94px;
}

.resulttable col.shipments_item_description {
    width: 125px;
}

.resulttable col.shipments_value {
    width: 65px;
}

.resulttable col.shipments_status,
.resulttable col.shipments_duitable_goods {
    width: 52px;
}

.table thead th {
    vertical-align: top;
}

 table.tablesorter-default .tablesorter-header {
    background-position: bottom right;
}

 td div.action {
     display: inline-block;
 }
td div.action.delete {
    margin-left: 20px;
}