/* 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. */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* apply a natural box layout model to all elements, but allowing components to change */

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 1000;
    text-decoration: none;
}

.skip-link:focus {
    top: 0;
}


@media (max-width: 576px) {
    .navbar-collapse {
        background-color: #0033a0 !important;
        padding-top: 10px;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        z-index: 999;
    }

    .nav-item {
        margin-left: 10px;
    }
}

/* Ensure sufficient contrast for navigation elements */
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
}

.navbar-dark .dropdown-menu {
    background-color: #fff;
}

.navbar-dark .dropdown-menu .dropdown-item {
    color: #000;
}

.navbar-dark .dropdown-menu .dropdown-item:hover,
.navbar-dark .dropdown-menu .dropdown-item:focus {
    color: #000;
    background-color: #f0f0f0;
}

.tooltip-inner {
    max-width: 420px !important;
}

#myDropzone {
    border: 1px solid #60a7dc !important;
    border-radius: .375rem;
    background-color: rgba(96,167,220,.4);
}

    #myDropzone:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 3rem;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: 20%;
        color: #fff;
        white-space: pre;
        content: "\f574  Drop Files Here";
    }

.dz-drag-over-background {
    background: rgba(96,167,220,.8) !important;
}

.dropzone.dz-drag-hover:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 3rem;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 20%;
    color: #fff;
    white-space: pre;
    content: "\f574  Drop Files Here";
}

.droppable.dragover {
    background: #00CC71;
}


.activity-feed {
    padding: 15px;
}

    .activity-feed .feed-item {
        position: relative;
        padding-bottom: 20px;
        padding-left: 30px;
        border-left: 2px solid #e4e8eb;
    }

        .activity-feed .feed-item:last-child {
            border-color: transparent;
        }

        .activity-feed .feed-item:after {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: -6px;
            width: 10px;
            height: 10px;
            border-radius: 6px;
            background: #fff;
            border: 1px solid #f37167;
        }

        .activity-feed .feed-item .date {
            position: relative;
            top: -5px;
            color: #6c757d;
            text-transform: uppercase;
            font-size: 13px;
            display: block;
        }

        .activity-feed .feed-item .text {
            position: relative;
            top: -3px;
        }

    .activity-feed li {
        list-style-type: none;
    }



/*End Activity Feed*/



/*
    Message Layout
*/

.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li.left .chat-body {
        }

        .chat li.right .chat-body {
        }


        .chat li .chat-body p {
            margin: 0;
            color: #6c757d;
        }

    .panel .slidedown .glyphicon, .chat .glyphicon {
        margin-right: 5px;
    }



::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}





/*Apple style checkbox toggle*/
input.apple-switch {
    position: relative;
    -webkit-appearance: none;
    outline: none;
    width: 40px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset -20px 0 0 0 #fff;
}

    input.apple-switch:focus-visible {
        outline: 2px solid #0d6efd;
        outline-offset: 2px;
    }

    input.apple-switch:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        background: transparent;
        width: 23px;
        height: 17px;
        border-radius: 50%;
        box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
    }

    input.apple-switch:checked {
        box-shadow: inset 20px 0 0 0 #4ed164;
        border-color: #4ed164;
    }

        input.apple-switch:checked:after {
            left: 20px;
            box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
        }


.navbar {
    height: 45px;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.container-fluid {
    max-width: 1650px;
    padding-right: 30px;
    padding-left: 30px;
}

.card {
    margin-top: 10px;
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -1.25rem;
    right: -1rem;
    opacity: 0.4;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.card-body-number {
    position: absolute;
    z-index: 0;
    top: -.75rem;
    right: 0rem;
    opacity: 0.4;
    font-size: 3rem;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

/* Card header headings - maintain h5 visual appearance while using correct semantic heading level */
.card-header h2,
h2.card-header {
    font-size: 1.25rem;
    font-weight: 500;
}

/* Card body h2 and h3 - maintain h6 visual appearance */
.card-body h2,
.card-body h2.card-title,
.card-body h3,
.card-body h3.card-title {
    font-size: 1rem;
    font-weight: 500;
}

/* Modal title headings - maintain h5 visual appearance for all modal titles */
.modal-title {
    font-size: 1.25rem;
}

/* WCAG 2.1 AA Compliance: Disabled form elements need sufficient contrast */
/* Bootstrap's default disabled color (#6c757d) has ~4.6:1 contrast - borderline */
/* Using #5a6268 provides 7:1 contrast while still appearing "disabled" */
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #5a6268;
    opacity: 1;
}

.selected-row-highlight {
    background-color: lightgrey;
}

.col-form-label {
    font-weight: 600;
}

ol.breadcrumb {
    padding-bottom: 7px;
    margin-bottom: 4px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 15px;
    }
}

.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);
}

.row {
    margin-top: 5px;
}

/* 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;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
}


/* Navbar Styles
-------------------------------------------------- */
.bg-uk-dark-blue {
    background-color: #0033a0 !important;
}

.btn-table-full-width {
    width: 100%;
}

.text-dark-table {
    color: #212529;
}

.badge-comment {
    white-space: normal;
}

.badge-button-count {
    font-size: 125%;
    position: absolute;
}

.multi-collapse .card-body {
    background-color: lightgoldenrodyellow;
}

.request-data {
    background-color: lightgoldenrodyellow;
}

.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}

.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}

/*.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#ffa726,#fb8c00);
}*/

.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.card .card-header {
    z-index: 3 !important;
}

/******Slim Select CSS Fix*******/
.ss-value-delete {
    width: auto !important;
}

.toast-close {
    color: white !important;
    opacity: unset !important;
}

.bg-uk-blue {
    background-color: #0033a0;
}

.toast-actions {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.hidden {
    display: none;
}

/* System alert styling */
.system-alert {
    border: 0;
    border-left-width: 0.25rem;
    border-left-style: solid;
    border-radius: 0;
}

/* WCAG 2.1 AA: jQuery shorten plugin "More/Less" buttons styled as links with sufficient contrast */
button.morelink {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: #004085 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

button.morelink:hover {
    color: #002752 !important;
    text-decoration: underline !important;
}

button.morelink:focus {
    color: #002752 !important;
    text-decoration: underline !important;
}

button.morelink:focus-visible {
    outline: 2px solid #0d6efd !important;
    outline-offset: 2px !important;
}
