﻿html {
    position: relative;
    min-height: 100%;
    background: #e6f7f6;
}

body {
    background: #e6f7f6;
    min-height: 100%;
    letter-spacing: 0;
    color: #201547;
}

* {
    font-family: Arial, Helvetica, sans-serif;
}

#main-logo {
    max-height: 3.5em;
}

.body-content {
    padding-top: 2em;
    padding-bottom: 10em;
}

.slider .tooltip {
    display: none;
}

#page-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5em;
    line-height: 5em;
    background-color: #00b2a9;
}

.btn-primary {
    color: #fff;
    background-color: #201547;
    border-color: #201547;
}

    .btn-primary:hover {
        background-color: #120c27;
        border-color: #120c27;
    }

.setup-row-container i {
    color: #201547;
}

.btn-primary i {
    color: white;
}

.download-button i {
    margin-right: 1rem;
}

i.disabled, i.disabled:hover, .move-icon i {
    color: #aaa;
    pointer-events: none;
    cursor: not-allowed;
}

.grid-stack-item-content i:hover {
    color: #120c27;
}

.navbar-expand-lg .container {
    padding-right: 0;
}

.navbar-expand-lg {
    padding-right: 0;
    padding-left: 0;
    background-color: #201547 !important;
}

.navbar-expand-lg {
    background-color: #201547;
    border: none;
    height: 7em !important;
    max-height: 7em !important;
}

    .navbar-expand-lg .container {
        background-color: #00b2a9;
        z-index: 1000;
    }

#left-background {
    background-color: #00b2a9;
    position: absolute;
    top: 0;
    height: 7em;
    width: 50%;
    z-index: 1;
}

.navbar .user-nav {
    background-color: #201547;
}

.username {
    text-transform: none;
}

.dataTables_wrapper {
    margin-top: 2em;
}

.data-table td {
    vertical-align: middle;
}

.navbar-nav li {
    line-height: 7em;
}

.navbar .user-nav a, #page-footer, .btn-link {
    color: white !important;
}

.btn-link {
    font-weight: 600;
    padding-right: 0;
}

.user-login-body button {
    padding-left: 1.2rem;
}

.navbar-collapse {
    float: right;
    flex-grow: 0;
}

.full-height-banner {
    max-height: 7em !important;
}

.grid-stack-item-content {
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.03);
    color: white;
    position: relative;
}

.box-shadow {
    box-shadow: 0 0 3px 3px rgba(0,0,0,0.03);
    border: 1px solid #c1d2d1;
}

.grid-stack-item-removing {
    opacity: 0.5;
}

    .grid-stack-item-removing .grid-stack-item-content {
        background: #af272f;
    }

.grid-stack > .grid-stack-item > .grid-stack-item-content {
    left: 0 !important;
    right: 0 !important;
}

.trash {
    width: 100%;
    font-size: 8rem;
    background: rgba(0, 0, 0, 0.1);
    color: #af272f;
    text-align: center;
    margin-top: 2rem;
}

.add-element-container {
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: #00b2a9;
    padding: 2em;
}

    .add-element-container label {
        color: white;
    }

.sml-container {
    padding: 1.5em 2em 1.5em 2em;
    margin-bottom: 1em;
    background-color: #e6f7f6;
    border: 1px solid #c1d2d1;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}

    .sml-container .form-group, .sml-container p {
        margin-bottom: 0;
    }

.sml-container-comments {
    background-color: #c1d2d1;
}

.grid-stack {
    margin: 2em 0;
}

.btn-secondary {
    background-color: #e6f7f6;
    border-color: #e6f7f6;
    color: #201547;
}

    .btn-secondary:hover {
        color: #201547;
        background-color: #c0c0c0;
        border-color: #c0c0c0;
    }

table.dataTable tbody tr {
    background: #e6f7f6 !important;
}

.btn-primary-light {
    color: #fff;
    background-color: #00b2a9;
    border-color: #00b2a9;
}

    .btn-primary-light:hover {
        color: #fff;
        background-color: #008e87;
        border-color: #008e87;
    }

    .btn-primary-light.disabled, .btn-primary-light:disabled {
        color: #fff;
        background-color: #004744;
        border-color: #004744;
    }

.sub-header {
    font-size: 1.4rem;
    padding: 1rem;
}

.sub-header-policy {
    background: #c1d2d1;
}

.sub-header-category {
    background: white;
}

.sub-header-survey {
    background: #201547;
    color: white;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #201547 !important;
    text-transform: none !important;
    letter-spacing: 0;
}

.full-width {
    width: 100%;
}

.grid-stack p {
    margin-bottom: 0 !important;
}

.move-icon {
    height: 1.5rem;
    max-width: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0.8rem;
    transform: translate(0, -50%);
    text-align: center;
    left: -0.1rem;
}

.number-icon {
    background-color: #00b2a9;
    height: 6rem;
    max-width: 6rem;
    width: 6rem;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}

.grid-stack-item .number-icon {
    left: -50px;
}

.number-icon .number-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: auto;
    margin-right: auto;
    font-size: 37px;
    width: 100%;
}

