html {
    height: 100%;
}

body {
    min-height: 100%;
}

body {
    background-color: #212121;
}

.modal-open{
    overflow: hidden;
}

area {
    outline: none;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.row.condensed>.col,
.row.condensed>[class*="col-"] {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-responsive {
    display: inline-block;
    width: 100%;
}

.fullcard {
    height: 100%;
}

.fullcard div {
    height: 100%;
}

.flag {
    height: 1.2rem;
    margin-right: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    border-radius: 3px;
}

.flex-center {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.btn-condensed {
    padding: .5rem;
    margin: .5rem;
}

.fill-width {
    width: 100%;
}

.flex-fill {
    flex-basis: 100%;
}

.view.intro {
    background-color: #212121;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 800 400'%3E%3Cdefs%3E%3CradialGradient id='a' cx='396' cy='281' r='514' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%230277d8'/%3E%3Cstop offset='1' stop-color='%23212121'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='400' y1='148' x2='400' y2='333'%3E%3Cstop offset='0' stop-color='%23212121' stop-opacity='0.3'/%3E%3Cstop offset='1' stop-color='%23212121' stop-opacity='0.3'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect fill='url(%23a)' width='800' height='400'/%3E%3Cg fill-opacity='0.3'%3E%3Ccircle fill='url(%23b)' cx='267.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='532.5' cy='61' r='300'/%3E%3Ccircle fill='url(%23b)' cx='400' cy='30' r='300'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 250px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    overflow: visible;
}

.full-bg-img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 56px;
}

.full-bg-img a {
    height: 230px;
}

.headerimg {
    background-image: url('../img/logo-white.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 230px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, .5));
}

header {
    position: relative;
    z-index: 10;
}

header h1 {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
}

.input-group-text.white-text {
    background-color: #212121;
    border: none;
}

.input-group .form-control {
    padding-left: 0;
}

.iconbutton {
    background: none;
    border: none;
    outline: none;
    padding-top: .5rem;
}

main {
    z-index: 1;
    position: relative;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

footer {
    z-index: 0 !important;
    position: relative !important;
}

.space-out > *{
    margin: 2px;
    padding: 2px;
}

@media (min-width: 576px) {
    main {
        margin-bottom: 550px;
    }
    footer {
        height: 550px;
        position: fixed !important;
    }
}

@media (min-width: 768px) {
    main {
        margin-bottom: 375px;
    }
    footer {
        height: 375px;
        position: fixed !important;
    }
}

main,
header,
.card,
.modal-content {
    border-bottom: #0275d8 solid 4px !important;
}

main {
    min-height: 60vh;
}

.square {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
}

.square>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.card.fancy {
    overflow: hidden;
    cursor: pointer;
}

.card.fancy .view {
    cursor: pointer;
    height: 100%;
}

.card.fancy .card-body {
    cursor: pointer;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    transition: all .2s linear;
    pointer-events: none;
}

.card.fancy .view:hover+.card-body,
.card.fancy .card-body:hover {
    bottom: 0px;
    padding-top: 50px;
}

.modal .card {
    margin-bottom: 15px;
}

.modal p {
    text-align: justify;
}

.googleMap {
    width: 100%;
    height: 500px;
}

.nomap {
    margin: 0;
    padding: 0;
}

li.divider {
    position: relative;
    display: block;
    padding: .5rem .05rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
    border-top: 5px solid rgba(0, 0, 0, .125);
}

li.list-group-item:hover {
    background-color: #f8f9fa;
}

.checkbox {
    display: flex;
    flex-direction: row;
    margin-top: 1.5rem;
}

.checkbox label {
    margin-top: -.2rem;
}

input[type="checkbox"].form-control {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    margin-right: 1rem;
}

input[type="checkbox"] {
    position: relative;
}

input[type="checkbox"]:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    font: normal normal 900 14px/1 'Font Awesome 5 Free';
    content: ' ';
    pointer-events: none;
    transition: all .5s ease;
    border: 1px solid #bbb !important;
}

input[type="checkbox"]:checked:after {
    background-color: #0275d8;
    color: #fff;
    content: "\f00c";
}

form .formspinner,
form .formtick {
    display: none;
}

form.formprogress .formspinner {
    display: inline-block;
}

form.formdone .formtick {
    display: inline-block;
}

.md-form.error input,
.md-form.error textarea {
    border-bottom-color: var(--danger);
    border-bottom-width: 2px;
}

.card.error {
    border: solid 2px var(--danger);
}

.md-form textarea.md-textarea {
    overflow-y: auto;
}

.md-form textarea.md-textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.md-form textarea.md-textarea::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.md-form textarea.md-textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aaa;
}

.card.card-body.fill-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.haslink {
    pointer-events: all !important;
}

.card.faded {
    opacity: .5;
}

#prodTypes .md-form {
    display: flex;
    flex-direction: row;
}

a[role="button"] {
    margin: .375rem;
    padding-bottom: .7rem;
    padding-top: .7rem;
}

.cover {
    border: #0275d8 solid 4px;
}

.prodImage {
    position: relative;
}

.prodImage .deleter {
    opacity: .3;
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
    transition: opacity .2s ease;
}

.prodImage:hover .deleter {
    opacity: 1;
}

.previews {
    position: relative;
    overflow: hidden;
}

.previews.view {
    overflow: hidden;
}

.thumbpreview {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 75px;
    overflow-x: auto;
}

.thumbpreview a {
    width: 75px;
    border: solid 1px rgba(0, 0, 0, .125);
    cursor: pointer;
    flex-shrink: 0;
}

.thumbpreview a:first-of-type {
    border-left: none;
}

.thumbpreview a:last-of-type {
    border-right: none;
}

.thumbpreview a img {
    border-radius: 0;
}

.colorscontainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.colorscontainer .color {
    width: 50px;
    height: 50px;
    margin: 5px;
    margin-bottom: calc(1rem + 5px);
    padding-top: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
}

.colorscontainer .color.selected {
    border: solid 2px #333;
}

.colors {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.colors>div {
    display: flex;
    flex-direction: column;
    width: 75px;
    height: 75px;
    text-align: center;
    margin: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.colors .color {
    flex: 1;
    margin-bottom: 2px;
}

/* Scrollbars */

.scrollbar-primary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-primary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4285F4;
}

.scrollbar-light-blue::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-light-blue::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #4fc3f7;
}

.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-danger::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ff3547;
}

