﻿/* 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;
}


.display-none {
    display: none !important;
}
/* 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 */
}

.bg-offwhite {
    background-color: #dddddd !important;
}

.table-darker-bordered th,
.table-darker-bordered td {
    border: 1px solid #bcc0c4 !important;
}


a.bg-offwhite:hover, a.bg-offwhite:focus,
button.bg-offwhite:hover,
button.bg-offwhite:focus {
    background-color: #cccccc !important;
}


/* Auto hiding Left vertical Menu*/
/*
    Usage:
            <div>
                <div class="LeftMenu">
                    <div class="btn-group-vertical">
                        <a class="btn btn-outline-primary" href="/admin" role="button">Admin Home</a>
                        <a class="btn btn-outline-primary" href="/selections/search" role="button">Selections</a>
                    </div>
                </div>
                <div class="LeftMenuBody">@RenderBody()</div>
            </div>

*/
.LeftMenu {
    position: absolute;
    width: 1rem;
    height: 1rem;
    -webkit-transition: width 5s; /* For Safari 3.1 to 6.0 */
    transition: width 5s;
    transition-timing-function: linear;
    z-index: 1000;
    text-indent: -1000em;
    margin-top: 5px;
    padding: 5px 5px 5px 5px;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    border: 1px solid grey;
    border-radius: 2px;
}

    .LeftMenu:hover {
        width: auto;
        height: auto;
        text-indent: 0em;
        background-image: none;
        background-color: white;
        border: none;
    }

.LeftMenuBody {
    margin-left: 2rem;
}
/* Auto hiding Left vertical Menu - END*/

.table-xs th,
.table-xs td {
    padding-top: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    padding-bottom: 0.1rem;
}


.btn-xs, .btn-group-xs > .btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.6109375rem;
    line-height: 1.25;
    border-radius: 0.2rem;
}

    .btn-xs + .dropdown-toggle-split, .btn-group-xs > .btn + .dropdown-toggle-split {
        padding-right: 0.375rem;
        padding-left: 0.375rem;
    }


.selector-grid-body {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.selector-grid-container {
    background-color: #e5e5e5;
}

.selector-control-border {
    width: 100%;
    border: none;
    height: 100%;
    background-color: transparent;
}

input.vanilla-date::-webkit-clear-button {
    display: none;/* hides the built in clear button on browser input controls. Note only inputs with class vanilla-date are affected*/
}

.sn-marker {}

.btn-ajax-submit .btn-ajax-refresh .btn-ajax-delete {}

.ajax-action-mode .ajax-parent-div .ajax-div .ajax-selected-id .ajax-page-index .ajax-primary-form
.ajax-entity-id {}
.dirty-record-scope .dirty-button .inverse-dirty-button .dirty-record-input {}

.selection-div .selection-cell-div .selection-cell-line-div {}
.remember-tab {}
.append-entity .append-entity-id { }