.float-right {
    min-height: 3em;
}

.add-element-container textarea {
    height: 8em;
}

textarea {
    line-height: 2rem;
}

.form-control {
    padding: 0.75rem 1rem;
}

.dataTables_wrapper {
    margin-bottom: 4em;
}

.jq-icon-success {
    background-color: #201547 !important;
    border-color: #120c27 !important;
}

.btn-group-toggle .btn-primary {
    background: #8f89a2
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #201547;
    border-color: #201547;
    box-shadow: 0 0 0 0.2rem rgba(26,26,26,0.5)
}

.questions-container {
    margin-bottom: 6em;
}

.pulse-button {
    cursor: pointer;
    box-shadow: 0 0 0 0 #00b2a9;
    -webkit-animation: pulse 1.5s infinite;
}

    .pulse-button:hover {
        -webkit-animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.range-output {
    color: #201547;
    font-size: 3em;
    text-align: center;
}

.rangeslider__fill {
    background: #201547 !important;
}

.custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #201547;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #201547;
}

form ul {
    margin-bottom: 0 !important;
}

.survey-nav-icon {
    height: 1em;
    width: 1em;
    border-radius: 50%;
    margin: 0.3em 0.25em;
    display: inline-block;
    position: absolute;
    top: -0.1rem;
}

.nav-group {
    margin-bottom: 0.5rem;
    overflow-x: hidden;
}

.nav-policy-question {
    margin-left: 1rem !important;
    background-color: #c1d2d1 !important;
    margin-bottom: 0.5rem;
    padding: 0.3rem 0.5rem !important;
    max-width: calc(100% - 1rem) !important;
    min-height: 2rem;
}

.survey-nav .incomplete {
    background-color: #af272f;
}

.survey-nav .complete {
    background-color: #00b2a9;
}

.survey-nav .unknown {
    background-color: #898989;
}

.survey-nav .active {
    height: 1.5em;
    width: 1.5em;
    margin: 0.1em 0;
    border: solid 0.3em #201547;
}

.nav-icon-container {
    min-width: 1.5rem;
}

.survey-nav tr:first-child td {
    padding-bottom: 0.7em;
    border-bottom: solid 1px #201547;
}

.survey-nav tr:last-child td {
    padding-top: 0.7em;
}

.header-col {
    min-width: 10em;
}

.survey-nav a {
    text-decoration: none;
}

i:disabled {
    color: #ddd;
    pointer-events: none;
    cursor: not-allowed;
}

.btn-group > label:not(:last-child) {
    margin-right: 0.5em;
}

.dark-header {
    background-color: #00b2a9;
    color: white;
    padding: 1em 2em;
    font-size: 1.5em;
    margin-bottom: 0.5em;
    margin-top: 1em;
}

.sml-container-dark {
    background-color: #201547;
}

.banner {
    padding: 1em 0;
    margin-bottom: 1em;
    position: relative;
}

    .banner h1, .banner h2, .banner h3 {
        margin: 0 0 0.3em 0;
    }

.banner-left {
    border-bottom: solid 3px #201547;
}

.banner-right {
    border-bottom: solid 3px #00b2a9;
    position: absolute;
    bottom: 0;
    right: 15px;
    width: calc(100% - 15px);
}

.alert-info {
    color: #201547;
    background-color: #d2ebea;
    border-color: #201547;
}

.sub-header-sml {
    font-size: 20px !important;
}

.positive-diff {
    background-color: #7cdc00;
    border: 2px solid #6bbe00;
}

.negative-diff {
    background-color: #af272f;
    border: 2px solid #af000a;
}

