.section-header {
    background-color: #333333;
    font-size: 16px;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    margin-top: 25PX;
    margin-bottom: 10px;
    font-family: "Helvetica Neue, Helvetica, Arial";
}
/* .form-inline {
    margin-top: 24px;
} */

.section-full {
    width: 100%;
}

.sidebar {
    min-height: 1050px !important;
}

.btn-ext {
    background-color: #2e6ea5;
    border: 1px solid #245580;
    color: white;
    margin-top: 25px;
    padding: 6px 18px;
    border-radius: 3px;
    font-weight: 500;
}

.btn-ext:hover,
.btn-ext:focus {
    background-color: #245580;
    border-color: #1d4467;
    color: white;
}

/* Secondary action beside Save. Same height and rhythm as .btn-ext, but
   outlined rather than filled so it never competes with the primary button. */
.btn-cancel {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    margin-top: 25px;
    margin-left: 8px;
    padding: 6px 18px;
    border-radius: 3px;
    font-weight: 500;
    text-decoration: none;
}

.btn-cancel:hover,
.btn-cancel:focus {
    background-color: #f2f2f2;
    border-color: #adadad;
    color: #333;
    text-decoration: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}