table pre {
    margin-bottom: 0;
}

table.table-fields td {
    padding: 3px 15px;
}

.dropdown.bootstrap-select {
    width: 100% !important;
    display: block;
}

.tempus-dominus-widget {
    box-shadow: none;
    border: 1px solid #d1d3e2;
    padding: 25px 10px;
    border-radius: 0.35rem;
    width: 100%;
    z-index: 98;
}

.dropdown-menu.show {
    z-index: 99;
}

.btn-large i {
    display: inline-block;
    margin-right: 5px;
    font-size: 85%;
}

table.static {
    width: 100%;
    margin-bottom: 2rem;
}

table.static tr {
    border-bottom: 1px solid #d1d3e2
}

table.static tbody tr:last-of-type {
    border: none;
}

table.static th {
    font-size: 115%;
}

table.static td, table.static th {
    padding: 10px 5px;
    text-align: center;
}

table.static tr:nth-child(even) {
    background-color: #f2f2f2;
}

#login-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#login-image {
    max-width: 100%;
}

.badge {
    font-size: 90%;
}