.navbar-static-top {
    background: #FFF;
}

.navbar-form-custom {
    width: 250px;
}

#side-menu > li > a,
#nav-pallet-menu > ul > li > a,
#nav-transport-menu > ul > li > a {
    padding: 8px 10px 8px 25px;
}

#nav-pallet-menu,
#nav-transport-menu {
    border-left: 0px;
}

.nav-second-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 52px;
}

.nav-third-level li a {
    padding: 7px 10px 7px 10px;
    padding-left: 62px;
}

.dataTables_HighBox {
    margin-bottom: 10px;
}

.dataTables_info {
    width: 50%;
    float: left;
}

.btn-group {
    display: flex;
}

.fit-contents {
    width: 1%;
    white-space: nowrap;
}

.dataTables_paginate {
    width: 50%;
    float: right;
}

.spaceTop {
    margin-top: 20px;
}

.spaceBottom {
    margin-bottom: 20px;
}

.panel-primary > .panel-heading, .list-group-item-default {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.panel > .collapsed {
    display: none;
}

.form-control {
    color: #555;
}

.ibox-tools {
    float: right;
}

.title {
    margin-bottom: 20px;
}

.table .icon {
    text-align: center;
    width: 20px;
}

.table .calculated {
    text-align: center;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 4px;
}

.tab-content > form > .tab-pane,
.pill-content > form > .pill-pane {
    display: none;
}

.tab-content > form > .active,
.pill-content > form > .active {
    display: block;
}

.invoice-table thead > tr > th:last-child,
.invoice-table thead > tr > th:nth-child(5),
.invoice-table thead > tr > th:nth-child(4),
.invoice-table thead > tr > th:nth-child(3),
.invoice-table thead > tr > th:nth-child(2) {
    text-align: right;
}

.invoice-table tbody > tr > td:last-child,
.invoice-table tbody > tr > td:nth-child(5),
.invoice-table tbody > tr > td:nth-child(4),
.invoice-table tbody > tr > td:nth-child(3),
.invoice-table tbody > tr > td:nth-child(2) {
    text-align: right;
}

.invoice-persons > tbody > tr > td:first-child {
    text-align: right;
}

.invoice-persons > tbody > tr > td {
    border: 0 none;

}

.invoice-persons > tbody > tr > td:last-child {
    border-bottom: 1px solid #DDDDDD;
    width: 75%;
}

.invoice-total > tbody > tr > td:last-child {
    width: 30%;
}

.bg-pink {
    background-color: #ffcccc !important;
}

.bg-green {
    background-color: #ccffcc !important;
}

.overlay {
    height: 100%;
    width: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2999;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.form-group.required label:before {
    content: "* ";
    color: red;
}

.p-w-none {
    padding-left: 0 !important;
    padding-right: 0 !important;
}