﻿/* 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;
}

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;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1rem;
    font-weight: bold;
}

h4 {
    font-weight: 500;
}

.navbar {
    height: 70px;
    border: none;
    font-weight: 300;
    margin-bottom: 21px;
}

.logo {
    height: 50px;
    width: 50px;
}

.title {
    color: #ffffff;
    display: block;
    margin-left: 60px;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
}

.subtitle {
    color: #ffffff;
    display: block;
    margin-top: 5px;
    margin-left: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

div.print-only .logo {
    height: 65px;
    width: 65px;
}

div.print-only .title {
    color: #000000;
    margin-left: 75px;
    font-size: 27px;
    line-height: 27px;
}

div.print-only .subtitle {
    color: #000000;
    margin-left: 75px;
    font-size: 25px;
    line-height: 25px;
}

@media (min-width: 769px) {
    .navbar {
        height: 70px;
    }

    #content {
        margin-top: 85px;
    }
}

@media (max-width: 768px) {
    .navbar { height: 90px; }

    #content {
        margin-top: 100px;
    }

    .navbar-brand > img {
        display: none;
    }

    .title {
        margin-left: 0;
    }

    .subtitle {
        display: none;
    }
}

.dropdown-menu {
    padding: 0;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    font-size: x-small;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.sample-search-button button {
    margin-left: 10px;
}

@media (max-width: 768px) {
    .sample-search-button {
        margin-bottom: 20px;
    }
}

@media (min-width: 769px) {
    .sample-search-button {
        margin-top: 29px;
    }
}

.btn-primary {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.dropdown-menu {
    margin-top: 0;
    border: 0;
}

ul.breadcrumb {
    text-transform: none;
    padding-top: .7rem;
    padding-bottom: .7rem;
}

div.form-group small {
    display: block;
}

div.bold-label {
    font-weight: bold;
}

/* Yeti theme color changes and other minor tweaks */
a {
    text-decoration: underline;
}

.form-control:focus {
    border-color: #003399;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
}

.btn:focus, .btn.focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #003399;
    border-color: #003399;
}

    .btn-primary:hover {
        background-color: #4466AA;
        border-color: #4466AA;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        background-color: #4466AA;
    }

    .btn-primary:focus, .btn-primary.focus, :not(:disabled):not(.disabled).btn-primary:focus:active, :not(:disabled):not(.disabled).btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25) !important;
        box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25) !important;
    }

.btn-outline-primary {
    color: #003399;
    border-color: #003399;
}

    .btn-outline-primary:hover {
        background-color: #003399;
        border-color: #003399;
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #003399;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-primary.dropdown-toggle {
        background-color: #003399;
        border-color: #003399;
    }

.btn-link {
    color: #003399;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #4466AA;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #003399;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #003399;
}

.page-link:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
}

.page-item.active .page-link {
    background-color: #003399;
}

.badge-primary {
    background-color: #003399;
}

a.badge-primary:hover, a.badge-primary:focus {
    background-color: #4466AA;
}

.progress-bar {
    background-color: #003399;
}

.list-group-item.active {
    background-color: #003399;
    border-color: #003399;
}

.bg-primary {
    background-color: #003399 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #4466AA !important;
}

.border-primary {
    border-color: #003399 !important;
}

.text-primary {
    color: #003399 !important;
}

.bg-primary .dropdown-menu {
    background-color: #003399;
}

.bg-dark {
    background-color: #003399 !important;
}

    .bg-dark .dropdown-menu {
        background-color: #003399;
    }

        .bg-dark .dropdown-menu .dropdown-item.active,
        .bg-dark .dropdown-menu .dropdown-item:hover,
        .bg-dark .dropdown-menu .dropdown-item:focus {
            color: #fff;
            background-color: #4466AA;
        }

.btn-group .dropdown-toggle.btn-primary ~ .dropdown-menu {
    background-color: #003399;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #003399;
}

.alert-primary, .alert-primary > th, .alert-primary > td {
    background-color: #003399;
}

