﻿/* 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. */



/*#content button.btn-link, #content a.btn-link, .table a {
    border-bottom: 1px solid currentColor; 
    text-decoration: none;
}*/
.navbar-light .navbar-nav .nav-link:hover {
    background-color: darkgray;
    color: white;
}

button.nav-link:focus, a.nav-link:focus {
    outline: -webkit-focus-ring-color auto 1px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 1px;
}

.navbar-light .navbar-nav .active, .navbar-light .navbar-nav .active .nav-link:hover {
    background-color: rgb(21, 120, 70);
}

.navbar-light .navbar-nav .nav-link {
    color: #5d6263;
}

.navbar-light .navbar-nav .active .nav-link {
    color: white;
}

.nav-tabs {
    margin-bottom: 10px;
}

.navbar.subnav {
    background-color: #e9ebee;
    /*background-image: linear-gradient(45deg, #e9ebee 0%, #f5f7fa 74%);*/
    padding: 0px;
}
/* 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;
}

h1 {
    font-size: 1.5rem;
}

h2 {
    font-size: 1.3rem;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1rem;
}

@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 */
    font-size: small;
    text-align: center;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder {
    border: 1px solid rgb(206, 212, 218);
    color: darkslategray;
    background-color: white;
}

.bootstrap-select.dropdown.has-error {
    /*outline: 5px auto gray !important;*/
    border: 1px solid #D8000C;
    border-radius: 5px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: darkslategray;
}

.disabledMessage {
    color: darkslategray;
    font-style: italic;
}

.ui-state-error {
    padding: 3px;
    border-radius: 5px;
}

.summarytable td, .summarytable th {
    padding: .2rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

{
    padding: .2rem;
}
/*Right-align the last column of each table cell*/
.summarytable td + td {
    text-align: right;
    padding-left: 15px;
}

.summarytable .shaded {
    background-color: rgba(0,0,0,.05);
}

.text-success {
    color: rgb(21, 120, 70) !important;
}

.dataTables_wrapper .dataTables_length {
    float: right;
    text-align: right;
}

.dataTables_wrapper .dataTables_length select {
        display: inline;
        width: auto;
    }

.dataTables_length .custom-select {
    /*background: none;*/
}


.jst-timeout {
    color: red
}
/* Fixes styling for dropdown-toggle plugin*/
.btn-light, .btn-light:hover {
    color: inherit;
    background-color: white;
    border-color: #ced4da;
}
/* Fixes styling for dropdown-toggle plugin*/
:not(:disabled):not(.disabled).btn-light.active, :not(:disabled):not(.disabled).btn-light:active, .show > .btn-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
    border-color: #ced4da;
}

.btn-info {
    background-color: #117a8b;
}
    /*Download button on tretment session results*/
    .btn-info a, .btn-info a:hover {
        color: white;
        text-decoration: none;
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: .3em .3em;
}

.dataTables_paginate .paginate_button.page-item.active .page-link {
    background-color: #0062cc;
}

.page-link {
    color: #0366d6;
}

.btn-link {
    color: #0366d6;
}

[aria-hidden="true"] {
    visibility: hidden;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ABB0B0;
}

#content button.btn-link, #content a:not(.page-link):not(.nav-link):not(.dropdown-item) {
    border-bottom: 1px solid currentColor;
    text-decoration: none;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    /*word-break: break-all;*/
}

.btn-pdf {
    background-image: url('../images/PDF24.png');
    padding-left: 35px;
    background-position-y: center;
    background-position-x: 6px;
    background-repeat: no-repeat;
}


.btn-excel {
    background-image: url('../images/Excel24.png');
    padding-left: 35px;
    background-position-y: center;
    background-position-x: 6px;
    background-repeat: no-repeat;
}
