.logo{
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
    padding: 15px 0;
    margin: 10px 0 20px;
}
.nav-header{
    padding:14px 25px 20px;
}

.middle-box h1 {
    font-size: 85px;
}

.alert {
    text-align: left;
}
.nav.navbar-top-links{
    font-size: 14px;
}
.title-action{
    padding-top:20px;
}
textarea.form-control{
    height:80px;
}

.label-large {
    font-size:inherit;
}

.pagination{
    margin:0;
    text-align: left;
}

.active0{
    background:#ddd !important;
    color:#aaa;
    text-decoration:line-through;
}

option:disabled{
    color:#bbb;
    background:#eee;
    text-decoration:line-through;
}

pre.title_cover{
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align:center;
}

.unsupported_browser{
    display:none;
}

.parameter-input {
    min-height: 35px;
}

.modal-element {
    margin-bottom: 10px;
}

.nav-tabs > li{
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a {
    margin-right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.parameter-screen hr {
    margin: 10px 0;
}

.parameter-screen h4 {
    margin: 35px 0 5px;
}
.alert-grey {
    color: #6e7071;
    background-color: #f3f3f3;
    border-color: #d1d6da;
}

[x-cloak] {
    display: none;
}

.cover_subsection {
    background-color: #f2f2f2;
    padding: 20px 20px 5px;
}

/* Make page-wrapper stretch to full height */
#page-wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#page-wrapper > .row.border-bottom:first-child {
    flex-shrink: 0;
}

#page-wrapper > .row.wrapper.page-heading,
#page-wrapper > .row.wrapper.border-bottom.page-heading {
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
}

/* Make content area flexible, push footer to bottom */
#page-wrapper > .alert {
    flex-shrink: 0;
}

#page-wrapper .footer {
    margin-top: auto;
    flex-shrink: 0;
}