.result-number-val {
    font-size: 1.25rem;
    font-weight: 600;
    width: 4em;
    text-align: center;
}

.tooltip-item, .tooltip-tooltip:hover {
    color: #00b2a9;
    font-weight: 600;
    cursor: pointer;
}

.tooltip > .tooltip-inner {
    background-color: #d8ff04 !important;
    border-radius: 0 !important;
    border: none !important;
    color: #201547;
    font-size: 0.875rem;
    max-width: 300px !important;
    text-align: left;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
}

.tooltip .arrow {
    display: none !important;
}

.tooltip {
    opacity: 1 !important;
    max-width: 300px !important;
}

.info-button {
    font-size: 30px;
    position: absolute;
    right: 2rem;
    top: 0;
}

.btn-disabled {
    pointer-events: none;
    cursor: not-allowed;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #201547;
}

.square-button {
    width: 2.5em;
    height: 2.5em;
    float: right;
    font-size: 2.5em;
    display: table;
}

    .square-button span {
        display: table-cell;
        vertical-align: middle;
    }

.number-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 35px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .number-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

.slider-container .slider.slider-horizontal {
    width: 100%;
}

.slider-container {
    margin-left: 1em;
    margin-right: 1em;
}

.slider-container-margin-bottom {
    margin-bottom: 1rem;
}

.slider-tick-label-container {
    margin-top: 2rem !important;
}

.slider-container .slider-track, .slider-container .slider.slider-disabled .slider-track {
    background: none;
    box-shadow: none;
    height: 1px !important;
    top: calc(50% + 4px) !important;
}

.slider-container .slider-tick {
    background: #8f89a2;
    box-shadow: none;
    opacity: 1;
    border: none;
    height: 25px !important;
    width: 25px !important;
    margin: -2.5px 0 0 -12.5px !important;
}

.slider-container .slider-selection.tick-slider-selection {
    background: none;
    box-shadow: none;
}

.slider-container .slider-tick.in-selection {
    background: #8f89a2;
    box-shadow: none;
}

.slider-container .slider-handle, .slider-container .slider.slider-disabled .slider-handle {
    background: #00b2a9;
    margin: -5px 0 0 -15px !important;
    height: 30px;
    width: 30px;
}

.sml-container-slider p {
    margin-bottom: 1rem;
}

.question-row .slider-container {
    font-size: 11.5px;
    margin-left: 3em;
    margin-right: 3em;
}

#nav-outer-container {
    left: 1rem;
    width: 20rem;
    position: absolute;
}

.setup-row-container {
    padding: 1rem;
    color: #333;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.setup-category .setup-row-container {
    padding: 0.4rem;
}

.setup-row-container p, .setup-row-container i, .setup-row-container a, .setup-row-container span {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.sml-container .btn-group {
    top: 50%;
    transform: translate(0, -50%);
}

.sml-container .disabled-question {
    width: 5rem;
    position: absolute;
    top: 50%;
    left: -3.5rem;
    transform: translate(0, -50%);
}

.setup-policy-question {
    background-color: #c1d2d1;
}

.setup-category {
    background-color: white;
}

.setup-score-question {
    background-color: #e6f7f6;
    border: 1px solid #c1d2d1;
    top: 0;
    padding-left: 70px;
}

.light-button {
    font-size: 2rem;
    min-width: 4rem;
}

.score-question-indent {
    margin-left: 50px;
    width: calc(100% - 50px) !important;
}

.sub-text {
    color: #666;
}

dl {
    margin-bottom: 2rem;
}

#questions-container {
    margin-top: 1rem;
}

.comments-box {
    background-color: #d0e2e2;
    margin-top: 1rem;
}

.comments-box-no-margin {
    margin-top: 0;
}

.c3-grid text {
    fill: #201547 !important;
}

.c3-ygrid-line line {
    stroke: #201547 !important;
}

.c3-lines {
    display: none;
}

.c3-circle {
    stroke-width: 10px;
    stroke: #00b2a9;
}

.c3-axis-x text {
    font-size: 18px;
}

#download-link {
    margin-top: 2rem;
}

.reference-container {
    margin-top: 2rem;
}

.error-ref-text {
    color: red;
}

.success-ref-text {
    color: green;
}

.error-ref .setup-row-container {
    background-color: #ff5f5f
}

.badge {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: #00b2a9;
    position: absolute;
    top: 0;
    padding-top: 7px;
}

