.my-class{
    max-width: 1300px;
    margin: 0 auto;
}
/* downloads table */
.cwd {
    width: 100%;
    border-color: rgb(5 5 5);
    height: 7px;
    font-size: 16px;
    margin-top: 15px;
}

.cwd > thead > tr {
    height: 32px;
}

.cwd > thead > tr > th {
    background-color: rgb(26 117 51);
    text-align: center;
    height: 15.0781px;
    padding: 6px;
}
.cwd > thead > tr > th > span {
    color: white;
}
.cwd > tbody > tr > td {
    text-align: center;
    padding: 6px;
}

.download_btn{
    width: 20px;
    cursor: pointer;
}


#slidesOverlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #000000c9;
}

#slides_overlay_container{
    color: #c7c7c7;
    margin: 0 auto;
    max-width: fit-content;
    margin-top: 2rem;
    position: relative;
    z-index: 1000;
}

.photos_tab{
    display: none;
}

.photos_tab img{
    padding: 15px;
    cursor: pointer;
}

#slides_overlay_data_container{
    display: flex;
    justify-content: space-between;
}

.media_show{
    width: 100%;
    height: 100%;
    max-width: 33.3%;
    max-height: 204px;
    object-fit: cover;
}

#displayed_image{
    display: block;
    border-radius: 3px;
    border: 4px solid #fff;
    max-width: 808px;
    max-height: 534px;
}
@media (max-width: 808px){
    #displayed_image{
        max-width: 87vw;
    }
}

#slides_overlay_close{
    margin-top: 5px;
    opacity: 0.7;
    cursor: pointer;
    position: relative;
    z-index: 10001;
}
#slides_overlay_close:hover{
    opacity: 1;
}

#slides_overlay_controls{
    position: absolute;
    width: 100%;
    height: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.overlay_controls{
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.overlay_controls img{
    width: 50px;
    height: 45px;
}

#left_control, #right_control {
    cursor: pointer;
    opacity: 0;
    transition:opacity 0.7s;
}
#right_control {
    justify-content: flex-end;
}

#left_control:hover{
    opacity: 1;
}

#right_control:hover{
    opacity: 1;
}


.page-item{
    cursor: pointer;
}

#hellopreloader{
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    min-width: 1000px;
    background: #003451;
    /*background: #59ABE3;*/
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: url(/images/loader.svg) center center no-repeat;
    background-size: 129px;
}

.swiper-slide-image{
    max-width: 187px;
    max-height: 165px;
}

#search-result-list{
    list-style-type: none;
    padding: 0;
}

.result__item{
    padding-bottom: 20px !important;
}

.result__title-text{
    padding-bottom: 10px;
    text-decoration: underline;
}
.result__title-text:hover{
    text-decoration: unset;
}

#search_results_false{
    padding-left: 5px;
    font-weight: bold;
}
