﻿/* 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. */

.GainwellLink, .GainwellLink:visited {
    color: #007958 !important;
    text-decoration: none;
}

    .GainwellLink:hover {
        color: #007958 !important;
        text-decoration: underline !important;
    }


.WhiteGainwellLink, .WhiteGainwellLink:visited {
    color: #FFFFFF !important;
    text-decoration: none;
}

    .WhiteGainwellLink:hover {
        color: #FFFFFF !important;
        text-decoration: underline !important;
    }


.spinner {
    z-index: 777; /* High z-index so it is on top of the page */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    background-color: #2B3A44;
    color: #A6F806 !important;
    border: 0.1rem solid black;
    padding: 5px 12px 5px 12px;
    font-weight: 600;
}

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #009681;
    }

    .btn-primary:hover {
        background-color: #5A6268;
        color: white !important;
        border: 0.1rem solid darkgrey;
    }

.btn-secondary {
    background-color: #F0F0F0;
    color: black;
    border: 0.1rem solid darkgray;
    padding: 5px 12px 5px 12px;
    font-weight: 600;
}

.btn-outline-secondary {
    padding: 5px 12px 6px 12px;
}

.btn-secondary:hover {
    background-color: #5A6268;
    /*    background-color: #00EEAE;
    color: #000000;*/
}

.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #5A6978 !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000000 !important;
    /*background-color: #1b6ec2;
        border-color: #1861ac;*/
}

.nav-link:hover {
    text-decoration: underline;
}

pdl-header {
    color: white;
    margin: 20px 0px 20px 35px;
    padding-left: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
}

/* 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;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    color: black;
    background-color: #009681;
    padding-left: 20px;
}


.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).active
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #5A6978 !important;
}

.pdl-background-color {
    background: #2B3A44;
    color: white;
}

.field-validation-valid {
    color: red;
}

.highlight-errors {
    border: solid 1px #ff0000 !important;
}

    .highlight-errors:focus {
        border: solid 1px #ff0000;
        overflow: auto;
        outline: none;
        box-shadow: none;
        resize: none;
    }

.highlight-text {
    color: #ff0000;
}

.ui-datepicker-header {
    background: #FFFFFF !important;
    text-align: center;
    border-left: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

.ui-datepicker-calendar {
    background: #FFFFFF !important;
    border-left: 1px solid lightgrey;
    border-bottom: 1px solid lightgrey;
    border-right: 1px solid lightgrey;
}

    .ui-datepicker-calendar td {
        padding: 8px 8px 8px 8px;
        color: #000000;
    }

.ui-state-default {
    color: #000000;
}

.pdl-header {
    color: #fff !important;
    font-family: sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.pdl-row {
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 20px;
}

.body-border-padding {
    padding: 20px 40px 40px 30px;
}

.navbar-background-color {
    background: #009681;
}

.body-form-padding {
    padding-bottom: 1%;
}

.navbar-nav .nav-item .nav-link {
    color: black;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: black;
}

ul.nav a:hover {
    color: #000 !important;
}

.tp-footer {
    line-height: 30px;
    text-align: center;
    position: relative;
}

.tp-footer, .tp-push-footer {
    height: 239px;
    clear: both;
}

#tp-footerbg {
    background-color: transparent;
    background-image: url('../Images/footer.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    position: relative
}

.tp-div-cell {
    float: left;
    display: table-column;
    vertical-align: middle;
    margin-left: 1px;
    overflow: hidden;
}
