﻿/* 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: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* 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 */
}

label {
    font-weight: 300;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.list-group-item-secondary {
    background-color: #d6d8db38 !important;
}

.nav-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
}

    .nav-tabs .nav-link {
        white-space: nowrap;
    }

/*::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.4);
}*/


/* custom scrollbar */
/*::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }
*/

.list-group-item-level1 {
    background-color: #86CEF4;
    color: white;
    font-weight: 400;
}

.list-group-item-level2 {
    background-color: #92D050;
    color: white;
    font-weight: 400;
}

.list-group-item-level3 {
    background-color: #00B050;
    color: white;
    font-weight: 400;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #FF9800;
    color: white;
}

.jquery-back-to-top-effect-spin-on, .jquery-back-to-top-theme-default {
    background: none !important;
    background-image: url('../images/up.png') !important;
}

header {
    background: #fedd00; /* Old browsers */
    background: -moz-linear-gradient(45deg, #fedd00 0%, #0db14d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #fedd00 0%,#0db14d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #fedd00 0%,#0db14d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fedd00', endColorstr='#0db14d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-image: url(/images/right.png?q=123456789);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: right;
    padding-right: 30px;
    border-right: 10px solid transparent;
}

.swal-button {
    color: #fff !important;
    background-color: #00A3E0 !important;
}

.swal-button:focus {
    box-shadow:none;
}

.btn-primary {
    background-color: #00A3E0 !important;
}

.sub-head {
    font-weight: bold;
}

#behaviorallist1, #technicallist1 {
    margin-top: 5px;
}

.swal-modal {
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position:fixed !important;
}
.blockUI h1 {
    font-size: 15px;
    margin-top: 5px;
}

/*.nav-item a, .nav-item button {
    color: white !important;
}*/

.list-group-item p, .pre-wrap {
    white-space: pre-wrap;
}