@charset "UTF-8";
body {
    padding: 0 10px 0 10px;
}

input:disabled, select:disabled, textarea:disabled,
option:disabled, select[disabled] > option {
    color: lightgrey;
}

.navbar-brand {
    padding: 6px 15px;
}
.dropdown-header {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 3px 20px 3px 10px;
    border-bottom: #e5e5e5 2px dotted;
    margin-bottom: 3px;
}

.breadcrumb {
    margin-top: -20px;
}

.panel-footer .pagination {
    margin: 0;
}

.nowrap {
    white-space: nowrap;
}

.page-break {
    page-break-after: always;
}

.panel-heading-short {
    border-right: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-radius: 0 0 5px 0;
    display: inline-block;
    padding: 5px;
    min-width: 200px;
    font-weight: bold;
}

.dl-horizontal dd:after {
    content: "";
    display: table;
    clear: both;
}

.input-inside dd, .input-inside dt, dd.input-inside, dt.input-inside {
    height:34px;
    line-height: 34px;
}

.input-max-300 {
    display: inline;
    max-width: 300px;
}

.input-max-200 {
    display: inline;
    max-width: 200px;
}

.input-max-100 {
    display: inline;
    max-width: 100px;
}

.invoice {
    font-size: 70%;
}

.invoice hr {
    margin: 0 0 5px 0;
}

.text-old-price {
    text-decoration: line-through;
    color: #999999;
}

.text-calculate-price {
    color: #999999;
}

.spaced-link {
    margin-left: 15px;
}
.ajax-loader {
    position:fixed;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background: url('../img/loader.gif') no-repeat 50% 50%;
    z-index: 10000;
}

.status-red {
    background-color: #ffa298;
    font-weight: bold;
}

.status-yellow {
    background-color: #feffc1;
}

.status-orange {
    background-color: #ffd094;
}

.status-blue {
    background-color: #e1f0ff;
}

.status-green {
    background-color: #d6ffd4;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index:10000 !important;
}

.up-label {
    width: 100%;
    display: inline-block;
    line-height: 1.8em;
    vertical-align: top;
}

.up-label input {
    font-weight: normal;
    display: block;
}

.strong {
    font-weight: bold;
}

.em {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}