.alert-dismissable {
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.table tfoot tr td {
	border-top-width: 2px;
	font-weight: bold;
}

input[type="checkbox"].login-chk, input[type="checkbox"].chk-middle {
	margin: 2px 0px 0px -20px;
}

#lana-logo img {
	margin: 5px 10px;
}

.row-bottom-margin {
	margin-bottom: 15px;
}

.headline-separator {
	margin-top:0;
}

.table tbody tr td.vertical-middle {
	vertical-align: middle;
}

.redirect {
	cursor: pointer;
}

.position-relative {
	position: relative;
}

#order-table th.sortable {
	cursor: pointer;
}

#order-table th.sortable form {
	display: none;
}

#order-table th.sortable span {
	margin-left: 8px;
	font-size: 10px;
	color: rgb(204, 204, 204);
}

#order-table th.sortable span.active {
	color: black;
}

#pagination {
	position: absolute;
	right: 20px;
	bottom: -20px;
}

.clear-field {
    cursor: pointer;
    color: #ccc;
}

.float-left {
	float: left;
}

.complete-button {
	height: 40px;
	margin-left: 300px;
	margin-top: 20px;
	margin-bottom: 0px;
}

.bold {
	font-weight: bold;
}

.not-bold {
	font-weight: normal;
}

#add_parcels_btn {
	margin-top:24px;
}

#lang-dropdown-link {
	max-height: 50px;
}

/* ----- packaging list */

#toggle-print-chk {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

#lana-order-complete-warning {
	margin-top: 10px;
	margin-bottom: 0px;
}

form#completeOrder {
	display: none;
}

/*---------------------- admin ---------------*/
.nav-sidebar { 
    width: 100%;
    padding: 8px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
    -webkit-border-radius: 4px 0 0 4px; 
    -moz-border-radius: 4px 0 0 4px; 
    border-radius: 4px 0 0 4px; 
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #428bca; 
    color: #fff; 
    text-shadow: 1px 1px 1px #666; 
}
.nav-sidebar .active a:hover {
    background-color: #428bca;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

/* Right-aligned sidebar */
.nav-sidebar.pull-right { 
    border-right: 0; 
    border-left: 1px solid #ddd; 
}
.nav-sidebar.pull-right a {
    -webkit-border-radius: 0 4px 4px 0; 
    -moz-border-radius: 0 4px 4px 0; 
    border-radius: 0 4px 4px 0; 
}