[data-notify="progressbar"] {
    margin-bottom: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.input-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

table.small {
    font-size: 9pt;
}

table.borderless td, table.borderless th {
    border: none !important;
}

table.compact {
    margin: 0px;
}

table.compact th {
    text-align: right;
}

table.compact th, table.compact td {
    padding: 0px 5px !important;
}

table#payment-batches label {
    font-weight: normal !important;
}

table#payment-batches td {
    cursor: pointer;
}

table.auto {
	width: auto !important;
}

.input-group.condensed {
    margin-top: 0px;
    margin-bottom: 0px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.concat div {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0px;
    margin-left: 10px;
}

.tooltip-inner {
    white-space:pre-wrap;
    text-align: left;
}

.comment {
    padding: 10px;
    box-shadow: 1px 1px 4px #ddd;
    margin-bottom: 10px;
}

.comment-details {
    font-size: 0.9em;
    font-style: italic;
    color: gray;
    text-align: right;
}

.label-as-badge {
    border-radius: 1em;
}

.label-as-badge {
    border-radius: 1em;
}

.bootstrap-select .text {
    //font-size: .8em;
}

.page-content .panel-info {
    font-size: 0.8em;
}

.right {
    text-align: right;
}