.infobutton {
/*    border-radius: 5px;*/
    background-image: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/info_icon_40.png);
    background-size:cover;
/*    margin-top: 15px;*/
}

.infobutton-temp {
    background-image: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/info.css);
}

.modal-uk{
    display: block;
    position: fixed;
    /* width: fit-content; */
    height: fit-content;
    max-width: 80%;
    max-height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0!important;
    bottom: 0;
}

@media screen and (orientation:landscape) {
    .modal-uk{
        width: 50%
    }
}

/* @media screen and (orientation:landscape) and (min-width:1920px) {
    .modal-uk{
        width: 30%
    }
} */

@media screen and (orientation:portrait) {
    .modal-uk{
        width: 80%;
    }
}


.modal-uk .modal-body{
    /* max-height: fit-content; */
    overflow-y: auto;
    max-height: 70vh;
    height: 70vh;
    padding-top: 0;
}

@media screen and (orientation:portrait) {
    .modal-uk .modal-body{
        height: 70vh;
    }
}

@media only screen and (max-width: 768px){
    .carousel-control.small{
        display: none;
    } 
    .modal-uk .modal-body{
        height: 60vh;
    }
}

@media screen and (orientation:landscape) and (max-height:450px){
    .modal-uk .modal-body{
        height: 50vh;
    }
}

@media screen and (orientation:landscape) and (min-height:1080px){
    .modal-uk .modal-body{
        height: 60vh;
    }
}


.carousel-control.small{
    font-size: 40px;
    top: 50%;
    opacity: 0.3;
}

.carousel-control.small:hover{
    opacity: 0.4;
}

.carousel-control.left.small{
    left: 5px;
}

.carousel-control.right.small{
    right: 5px;
}

.carousel-indicators-sticky{
    position: sticky;
    top: 0;
    z-index: 1060;
}

.inline-block{
    display: inline-block;
}

.slide-main-image{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;;
    border: 3px solid #555;
    box-sizing: border-box;
}

    .slide-btn-projects.slide-main-image{
        content: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_projects/projects_main_image.png);
    }

    .slide-btn-layers.slide-main-image{
        content: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_layers/layers_main_image.png);
    }

    .slide-btn-search.slide-main-image{
        content: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_search/search_main_image.png);
    }


.slide-icon.highlight{
    /* outline-width: 1px;
    outline-color: red;
    outline-style: solid;
    outline-offset: -1px; */
    position: fixed;
    box-shadow: inset 0 0 2pt 1pt #00bbff;
    border: none;
    outline: none;
}

    .slide-icon.btn-projects{
        background-image: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_projects/projects_icon.png);
        height: 30px;
        width: 30px;   
    }
    .slide-icon.btn-layers{
        background-image: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_layers/layers_icon.png);
        height: 30px;
        width: 30px;   
    }

    .slide-icon.btn-search{
        background-image: url(/index.php/view/media/getMedia?repository=publicrepo&project=kaliningrad&path=media%2Fjs%2Fdefault%2Finfo%2F/slides/slide_search/search_icon.png);
        background-size: cover;
        border-radius: 15pt;
    }

    
.carousel-indicators.myindicatiors{
    position: relative;
    bottom: 5px;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    top: auto
}

.carousel-indicators.myindicatiors li {
    background-color: rgb(0 0 0 / 25%);
    display: inline-block;
    float: none;
    width: 20px;
    height: 5px;
    border-radius: 0;
}

.carousel-indicators.myindicatiors li.active {
    background-color: rgb(0 0 0 / 75%);
}

.slide-description{
    text-align: justify;
    margin-top: 10px;
}


.carousel-inner > .item {
    -webkit-transition: 0.2s ease-in-out left;
    -moz-transition: 0.2s ease-in-out left;
    -o-transition: 0.2s ease-in-out left;
    transition: 0.2s ease-in-out left;
}