﻿/* 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: #ffffffb2;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
  font-size: 19px
}

.nav-link, .btn {
    color: #fff;
}

/* 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 */
}
.modal-dialog {
    position: center;
    max-width: 1200px;
    max-height: 400px;
    padding: 10px;
}
.input-small-int{
    padding: 2px
}

.table-tight .btn-primary {
    padding: 2px;
}

.filter-table .form-control {
    font-size: 15px;
    padding: 2px 10px;
    height: 28px;
    margin-left: 5px;
}
.filter-table .row {
    height: 35px;
    margin-right: 0;
    margin-left: 0;
}
.filter-table .btn {
    height: 30px;
    font-size: 15px;
    padding-top: 2px;
}

.filter-selected{
    color: blue;
    font-weight: bold;
}

.role-list{
    font-size:6pt;
}

.table-tight td{
    padding: 3px
}
.table-tighter td {
    padding: 0px;
    margin: 0;
}
.table-tighter th {
    padding: 0px;
    margin: 0;
}
.table-tighter tr {
    padding: 0px;
    margin: 0;
}
.upper-case input {
    text-transform: uppercase
}
.my-tooltip{
    background-color: red;
}
.dropdown-menu{
    min-width: 320px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
    .pagination > li {
        display: inline;
    }
        .pagination > li > button, .pagination > li > span {
            position: relative;
            float: left;
            height: 35px;
            width: 35px;
            margin-left: -1px;
            padding: 0;
            line-height: 1.428571429;
            text-decoration: none;
            background-color: var(--bs-light,color);
            border: 1px solid var(--bs-secondary,color);
            ;
        }
        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }
    .pagination > .active > button, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: var(--bs-primary,color);
        border-color: var(--bs-secondary,color);
    }


.small-header{
    font-size:small;
    text-align:center;
}

.nav-container {
    padding-left: 4rem;
    padding-right: 4rem;
}

.flex-label{
    flex:none !important;
    width:auto !important;
}

.ic-sm{
    font-size:8pt;
}
.white-tooltip-inner {
    background-color: var(--bs-light,color);
    border-color: var(--bs-dark,color);
    border: solid;
    color: var(--bs-dark,color);
}

.white-tooltip {
    border-color: var(--bs-dark,color);
}

.tooltip.bs-tooltip-top .white-tooltip-arrow::before {
    border-top-color: var(--bs-dark,color);
}

.tooltip.bs-tooltip-bottom .white-tooltip-arrow::before {
    border-bottom-color: var(--bs-dark,color);
}

.tooltip.bs-tooltip-start .white-tooltip-arrow::before {
    border-left-color: var(--bs-dark,color);
}

.tooltip.bs-tooltip-end .white-tooltip-arrow::before {
    border-right-color: var(--bs-dark,color);
}

.input-group .text-danger {
    margin-left: 5px !important;
}

#ViewEditDeleteHd {
    width: 140px !important;
    border-color: red;
}

.ViewEditDeleteCol {
    white-space: nowrap
}


.error {
    background-color: lightpink;
}

.warning  {
    background-color: lightyellow;
}

.good  {
    background-color: lightgreen;
}

.bigger-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.75em !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
    vertical-align: middle;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

.form-check-label-sm {
    padding: 3px;
}

.hidden {
    display: none
}

.table-5-equal {
    width: 250px
}

.my-table-fixed {
    table-layout: fixed;
    width: 100px;
}

.excel-button {
    height: 70px;
    width: 70px;
}

.btn-survey {
    font-size: 10pt;
}
.div-survey {

    margin-top:15px;
    display:inline-block;
}

.defaultsink {
    width: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
    outline: none;
    border: 0px;
}

button.filter-sorter {
    border: none !important;
    text-align: left;
    font-weight: bold;
    background: none;
}

div.up-arrow {
    margin-left:5px;
    color: lightgray;
}

div.down-arrow {
    margin-left: 5px;
    color: lightgray;
}

div.column-sorted{
    color: black;
}

input.big-checkbox {
    top: .8rem;
    scale: 1.4;
    margin-left: 1.4rem !important;
}

/*Survey*/

.survey table {
    border: 1px solid black;
    table-layout: fixed;
}
.survey th {
    border: 1px solid black;
    table-layout: fixed;
    text-align: center;
}
.survey td {
    border: 1px solid black;
    table-layout: fixed;
    width: 100px;
    text-align: center;
}
.survey-question-text th {
    max-width: 200px;
    text-align: center;
}
.survey-question-text {
    min-width: 500px;
}
.block-preamble {
    font-size: 14pt;
}

[role=tab], a{
    color: lightgray;
    border-color: lightgray !important;
}

.form-select {
    margin-left: 5px;
}

.note {
    color: red;
}