﻿/* 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, .modal-header {
    color: #fff !important;
}

.border-primary, .btn-primary {
    border-color: #1861ac !important;
}

.bg-primary, .btn-primary, .modal-header {
    background-color: #1b6ec2 !important;
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #1861ac;
    background-color: #1b6ec2;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    border-color: #1861ac;
    background-color: #1b6ec2;
    /*background-color: #b3d7ff;
    border-color: #b3d7ff;*/
}

.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;
  background-color:whitesmoke;
}
@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 {
    background-color: whitesmoke;
    margin-top: 5.5rem !important;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.header {
    
}

.footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
  margin-top: 60px;
}

.btn-dashboard{
    min-height:120px;
}

.btn-dashboard2{
    height:80px;
}

.btn-dashboard2 span {
    vertical-align:middle;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 2.5rem;
    padding-left: 2.5rem;
}

.custom-control-label {
    /*line-height: 2.5rem;*/
    padding-top: 0.5rem;
    min-height: 2.5rem;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -2.5rem;
        display: block;
        width: 2rem;
        height: 2rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -2.5rem;
        display: block;
        width: 2rem;
        height: 2rem;
        content: "";
        background: no-repeat 50%/50% 50%;
    }

.custom-switch {
    padding-left: 4.5rem;
}

    .custom-switch .custom-control-label::before {
        left: -4.5rem;
        width: 4.0rem;
        pointer-events: all;
        border-radius: 1.5rem;
    }

    .custom-switch .custom-control-label::after {
        top: calc(0.25rem + 2px);
        left: calc(-4.5rem + 2px);
        width: calc(2.25rem - 4px);
        height: calc(2rem - 4px);
        border-radius: 1.5rem;
    }

    .custom-switch .custom-control-input:checked~.custom-control-label::after {
        background-color: #fff;
        -webkit-transform: translateX(1.75rem);
        transform: translateX(1.75rem);
    }

.bi{
    height: 2em;
    width: 2em;
}

.low .bi {
    height: 1.5em;
    width: 2em;
}

.lowlist {
    margin-bottom: -1px;
    border: 1px solid rgba(0,0,0,.125);
}