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;
}

.testbackground {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height = '250px' width='250px'><text x='50' y='200' fill='red' transform='rotate(-25,0,0)' font-size='64'>Test</text></svg>");
}

.dropdown-menu {
    border: 1px solid darkgray !important;
}

/* For jquery ui autocomplete to make it work with modal windows and have options be scrollable in list */
ul.ui-autocomplete {
    z-index: 1100;
    font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
    outline: 1px solid black;
}

.heading-lg {
    font-size: 34px;
}

.heading-md {
    font-size: 24px;
}

.heading-sm {
    font-size: 19px;
}

.footer-bs {
    bottom: 0px;
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 1030;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-outline-primary {
    color: #1861ac;
    border-color: #1861ac;
}

    .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.dropdown-toggle.show, .btn-check:checked + .btn-outline-primary {
        color: #fff !important;
        background-color: #1b6ec2 !important;
        border-color: #1861ac !important;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.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);
}

@media (min-width: 576px) {
    .showVeryNarrowScreen {
        display: none;
    }
}

@media (max-width: 575px) {
    .hideVeryNarrowScreen {
        display: none;
    }
}

@media (min-width: 993px) {
    .showNarrowScreen {
        display: none;
    }
}

@media (max-width: 992px) {
    .hideNarrowScreen {
        display: none;
    }
}

@media (max-width: 1200px) {
    .hideSomewhatNarrowScreen {
        display: none;
    }
}

.fw-lessbold {
    font-weight: 600;
}

#dropdownMenuButton {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

#dropdownMenuButtonNotLast {
    border-left: none !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.bi-filetype-docx, .bi-filetype-doc, .bi-file-word, .bi-file-earmark-word {
    color: blue;
}

.bi-filetype-xlsx, .bi-filetype-xls, .bi-file-excel, .bi-file-earmark-excel {
    color: green;
}

.bi-filetype-pdf, .bi-file-pdf, .bi-file-earmark-pdf {
    color: red;
}

.text-right {
    text-align: right;
}

.file-link, .person-link {
    color: black;
    text-decoration: none;
}

.file-link:hover, .person-link:hover {
    text-decoration: underline;
}

.criteria-group-sep {
    border-top: 2px solid black;
}

.criteria-group-shade {
    background-color: whitesmoke;
}

.criteria-group-last-row {
    border-bottom: 2px solid black;
}

.contentTypeLink {
    text-decoration: none;
}

.contentTypeLink:hover {
    text-decoration: underline;
}

.btn-xs {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    font-size: .75rem !important;
}

.selectedRow, .selectedProjectRow {
    background-color: whitesmoke;
}

.uploadArea {
    width: 100%;
    height: 150px;
    border-radius: 4px;
}

.uploadAreaDefault {
    border: 2px solid gray;
}

.uploadAreaDragEnter {
    border: 2px dashed black;
    background-color: whitesmoke;
}

.allInst {
    margin: auto;
    text-align: center;
    position: relative;
    top: 30%;
    padding-left: 15px;
    padding-right: 15px;
}

.uploadDisabled {
    width: 100%;
    height: 125px;
    border-radius: 4px;
    border: 2px solid gray;
    background-color: whitesmoke;
}

.quickSearchRow:hover {
    background-color: whitesmoke;
}

.highlight-danger {
    background-color: #ffcccc !important;
}

.form-control[readonly] {
    background-color: #f2f2f2;
    opacity: 1;
}