/*
 * Branding.
 */
a {
    color: #4186cb;
}

code {
    color: #cc0000;
}


/*
 * Define the appearance of the inner part of a page (ie. the where the
 * page-specific content is rendered).
 */
.inner-page h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.inner-page h2 {
    font-size: 20px;
}


/*
 * Define the appearance of the outer part of a page (ie. excluding the header
 * but including the side bars).
 */
.outer-page {
    margin-top: 70px;
    margin-bottom: 0px;
}

.side-panels > div {
    margin-top: 25px;
}

.side-panels > div > div > p {
    margin-bottom: 5px;
}


/*
 * A background for delayed elements.
 */
.loading {
    background:url(/static/riverbank4/loading.gif) center center no-repeat;
}


/*
 * Define the appearence of aspects of tab panes.
 */
.tab-pane {
    margin-top: 25px;
}


/*
 * Define the appearence of aspects of forms.
 */
fieldset {
    margin-top: 25px;
}

.form-actions {
    margin-top: 30px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .form-actions {
        margin-bottom: 30px;
    }
}

.form-control.emailinput {max-width: 18rem;}
.form-control.lazyselect {max-width: 12rem;}
.form-control.numberinput {max-width: 12rem;}
.form-control.select {max-width: 12rem;}
.form-control.textarea {max-width: 18rem;}
.form-control.textinput {max-width: 18rem;}


/*
 * Define the appearance of the company details in the footer.
 */
.company-footer {
    font-size: x-small;
    text-align: center;
}

.company-footer-detail {
    font-size: xx-small;
}


/*
 * The following are required to support multiple columns in dropdown menus.
 */
.dropdown-menu.columns-2 {
    min-width: 30rem;
}

.dropdown-menu.columns-3 {
    min-width: 45rem;
}

.dropdown-menu.columns-4 {
    min-width: 60rem;
}

.multi-column-dropdown {
    list-style: none;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    font-weight 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}

.multi-column-dropdown li a:hover {
    text-decoration: none;
    background-color: #f8f8f8;
}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
