.ui-progressbar {
    position: relative;
    border-width: 5px;
}

.ui-progressbar .ui-progressbar-overlay {
    filter: alpha(opacity=10);
    opacity: 0.1;
}

.ui-progressbar-label {
    position: absolute;
    left: 0;
    top: 4px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.ui-progressbar-value {
    position: static;
    background-color: #fff !important;
    border-width: 10px;
}

.ui-dialog-progress {
    border: none;
    background: none;
}

.ui-dialog-progress .ui-dialog-titlebar {
    display: none;
}

input.hasDatepicker {
    padding-right: 25px !important;
    width: 12ex;
}

input.hasDatepicker + .ui-datepicker-trigger {
    font-size: 0 !important;
    border: none;
    background: none;
    padding: 0 !important;
    margin: 0 0 0 -5px;
    width: 0;
    display: inline-block;
    text-align: right;
}

/*noinspection CssNoGenericFontName*/
input.hasDatepicker + .ui-datepicker-trigger::before {
    font-family: FontAwesome;
    font-size: 17px;
    content: "\f073";
    display: inline;
    margin-left: -22px;
}

form.form-locked input.input-locked,
form.form-locked .ui-spinner {
    border: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

form.form-locked .ui-spinner .ui-spinner-button {
    display: none;
}

form.form-locked .hasDatepicker.input-locked + .ui-datepicker-trigger::before {
    display: none;
}

.tooltip-enabled {
    white-space: nowrap;
}

.tooltip-enabled .tooltip {
    cursor: help;
    position: relative;
    font-size: 14px;
    text-shadow: none;
    vertical-align: top;
    display: inline-block;
}

.tooltip-enabled .tooltip::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: .7ex;
    margin-left: -.1ex;
}

/*noinspection CssNoGenericFontName*/
.tooltip-enabled .tooltip::after {
    font-family: "FontAwesome";
    margin-left: .5ex;
    position: relative;
}

.tooltip-enabled .tooltip-left::after {
    margin-right: .5ex;
}

.tooltip-enabled .tooltip-info::before {
    height: .8em;
    margin-top: -.4em;
    background-color: #fff;
}

.tooltip-enabled .tooltip-info::after {
    color: #77a200;
    content: "\f05a";
}

.tooltip-enabled .tooltip-warning::before {
    height: .7em;
    margin-top: -.3em;
    background-color: #000;
}

.tooltip-enabled .tooltip-warning::after {
    color: #ecec00;
    content: "\f071";
}

.tooltip-enabled .tooltip .tooltip-content {
    display: none;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 2;
    background-color: #444;
    color: #fff;
    font-weight: normal;
    min-width: 300px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    line-height: 1.3em;
    white-space: normal;
}

.tooltip-enabled .tooltip .tooltip-show {
    display: block;
}

.tooltip-enabled .tooltip .tooltip-content h1,
.tooltip-enabled .tooltip .tooltip-content p {
    margin: 0;
    padding: 10px;
    color: inherit;
    text-shadow: none;
    float:none !important;
    width: auto !important;
}

.tooltip-enabled .tooltip .tooltip-content h1 {
    padding-bottom: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.status {
    margin: 0 15% 2em;
    padding: 1.5em 1.5em 1.5em 3.5em;
    font-size: 1.2em;
    background-color: #fff;
    position: relative;
}

/*noinspection CssNoGenericFontName*/
.status::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 1em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.25em;
    margin-top: -.6em;
    font-size: 1.25em;
    text-align: center;
    font-family: "fontawesome";
    content: "\f129";
    -moz-border-radius: .6em;
    -webkit-border-radius: .6em;
    border-radius: .6em;
    background-color: #0af;
    color: #fff;
}

.status-error::before {
    background-color: #c00;
    content: "\f00d";
}

/*Tables*/
table.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1.2em;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px #ddd;
    -moz-box-shadow: 0 5px 10px #ddd;
    box-shadow: 0 5px 10px #ddd;
    margin: 20px 0;
}

table.table caption {
    font-size: 1.3em;
    font-weight: bold;
    background-color: #900;
    padding: .5em 2em;
    color: #fff;
}

table.table th,
table.table td {
    padding: 10px;
    vertical-align: top;
}

table.table thead th,
table.table thead td {
    font-size: 1.1em;
    font-weight: normal;
}

table.table thead th a,
table.table thead td a {
    color: inherit;
}

table.table tbody td {
    border-top: 1px solid #eee;
}

table.table tbody tr:first-child td {
    border-top: none;
}

table.table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

table.table tbody tr.selected td {
    font-weight: bold;
    background-color: #ededed;
}

table.table tbody tr.selected:nth-child(even) td {
    background-color: #e2e2e2;
}

table.table thead th.sortable {
    cursor: pointer;
}

/*noinspection CssNoGenericFontName*/
table.table thead th.sortable::after {
    font-family: "FontAwesome";
    margin-left: 1ex;
}

table.table thead th.sortable-asc::after {
    content: "\f0d8";
}

table.table thead th.sortable-desc::after {
    content: "\f0d7";
}

table.table th.num, table.table td.num {
    text-align: right;
}

.freezeform-overlay {
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    display: table;
}

.freezeform-overlay > .freezeform-overlay-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
}