﻿/* 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. */


@font-face {
    font-family: 'Default Font';
    src: url("../fonts/SourceSansPro-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Title Font';
    src: url("../fonts/DancingScript-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 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;
    font-family: 'Default Font';
}

footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    margin-top: 60px;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    /*line-height: 60px;*/ /* Vertically center the text there */
}


/*Admin navbar*/
.admin-navbar {
    -ms-flex-direction: row !important;
    border-bottom-width: 2px !important;
    border-bottom-color: #02ADF3 !important;
    border-bottom-style: solid;
}

    .admin-navbar > ul {
        flex-direction: row !important;
    }

    .admin-navbar > .navbar-collapse {
        text-align: center;
    }

    .admin-navbar a.navbar-brand {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }



/*site top blue bar*/
.page-top {
    min-height: 0.5rem !important;
    background-color: #02ADF3 !important;
}

/*row fix*/
.row {
    margin: 0px !important;
}


/*language selection bar*/
.language-bar {
    float: right;
    align-content: center !important;
    display: inline-block;
    color: white;
    font-weight: bold;
    vertical-align: middle !important;
    height: auto;
    text-align: right;
    margin-top: 0.7rem;
}

    .language-bar > a:link, .language-bar > a:visited {
        color: white !important;
        text-decoration: none;
        vertical-align: middle !important;
        font-size: 1.2rem;
        margin-right: 0.3rem;
        top: 25%;
        position: relative;
    }

/*custom news alert*/
.alert-news {
    background-color: #02ADF3 !important;
    color: white;
}

/*cookie bar style*/
#cookieConsent {
    background-color: rgba(2, 173, 243, 0.64);
    color: black;
    /*text-align:center;
    align-content:center;*/
    padding: 0.3rem;
    width: 100%;
    border-radius: 0px;
    margin: 0px;
    position: fixed;
    bottom: 0;
}

/*card style fixes*/
.card {
    border-radius: 0 !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2) !important;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }

.card-body {
    padding: 0 !important;
    padding: 0 !important;
}

.card-img-top {
    border-radius: 0 !important;
}

.card-text {
    margin: 0.2rem 0.5rem !important;
}

.card-title {
    margin: 0.3rem 0.3rem !important;
}

.card-subtitle {
    margin: 0.3rem 0.3rem !important;
}

.card-link {
    margin: 0.5rem 0.5rem !important;
    float: right;
}


.card-decorative-band {
    width: 78%;
    position: relative;
    min-height: 0.3rem;
    min-width: 50px;
    background-color: #3885d9;
}

@media only screen and (min-width:426px) and (max-width:768px) {
    .card-decorative-band {
        width: 78%;
        position: relative;
        min-height: 0.3rem;
        min-width: 50px;
        background-color: #3885d9;
    }
}


/*cookie accept btn fix*/
.alert-dismissible .close {
    padding: .375rem .75rem !important;
}

/*Mireo map style*/
#map-container {
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
    border: 1px solid #cccccc;
    height: 100%;
    /*margin: 0;*/
    padding: 0;
}

/*margin classes*/
.margin-top-15rem {
    margin-top: 1.5rem !important;
}

.margin-top-20rem {
    margin-top: 2.0rem !important;
}

.margin-top-05rem {
    margin-top: 0.5rem !important;
}

.margin-top-10rem {
    margin-top: 1.0rem !important;
}

/*action buttons for forms*/
.action-button {
    margin: 0 0.5rem;
}

/*navbar pills for apartments*/
.nav-link {
    font-size: 18px !important;
    color: dimgray;
}

.tab-border {
    border-bottom: 1px solid #90bade;
}
.nav-pills > .nav-item > .nav-link {
    margin: 0 0.2rem;
    padding: 0.2rem 0.6rem;
    font-size: 1.75rem!important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #02ADF3;
}
.centered-pills {
    text-align: center;
}

    .centered-pills ul.nav-pills {
        display: inline-block;
    }

    .centered-pills li {
        display: inline;
    }

    .centered-pills a {
        float: left;
    }

/*pricelist table*/
table.price-list-table {
    border: 2px solid black !important;
    table-layout: auto;
}

.price-list-table th {
    text-align: center;
    border: 2px solid black !important;
    font-size: 1rem;
}

.price-list-table tr {
    border: 2px solid black !important;
}

.price-list-table td {
    border: 2px solid black !important;
    font-size: 1rem;
    padding: 0 !important;
    text-align: center;
}

.price-list-table textarea {
    background-color: white !important;
    resize: none !important;
}

.table-carousel {
    margin-bottom: 1rem !important;
}

    .table-carousel table {
        margin-bottom: 0;
    }

    .table-carousel .carousel-control-next {
        width: 10% !important;
        background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(0,0,0,0.2));
    }

    .table-carousel .carousel-control-prev {
        width: 10% !important;
        background-image: linear-gradient(to left, rgba(255,0,0,0), rgba(0,0,0,0.2));
    }

    .table-carousel .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }

    .table-carousel .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }
/*Comments on price lsit view*/
textarea {
    overflow-y: hidden !important;
    width: 100% !important;
    height: 100px !important;
    resize: none;
    padding-left: 0;
}

/*NAVBAR*/
.navbar {
    padding: 0.5rem 0 !important;
}

.navbar {
    box-shadow:0 3px 10px -1px rgba(0, 0, 0, 0.53);
}
@media screen and (max-width: 991px) {
    .navbar {
        box-shadow:none;
    }
}
/*center mobile menu toggler*/
.navbar-toggler-center {
    float: none;
    margin: auto;
    align-self: center;
}

a.navbar-brand {
    margin: 0px !important;
    color: black !important;
    float: none !important;
    align-self: center !important;
    font-family: 'Title Font';
    font-size: 2rem !important;
    font-weight: bold;
}


.navbar > .navbar-toggler {
    align-self: center !important;
}

ul.navbar-nav {
    align-items: center !important;
}

.navbar-nav > li {
    margin: 0 20px;
}

    .navbar-nav > li a {
        padding: .5rem 1rem;
    }

.navbar > .navbar-nav > li > a {
    color: #999999 !important;
}

    .navbar > .navbar-nav > li > a.navbar-brand {
        margin: 0px;
        color: black !important;
    }

    .navbar > .navbar-nav > li > a:hover {
        color: black !important;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .navbar > .navbar-nav > li > a.navbar-brand:hover {
        margin: 0px;
        text-decoration: none;
        color: black !important;
    }

/*underline for navitems*/
/* Underline From Center */
.middle-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

    .middle-underline:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: black;
        height: 2px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .middle-underline:hover:before, .middle-underline:focus:before, .middle-underline:active:before {
        left: 0;
        right: 0;
    }

/*cookie accept button*/
.btn-accept-policy {
    background-color: white !important;
    color: deepskyblue !important;
    opacity: 1 !important;
}
