/* 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;
}

.no-padding {
    padding: 0 !important;
}

img.btn-icon {
    height: 24px;
    transform: translateY(-2px);
}

.main-background {
    background-color: var(--white) !important;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login div .form-group {
    display: block;
}

.form-align {
    max-width: 350px;
    margin: 20px auto !important;
}

.login .iconSpan {
    background-color: var(--blue);
    border-radius: 3px 0 0 3px;
    color: var(--white);
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    width: 42px;
    position: relative;
}

.login div input[type='text'], .login div input[type='password'], .login div input[type='email'] {
    background-color: var(--white) !important;
    border-radius: 0 3px 3px 0;
    color: var(--gray-800);
    margin-bottom: 1em;
    padding: 0 16px;
    width: calc(100% - 42px);
    border: solid 2px var(--blue) !important;
    transition: 0.3s;
}

.login div input {
    height: 42px;
}

.hiddenDiv {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#flatPeopleContainer {
    margin-bottom: 42px;
}

@media screen and (max-height: 600px) {
    #flatPeopleContainer {
        display: none !important;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.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 {
    height: 100vh;
}

#logoutButton {
    border-radius: 50%;
}

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

#menuToggle {
    display: block;
    position: relative;
    top: 36px;
    left: 20px;
    z-index: 2001;
    -webkit-user-select: none;
    user-select: none;
    width: 34px;
}

#menuToggle a {
    text-decoration: none;
    color: var(--gray-800);

    transition: color 0.3s ease;
}

#menuToggle a:hover {
    color: var(--indigo);
}


#menuToggle input {
    display: block;
    width: 32px;
    height: 30px;
    position: absolute;
    top: -7px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2002; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 26px;
    height: 4px;
    margin-bottom: 4px;
    position: relative;

    background: var(--gray-500);
    border-radius: 3px;

    z-index: 2001;

    transform-origin: 0px 0px;

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: var(--gray-800);
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    width: 300px;
    margin: -100px 0 0 -50px;
    padding: 125px 50px 50px;
    background: var(--gray-100);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    height: 100vh;
}

#menu li {
    padding: 10px 0;
    font-size: 14px;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
}

/* Override for Bootstrap's built in carousel icons to make them dark instead of light */
.carousel-control-prev-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23333\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z\'/%3e%3c/svg%3e');
}

.carousel-control-next-icon {
    background-image: url('data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' fill=\'%23333\' width=\'8\' height=\'8\' viewBox=\'0 0 8 8\'%3e%3cpath d=\'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z\'/%3e%3c/svg%3e');
}

.carousel-control-prev {
    width: 24px;
    height: 48px;
    top: 35%;
}

.carousel-control-next {
    width: 24px;
    height: 48px;
    top: 35%;
}

/*noinspection CssInvalidPropertyValue*/
.carousel-image {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.carousel-bg-dark {
    background-color: rgba(48, 48, 48, 0.5);
}

.mvh-100 {
    min-height: 100vh;
}

.mvh-85 {
    min-height: 85vh;
}

.mvh-75 {
    min-height: 75vh;
}

.carousel {
    position: initial;
}

.carousel-indicators li {
    background-color: #1e1e1e;
}

.toast-bg-dark {
    background: #073757;
    color: #ffffff;
}

.toast-body-white {
    background-color: #ffffff;
    border: 1px solid rgba(0,0,0,.1);
    border-top-style: none;
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
}

/*noinspection CssInvalidPropertyValue*/
.width-available {
    width: 100%;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
}

.close {
    color: #ffffff;
    opacity: 1;

}