.badge-negative {
    background-color: #ff5f5f;
}

.reference-result-box {
    padding: 1rem 1rem 0.5rem 1rem;
    margin-top: 1rem;
}

#nav-policy-question-container {
    max-height: 16rem;
    overflow-y: scroll;
    margin-bottom: 0.5rem;
}

.nav-category {
    padding: 0.5rem 0.5rem !important;
}

.nav-category-active {
    background-color: #8f89a2 !important;
}

.big-number-box {
    padding: 1rem;
    background-color: #00b2a9;
    font-size: 3rem;
    text-align: center;
    margin: 1rem 0 2rem 0;
}

b, strong {
    font-weight: bold;
}

.survey-yes-no-buttons {
    display: block;
}

    .survey-yes-no-buttons i {
        font-size: 2rem;
    }

    .survey-yes-no-buttons span {
        font-size: 2rem;
        margin-top: 0.2rem;
    }

    .survey-yes-no-buttons i:hover, .survey-yes-no-buttons .na-button:hover {
        color: #b1e7e5;
    }

    .survey-yes-no-buttons .btn {
        padding: 0.5rem;
        width: 4.5rem;
        vertical-align: middle;
    }

.na-button {
    padding-top: 0.8rem !important;
}

.survey-nav .nav-group {
    padding-left: 0;
}

#target-maturity-placeholder {
    background-color: #cfe1e1;
    color: #55595c;
}

#aecom-logo {
    max-height: 2rem;
}

#footer-copyright {
    font-size: 12px;
}

.remove {
    cursor: pointer;
}

#title {
    color: white;
    text-transform: none;
    float: left;
    font-size: 16px;
    max-height: 7rem;
    position: absolute;
    top: 0.7rem;
    left: 18rem;
    line-height: 1.2;
    padding-left: 1rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-left: solid 2px #201547;
    min-width: 15rem;
}

.title-1 {
    color: #201547;
}

.title-2 {
    font-size: smaller;
}

#left-nav-container {
    position: relative;
}

.red-notification-text {
    color: #af272f;
    font-weight: bold;
}

.nav-item {
    margin-right: 1.2rem;
}

#title a {
    color: white;
    text-decoration: none;
}

.nice-scroll {
    position: relative;
}

.survey-container {
    min-height: 40rem;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    background: none;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #d0e2e2;
}

.question-header-fixed {
    background-color: #e6f7f6;
    position: fixed;
    top: 0;
    z-index: 100;
    padding-top: 1rem;
    border-bottom: solid 1px #201547;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.2);
}

.nav-fixed {
    position: fixed !important;
    top: 1rem;
}


.question-header-sticky-filler-on {
    height: 70px;
}

.note-editor.note-frame {
    border: none !important;
}

.note-children-container {
    display: none;
}

.add-element-container .summernote-textarea {
    width: 100%;
    line-height: 1.5rem;
    height: 10rem;
}

.text-area-tall {
    height: 24.5em !important;
}

.info-table tbody {
    text-align: center;
}

.info-table {
    margin: 2rem 5rem;
    width: calc(100% - 10rem);
    font-size: large;
}

    .info-table .info-table-row-group {
        text-align: left;
        width: 20%;
        vertical-align: middle;
    }

    .info-table td, .info-table th {
        border: solid #201547 1px !important;
        padding: 0.5rem;
        text-transform: none;
        font-size: large;
    }

    .info-table tr {
        border: none !important;
    }

    .info-table .info-table-header-cell, .info-table .info-table-row-group, .info-table th {
        font-weight: bold;
    }

    .info-table .info-table-header-cell {
        background-color: rgb(192, 209, 208) !important;
    }

.table {
    max-width: 100%;    
}

.colour-very-good {
    background-color: rgb(0, 177, 168) !important;
}

.colour-good {
    background-color: rgba(0, 255, 0, 0.7) !important;
}

.colour-average {
    background-color: rgba(255, 255, 0, 0.7) !important;
}

.colour-bad {
    background-color: rgba(255, 165, 0, 0.7) !important;
}

.colour-very-bad {
    background-color: rgba(175, 39, 47, 0.7) !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #201547 !important;
}

#hazard-table_wrapper {
    margin-bottom: 0;
}

.form-control {
    color: #201547;
}

.width-limited {
    max-width: 100%;
}

.modal-content {
    background-color: #e5f6f5;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.custom-radio .custom-control-label::before {
    background-color: #8f89a2;
}

