﻿/* 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. */

@font-face {
    font-family: nunito sans;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe0qMImSLYBIv1o4X1M8cce9I9s.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

@font-face {
    font-family: nunito sans;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/nunitosans/v6/pe03MImSLYBIv1o4X1M8cc8GBs5tU1E.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

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%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: nunito sans,sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}


/* Signature Dropdown css*/

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    /*background-color: rgba(199, 236, 252, 0.5);*/
    min-width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 40%;
    width: 200px;
}

    .dropdown-content span {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        .dropdown-content span:hover {
            /*  background-color: #ddd;*/
            background-color: rgba(199, 236, 252, 0.5);
        }
/* Signature Dropdown css*/

/* nav bar after being logged in */

.navbar-custom {
    /*  background-color: rgb(34, 46, 60); */
    background-color: white;
    /*   color: rgba(233, 236, 239, 0.75); */
    color: black;
}

.navbar-custom-left {
    background-color: rgb(34, 46, 60);
    color: rgba(233, 236, 239, 0.75);
}

    .navbar-custom-left .nav-link.active {
        color: rgba(255, 255, 255, 0.9);
        /*   background-color: rgb(252, 175, 59);*/
        background: linear-gradient(90deg,rgba(59,125,221,.1),rgba(59,125,221,.0875) 50%,transparent);
        overflow: hidden;
        /*  border-left: 4px solid #00f;*/
        /*  border-left: 4px solid #3b7ddd;  */
        border-left: 6px solid rgb(252, 175, 59);
        padding: 8px;
    }



.btn-link-custom {
    color: rgb(252, 175, 59);
}

    .btn-link-custom:hover {
        color: rgba(255, 255, 255, 0.9);
    }

.nav-custom {
    padding-top: 50px;
}

.layout_content-custom {
    background-color: rgb(255, 255, 255);
}

.nav-link-title {
    color: black;
}
/* end nav bar*/


.table {
    font-size: 14px;
}

.divPageHeader {
    padding-top: 8px;
    padding-bottom: 12px;
    border-bottom-color: rgb(252, 175, 59);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 8px;
    font-weight: 600;
}


.progress-wrapper {
    padding: 25px 15px;
}

.progress-wrapper .meter {
    height: 12px;
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding:1px;
    border: 1px solid #ebebeb
}

.progress-wrapper .meter > span {
    display: block;
    height: 100%;
    border-radius: 12px;
   /* background-color: #ff9750;*/
    position: relative;
}

    .progress-wrapper .meter > span.bg-success {
        background-color: rgb(252, 175, 59) !important
    }

.progress-wrapper .meter > span.bg-warning {
    background-color: #ff9750 !important
}

.progress-wrapper .meter > span.bg-danger {
    background-color: #b64b4b !important
}

.progress-wrapper label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
    margin-bottom: 30px
}

.form-group{
    font-size : 14px !important;
}