
/* --- rastr --- */
.window-detail {
    display: none;
    position: fixed;
    width: 760px;
    height: 510px;
    background-color: white;
    /*border: 1px solid black;*/
    top: 30%;
    left: 30%;
    z-index: 200;
    overflow: auto;
    box-shadow: 0px 0px 100px black;
    border-radius: 4px;
}

.window-detail .window-close {
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    line-height: 45px;
    /*position: fixed;*/
    /*right: 18.5%;*/
    margin-right: 10px;
    z-index: 10;
}

.window-detail .next {
    position: absolute;
    right: 100px;
    top: 4px;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.window-detail .prev {
    position: absolute;
    left: 100px;
    top: 4px;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.window-detail .katalogdetail {
    margin-top: 10px;
}

.window-detail .katalogdetail h2 {
    font-size: 22px !important;
}

.window-detail .katalogdetail .rowdetail .udaje {
    width: 80%;
}

.window-detail .tip {
    position: absolute;
    bottom: 0;
    margin-left: 10px;
}

.window-detail .main-title {
    margin-top: 10px;
    margin-left: auto;
    width: 450px;
    margin-right: auto;
    text-align: center;
    font-size: 22px;
    /*
    position: fixed;
    background-color: whitesmoke;
    line-height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 0px 10px 0px;
    z-index: 1;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
    */
}

.window-detail .nav {
    margin-bottom: 0;
    /*padding-top: 30px;*/
}

.window-detail .articles {
    position: relative;
    margin: 0 35px;
}

.window-detail img.logo {
    position: absolute;
    right: 0px;
    width: 200px;
    z-index: -1;
}

.window-detail img.najdete {
    width: 130px;
    float: left;
    border: none;
    padding-bottom: 12px;
    padding-right: 12px;
}

.window-detail img.picture1 {
    width: 130px;
    float: left;
    border: none;
    padding-bottom: 12px;
    padding-right: 12px;
}

.window-detail .detail-ajax-image {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
}

.window-detail .tab-content {
    width: 95%;
}


/* MAP */
.window-detail-map {
    display: none;
    position: fixed;
    width: 90%;
    height: 640px;
    background-color: white;
    border: 1px solid black;
    top: 5%;
    z-index: 2000;
    overflow: auto;
    box-shadow: 0px 0px 100px black;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.window-detail-map .window-close {
    width: 25px;
    height: 25px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    float: right;
    line-height: 45px;
    position: absolute;
    right: -25px;;
    margin-right: 35px;
    z-index: 10;
}

.window-detail-map .next {
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
}

.window-detail-map .prev {
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
}

.window-detail-map .katalogdetail {
    margin-top: 10px;
}

.window-detail-map .katalogdetail .rowdetail .udaje {
    width: 80%;
}

.window-detail-map .main-title {
    position: fixed;
    background-color: whitesmoke;
    line-height: 30px;
    margin-top: 0px;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px 0px 10px 0px;
    z-index: 1;
    border-bottom: 1px solid grey;
    border-right: 1px solid grey;
}

.window-detail-map .nav {
    margin-bottom: 0;
    padding-top: 30px;
}

.window-detail-map .articles {
    position: relative;
    margin: 0 35px;
}

.window-detail-map img.logo {
    /*margin-top: 35px;
    float: right;*/

    /*position: absolute;
    right: 35px;*/
}

.window-detail-map img.najdete {
    width: 130px;
    float: left;
    border: none;
    padding-bottom: 12px;
    padding-right: 12px;
}

.window-detail-map img.picture1 {
    width: 130px;
    float: left;
    border: none;
    padding-bottom: 12px;
    padding-right: 12px;
}

.window-detail-map .detail-ajax-image {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
}

/* --- /rastr --- */
