﻿.stowPlan {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 15px;
}

.stowPlanTileBody {
    border-color: #ddd;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    min-height: 220px;
    position: relative;
}

.stowPlanTileBody .glyphicon-minus-sign {
    color: red;
    cursor: pointer;
}

.stowPlanTileBody .table > tbody > tr > td {
    padding-left: 8px;
    padding-right: 8px;
}

.stowPlanTileBody .table-cargo > tbody > tr > td {
    padding-left: 3px;
    padding-right: 3px;
}

.stowPlanTileBody .table.empty > tbody > tr > td {
    border: 0;
}

.stowPlanTileBody .table-stowplan > tbody > tr {
    border-top: 1px solid #ddd;
}

.stowPlanTileBody .table-stowplan > tbody > tr > td {
    border-top: none !important;
}

.stowPlanTileBody .table-stowplan > tbody > tr > td.cargo-val {
    display: inline-block;
    padding-bottom: 2px;
}

.stowPlanTileBody .table > tbody > tr > td:first-child {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
}

.stowPlanTileBody .table > tbody > tr > td:last-child {
    padding-right: 8px;
}

.stowPlanTileBody .table-cargo > tbody > tr > td:last-child {
    padding-right: 2px;
}

.stowPlanTileBody .btns-wrap {
    padding: 10px 0;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

body.dragging {
    overflow-x: hidden;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

.sortable_table .placeholder {
    position: relative;
    background: #ddd;
}
.sortable_table .placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.notEditable {
    opacity: 0.25;
}

.notEditable .btn {
    pointer-events: none;
}

.notEditable .openBootstrapModalUpdateAllocation td {
    cursor: default;
}

.sortable_table .openBootstrapModalUpdateAllocation td {
    cursor: n-resize;
}
