html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Catamaran', sans-serif;
    padding-top: 4.5rem;
    margin-bottom: 60px;
}

body > .container {
    padding-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer p {
    margin: 0;
}

.bg-dark {
    background-color: #00264C !important;
}

.btn-primary {
    background-color: #00AECF;
    border-color: #00AECF;
}

.btn-primary:hover {
    background-color: #0096B3;
    border-color: #0096B3;
}

.enx-logo {
    height: 50px;
}

.dropdown-toggle::after {
    margin-top: 0.1em;
}

.page-header {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 300;
}

.home-operations h3 {
    margin-bottom: 1rem;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.inline {
    display: inline;
}

.inline button[type=submit] {
    margin-top: 0;
}

.alert p:last-child {
    margin-bottom: 0;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}