﻿/* 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. */

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */

    background: url("../images/Leaves_Background.png") no-repeat bottom;
    background-color: #fafafa;
    color: black;
    font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
    min-height: 900px;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    min-height: 60px;
    background-color: #EDF0ED;
}

    .footer > .container {
        padding: 15px;
    }

/* Original css styles
-------------------------------------------------- */

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 120px 50px 100px 50px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}


.horizontal-center {
    display: block;
    margin: auto;
    text-align: center;
}

.vertical-center {
    display: flex;
    align-items: center;
}

div.border-linear-gradient-0-0 {
    display: block;
    width: 100%;
    min-height: 60px;
    height: auto;
    max-width: 100%;
    position: relative;
    padding: 1em;
    box-sizing: border-box;
    color: #000;
    background: #EEf0EE;
    background-clip: padding-box;
    border: solid 5px transparent;
    border-radius: 1em;
    white-space: pre;
}


.no-drop-shadow {
    box-shadow: none;
}

.drop-shadow-1 {
    box-shadow: 4px 4px 6px #888888;
}

.drop-shadow-2 {
    box-shadow: 3px 3px 4px #888888;
}




.title-big {
    font-size: 2em;
    font-weight: bolder;
}

.title-medium {
    font-size: 1.5em;
    font-weight: bolder;
}

.title {
    font-size: 1.2em;
    font-weight: bold;
}

.slider-active-item {
    opacity: 1;
}

.align-items-vertical {
    display: block;
}

.items-center-horizontal {
    justify-content: center;
    text-align: center;
}


.form-body {
    padding: 20px 15px 10px 15px;
}

.bold {
    font-weight: 900;
}

.overflow-y {
    text-wrap: normal;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-x {
    text-wrap: normal;
    overflow-y: hidden;
    overflow-x: auto;
}

.print-only {
    display: none;
}


#consent {
    display: block;
    /*position: absolute;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    /*width: 100%;
    height: 100%;*/
    width: 100vw;
    height: 100vh;
    background: rgba(192, 192, 192, 0.75);
}



/*
    Footable Style Overrides
*/
.pagination > .active > a {
    background-color: var(--brand-green);
    border-color: var(--brand-green);
}

    .pagination > .active > a:hover {
        background-color: var(--monochrome-1);
        border-color: var(--monochrome-1);
        color: white;
    }

.pagination > li > a {
    color: black;
}

    .pagination > li > a:hover {
        background-color: var(--monochrome-1);
        color: white;
    }

.pagination > .active > a:focus {
    background-color: var(--brand-green);
    border-color: var(--brand-green);
}

.modal-header {
    background-color: var(--modal-header-background);
    color: var(--modal-header-text-color)
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: var(--modal-header-background);
}

.bootstrap-dialog .bootstrap-dialog-title {
    font-weight: bold;
    color: var(--modal-header-text-color)
}

.modal-header i {
    color: var(--brand-green);
}

.modal-footer {
    border-top: 1px solid transparent;
}

.modal-open {
    overflow: visible;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

input[type=date] {
    background-color: white;
}

select, select[disabled] {
    background-color: white;
}

.form-control[disabled], .form-control[readonly] {
    background-color: white;
}

.content-editable {
    background-color: antiquewhite;
    font-style: italic;
}

.notif-message, .notif-title, #maintenanceMessage {
    font-size: 24px;
    font-family: "Gotham-Light", Helvetica, Arial, sans-serif;
}

.maintenancedialogSide {
    min-height: 200px;
    background: url('../images/community_maintenance.png');
    background-repeat: no-repeat;
    background-size: contain;
}