﻿/* 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. */

.validation-summary-errors {
    color: #f00 !important;
}

.navbar {    
    background: #030303 0% 0% no-repeat padding-box;
    opacity: 1;
}

a.navbar-brand {
    /*white-space: normal;
    text-align: center;
    word-break: break-all;*/
    text-align: left;
    font: normal normal bold 24px/32px Arial;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
}

h1 {
    font-family: Open Sans;
    font-size: 45px/61px !important;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.btn-01 {
    background: #FFEB00 0% 0% no-repeat padding-box;
    font: normal normal 600 14px/20px Source Sans Pro;
    letter-spacing: 0.56px;
    color: #202020;
    opacity: 1;
    cursor: pointer;
    padding: .5rem .9rem;
    line-height: 1.5;
    font-size: 1rem;
    border: 1px solid #000;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: #FFEB00 !important;
    color: #000 !important;
}

.nav-link {
    font: normal normal 600 14px/20px Source Sans Pro;
    letter-spacing: 0.56px;
    color: #FFFFFF !important;
    opacity: 1;
}

.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;
  }
}

.alert {
    /*z-index: -1 !important;*/
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom-yellow {
  border-bottom: 10px solid #F2CE27 !important;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.text-black {
    color: #000000 !important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*font-family: 'Open Sans';
    font-size: '14px/18px';*/
    
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  background: #E5E5E5 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    opacity: 0.9;
    color: #000000 !important;
}

.k-grid .k-command-cell > .k-button + .k-button {
    margin-inline-start: 0 !important;
}

.k-button {
    margin-bottom: 0px !important;
}

.k-grid-Edit {
    background-color: rgb(0, 120, 212) !important;
    color: white !important;
    padding-right: 10px !important;
}

    .k-grid-Edit:hover {
        background-color: rgb(0, 120, 255) !important;
    }

.k-grid-Delete {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    color: #721c24 !important;
    padding-right: 10px !important;
}

.k-toolbar .k-input, .k-toolbar .k-picker {
    width: 20em !important;
}

.grid-a {
    color: #0366d6 !important;
    text-decoration: underline !important;
}

.btn-white {
    color: #fff !important;
    cursor: pointer !important;
}

.accordionHeader {
    color: #000;
    background-color: #F2CE27;
    width: 100%;
    line-height: 1.5;
    padding: .375rem .75rem;
    font-size: 1rem;
    display: block;
    font-weight: bold;
}

.k-window-titlebar, .k-dialog-titlebar {
    display: none !important;
}


.bg-orange {background-color: orange !important; }
.bg-yellow {background-color: yellow !important; }