﻿#main_content {
    padding: 0px !important;
}

#HSSearchContainer {
    border-bottom: 1px solid #ccc !important;
    padding: 10px !important;
    margin-bottom: 20px !important;
}

.tblListe {
    width: 100%;
    TABLE-LAYOUT: fixed;
    color: black;
}

    .tblListe th {
        background-color: #fff !important;
        border-bottom: 0px !important;
    }

#HSImagesContainer {
    position: fixed;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    overflow: auto;
    background-color: yellow;
    z-index: 1;
}

.UpDownButtons {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

    .UpDownButtons a {
        padding: 3px !important;
        font-size: 12px !important;
    }

        .UpDownButtons a span {
            margin: 0px !important;
        }

#HeadingsNav {
    padding-top: 7px;
    background-color: #f2f2f2;
}

    #HeadingsNav li {
        margin-left: 4px !important;
        margin-right: 0px !important;
    }

    #HeadingsNav a {
        padding: 4px;
        font-size: 13px;
    }

#LeftColumn {
    padding: 0px;
    border-right: 1px solid #ccc;
}

.tblListe .tr_clickable {
    cursor: pointer;
}

    .tblListe .tr_clickable .gtip {
        color: blue;
        font-weight: bold;
    }

.tblListe .active td {
    background-color: #286090 !important;
    color: white;
}

.hstree .active .fn-link {
    color: cyan;
}

.tblListe .active .gtip {
    color: white;
}

.ImageContainerHeading {
    background-color: #f2f2f2;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    display: block;
    clear: both;
}

.ImageContainerBody {
    padding: 7px;
    display: table;
    margin-bottom: 30px !important;
    clear: both !important;
}

    .ImageContainerBody .image_item {
        float: left !important;
        margin-left: 9px !important;
        margin-top: 9px !important;
        border: 1px solid #ccc;
        font-size: 11px !important;
        cursor: pointer;
        padding: 0px !important;
    }

        .ImageContainerBody .image_item span {
            background-color: #f2f2f2;
            padding: 4px;
            display: block;
        }

    .ImageContainerBody .thumb {
        width: 110px;
        height: 110px;
        margin: 0px;
    }

.DivBestMatchDetail {
    min-height: 480px;
}

    .DivBestMatchDetail .group,
    .DivBestMatchDetail .list-group-image,
    .DivBestMatchDetail .btiThumb,
    .DivBestMatchDetail .thumbnail {
        border: 0px !important;
        box-shadow: none !important;
    }

    .DivBestMatchDetail .btiThumb {
        width: 130px !important;
        height: 130px !important;
        margin-right: 30px !important;
        background-image: none !important;
    }

    .DivBestMatchDetail .itemDesc {
        font-size: 13px !important;
    }

.thumbnail {
    margin-bottom: 20px;
    padding: 10px !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    min-height: 390px !important;
}

.item_thumb_container {
    float: right;
    padding: 5px;
    padding-top: 0px;
    font-size: 11px;
    text-align: center;
}


.item.list-group-item .thumbnail {
    border: 0px !important;
    min-height: auto !important;
    padding: 0px !important;
}

#DivWhatCanDo {
    padding: 20px 40px;
}

    #DivWhatCanDo ul {
        font-size: 22px;
        list-style-type: decimal;
    }

    #DivWhatCanDo p {
        font-size: 16px;
    }

.us_origin {
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px !important;
}

.hstree th {
    text-align: center;
    background-color: #f2f2f2;
}

.rate_column {
}

@media (max-width: 768px) {
    .rate_column {
        display: none;
    }
}

.USRatesResponsive .us_rate_container {
    border: 1px solid #ccc;
    padding: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 15px;
}

.USRatesResponsive div h3 {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 7px;
    font-weight: bold;
}

.not-kutusu {
    margin-top: 40px;
    padding: 20px;
    background-color: #fef3c7; /* açık sarı */
    border-left: 6px solid #f59e0b; /* turuncu çizgi */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    font-size: 16px;
    width: fit-content;
    margin-left: 10px;
    /*margin-right: auto;*/
}