.scrollbar-warning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-warning::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-warning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #FF8800;
}

.scrollbar-success::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-success::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-success::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #00C851;
}

.scrollbar-info::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-info::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #33b5e5;
}

.scrollbar-default::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-default::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-default::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #2BBBAD;
}

.scrollbar-secondary::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-secondary::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-secondary::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aa66cc;
}

.scrollbar-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-pink::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-pink::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ec407a;
}

.scrollbar-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-indigo::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-indigo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #3f51b5;
}

.scrollbar-black::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-black::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-black::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #000;
}

.scrollbar-grey::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-grey::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-grey::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #aaa;
}

.scrollbar-lady-lips::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-lady-lips::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-lady-lips::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#ff9a9e), color-stop(99%, #fecfef), to(#fecfef));
    background-image: -webkit-linear-gradient(bottom, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
    background-image: linear-gradient(to top, #ff9a9e 0%, #fecfef 99%, #fecfef 100%);
}

.scrollbar-near-moon::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

.scrollbar-near-moon::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar-near-moon::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#5ee7df), to(#b490ca));
    background-image: -webkit-linear-gradient(bottom, #5ee7df 0%, #b490ca 100%);
    background-image: linear-gradient(to top, #5ee7df 0%, #b490ca 100%);
}

.bordered-pink::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #ec407a;
}

.bordered-pink::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-indigo::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #3f51b5;
}

.bordered-indigo::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.bordered-black::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border: 1px solid #000;
}

.bordered-black::-webkit-scrollbar-thumb {
    -webkit-box-shadow: none;
}

.square::-webkit-scrollbar-track {
    border-radius: 0 !important;
}

.square::-webkit-scrollbar-thumb {
    border-radius: 0 !important;
}

.thin::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

