﻿/* 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 {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  height: 100%;
  margin: 0;
}

body {
    /* Margin bottom by footer height */
    /*padding-bottom: 40px;*/
    padding-bottom: 0px;
    /*padding-top: 51px;*/
    padding-top: 0px;
    height: 100%;

    font-family: "Didact Gothic", "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#head-prelios {
    position: absolute;
    top: 0;
    height: 51px;
    width: 100%;
}

/* INIZIO PROVA MICHELE */
/* HEADER */
.headercontainer {
    background-color: white;
    width: 100%;
    height: 3.125rem;
    left: 0;
}
.logo {
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.875rem;
}
.header {
    width: 100%;
    margin-left: 10%;
    height: 1.9375rem;
    width: 8.875rem;
}

/* FOOTER */
.footerText {
    color: white;
    font-size: 0.8125rem;
    text-align: center;
    word-wrap: break-word;
    margin-bottom: 0;
}
a.footerLink {
    color: #33A7B2;
    font-size: 0.8125rem;
}

    a.footerLink:hover {
        color: #226f77;
    }

.footerContainer {
    background-color: #494949;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;  
}

@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: landscape) {
    .footercontainer {
        position: initial;
    }

    #box-middle-content2 > div > div > div {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/* ERRORI */
.text-danger > ul {
    list-style-type: none;
}

/* ALLINEARE ERRORI ALLA TEXTBOX */
.general-form > div > div {
    text-align: right;
    margin-right: 75px;
}

/* BODY */
#box-middle-content2 {
    /*height: calc(100% - 5.625rem);*/
    height: calc(100% - 3.125rem);
    /*background-image: url("/assets/bkLogin.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* PATTO DI RISERVATEZZA */
@media (min-width: 768px) {
    #prelios-nda {
        margin-left: 20%;
        margin-right: 20%;
    }
}

#prelios-nda {
    height: 600px;
    overflow: hidden;
    overflow-y: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

#footer-nda {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background-color: #F0F0F0;
    padding-bottom: 10px;
    padding-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#label-nda {
    font-weight: bold;
    text-align: left;
    margin: 0;
}

#button-nda {
    text-align: right;
}

.title-nda {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #F0F0F0;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* WARNING PAGE */

.box-prelios-warningBox {
    width: 600px;
    background-color: #F0F0F0;
}

/* FORGOT PASSWORD */
.forgotPwdTitle {
    font-size: 20px;
    text-align: center;
}

.forgotPwdButton {
    margin-top: 15px;
}

.textBoxCredenziali {
    margin-bottom: 5px;
    margin-top: 10px;
}

.prelios-forgot-pass {
    background-color: #F0F0F0;
}

.prelios-login-img {
    height: 35px;
    background-image: url("../assets/IRealty_LOGO.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    margin-top: 10px;
}

#title-register {
    margin-bottom: 1.5rem;
}
/* FINE PROVA MICHELE */

#footer-prelios {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
}

.background-prelios-gray-light {
    background-color: #F0F0F0;
}

.background-prelios-gray {
    background-color: #D9D9D9;
}

.background-prelios-darker {
    background-color: #494949;
}

.background-prelios-green {
    background-color: #33A7B2;
    color: white;
}

.text-prelios-green {
    color: #33A7B2;
}

a.text-prelios-green {
    text-decoration: none;
    color: #33A7B2;
}

button.button-prelios-green {
    background-color: #33A7B2;
    color: #fff;
}

button.button-prelios-white, a.button-prelios-white {
    background-color: #fff;
    color: #33A7B2;
}

.box-middle-content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .box-middle-content > div {
        display: table-row
    }

        .box-middle-content > div > div {
            display: table-cell;
            vertical-align: middle;
            position: relative;
        }

            .box-middle-content > div > div > div {
                display: inline-block;
                margin: auto;
            }

.box-prelios {
    background-color: #F0F0F0;
    border-radius: 7px;
    /*border-color: gray;*/
    /*border-style: solid;*/
    /*border-width: 2px;*/
    padding: 20px;
}

input.prelios-form-control {
    border: none;
    border-radius: 5px;
    height: 40px;
    box-shadow: 0px 3px 6px 0px gray;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

/*input.prelios-form-control:placeholder {
    text-align: center;
}*/

/*ID per modificare lo stile la lista degli errori nel reset password*/
#reset-password-errors-list > ul {
    margin: 0;
    padding: 0;
}
/*Cookie policy*/
#cookieConsent {
    width: auto;
    background-color: rgb(51, 167, 178);
    color: white;
    border-color: rgb(51, 167, 178);
    font-size: 13px;
}
#cookieConsent a {
    color: whitesmoke;
}
#cookieConsent a span{
    font-size: 13px;
}
#cookieConsent button span {
        font-size: 13px;
}