/* polozky dokladu */
table.iitems {
}

table.iitems .sortable-placeholder {
    height: 40px;
    border: 2px dashed #000000;
    background-color: #eee;
}

tr.isrcrow {
    display: none;
}


a.additem {
    margin: 0 5px 0 0;
}

.totals-detail label {
    width: 58%;
}
.totals-detail input {
    border: none;
    width: 38%;
    text-align: right;
    font-weight: bold;
    display: inline-block;
}

 .inv-status-out  {
    color: red;
}

 .inv-status-in  {
    color: green;
}

.inv-status-waiting {
    background-color: #ffcc00;
}
.inv-status-overdue, .inv-status-unmatched, .inv-status-notprocessed  {
    background-color: red;
}
.inv-status-partly_paid, .inv-status-halfmatched{
    background-color: orange;
}
.inv-status-paid, .inv-status-matched {
    background-color: green;
}
.inv-status-storno {
    background-color: grey;
}

.page-header .navbar .navbar-nav .dropdown-menu li.active > a {
    text-decoration: underline;
}

table.partner_account {
    margin-bottom: 1em;
}

table.partner_account th {
    font-weight: 400;
}

table.prices td {
    padding: 2px 15px 2px 0;
}

.checkbox-inline, .radio-inline {
    padding-left: 5px !important;
}

.form-horizontal .control-label-left {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: left;
}

.spaced-rows .row {
    margin-bottom: 15px !important;
}

.btn.red:not(.btn-outline) {
    color: #666;
    background-color: rgba(243, 132, 44, 0.7);
    border-color: rgba(243, 132, 44, 0.7);
}

.form-wizard-label {
    white-space: nowrap;
}

div.result-summary {
    padding: 1em;
    background-color: #ededed;
}

div.result-summary table {
    color: #28617A;
    font-size: 16px;
    width: 100%;
}

div.result-summary table td {
    padding: 5px 15px;
    text-align: left;
}

body .stranka .form-wizard.active .form-wizard-number {
    background: #ffffff;
    border: 1px solid #28617A;
    color: #28617A;
}

body .stranka .form-wizard.current .form-wizard-number {
    background: #28617A !important;
    color: white !important;
}

body .stranka .form-wizard.current .form-wizard-label {
    font-weight: bold;
}

.btn.bs-seda:not(.btn-outline) {
    color: #000000;
    background-color: #aab5bc;
    border-color: #aab5bc;
}
