﻿@font-face {
    font-family: 'Debrecen';
    src: url("../Debrecen/debrecen-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

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

    #plhDszt .input-cont button {
        background: transparent;
        border: 1px solid white;
        border-radius: 0px;
        box-shadow: unset;
        -webkit-box-shadow: unset;
    }

        #plhDszt .input-cont button:hover {
            background: rgba(246,168,57, 0.3);
        }

    #plhDszt .top-cont {
        background-color: #1B365D;
        display: flex;
        align-items: center;
    }

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

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

    #plhDszt .bot-cont {
        padding: 40px;
        height: unset;
        background: unset;
        align-items: flex-end;
        display: flex;
        flex-direction: column;
    }

.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: Debrecen;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
}

    .divTitle:before {
        content: "Köszöntjük Debrecen város Szabályozási Tervének oldalán!";
    }


#plhDszt .input-cont 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;
    }
