﻿@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: #002c64;
    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(38 143 255 / 50%);
    }

    .btn-vws.btn-border {
        border-right: 0.75rem solid #00a9f3;
        padding-right: 0.5rem;
    }

        .btn-vws.btn-border:hover {
            border-right: 0.75rem solid #00a9f3;
        }

.btn-vws-secondary {
    color: #fff;
    background-color: #00a9f3;
    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(38 143 255 / 50%);
    }

.btn-outline-vws {
    color: #002c64;
    border-color: #002c64;
    background-color: #E2F4FD;
}

    .btn-outline-vws:hover {
        color: #fff;
        background-color: #002c64;
        border-color: #002c64;
    }

    .btn-outline-vws.focus, .btn-outline-vws:focus {
        box-shadow: 0 0 0 0.2rem rgb(1 104 155 / 50%);
    }

.btn-outline-danger {
    background: rgb(220 53 69 / 10%);
}

.btn-danger {
    background: #ef7d00;
    transition: opacity .15s ease-in-out;
}

    .btn-danger:hover {
        background: #ef7d00;
        opacity: 80%
    }

    .btn-danger:active {
        background: #ef7d00 !important;
        opacity: 100% !important;
    }

/* Other VNG styling
-------------------------------------------------- */

.text-vws {
    color: #002c64;
}

.text-vws-secondary {
    color: #fff !important;
}

    .text-vws-secondary:hover {
        color: #CCF8FF !important;
    }

    .text-vws-secondary.active {
        color: #ef7d00 !important;
    }

.bg-vws-secondary .text-vws-secondary.active {
    color: #f89f3d !important
}

.text-danger {
    color: #ef7d00 !important;
}

.text-vws-lightblue {
    color: #00a9f3;
}

.text-vws-darkblue {
    color: #124f9d;
}

.bg-vws {
    background: #002c64;
}

.bg-vws-secondary {
    background: #00a9f3;
}

/* 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: #002c64;
        background-color: white;
        border-color: #002c64;
    }

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .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: #d0edfc;
    }

.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: #E2F4FD;
    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: #002c64;
}

@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, #002c64 50%, #00a9f3 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(0,169,243,.1);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,169,243,.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;
}