﻿/* 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 */
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
}

.card.dark .card-body {
    color: #ffffff;
}

span.lbl {
    position: absolute;
    right: 30px;
    top: 13px;
    background: #1d6bf1;
    height: 14px;
    width: 20px;
    line-height: 14px;
    font-size: .6rem;
    color: #ffffff;
    text-align: center;
}
span.lblTitle {
    position: absolute;
    right: 30px;
    top: 13px;
    background: #1d6bf1;
    height: 17px;
    width: 22px;
    line-height: 14px;
    font-size: .9rem;
    color: #ffffff;
    text-align: center;
    padding:2px;
}

.badge-info {
    background-color: #2a99ef;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#52d9e5), to(#2a99ef));
    background-image: -webkit-linear-gradient(top, #52d9e5, #2a99ef);
    background-image: -moz-linear-gradient(top, #52d9e5, #2a99ef);
    background-image: -ms-linear-gradient(top, #52d9e5, #2a99ef);
    background-image: -o-linear-gradient(top, #52d9e5, #2a99ef);
    background-image: linear-gradient(top, #52d9e5, #2a99ef);
}

.badge-pill {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.badge {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: .75rem;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

.badge-bdr.badge-light, .badge-bdr-pill.badge-light {
    color: #1ad0fc;
    border: 1px solid #1ad0fc;
}

.badge-bdr, .badge-bdr-pill {
    background-color: white;
}

.badge-light {
    background-color: #ffffff;
    color: #000000;
}

.badge {
    padding: 0.4em 1em 0.4em 1em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    font-size: .75rem;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-dark {
    background-color: #000000;
    color: #ffffff;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

blog-date {
    margin: 0;
    font-size: .75rem;
    color: #1d6bf1;
    position: relative;
}

.btn-primary {
    background-color: #1d6bf1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1ad0fc), to(#1d6bf1));
    background-image: -webkit-linear-gradient(top, #1ad0fc, #1d6bf1);
    background-image: -moz-linear-gradient(top, #1ad0fc, #1d6bf1);
    background-image: -ms-linear-gradient(top, #1ad0fc, #1d6bf1);
    background-image: -o-linear-gradient(top, #1ad0fc, #1d6bf1);
    background-image: linear-gradient(top, #1ad0fc, #1d6bf1);
    color: #ffffff;
}

.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 0;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.smalltext {
    font-size: 9px;
}

*, ::after, ::before {
    box-sizing: border-box;
}


button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}


@media print {
    #app-side {
        display: none;
        
    }

    .app-header {
        display: none;
    }

    #app-container {
        position: relative;
        padding: 0;
        height: 1px;
        overflow: visible;
    }

    #app-main {
        position: absolute;
        width: 100%;
        top: 0;
        padding: 0;
        margin: -1px;
    }
}