.section {
    margin-bottom: 1.5rem;
}

.sml-container-form-spaced .form-group {
    margin-bottom: 1rem;
}

.slider-container .slider-tick-label {
    font-weight: bold;
}

.large-custom-control {
    font-size: 1.3rem;
}

    .large-custom-control .custom-control-label::before {
        top: 0.4rem !important;
    }

    .large-custom-control .custom-control-label::after {
        top: 0.4rem !important;
    }

.bold-labels label {
    font-weight: bold;
}

.numbered-list-container {
    padding-left: 2rem;
    position: relative;
}

.note-toolbar .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: none;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.nav-item .dropdown .btn {
    padding: 0;
    background: none;
    color: white;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none !important;
}

.btn-secondary:not(:disabled):not(.disabled):active {
    background-color: #201547 !important;
    border: none !important;
    color: white !important;
}

.dropdown-item {
    background-color: #201547 !important;
    padding: 0.25rem !important;
    color: white !important;
    line-height: 2em !important;
}

    .dropdown-item:hover {
        text-decoration: underline;
    }

.dropdown-menu {
    padding: 0;
}

.dropdown-toggle:hover {
    text-decoration: underline;
}





@media (min-width: 992px) and (max-width: 1200px) {
    #main-logo {
        display: none;
    }

    #title {
        left: 9rem;
    }
}

@media (max-width: 767px) {
    .question-header-fixed {
        width: 380px;
    }

    .score-question-comments-box {
        margin-bottom: 1rem;
    }

    #main-logo {
        display: none;
    }

    #title {
        left: 7rem;
        border-left: none;
        font-size: 14px;
        min-width: 13rem;
        top: 1rem;
    }
}

@media (min-width: 768px) {
    .question-header-fixed {
        width: 560px;
    }

    .form-group-bottom-align-textbox {
        position: relative;
        height: calc(100% - 1rem);
    }

        .form-group-bottom-align-textbox select, .form-group-bottom-align-textbox input, .form-group-bottom-align-textbox textarea {
            position: absolute;
            bottom: 0;
        }
}

@media (min-width: 992px) {
    .question-header-fixed {
        width: 720px;
    }
}

@media (min-width: 1200px) {
    .question-header-fixed {
        width: 900px;
    }

    .modal-xlg {
        width: 90%;
        max-width: 1150px;
    }
}

@media (max-width: 1199px) {
    .survey-yes-no-buttons .btn {
        padding: 0.5rem 0;
        max-width: 3rem;
    }

    .survey-yes-no-buttons i {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1320px) {
    .question-header-fixed {
        width: 948px;
    }
}

@media (min-width: 1640px) {
    .question-header-fixed {
        width: 1060px;
    }
}

@media (min-width: 1790px) {
    .question-header-fixed {
        width: 1140px;
    }
}

@media (max-width: 991px) {
    .navbar-expand-lg {
        background-color: #00b2a9 !important;
    }

    .btn-link {
        padding-left: 2rem !important;
    }

    .navbar-nav li {
        line-height: 4em;
    }

    #separator-triangle {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 5.3rem;
        right: 0;
    }

    .navbar .user-nav {
        background-color: #00b2a9;
    }

    .survey-container {
        margin-left: 10rem;
    }

    #nav-outer-container {
        max-width: 11rem !important;
    }

    .navbar-nav {
        padding: 0 1rem;
    }

    a.btn-link {
        padding-left: 0 !important;
    }

    .navbar-nav .navbar-right {
        padding: 0;
    }

    .dropdown-menu {
        border: none;
    }

    .dropdown-menu.show .dropdown-item {
        background: #00b2a9 !important;
    }

    .btn-secondary:not(:disabled):not(.disabled):active {
        background: #00b2a9 !important;
    }
}

@media (min-width: 1640px) and (max-width: 1789px) {
    .survey-container {
        margin-left: 5rem;
    }
}

@media (min-width: 1320px) and (max-width: 1639px) {
    .survey-container {
        margin-left: 12rem;
    }

    #nav-outer-container {
        max-width: 17rem !important;
    }
}

@media (min-width: 991px) and (max-width: 1319px) {
    .survey-container {
        margin-left: 15rem;
    }

    #nav-outer-container {
        max-width: 15rem !important;
    }
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 6rem;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 7rem;
    }
}
