﻿/* 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;
}

.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;
}

.greenlink {
    color: #77A43B;
    font-weight: 500;
}

/* 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 */
}

/* Buttons*/
.btn-NGPrimary {
    color: #ffffff;
    background-color: #79A341;
    border-color: #79A341;
    border-radius: 3px;
}

    .btn-NGPrimary:hover,
    .btn-NGPrimary:focus,
    .btn-NGPrimary:active,
    .btn-NGPrimary.active,
    .open .dropdown-toggle.btn-NGPrimary {
        color: #ffffff;
        background-color: #49247A;
        border-color: #79A341;
        border-radius: 3px;
    }

    .btn-NGPrimary:active,
    .btn-NGPrimary.active,
    .open .dropdown-toggle.btn-NGPrimary {
        background-image: none;
    }

    .btn-NGPrimary.disabled,
    .btn-NGPrimary[disabled],
    fieldset[disabled] .btn-NGPrimary,
    .btn-NGPrimary.disabled:hover,
    .btn-NGPrimary[disabled]:hover,
    fieldset[disabled] .btn-NGPrimary:hover,
    .btn-NGPrimary.disabled:focus,
    .btn-NGPrimary[disabled]:focus,
    fieldset[disabled] .btn-NGPrimary:focus,
    .btn-NGPrimary.disabled:active,
    .btn-NGPrimary[disabled]:active,
    fieldset[disabled] .btn-NGPrimary:active,
    .btn-NGPrimary.disabled.active,
    .btn-NGPrimary[disabled].active,
    fieldset[disabled] .btn-NGPrimary.active {
        background-color: #79A341;
        border-color: #79A341;
    }

    .btn-NGPrimary .badge {
        color: #79A341;
        background-color: #ffffff;
    }

.btn-NGCancel {
    color: #333333;
    background-color: #A4A6A9;
    border-color: #A4A6A9;
    border-radius: 3px;
}

    .btn-NGCancel:hover,
    .btn-NGCancel:focus,
    .btn-NGCancel:active,
    .btn-NGCancel.active,
    .open .dropdown-toggle.btn-NGCancel {
        color: #333333;
        background-color: #a4a6a9;
        border-color: #A4A6A9;
        border-radius: 3px;
    }

    .btn-NGCancel:active,
    .btn-NGCancel.active,
    .open .dropdown-toggle.btn-NGCancel {
        background-image: none;
    }

    .btn-NGCancel.disabled,
    .btn-NGCancel[disabled],
    fieldset[disabled] .btn-NGCancel,
    .btn-NGCancel.disabled:hover,
    .btn-NGCancel[disabled]:hover,
    fieldset[disabled] .btn-NGCancel:hover,
    .btn-NGCancel.disabled:focus,
    .btn-NGCancel[disabled]:focus,
    fieldset[disabled] .btn-NGCancel:focus,
    .btn-NGCancel.disabled:active,
    .btn-NGCancel[disabled]:active,
    fieldset[disabled] .btn-NGCancel:active,
    .btn-NGCancel.disabled.active,
    .btn-NGCancel[disabled].active,
    fieldset[disabled] .btn-NGCancel.active {
        background-color: #A4A6A9;
        border-color: #A4A6A9;
    }

    .btn-NGCancel .badge {
        color: #A4A6A9;
        background-color: #333333;
    }

.btn-NGWarning {
    color: #333333;
    background-color: #F2D01B;
    border-color: #F2D01B;
    border-radius: 3px;
}

    .btn-NGWarning:hover,
    .btn-NGWarning:focus,
    .btn-NGWarning:active,
    .btn-NGWarning.active,
    .open .dropdown-toggle.btn-NGWarning {
        color: #333333;
        background-color: #F2D01B;
        border-color: #F2D01B;
        border-radius: 3px;
    }

    .btn-NGWarning:active,
    .btn-NGWarning.active,
    .open .dropdown-toggle.btn-NGWarning {
        background-image: none;
    }

    .btn-NGWarning.disabled,
    .btn-NGWarning[disabled],
    fieldset[disabled] .btn-NGWarning,
    .btn-NGWarning.disabled:hover,
    .btn-NGWarning[disabled]:hover,
    fieldset[disabled] .btn-NGWarning:hover,
    .btn-NGWarning.disabled:focus,
    .btn-NGWarning[disabled]:focus,
    fieldset[disabled] .btn-NGWarning:focus,
    .btn-NGWarning.disabled:active,
    .btn-NGWarning[disabled]:active,
    fieldset[disabled] .btn-NGWarning:active,
    .btn-NGWarning.disabled.active,
    .btn-NGWarning[disabled].active,
    fieldset[disabled] .btn-NGWarning.active {
        background-color: #F2D01B;
        border-color: #F2D01B;
    }

    .btn-NGWarning .badge {
        color: #F2D01B;
        background-color: #333333;
    }

.btn-searchButton {
    color: #ffffff;
    background-color: #8885D6;
    border-color: #8885D6;
    border-radius: 4px 4px;
}

    .btn-searchButton:hover,
    .btn-searchButton:focus,
    .btn-searchButton:active,
    .btn-searchButton.active,
    .open .dropdown-toggle.btn-searchButton {
        color: #ffffff;
        background-color: #615F9C;
        border-color: #79A341;
    }

    .btn-searchButton:active,
    .btn-searchButton.active,
    .open .dropdown-toggle.btn-searchButton {
        background-image: none;
    }

    .btn-searchButton.disabled,
    .btn-searchButton[disabled],
    fieldset[disabled] .btn-searchButton,
    .btn-searchButton.disabled:hover,
    .btn-searchButton[disabled]:hover,
    fieldset[disabled] .btn-searchButton:hover,
    .btn-searchButton.disabled:focus,
    .btn-searchButton[disabled]:focus,
    fieldset[disabled] .btn-searchButton:focus,
    .btn-searchButton.disabled:active,
    .btn-searchButton[disabled]:active,
    fieldset[disabled] .btn-searchButton:active,
    .btn-searchButton.disabled.active,
    .btn-searchButton[disabled].active,
    fieldset[disabled] .btn-searchButton.active {
        background-color: #79A341;
        border-color: #79A341;
    }

    .btn-searchButton .badge {
        color: #79A341;
        background-color: #ffffff;
    }

.form-label-NGC {
    font-weight: bold;
    color: #333;
}

.ngc-bg-light {
    background-color: rgba(242,242,242);
}

.ngc-font-primary {
    font-family: proxima-nova,sans-serif;
}

.ngc-font-secondary {
    font-family: proxima-nova-condensed,sans-serif;
}

.ngc-text-xl {
    font-size: 1.25rem;
}

.ngc-text-lg, .ngc-text-xl {
    line-height: 1.75rem;
}

.ngc-font-bold {
    font-weight: 700;
}

.nav-tabs .nav-item-show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: rgba(242,242,242);
    border-color: #dee2e6 #dee2e6 rgba(242,242,242);
    font-weight: 700;
}

/*Stuff to make some Infragistics controls appear the way we want them to */
.ui-corner-all {
    border-radius: .25rem;
}

.ui-igedit-container {
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
}

.ui-igedit-input {
    box-sizing: border-box;
    width: 100%;
    border: 0 !important;
    margin: 0;
    padding: .375rem .75rem;
    outline: 0;
}

.busy-dialog {
    border-radius: .25rem !important;
    background-color: #79A341 !important;
}

