.datepicker > div {
    display: block;
}

.datepicker .table-condensed {
    width: 18em;
    height: 16em;
    table-layout: fixed;
}

.datepicker table tr td.disabled {
    background-color: #f1f1f1 !important;
}

.datepicker-days table tr td.disabled:hover {
    background-color: #f1f1f1 !important;
}
.datepicker-days table tr td:hover {
    background-color: lightyellow !important;
}

.datepicker table tr td {
    position: relative;
}

.datepicker table tr td span.tag-pill {
    width: auto;
    height: auto;
    line-height: initial;
    float: none;
    margin: initial;
    position: absolute;
    bottom: -3px;
    right: -3px;
    padding: 1px 4px;
    font-size: 10px;
}

.datepicker table tr td span.tag-pill.bg-orange {
    width: auto;
    height: auto;
    line-height: initial;
    float: none;
    margin: initial;
    position: absolute;
    bottom: -3px;
    right: 20px;
    padding: 1px 4px;
    font-size: 10px;
}

.datepicker th, .datepicker  td {
    margin: 2px;
}

.new.day, .old.day {
    visibility: hidden;
}

.btn {
    text-decoration: none !important
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified .btn,
.btn-group-justified .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified .btn .btn,
.btn-group-justified .btn-group .btn {
    width: 100%;
}

.btn-group-justified .btn .dropdown-menu,
.btn-group-justified .btn-group .dropdown-menu {
    left: auto;
}

#window-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(100, 100, 100, 0.7);
    z-index: 115001;
}

#window-overlay i {
    position: fixed;
    top: 50%;
    left: 50%;
}
.error-page {
    margin: 0 auto !important;
    width: auto !important;
}