@import url("/fontawesome/css/all.min.css");

/* 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;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}


button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Buttons
-------------------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn,
.btn-sm {
    border-radius: 0;
}

.btn-vws {
    color: #fff;
    background-color: #408E3A;
    border: none;
    transition: opacity .15s ease-in-out;
}

    .btn-vws:hover {
        color: #fff;
        opacity: 80%
    }

    .btn-vws.focus, .btn-vws:focus {
        box-shadow: 0 0 0 0.2rem rgb(55 159 48 / 50%);
    }

    .btn-vws.btn-border {
        border-right: 0.75rem solid #49B841;
        padding-right: 0.5rem;
    }

        .btn-vws.btn-border:hover {
            border-right: 0.75rem solid #49B841;
        }

.btn-vws-secondary {
    color: #fff;
    background-color: #49B841;
    border: none;
    transition: opacity .15s ease-in-out;
}

    .btn-vws-secondary:hover {
        color: #fff;
        opacity: 80%
    }

    .btn-vws-secondary.focus, .btn-vws:focus {
        box-shadow: 0 0 0 0.2rem rgb(55 159 48 / 50%);
    }

.btn-outline-vws {
    color: #408E3A;
    border-color: #408E3A;
    background-color: #EDFCE1;
}

    .btn-outline-vws:hover {
        color: #fff;
        background-color: #408E3A;
        border-color: #408E3A;
    }

    .btn-outline-vws.focus, .btn-outline-vws:focus {
        box-shadow: 0 0 0 0.2rem rgb(55 159 48 / 50%);
    }

/* Other VNG styling
-------------------------------------------------- */

.text-vws {
    color: #408E3A;
}

.text-vws-secondary {
    color: #fff !important;
}

    .text-vws-secondary:hover {
        color: #D3EFD2 !important;
    }

    .text-vws-secondary.active {
        color: #ffd088 !important;
    }

.bg-vws-secondary .text-vws-secondary.active {
    color: #ffd088 !important
}

.text-vws-lightblue {
    color: #49B841;
}

.text-vws-darkblue {
    color: #124f9d;
}

.bg-vws {
    background: #408E3A;
}

.bg-vws-secondary {
    background: #49B841;
}

/* Navbar styling
-------------------------------------------------- */
.nav-pills .nav-link {
    padding: 8px !important;
    border: #939393 1px solid;
    border-left-width: 6px;
    margin: 1px;
    color: #484848;
}

    .nav-pills .nav-link:not(.active):hover {
        background: #f1f1f1;
        color: #343434;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #408E3A;
        background-color: white;
        border-color: #408E3A;
    }

@media all and (min-width: 992px) {

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


.dropdown-item {
    font-weight: 600;
    color: #16181b !important;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b !important;
        text-decoration: none;
        background-color: #D3EFD2;
    }

.nav-link {
    padding-bottom: 1rem;
}

.nav-item,
.nav-item .nav-link {
    font-weight: 600 !important;
}

.nav-link {
    padding-left: 0.6rem !important;
}

.dropdown-menu {
    background: #EDFCE1;
    border-radius: 0;
}

.dropdown-toggle {
    cursor: default;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
    margin-bottom: 0.5em;
}

.bg-vws-navbar {
    background: #408E3A;
}

@media (min-width: 768px) {
    .navbar {
        height: 60px;
        border: none !important;
    }

        .navbar > .container {
            height: 100%;
        }

    .navbar-expand-md .navbar-collapse {
        height: 60px;
    }

        .navbar-expand-md .navbar-collapse > ul {
            height: 100%;
        }

    .bg-vws-navbar {
        background: linear-gradient( 90deg, #408E3A 50%, #49B841 50%);
    }
}

@media (max-width: 767.9px) {
    .navbar > .container {
        max-width: 100% !important;
    }
}


/* Tables
-------------------------------------------------- */

.table-vws {
    border: #b4b4b4 1px solid;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(73, 184, 65,.1);
}

.table-hover tbody tr:hover {
    background-color: rgba(73, 184, 65,.15);
}

/* Other
-------------------------------------------------- */

.pointer {
    cursor: pointer;
}

.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);
}

.breadcrumb {
    background: #fff;
}

.btn-danger,
.btn-secondary {
    border: none;
}

.w-500px {
    width: 500px;
    max-width: 100%;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}


@media only screen and (max-width: 767px) {
    .fab-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: center;
        user-select: none;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1;
    }

        .fab-container a, .fab-container button, .fab-container button.btn-vws {
            font-size: 20px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            bottom: 10px;
            right: 10px;
            height: 60px;
            width: 60px;
            background-color: #408E3A;
            border-radius: 50%;
            transition: all .3s ease;
        }

            .fab-container a, .fab-container button:hover {
                cursor: pointer;
            }

    .hide-wstl {
        display: none;
    }

    .fab-container a.btn-vws.btn-border, .fab-container button.btn-vws.btn-border, .fab-container button.btn-vws.btn-border:hover {
        border-right: 0px;
        padding: 0px;
    }
}

@media only screen and (min-width: 768px) {
    .fab-container {
        display: none;
    }
}
