.mps-imardurumu-print-container {
    color: #505050;
    width: 21cm;
    min-height: 29.7cm;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.5cm;
    border-radius: 3px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.5);
    margin-top: 0px
}

.mps-imardurumu-mapcontainer {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.mps-kyadurumu-mapcontainer {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}

.mps-plan-evrakekle-panel {
    width: 380px;
    height: auto;
    position: absolute;
    right: 65px;
    top: 60px;
    z-index: 450;
    padding: 0;
}

.mps-evrakekle-panel {
    width: 380px;
    height: auto;
    position: absolute;
    right: 65px;
    top: 60px;
    z-index: 450;
    padding: 0;
}

.mps-plan-evraklistesi-panel {
    width: 600px;
    height: auto;
    position: absolute;
    right: 65px;
    top: 60px;
    z-index: 450;
    padding: 0;
}

.mps-evraklistesi-panel {
    width: 600px;
    height: auto;
    position: absolute;
    right: 65px;
    top: 60px;
    z-index: 450;
    padding: 0;
}

.mps-parsel-sorgu-result-panel {
    position: absolute !important;
    right: 70px;
    top: 60px;
    z-index: 1000;
    width: 330px;
    height: auto;
    box-shadow: 1px 1px 10px rgba(204, 204, 204, 0.8) !important;
}

@media print {
    a[href]:after {
        content: none !important;
    }

    img[src]:after {
        content: none !important;
    }

    tr {
        table-layout: fixed;
    }

    td {
        table-layout: fixed;
    }

    body {
        margin: 0;
        background: #fff !important;
    }
 
    @page {
        size: A4 portrait;
        margin: 10mm 5mm 5mm 5mm;
    }
}

.mps-filter-menu {
    height: 100vh;
    min-width: 420px;
    border-radius: 0
}

.mps-plan-menu {
    height: 100vh;
    min-width: 500px;
    border-radius: 0
}

@media (max-width: 768px) {

    /* Mobil ekranlarda gizle */
    .mps-filter-menu {
        height: 100vh;
        min-width: 100%;
        border-radius: 0
    }

    .mps-plan-menu {
        height: 100vh;
        min-width: 100%;
        border-radius: 0
    }

    .mps-mousecoordinates-panel {
        display: none;
    }

    .mps-clientinfo-panel {
        display: none;
    }

    .mps-parsel-sorgu-result-panel {
        position: absolute !important;
        left: 55px;
        top: 60px;
        z-index: 10000;
        width: 300px;
        height: auto;
        box-shadow: 1px 1px 10px rgba(204, 204, 204, 0.8) !important;
    }

    .mps-plan-evrakekle-panel {
        z-index: 10000;
        position: absolute;
        top: 60px;
        left: 55px;
        width: 300px;
        height: auto;
        overflow-y: scroll;
        display: none;
    }
}

/**
mapisso 80, 72, 229
kastamonu 157, 36, 32
rize 3, 139, 210
**/
.imardurum-bg-image {
    background-image: linear-gradient(to bottom, rgba(3, 139, 210, 0.75) 0%, rgba(3, 139, 210, 0.75) 59%, rgba(3, 139, 210, 0.75) 100%), url(../images/imarvatandasbackground.png);
    background-size: cover;
    background-repeat: none;
    border-radius: 0px;
    width: 100%;
    height: 100vh;
    overflow-Y: false;
    margin-left: 0px;
    margin-top: 0px
}

.imardurum-sorgu-container {
    position: absolute;
    top: 20vh;
    height: 60vh;
    border-radius: 10px;
    padding-top: 25px;
    left: 25%;
    background: #ffffffd6;
    width: 50%;
    box-shadow: 0px 0px 61px rgba(0, 0, 0, 0.4)
}

.imardurum-sorgu-header {
    display: flex;
    height: 120px;
    width: 100%;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
}

.imardurum-sorgu-header-logo {
    width: 100px;
}

.imardurum-sorgu-header-intro {
    width: calc(100% - 100px);
    padding-left: 50px
}

.imardurum-sorgu-clientname {
    font-size: 2rem;
}

.imardurum-sorgu-unitname {
    font-size: 1.5rem;
    font-weight: 300 !important;
}

.imardurum-sorgu-result-container {
    padding-left: 20px;
}

.imardurum-sorgu-result-panel {
    width: 100%;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.06);
    height: 275px;
    border-radius: 5px
}

.imardurum-sorgu-mapissologo{
    position: fixed;
    width: 160px; 
    bottom: 25px;
    left: calc(50% - 85px)
}

@media (max-width: 1000px) {
    .imardurum-sorgu-clientname {
        font-size: 1.5rem !important;
    }

    .imardurum-sorgu-container {
        top: 10vh;
        height: 80vh;
    }

    .imardurum-sorgu-result-container {
        padding-left: 0px;
    }

    .imardurum-sorgu-result-panel {
        height: 150px;
    }
}

@media (max-width: 1325px) {
    .imardurum-sorgu-clientname {
        font-size: 1.75rem !important;
    }

    .imardurum-sorgu-unitname {
        font-size: 1rem !important;
    }
}

@media (max-width: 1400px) {
    .imardurum-sorgu-container {
        width: 70%;
        left: 15%;
    }
}

@media (max-width: 810px) {
    .imardurum-sorgu-clientname {
        font-size: 1.25rem !important;
    }

    .imardurum-sorgu-header-logo {
        width: 70px;
    }

    .imardurum-sorgu-header-intro {
        width: calc(100% - 70px);
        padding-left: 10px
    }

    .imardurum-sorgu-header {
        padding-bottom: 0px;
        height: auto;
    }
}

@media (max-width: 605px) {
    .imardurum-sorgu-container {
        top: 2vh;
        height: 110vh;
        left: 2%;
        width: 96%;
    }

    .imardurum-bg-image {
        height: 150vh;
        overflow-y: true;
    }

    .imardurum-sorgu-result-panel {
        height: 300px;
    }

    .imardurum-sorgu-mapissologo{
        display: none;
    }

}