﻿/*TODO:  
Should talk to Sandi about moving this to .scss 
(right now there's no common .scss that applies to all sites/utilities).*/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.footer {
  bottom: 0;
  width: 100%;
  white-space: nowrap;
}

.typeahead-input-height {
  height: calc(3.5rem + 2px);
}

/* Bootstrap 3 hold overs for Typeahead*/
.form-control-feedback {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
}

.textButton {
  background: none; /* Remove background */
  border: none; /* Remove border */
  color: blue; /* Set text color */
  text-decoration: underline; /* Optional: underline to mimic a link */
  cursor: pointer; /* Change cursor to pointer */
  font: inherit; /* Inherit font styles from parent */
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margin */
}

.cc-window {
  background-color: rgba(255, 255, 255, 0.8);
}

.k-window .k-popup-edit-form .k-edit-form-container {
  width: auto;
}

.k-edit-label-custom {
  width: 200px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  text-align: right;
}

.k-edit-field-custom {
  display: inline-block;
  margin-right: 5px;
  padding: 5px;
}

/*** Kendo Overrides ***/
.k-grid td.display-dropdown-menu {
  overflow: visible !important;
}

.k-header {
  height: auto;
  white-space: normal !important;
}

.k-grid-content {
  min-height: 550px;
}

.grid-short .k-grid-content {
  min-height: 150px;
}

.textarea-10em {
  resize: none;
  height: 10em !important;
}

.k-grid-save-changes.pending-changes, .k-grid-cancel-changes.pending-changes {
  background-color: #ffcccc;
}

.readonly {
  pointer-events: none;
  cursor: not-allowed;
  background-color: #e9ecef;
  color: #212529;
  opacity: 1;
}

.loader-parent-content {
  position: relative; /* this is necessary so the loader stays contained inside the parent element */
}

.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

#ApplicationGrid {
  min-width: 850px;
  overflow-x: scroll;
}

.casper {
  display: none;
}
