h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    letter-spacing: -0.05em;
}

.navbar .navbar-brand {
    padding: 9px 15px;
}

.navbar .dropdown-menu {
    padding: 0;
    border-radius: 0;
}

.navbar .dropdown-menu > li > a {
      padding: 7px 20px;
}

.navbar .account-link {
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}



body {
    padding-top: 80px;
    padding-bottom: 40px;
}

.title-prefix {
    display: block;
    margin-bottom: 5px;

    color: #999;
    font-size: 0.5em;
    letter-spacing: -0.03em;
}

h1 {
    margin-top: 0;
    margin-bottom: 25px;
}

h1 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid #eee;
}

h2 {
    font-size: 24px;
    margin-top: 2em;
}

.form-bar {
    text-align: right;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    padding: 10px;
}

.copyright {
    font-size: 11px;
    color: #ccc;
    text-align: right;
    margin-top: 50px;
}

label.required-field:before {
    content: "*";
    color: #f00;
    margin-right: 5px;
    font-weight: bold;
}

.action-floating {
    float: right;
    margin-left: 10px;
}

.table .list-inline {
    margin-bottom: 0;
}

.table .list-inline li {
    border-left: 1px solid #ccc;
}

.table .list-inline li:first-child {
    border-left: none;
}


/* Sections */

.section {
    margin-top: 50px;
}

.section-header h2 {
    margin: 2px 0;
}

.section-header .section-actions {
    text-align: right;
    margin-bottom: 10px;
}

.section-body {
    border-top: 1px solid #eee;
}

.section-body .dataTables_wrapper {
    margin-top: 10px;
}

.grid-practice-locations .workgroup-enrolments {
    margin-top: 25px;
}

.grid-practice-locations .workgroup-enrolments .workgroup-enrolments-workgroup-name {
    font-weight: bold;
}

.grid-practice-locations .workgroup-enrolments ul,
.grid-practice-locations .workgroup-enrolments li {
    list-style: none;
    padding: 0;
    margin: 0;
}


.modal-alert {
    margin: 0;
}

.modal-alert ul {
    margin-top: 5px;
    padding-left: 30px;
}

.modal-footer form {
    display: inline;
}
