﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.breadcrumb-container {
    background-color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .breadcrumb-container.shadowed {
        -webkit-box-shadow: 0 6px 10px 0 rgba(238, 238, 238, 0.62);
        box-shadow: 0 6px 10px 0 rgba(238, 238, 238, 0.62);
    }

    .breadcrumb-container.bordered {
        border-bottom: 1px solid #E4E4E4;
    }

    .breadcrumb-container .breadcrumb {
        margin: 13px 0 38px;
        padding: 0;
        border-radius: 0;
        background-color: transparent;
    }

        .breadcrumb-container .breadcrumb .breadcrumb-item {
            padding-left: 10px;
            font-size: 0.75rem;
        }

            .breadcrumb-container .breadcrumb .breadcrumb-item:not(:first-child):before {
                font-family: "ib-icon";
                content: '\e902';
                color: #D2935B;
                padding-right: 10px;
                font-size: 0.75rem;
            }

            .breadcrumb-container .breadcrumb .breadcrumb-item a {
                color: #A2A2A2;
                font-weight: 500;
            }

                .breadcrumb-container .breadcrumb .breadcrumb-item a:hover, .breadcrumb-container .breadcrumb .breadcrumb-item a.hover {
                    color: #13183E;
                }

            .breadcrumb-container .breadcrumb .breadcrumb-item span {
                color: #A2A2A2;
                font-weight: 500;
            }

    .breadcrumb-container .prev-page {
        font-size: 0.75rem;
        padding: 14px 0 14px 10px;
    }

        .breadcrumb-container .prev-page a {
            color: #A2A2A2;
            font-weight: 500;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .breadcrumb-container .prev-page a:hover, .breadcrumb-container .prev-page a.hover {
                color: #13183E;
            }

            .breadcrumb-container .prev-page a:before {
                font-family: "ib-icon";
                content: '\e901';
                color: #A2A2A2;
                padding-right: 10px;
                font-size: 0.75rem;
            }

@media (max-width: 991.98px) {
    .breadcrumb-container .container {
        padding: 0 !important;
    }

        .breadcrumb-container .container .row {
            margin: 0 !important;
        }

            .breadcrumb-container .container .row .col {
                padding: 0 !important;
            }
}

@media (max-width: 767.98px) {
    .breadcrumb-container {
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-bottom: 0 !important;
    }
}


.page-notfound {
    text-align: center;
}

    .page-notfound .display-1 {
        font-weight: 700;
        margin-bottom: 36px;
    }

    .page-notfound p {
        margin: 14px 0 36px;
    }

    .page-notfound .form-search {
        margin-bottom: 64px;
    }

    .page-notfound .btn-prev, .page-notfound .btn-next {
        margin-bottom: 105px;
    }

@media (max-width: 767.98px) {
    .page-notfound {
        text-align: center;
    }

        .page-notfound .display-1 {
            font-size: 5rem;
            font-weight: 700;
            margin-bottom: 24px;
        }

            .page-notfound .display-1 h2 {
                font-size: 1.375rem;
            }

        .page-notfound p {
            margin: 14px 0 24px;
        }

        .page-notfound .form-search {
            margin-bottom: 32px;
        }

        .page-notfound .btn-prev, .page-notfound .btn-next {
            margin-bottom: 50px;
        }
}

.btn-prev {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1rem;
    color: #13183E;
    text-align: right;
    padding: 0;
    padding-left: 17px;
    position: relative;
}

    .btn-prev:before {
        font-family: "ib-icon";
        content: "\e901";
        position: absolute;
        left: 0;
        font-size: 0.875rem;
        color: #D2935B;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .btn-prev:hover:before, .btn-prev.hover:before {
        left: -10px;
    }
