﻿/* 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;
}

.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;
}

h1 {
    text-align: center
}
.k-maskedtextbox {
    width: 100% !important
}

.knowledge-check-correct {
    color: green;
}

.knowledge-check-incorrect {
    color: red;
    text-decoration: line-through;
}

.required-asterisk::after {
    content: " *";
    color: red;
}

.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);
}

.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;
}

.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;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

/* Kendo grid styles
-------------------------------------------------- */
.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);
    }
