﻿html,
body {
    height: 100%;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}


/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    padding-top: 20px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.footer {
    padding-top: 50px;
    padding-bottom: 45px;
    background: #08183b;
    color: #dde1e6;
}

.footer__title {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.333;
    margin-bottom: 10px;
}

.footer__subtitle {
    padding-bottom: 50px;
    font-size: .875rem;
}

.footer__btn {
    padding: 8px 26px;
    color: #f4f7fb;
    text-transform: none;
    border-color: rgba(255, 255, 255, 0.3);
    font-size: 1rem;
}

    .footer__btn:hover {
        background-color: #FFF;
    }

.footer .soc-link__link {
    color: #c7ccd1;
}

@media (max-width: 767.98px) {
    .footer {
        background: #08183B;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
    }

    .footer__btn {
        margin-bottom: 33px;
    }

    .footer__title {
        font-size: 1.25rem;
        margin-bottom: 0;
    }

    .footer__subtitle {
        border-bottom: 1px solid #fff;
        margin-bottom: 33px;
        padding-bottom: 30px;
    }
}

.footer-logo {
    margin-bottom: 35px;
}

.footer-logo__item {
    display: inline-block;
}

    .footer-logo__item:nth-child(2) {
        position: relative;
    }

        .footer-logo__item:nth-child(2):before {
            margin-left: 18px;
            margin-right: 12px;
            content: '';
            width: 4px;
            height: 64px;
            display: inline-block;
            vertical-align: middle;
            background: -webkit-linear-gradient(top, #005bbb 0%, #005bbb 50%, #ffd500 50%, #ffd500 100%);
            background: linear-gradient(to bottom, #005bbb 0%, #005bbb 50%, #ffd500 50%, #ffd500 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bbb', endColorstr='#ffd500',GradientType=0 );
        }

.footer-logo__link {
    display: inline-block;
    max-width: 50px;
}

@media (max-width: 767.98px) {
    .footer-logo {
        margin-bottom: 23px;
    }
}

.footer-section {
    padding-top: 95px;
}

.footer-section__title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    color: #f4f7fb;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .footer-section {
        padding-top: 0;
    }
}

.footer-list__item {
    margin-bottom: 10px;
}

.footer-list__link {
    color: #848e99;
    font-weight: 600;
    line-height: 1.5;
}

    .footer-list__link:hover {
        color: #FFF;
    }

@media (max-width: 767.98px) {
    .footer-list {
        margin-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .footer-bottom {
        text-align: center;
    }
}

.footer-copyright {
    position: relative;
}

    .footer-copyright .ic {
        position: absolute;
        top: calc(50% - 15px);
        left: -37px;
        fill: #dde1e6;
    }

@media (max-width: 767.98px) {
    .footer-copyright {
        text-align: left;
        margin-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

        .footer-copyright .ic {
            position: relative;
            top: 0;
            left: 0;
            float: left;
        }
}

.footer-devel__img {
    float: left;
    margin-right: 14px;
}

@media (max-width: 767.98px) {
    .footer-devel {
        text-align: left;
        display: inline-block;
        margin-bottom: 20px;
    }

    .footer-devel__text {
        white-space: nowrap;
        display: inline-block;
    }
}

.field-icon {
    float: right;
    margin-top: -25px;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

.mvc-grid {
    width: 100%
}