﻿/* 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-clear {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}

.btn-primary {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #1b6ec2;
    border-color: #1861ac;
    color: #fff;
}

.show-on-hover-parent { }

.show-on-hover { visibility: hidden; }

.show-on-hover-parent:hover .show-on-hover { visibility: visible; }

.highlight-hover { /*border: 2px solid white;*/ }

.highlight-hover:hover { background-color: lightgray; }

/* Sticky footer styles
-------------------------------------------------- */

html {
    font-size: 14px;
    margin-left: calc(100vw - 100%);
}

/*.navbar {

    margin-left: calc(100vw - 100%);
}
*/

@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 {
    min-height: 100%;
    position: relative;
}

/*body {*/

/* Margin bottom by footer height */

/*margin-bottom: 60px;
    margin-top: 70px;*/

/*height:80vh;*/

/*}*/

.footer {
    bottom: 0;
    line-height: 60px; /* Vertically center the text there */
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.inactive { background-color: darkgrey; }

.noselect {
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hover-pointer:hover {
    cursor: pointer;
}

.sortable { }

.table td {
    padding: 0.75rem;
    position: relative;
}

.table-fixed { table-layout: fixed; }

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}


.st { text-decoration: line-through; }

.text-vertical-rl { writing-mode: vertical-lr; }

.resize-y {
    overflow: hidden;
    resize: vertical;
}

.resize-x {
    overflow: hidden;
    resize: horizontal;
}

.resize {
    overflow: hidden;
    resize: both;
}

.hideDatePicker::-webkit-calendar-picker-indicator { display: none; }

.hideDatePicker::-webkit-input-placeholder { visibility: hidden !important; }

.litepicker .container__days > div,
.litepicker .container__days > a { margin: 0px; }


.full-main-height {
    height: calc(100vh - 7.625rem)
}

.overflow-y-auto {
    overflow-y: auto !important;
}

.overflow-x-auto {
    overflow-x: auto !important;
}