﻿/* 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;
}

img {
    user-select: none;
}

.title {
    padding-bottom: 10px;
}
/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

    a:hover {
        text-decoration: none !important;
    }

.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%;
}

body {
    min-width: 1180px;
    /* Margin bottom by footer height */
}



main {
    overflow: hidden;
}

.footer {
    width: 100%;
    white-space: nowrap;
    line-height: 24px !important;
    color: #9BB1D2;
}

.navbar {
    background: #242424;
    color: white;
}

.navlogo {
    margin-right: 40px;
}

.nav-item > .text-dark {
    color: white !important;
    cursor: pointer;
    font-size: 14px;
}

a.text-dark:focus, a.text-dark:hover {
    color: #4878FF !important
}

.nav-servise {
    float: right;
    font-size: 14px;
    color: white;
}

    .nav-servise span {
        vertical-align: middle;
    }

.servise-val {
    color: #4878FF;
    font-size: 24px;
}

.navbar-nav > li {
    margin: 0 10px;
}

.text-dark:focus, .text-dark:hover {
    color: #4878FF !important
}

.hover-dom {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    display: none;
}

.child-nav {
    position: absolute;
    top: 100%;
    color: #333333;
    left: 0;
    background: white;
    cursor: default;
    display: none;
    width: 100%;
    z-index: 10;
}

.up-blue {
    display: none;
}

.current-down {
    display: none;
}

.down-blue {
    display: none;
}

.current-down-blue {
    display: inline-block;
}

.text-dark:focus, .text-dark:hover .child-nav {
    display: block;
}

.text-dark:focus, .text-dark:hover .hover-dom {
    display: block;
}

.text-dark:focus, .text-dark:hover .down {
    display: none;
}

.text-dark:focus, .text-dark:hover .down-blue {
    display: none;
}

.text-dark:focus, .text-dark:hover .up-blue {
    display: inline-block;
}

.nav-item .current {
    color: #4878FF !important;
}



.child-nav > ul {
    width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 0;
    list-style: none;
}

    .child-nav > ul > li {
        list-style: none;
        width: 236px;
        padding: 30px 0;
    }

        .child-nav > ul > li  ul {
            padding-left: 24px;
            list-style-type: disc
        }

        .child-nav > ul > li .title {
            color: #333333;
            font-size: 16px;
            margin-top: 0;
            font-weight: bold;
        }

        .child-nav > ul > li ul > li {
            margin: 10px 0;
            cursor: pointer;
            color: #333333;
            font-size: 12px;
        }

            .child-nav > ul > li ul > li:hover {
                color: #4878FF !important;
            }

.footer-bg {
    background-image: url('/image/footer_pic_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


footer ul {
    display: flex;
    padding: 0;
    padding-top: 30px;
    list-style-type: none;
}

    footer ul li {
        width: 236px;
    }

        footer ul li div {
            margin: 10px 0;
        }

            footer ul li div a {
                cursor: pointer;
                font-size: 14px;
                color: #9BB1D2 !important;
            }

                footer ul li div a:hover {
                    color: white !important;
                }

        footer ul li .title {
            font-size: 16px;
            color: #FFFFFF;
            margin-top: 0;
            cursor: default;
        }

        footer ul li .servise {
            color: #4878FF;
            font-size: 24px;
            cursor: default;
        }

.footer-last {
    width: 100%;
    text-align: center;
    padding-bottom: 34px;
    font-size: 14px;
}
