﻿/* 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;
  }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lexend Deca', sans-serif;
}

.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;
}

.container {

}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}



.icon-svg-sm {
    max-height: 15px;
    max-width: 15px;
}

.icon-svg-md {
    max-height: 20px;
    max-width: 20px;
}


.icon-svg {
    max-height: 25px;
    max-width: 25px;
}

.icon-svg-lg {
    max-height: 45px;
    max-width: 45px;
}

.width100 {
    width: 100%;
}

.setup-select2{}

.form-group > .control-label {
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 0px;
}

.form-control {
    border-color: #888;
    -ms-border-radius: 0;
    border-radius: 0;
}

.field-validation-error {
    font-size: 0.7rem;
}

.input-validation-error {
    border-color: #dc3545;
}

.form-control.valid {
    border-color: #28a745;
}

.comment-box-quote{
    position: absolute;
    top: 3px;
    left: 0px;
    opacity: 0.5;
    font-size: 2rem;
}

.ekko-lightbox-nav-overlay {
    height: 45px !important;
    top: unset !important;
    bottom: 0 !important;
}

.zoomImg {
    cursor: zoom-in;
}

.zoomOutImage {
    cursor: zoom-out !important;
}

.thick-red-underline {
    border-bottom: #dc3545 3px solid;
    margin-right: 3px;
}

.thin-red-underline {
    border-bottom: #dc3545 1px solid;
    margin-right: 3px;
}

.thick-red-btn {
    border: #dc3545 3px solid;
    background-color: #ef6673;
    color: #fff;
}

.thick-green-underline {
    border-bottom: #28a745 3px solid;
    margin-right: 3px;
}

.thick-green-btn {
    border: #28a745 3px solid;
    background-color: #51c16a;
    color: #fff;
}

.thick-blue-underline {
    border-bottom: #1861ac 3px solid;
    margin-right: 3px;
}

.thick-blue-btn {
    border: #1861ac 3px solid;
    background-color: #4980b8;
    color: #fff;
}

.thick-yellow-underline {
    border-bottom: #ffe000 3px solid;
    margin-right: 3px;
}

.thick-yellow-btn {
    border: #ffe000 3px solid;
    background-color: #fff822;
    color: #000;
}

.setup-datatables-ajax {
    width: 100%;
    font-size: 0.75rem;
}

.row-success {
    background-color: rgba(81, 193, 106, 0.13) !important;
}

.row-warning {
    background-color: rgba(193, 187, 81, 0.13) !important;
}

.row-danger {
    background-color: rgba(193, 81, 81, 0.13) !important;
}


.border-only-dark {
    border: #888888 1px solid !important;
}

.border-only-dark-no-top {
    border: #888888 1px solid !important;
    border-top: none !important;
}

.border-only-dark-no-bottom {
    border: #888888 1px solid !important;
    border-bottom: none !important;
}

.text-disabled {
    color: #ced4da !important;
}

@media print {
    .shadow {
        box-shadow: none !important;
    }

    .container {
        width: 100% !important;
    }
}