﻿html {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: left;
    background-color: #EDF0F2 !important;
}

#DivFullRowContainer {
    background-color: #39ABCF !important;
    border-bottom: 1px solid #ccc;
    margin: 0px !important;
    margin-bottom: 20px !important;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
    color: white;
}

#DivFullRowContainer2 {
    background-color: #EDF0F2 !important;
    border-top: 1px solid #ccc;
    margin: 0px !important;
}

.page-header {
    color: white;
}

    .page-header h1 {
        margin-bottom: 30px !important;
    }

.pnlContent {
    margin-bottom: 30px;
    padding: 15px !important;
}

.pnlMeasure {
    padding: 0px !important;
}

.pnlDutiesContainer {
    padding: 0px !important;
}

.pnlDutiesContainer-body {
    padding: 15px;
}

.pnlMeasure .pnl-heading, .pnlDutiesContainer h2 {
    margin: 0px !important;
    font-size: 16px;
    margin-bottom: 0px !important;
    line-height: 1.5em;
    padding: 15px !important;
    background-color: #EDF0F2;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    color: #2C2D3A;
}

.pnlDuties .pnl-heading {
    font-weight: bold;
    color: #41479B
}

    .pnlDuties .pnl-heading:before {
        font-weight: bold;
        color: #41479B;
        font-family: "FontAwesome";
        font-weight: 900;
        content: "\f107\ ";
    }


.pnlMeasure .pnl-body {
    padding: 0px !important;
    font-size: 14px;
    margin: 0px;
}

    .pnlMeasure .pnl-body table {
        margin: 0px;
    }

        .pnlMeasure .pnl-body table td {
            padding: 18px !important;
        }

        .pnlMeasure .pnl-body table tr:first-child td {
            border: 0px;
        }



/*.duty {
    font-size: 18px;
    font-weight: bold;
    display: block;
    text-align: right;
    min-width: 50px;
}*/
.duty {
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}

.origin:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\f100\ ";
    color: #ccc;
}

.origin:after {
    font-family: "FontAwesome";
    font-weight: 900;
    content: "\ \f101";
    color: #ccc;
}

.origin {
    cursor: pointer;
    display: inline-block;
    margin-right: 4px;
    padding: 4px 4px;
    border-radius: 3px;
    margin-bottom: 10px;
    /*background-color: #fff;*/
    color: #2C2D3A;
}

.country:before {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\f104\ ";
    color: #ccc;
}

.country:after {
    font-family: "FontAwesome";
    font-weight: 400;
    content: "\ \f105";
    color: #ccc;
}

.origin:hover {
    border-radius: 3px;
    /*background-color: #fff;*/
    /*box-shadow: 1px 4px 5px rgba(0,0,255,0.2);*/
    color: black;
}

.country {
    color: #29527C;
}

.hrgray {
    border-color: #ccc;
}

.us_rate_row {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.us_rate_body {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.dropdown-menu .active a {
    color: white !important;
}

.typeahead a:hover {
    color: white !important;
}


.us_origin {
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 1px !important;
}

.declarableHSList {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

    .declarableHSList li {
        display: inline-block;
        margin-left: 15px;
        margin-bottom: 15px;
    }

        .declarableHSList li a {
            border-radius: 24px !important;
            padding: 7px 14px !important;
            font-size: 16px !important;
            background-color: #0094DA !important;
            border: 0px !important;
            color: white !important;
            text-decoration: none !important;
        }

            .declarableHSList li a:hover {
                background-color: black !important;
            }

.legalBase {
    font-size: 18px;
    display: block;
    text-align: right;
    min-width: 50px;
}

/*.footnote-link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}*/
.footnote-link {
    position: relative;
    cursor: pointer;
}

    .footnote-link:hover .popup-box {
        display: block;
    }

.duty-link {
    position: relative;
    cursor: pointer;
    color: black;
}

    .duty-link:hover .popup-box {
        display: block;
    }


.popup-box {
    color: black;
    display: none;
    position: absolute;
    background-color: #ffffff; /* Beyaz arka plan */
    border: 1px solid #ccc; /* Hafif gri kenarlık */
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Hafif gölge */
    z-index: 1000; /* Yüksek z-index */
    top: 100%; /* Bağlantının hemen altına hizala */
    left: 40px;
    width: 400px; /* Kutunun genişliğini artır */
    white-space: normal; /* Satırları düzgün sığdır */
    line-height: 1.5; /* Satırların arasına boşluk koy */
    word-wrap: break-word; /* Uzun kelimeleri sarmala */
}

.footnote-list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.footnote-item {
    margin-top: 10px;
    color: gray;
}

.footnote-table {
    border-collapse: separate;
    border-spacing: 5px;
    text-indent: initial;
    font-size: 9px;
    background-color: transparent !important;
}

    .footnote-table td {
        padding-bottom: 10px;
        vertical-align: top;
    }

.highlight {
    transition: background-color 0.5s ease; /* Yumuşak renk geçişi */
}

.additional-code {
    color: brown !important;
}

table td {
    vertical-align: middle !important;
}

.tab-pane {
    margin-top: 15px;
}

.tab-content {
    background-color: white;
    padding: 20px;
    border: 1px solid #ddd;
    border-top: 0px;
}

#Main {
    background-color: #EDF0F2 !important;
}

