﻿.invalid-feedback {
    margin-bottom: 1.5em;
    margin-top: 0px;
    font-size: 0.6em !important;
    text-align: right;
}

.form-control {
    background-position: right calc(0.7em + 0.1875rem) center !important;
}

.form-control-shadow {
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
}

select.form-control {
    padding: 1rem !important;
    height: 4rem !important;
}

.badge-primary {
    background-color: #7636E5;
    color: #fff;
    font-size: 1.2em;
}

.bg-container {
    position: fixed;
    background-image: url(/Content/Images/BG.jpg);
    background-size: cover;
    opacity: 0.7;
    background-color: #eee;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
}

.logo > img {
    margin: 0 auto;
    height: 12vh;
    display: block;
}

.logo {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: -3;
    padding: 30px;
    padding-bottom: 0;
    height: 30vh;
    display: block;
}

body::after {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -4;
    padding: 30px;
    content: '';
    padding-bottom: 0;
    height: 60vh;
    display: block;
}

.form-control {
    border-radius: 10px;
    padding: 30px 15px !important;
    border: 0;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    outline: 0;
}

.bodycontent {
    position: fixed;
    top: 50vh;
    left: 0;
    right: 0;
}

.mini-box {
    border-radius: 10px;
    padding: 15px !important;
    border: 0;
    margin-top: 5px;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    outline: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
}

.bottom-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
}

    .modal-footer > *, .bottom-buttons > * {
        flex: 1;
    }

    .bottom-buttons > * {
        margin: 5px;
    }

.btn {
    font-weight: bold;
    border: 0;
    border-radius: 15PX;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    box-shadow: 0 2px 4px 0px rgba(0,0,0,0.3) !important;
    outline: 0;
    text-transform: uppercase !important;
    font-size: 1em !important;
}

.btn-lg {
    font-weight: bold;
    padding: 20px 20px;
}

.border-primary {
    border-color: #7636E5 !important;
}

.btn-secondary {
    background-color: #fff !important;
    color: #7636E5 !important;
}

.btn-primary {
    background-color: #7636E5 !important;
    color: #fff !important;
}

.btn:focus, .btn:active {
    opacity: 0.9;
}

body {
    color: #7636E5;
    font-weight: 500;
    padding-top: 3rem;
    background-image: url(/Content/Images/BG.jpg);
    background-size: 200%;
    background-color: #eee;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
}

h1 {
    color: #321C93;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.7em;
}

.text-muted {
    color: #ccc;
}

small {
    font-size: 0.7em;
}

#store-list {
    height: 0;
    opacity: 0;
}

input.focused + #store-list {
    opacity: 1;
    height: auto;
}

.bottom-modal .modal-dialog {
  margin: 0;
  border: 0;
}

.bottom-modal .modal-content {
  margin: 0;
  border-radius: 20px 20px 0 0;
  border: 0;
  min-height: 80vh;
}

.bottom-modal.modal.fade.show {
}

.bottom-modal .modal-dialog {
  vertical-align: bottom;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.bottom-modal.modal .modal-dialog {
  transform: translate(0, 50vh) !important;
}

.bottom-modal.modal.show .modal-dialog {
  transform: none !important;
}


.border-radius-lg {
    border-radius: 13px;
}

.border-md {
    border-width: 2px;
}

.border-lg {
    border-width: 3px;
}

.border-info {
    border-color: #32bfdb !important;
}

.custom-shadow {
    box-shadow: 1px 1px 2px 0px rgb(0 0 0 / 45%);
}

.header {
    font-size: 1.8rem;
}

    .header .icon {
        font-size: 2.2rem;
    }

    .header .title {
        font-size: 1.6rem;
        font-weight: 500;
        text-transform: uppercase;
    }

.body-content {
    padding: 0 !important;
}



.bodycontent > .container {
}

.card-img-top {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
    object-fit: cover;
    height: 100%;
}

    .card-img-top ~ p {
        position: absolute;
        bottom: 0;
        font-weight: 400;
        background: #39403f87;
        text-align: center;
        color: #35e1ff;
        margin-bottom: 0;
        width: 100%;
        font-size: 0.8rem;
        text-transform: uppercase;
    }

header {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    z-index: 99;
}

.body-content {
    position: fixed;
    top: 4rem;
    overflow-y: auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 4rem !important;
}

header.d-none + .body-content {
    padding-top: 0 !important;
    top: 3rem;
}

#body-container {
    height: 100%;
}


.text-sm {
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 0.8;
}

#General-Loader {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #e9e9e9c9;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-modal .modal-content {
  max-height: 80vh !important;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists
           will truncate terms that are too long to fit in the left column
        */
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
.map {
    height: 100%;
    min-height: 200px;
    width: 100%;
    display: block;
}
