﻿/* 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 */
}

/* Menu styles
-------------------------------------------------- */
.dropdown-menu {
    width: 250px;
}

.dropdown-menu-wider {
    width: 300px;
}

/* Menu styles (sub-menu)
-------------------------------------------------- */
.dropdown-submenu {
    position: relative;
    color: #212529 !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
    color: #212529 !important;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 9px;
}

.dropdown-submenu:hover > a:after {
    color: #212529 !important;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-link-active {
    color: #212529 !important;
}

/* Footer styles
-------------------------------------------------- */
.footer-actions {
    padding: 10px;
}

/* Carousel styles
-------------------------------------------------- */
#carousel-product-images {
    margin: 20px auto;
    width: 1000px;
}

#carousel-product-images .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

#carousel-product-images .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 0 !important;
    width: auto;
}

#carousel-product-images .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#carousel-product-images .carousel-indicators li.active img {
    opacity: 1;
}

#carousel-product-images .carousel-indicators li:hover img {
    opacity: 0.75;
}

/* Error styles
-------------------------------------------------- */
.processing-errors, .processing-errors ul.errors {
    font-size: 12px;
    font-weight: 700;
    background: #CC2A41;
    color: #fff;
}

.processing-errors ul, .processing-errors ul.errors, .processing-errors ul.errors ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.processing-errors ul li, .processing-errors ul.errors li, .processing-errors ul.errors ul li {
    padding: 1%;
}

/* Card body styles
-------------------------------------------------- */
.card-body-wider-xs {
    width: 2800px;
}

.card-body-wider-sm {
    width: 3800px;
}

.card-body-wider-md {
    width: 4800px;
}

.card-body-wider-lg {
    width: 6800px;
}

.card-body-wider-xl {
    width: 7800px;
}

.card-body-wider-xxl {
    width: 19900px;
}

/* General styles
-------------------------------------------------- */
.up-area {
    padding-right: 20px;
    padding-bottom: 12px;
}

.horizontal-scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 auto;
}

/* Signature pad styles
-------------------------------------------------- */
.signature-pad {
    height: 620px;
}

.signature-pad--body {
    height: 580px;
}

.signature-canvas {
    width: 960px;
    height: 560px;
}

.signature-image {
    width: 960px;
    height: 560px;
}

/* Tooltip styles
-------------------------------------------------- */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.k-icon {
    margin: 0!important;
}

/* Circle styles
-------------------------------------------------- */
span.circle {
    background: yellow;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ff0000;
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

/* Breadcrumb styles
-------------------------------------------------- */
.breadcrumb {
    margin: 0px !important;
    padding: 0px !important;
}

.breadcrumb-item {
    background-color: #f8f9fa !important;
}