﻿@font-face {
    font-family: 'OpenSans';
    src: url("../base/fonts/OpenSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

#plhDszt {
    background: url(hm_varoshaza.jpg) center no-repeat;
}

    #plhDszt .input-cont-outer button {
        background: transparent;
        border: 2px solid #4AABC8;
        border-radius: 4px;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        color: #4AABC8;
    }

    #plhDszt .input-cont-outer .inversedbutton {
        background: #4AABC8;
        border: 2px solid #4AABC8;
        border-radius: 4px;
        box-shadow: unset;
        -webkit-box-shadow: unset;
        color: white;
    }


    #plhDszt .input-cont-outer button:hover {
        background: rgba(19, 25, 135, 0.3);
    }

    #plhDszt .top-cont {
        background-color: #242943;
        display: flex;
        align-items: space-between;
        height: unset;
        padding: 10px 30px;
    }

        #plhDszt .top-cont img[alt="fortemap"]{
            height: 24px;
        }

        #plhDszt .top-cont .normal-logo {
            height: 24px;
        }

    #plhDszt .bot-cont {
        padding: 40px;
        height: unset;
        background: #242943;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 40px;
    }

.divTerms .cbTerms {
    margin-right: 8px;
}

.divTermsText {
    display: block;
    color: white;
    font-size: 0.6vw;
    line-height: 1vw;
}

.divTerms {
    display: none;
    flex-direction: row;
    position: absolute;
    left: 4vw;
    bottom: 2vw;
    z-index: 1000;
    border-left: 0.3vw solid #F9A737;
    padding-left: 1vw;
}

.aTerms{
    cursor: pointer;
}

.divInfo1 {
    margin: 0;
    position: absolute;
    top: 65px;
    /*top: 20%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    */
    color: white;
    background-color: rgba(24,54,93, 0.95);
    padding: 8px;
    margin: 20px;
    font-size: 18px;
    line-height: 22px;
    z-index: 1000;
}

.spClose{
    position:absolute;
    top:0px;
    right:0px;
    font-weight: bold;
    font-size: 16px;
    margin: 8px;
    cursor: pointer;
}

.divInfo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    background-color: rgba(24,54,93);
    padding: 8px;
    max-width: 50%;
    font-size: 16px;
    z-index: 1001;
    line-height: 18px;
    display: none;
}

.divTitle {
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width:80%;
    text-align:center;
    color: white;
    font-family: 'OpenSans';
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
}

    .divTitle:before {
        content: "Köszöntjük Hódmezővásárhely város Szabályozási Tervének oldalán!";
    }


#plhDszt .input-cont-outer button:disabled {
    border: 1px solid #999999;
    background-color: rgba(200, 200, 200, 0.3);
    color: #666666;
    cursor: not-allowed;
}

a {
    color: white;
    font-weight: bold;
}

    a:hover {
        color: #F9A737;
    }


#divBotLogoContainer {
    background-color: #242943;
    display: flex;
    flex-direction: column;
}
#divBotLogo {
    background-image: url("../szigetkoz/szechenyiegyetemlogo.png");
    width: 450px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

#divBotLogoTitle {
    color: white;
    font-size: x-large;
    text-align: center;
    margin-bottom: 40px;
}

#divBotLogoTitle:before {
    content: "Szigetköz Monitoring Adatközpont";
}

.input-cont-outer {
    display: flex;
    flex-direction: row;
}

#plhDszt .toMapBox2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}


#plhDszt .input-cont-outer .btnMap.inner {
    display:none;
}

#plhDszt .input-cont-outer .btnMap.outer {
    height: 50px;
    width: 260px;
    border: none;
    text-underline-position: under;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-thickness: 2px;
    background-image: url("../szigetkoz/rightarrow.svg");
    background-repeat: no-repeat;
    background-position: right 24px center;
    font-size: medium;
    font-weight:bold;
}

