﻿/* 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 */
/*}*/

/*a:hover {
    text-decoration: none !important;
    color: #EA0000 !important;
}*/

form *:disabled {
    pointer-events: none !important;
    cursor: default !important;
    transition: all .5s !important;
    background-color: rgba(230, 230, 230, 0.5) !important;
}

.red-black-btn {
    background: #EA0000;
}

.popup-product-children {
    width: 100vw;
    height: 100vh;
    display: none;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.2)
}

.product-children {
    margin: auto !important;
    max-width: 700px !important;
    padding: 10px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    min-height: 300px !important;
}

.product-children-area {
    width: 100% !important;
    background-color: white !important;
    border-radius: 9999px !important;
    z-index: 100 !important;
    padding: 55px !important;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.product-children-area-list {
    width: 100%;
    max-height: 50vh;
    overflow-y: auto;
}

    .product-children-area-list::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .product-children-area-list::-webkit-scrollbar {
        width: 8px;
        background-color: #F5F5F5;
    }

    .product-children-area-list::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #555;
    }

.button-base {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    border-radius: 36px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    font-family: Gotham, sans-serif;
    font-weight: 300;
}

    .button-base:active {
        border: 0px solid transparent !important;
    }

    .button-base:disabled {
        cursor: default;
        pointer-events: none;
        background-color: rgba(100, 100, 100, 0.7) !important;
        opacity: 0.6;
    }

.button-xl {
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15%;
    padding-left: 15%;
}

.button-s {
    font-size: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5%;
    padding-left: 5%;
}

.button-red {
    background-color: #EA0000;
    color: white;
}

.button-light {
    background-color: #EEEEEE;
    color: #EA0000;
}

input[type=text].serialNumber {
    border: none;
    width: 15ch;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/100% 2px no-repeat;
    color: dimgrey;
    font: min(5ch, calc((100vw - min(110px, 20vw)) / 10)) consolas, monospace;
    letter-spacing: .5ch;
    margin: auto;
    display: block;
}

input.serialNumber:focus {
    outline: none;
    color: dodgerblue;
}