/* Table Sorting */
th[sortable] {
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    color: #008cba;
    text-decoration: underline;
    line-height: 22px;
}

    th[sortable]:hover {
        color: #00526e;
    }

    th[sortable].asc:before, th[sortable].desc:before {
        content: '';
        display: block;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAAXNSR0IArs4c6QAAAmxJREFUeAHtmksrRVEUx72fH8CIGQNJkpGUUmakDEiZSJRIZsRQmCkTJRmZmJgQE0kpX0D5DJKJgff7v+ru2u3O3vvc67TOvsdatdrnnP1Y///v7HvvubdbUiIhBISAEBACQkAICAEhIAQ4CXSh2DnyDfmCPEG2Iv9F9MPlM/LHyAecdyMzHYNwR3fdNK/OH9HXl1UCozD24TCvILxizEDWIEzA0FcM8woCgRrJCoS5PIwrANQSMAJX1LEI9bqpQo4JYNFFKRSvIgsxHDVnqZgIkPnNBM0rIGtYk9YOOsqgbgepRCfdbmFtqhFkVEDVPjJp0+Z6e6hRHhqBKgg6ZDCvYBygVmUoEGoh5JTRvIJwhJo1aUOoh4CLPMyvxxi7EWOMgnCGsXXI1GIXlZUYX7ucU+kbR8NW8lh3O7cue0Pk32MKndfUxQFAwxdirk3fHappAnc0oqDPzDfGTBrCfHP04dM4oTV8cxr0SVzH9FF07xD3ib6xCDE+M+aUcVygtWzzbtGX2rPBrEUYfecfQkaFzYi6HjVnGBdtL7epqAlc1+jRdAap74RrnPc4BCijttY2tRcdN0g17w7HqZrXhdJTYAuS3hd8z+vKgK3V1zWPae0mZDMykadBn1hTQBLnZNwVrJpSe/NwEeDsEwCctEOsJTsgxLvCqUl2ACftEGvJDgjxrnBqkh3ASTvEWrIDQrwrnJpkB3DSDrGW7IAQ7wqnJtkBnLRztejXXVu4+mxz/nQ9jR1w5VB86ejLTFcnnDwhzV+F6T+CHZlx6THSjn76eyyBIOPHyDakhBAQAkJACAgBISAEhIAQYCLwC8JxpAmsEGt6AAAAAElFTkSuQmCC) 0 0/22px no-repeat;
        width: 22px;
        height: 22px;
        float: left;
        margin-left: -22px;
        color: #222;
    }

    th[sortable].desc:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

/* Modal Forms */
.modal-header {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
    .modal-header .btn-close {
        margin-top: -.5rem;
        padding-top: .82rem;
        padding-bottom: .82rem;
    }

/* Print Styles */
@media print {
    nav {
        display: none;
    }
}

/* Wizard Indicator */
li.wizard {
    padding-left: 0 !important;
    font-weight: bold;
}

    li.wizard i {
        margin-right: 8px;
    }

    li.wizard + li.wizard::before {
        content: "";
    }

    li.inactive {
        color: #AAAAAA;
    }

/* Calendar Popup Button */
.input-group-append {
    margin-left: 0;
}
.text-dropdown {
    border-color: #cccccc;
    border-left: none;
}
    .text-dropdown:hover {
        border-color: #cccccc;
    }
    .text-dropdown:focus {
        border-left: #003399 1px solid;
        border-color: #003399;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
        box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
    }
.text-dropdown, .text-dropdown i {
    color: #666666;
}
    .text-dropdown:hover i, .text-dropdown:focus i {
        color: #333333;
    }
.ngb-dp-weekday {
    color: #003399 !important;
}
ngb-datepicker {
    border: #dfdfdf 1px solid !important;
}

/* ng-select */
.ng-select {
    padding: 0;
    border: 0;
}
    .ng-select .ng-select-container {
        border-radius: 0;
    }
.ng-option-selected {
    font-weight: 600;
}
ng-select.ng-select-focused .ng-select-container {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 153, 0.25);
}
ng-select.ng-select-invalid .ng-select-container {
    border-color: #F04124;
}
ng-select.ng-select-invalid.ng-select-focused .ng-select-container {
    border-color: #F04124 !important;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25) !important;
    box-shadow: 0 0 0 0.2rem rgba(240, 65, 36, 0.25) !important;
}
/* Tooltips */
.blue-background .tooltip-inner {
    background-color: #003399;
}
.blue-background .arrow::before {
    border-left-color: #003399;
}

/* Font Awesome Tweaks */
i.text-overlay {
    float: right;
    margin-right: 8px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: #003399;
}

/* Show only when printing */
@media not print {
    .print-only {
        display: none;
    }
}

.search-tips {
    margin: 20px;
}

    .search-tips h3 {
        display: inline-block;
        margin-right: 8px;
    }

    .search-tips div.collapsible:hover {
        cursor: pointer;
    }

    .search-tips ul {
        padding-left: 25px;
        list-style: none;
    }

        .search-tips ul li {
            margin-top: 10px;
        }

            .search-tips ul li:before {
                font-family: 'FontAwesome';
                content: '\f0da';
                margin: 0 10px 0 -15px;
                color: #003399;
                font-size: 18px;
            }

img.submission-form {
  width: 100%;
  max-width: 887px;
}

.arrestee-warning p {
    font-size: 15px;
    font-weight: 500;
}

.context-info-header {
    background-color: #003399;
    color: white;
    font-weight: bold;
}

.form-group {
    margin-bottom: 1rem;
}

li.breadcrumb-item:not(.inactive):not(:first-child) {
    margin-left: 10px;
}

li.breadcrumb-item:not(.inactive) {
    margin-right: 10px;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

/* Bootstrap Adjustments to match 4.0 */
.breadcrumb {
    background-color: #eeeeee;
}

.table thead th {
    border-bottom: 2px solid #dee2e6;
}

.table th, .table td {
    border-top: 1px solid #dee2e6;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #eeeeee;
    opacity: 1;
}

a.nav-link:hover {
    text-decoration: none;
}