﻿/* Remove spinners from Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Remove spinners from Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#Username_validationMessage {
    color: white;
}

#Password_validationMessage {
    color: white;
}

.text-white {
    color: white;
}

.loginLabel {
    width: 100px;
}

.loginBox {
    background: rgba(0, 0, 0, 0) linear-gradient(rgb(14, 65, 141) 0%, rgb(0, 26, 65) 100%) repeat scroll 0% 0%;
    border-width: 0px;
    border-style: hidden;
    border-radius: 30px;
    width: 380px;
}

.k-maskedtextbox {
    width: 100% !important
}

.full-width {
    width: 100% !important
}

/* make grid headers overflow correctly */
.k-grid-header .k-header {
    overflow: visible !important;
    white-space: normal !important;
}

#reportGrid .k-grid-header .k-header {
    background-color: #A5A5A5;
}

#reviewGrid .k-grid-header .k-header {
    background-color: #A5A5A5;
}

/* make No Records Available show as red */
.k-grid-norecords-template {
    color: red;
}

.grid-button {
    background-color: #343a40;
}

.text-with-button-in-row {
    margin-top: 17px;
}

.menu-item {
    color: #007bff !important;
    background-color: #DCEDC8 !important;
    border-width: 2px;
}

.letter-config-text {
    color: red;
    font-style: italic;
}


.checkbox-grid-column {
    color: #007bff;
    width: 100%;
    text-align: center;
}

.required-asterisk::after {
    content: " *";
    color: red;
}

.section-spacing {
    padding-top: 40px;
}

.notes-pin {
    float: right;
    background: url(../assets/img/NotesPin.png);
    height: 78px;
    width: 83px;
}

.align-right {
    text-align: right;
    margin-right: 5px;
}

.label-padding-plain-text-below {
    padding-bottom: 16px;
}

.td-padding {
    padding-left: 7px;
}


.off-white {
    background-color: #fafafb;
}

.off-white-important {
    background-color: #fafafb !important;
}

.alert-window-title { /*for error handling popup title color*/
    color: #fff !important;
    background-color: #ff6358 !important;
}

.no-border {
    border: none;
}

.new-section {
    margin-top: 75px;
}

.required label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

.k-upload-button {
    border-color: #c7cdd5;
    color: #212529;
    background-color: #ced3db;
}

    .k-upload-button:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .k-upload-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }


.centered {
    text-align: center;
}

.k-grid-excel {
    background-color: #DCEDC8 !important
}


.k-grid-Button1, .k-grid-Button2, .k-grid-Button3 { /*this is copied from btn-dark, can't assign the class directly, have to go through names like this*/
    color: #fff !important;
    background-color: #343a40 !important;
    border-color: #343a40 !important;
}

    .k-grid-Button1:hover, .k-grid-Button2:hover, .k-grid-Button3:hover {
        color: #fff !important;
        background-color: #343a40 !important;
        border-color: #343a40 !important;
    }

    .k-grid-Button1:focus, .k-grid-Button2:focus, .k-grid-Button3:focus {
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

.k-edit-cell input { /* if this isn't set then textbox on editable grid is small */
    width: 100%;
}

.white-background {
    background-color: white !important;
}

.smallerFont {
    font-size: smaller;
}

.error {
    color: red
}

.input-validation-error {
    color: red
}

.remove-funding-other-source {
    margin-top: 32px;
    color: white !important;
    background-color: red !important;
}

/* 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;
}

.k-grid-excel {
    float: right !important;
    margin-right: 10px;
}

.gray-box {
    border-width: 2px;
    background-color: #F2F2F2;
    border-style: groove;
    padding: 10px;
}

.tan-box {
    border-width: 2px;
    background-color: #D7E3BF;
    border-style: groove;
    padding: 10px;
}

.k-maskedtextbox {
    width: 100% !important
}

.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;
}

.radioHorizontalSpacing {
    margin-right: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
