﻿.menu-tax-payer, .menu-tax-payer-en,
.border-crossing > nav > ul,
.menu-payer-permissions, .menu-payer-permissions-en,
.menu-border-crossing-menu, .menu-border-crossing-menu-en {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    align-items: center;
    margin-top: 83px;
}

.menu-about-us, .menu-about-us-en,
.menu-administration-menu, .menu-administration-menu-en {
    margin-top: 33px !important;
}

.border-crossing > nav > ul > li,
.menu-border-crossing-menu > li, .menu-border-crossing-menu-en > li {
    margin: 10px 0;
    max-width: 215px;
    width: 100%;
    /*        position: relative;*/
}



.hidden-content {
    visibility: collapse;
}


.border-crossing > nav > ul > li > a,
.menu-border-crossing-menu > li > a, .menu-border-crossing-menu-en > li > a {
    color: #4D4D4D;
    font-size: 14px;
    font-family: "Helvetica Neue Medium";
}

.border-crossing > nav > ul > li.dropdown > ul,
.menu-border-crossing-menu > li.dropdown > ul, .menu-border-crossing-menu-en > li.dropdown > ul {
    position: absolute;
    left: calc(50% + 10px);
    display: none;
    left: 423px;
}

.selectedTab {
    background-color: #F5F5F5 !important;
}

    .selectedTab > a {
        opacity: 1 !important;
        font-size: 16px !important;
    }

.selectedCategory {
    background-color: rgba(225, 228, 235, 0.45);
    padding: 11px 25px !important;
    border-radius: 28px;
}

    .selectedCategory > a {
        color: #0585C9 !important;
        font-size: 14px;
        font-family: "Helvetica Neue Medium";
    }

.border-crossing > nav > ul > li.selectedCategory > ul,
.menu-border-crossing-menu > li.selectedCategory > ul,
.menu-border-crossing-menu-en > li.selectedCategory > ul {
    display: flex;
    flex-direction: row;
    /*    left: calc(28% + 160px);*/
    position: absolute;
    top: 83px;
}

    .border-crossing > nav > ul > li.selectedCategory > ul > li,
    .menu-border-crossing-menu > li.selectedCategory > ul > li,
    .menu-border-crossing-menu-en > li.selectedCategory > ul > li {
        margin-right: 15px;
        border: none;
        /* border-bottom: 2px solid #2B2B2B; */
        padding: 18px 61.5px 17px 24.5px;
        /*background-color: rgba(242,242,242,.44);*/
        background-color: rgb(242 242 242);
        border-radius: 28px;
    }


        .border-crossing > nav > ul > li.selectedCategory > ul > li > a,
        .menu-border-crossing-menu > li.selectedCategory > ul > li > a,
        .menu-border-crossing-menu-en > li.selectedCategory > ul > li > a {
            color: #191919;
            font-family: "Helvetica Neue";
            font-size: 17px;
            opacity: 0.5;
            text-decoration: none;
            width: max-content;
        }

.borderCrossingcontentContainer {
    display: flex;
    flex-direction: column;
    width: fit-content;
}

.hasContent {
    /*    padding: 38px 0;*/
    /*    border-bottom: 1px solid rgba(112, 112, 112, 0.4);*/
    max-width: 700px;
    color: #191919;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-decoration: none !important;
    cursor: pointer;
    margin: 12px 0;
    padding: 17px;
    border-radius: 10px;
    background-color: #F1F3F6;
    box-shadow: 0 2px 4px rgba(145,145,145,.16);
    width: 734px;
}

    .hasContent > div > span {
        vertical-align: sub;
        font-family: "Helvetica Neue";
        font-size: 16px;
        width: 90%;
        margin: auto 0;
        color: #191919;
        font-weight: bold;
    }
/*    .hasContent::before {
        content: '';
        display: inline-block;
        width: .5rem;
        height: .5rem;
        border-bottom: .12rem solid #0675CB;
        border-right: .12rem solid #0675CB;
        transform: rotate(-45deg);
        margin-right: 14px;
    }*/

/*.hasContent > img {
        float: right;
    }*/



.situational-manuals-widget .borderCrossingcontentContainer .hasContent > p {
    font-size: 16px !important;
    font-family: "Helvetica Neue Light";
}

.situational-manuals-widget .seeAllDataCont {
    margin-top: 70px !important;
}

.hasContent > p {
    /*        display: none;*/
    /*        height: 0;*/
    overflow: hidden;
    font-size: 21px;
    font-family: "Helvetica Neue Light";
    color: #191919;
    padding-top: 10px;
    /*        transition: all 0.5s;*/
}

/*.selectedContent::before {
    content: '';
    display: inline-block;
    width: .5rem;
    height: .5rem;
    border-bottom: .12rem solid #0675CB;
    border-right: .12rem solid #0675CB;
    transform: rotate(45deg);
    margin-right: 14px;
}*/

.selectedContent > div > span {
    font-weight: bold;
}

.selectedContent p {
    /*    margin-top: 37px;*/
    /*    height: auto !important;*/
    transition: margin 500ms ease-in-out;
    /*    font-size: 21px;
    font-family: "Helvetica Neue Light";
    color: #191919;*/
    /*    display: block !important;*/
    overflow: hidden;
}


.selectedContent p,
.selectedContent span {
    font-family: "sylfaen";
}

.borderFAQ {
    padding: 0;
    font-size: 30px;
    font-family: "Helvetica Neue Medium";
    color: #000000;
    width: fit-content;
}

.lastDate {
    color: #000000;
    font-family: "Helvetica Neue Medium";
    cursor: pointer;
    width: max-content;
    width: fit-content;
}

.seeAll {
    color: #000000;
    font-family: "Helvetica Neue Medium";
    cursor: pointer;
    width: max-content;
    width: fit-content;
}

    .seeAll:hover {
        color: #2099d6;
    }

.seeAllDataCont {
    padding-bottom: 15px;
    /*margin-top: 153px;*/
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 200px;
    /*margin-top: 30px;*/
}


.border-crossing > nav,
.payer-permissions > nav,
.border-crossing > nav {
    display: flex;
    justify-content: flex-end;
    /*    padding-right: 30%;*/
    width: max-content;
    width: fit-content;
}






.span-6:nth-child(1) {
    width: max-content;
    width: fit-content;
    padding: 0;
}

.span-6:nth-child(2) {
    margin-left: 100px;
    padding: 0;
    width: max-content;
    width: fit-content;
}

.table > div:first-child {
    display: flex;
    justify-content: center;
    position: relative;
}

.contentHeader {
    width: 100%;
    display: contents;
    justify-content: space-between;
}

.legislation-widget > div.borderCrossingcontentContainer > a {
    background: #F1F3F6;
    border: none;
    box-shadow: none;
}


.legislation-widget .hasContent,
.situational-manuals-widget .hasContent {
    cursor: default !important;
}

.border-crossing > nav .menu-btn,
.widget-LHtmlWidget,
.widget-SamplesOfCertificateOfResidenceHtmlWidget,
.widget-CashRegisterHtmlWidget {
    display: none;
}

.toggleMenuTab {
    width: 24px;
    margin-top: 20px;
}

.showMenu {
    transform: translateX(0);
    width: 100%;
    flex-direction: column !important;
}

.incotermsContainer {
    display: inline-block;
    height: 400px;
}

.packageContainer {
    display: inline-block;
    height: 300px;
}

.certificateContainer {
    display: inline-block;
    height: 350px !important;
}

.certificateContainer1 {
    display: inline-block;
    height: 250px !important;
}

.logoContainer {
    display: inline-block;
    height: 350px !important;
}


/*@media (max-width: 767px) {*/
@media (max-width: 1024px) {
    #content > div > article > div > div.table > div > div:nth-child(1) > p {
        display: none;
    }

    .WordSection1 {
        max-height: inherit !important;
        overflow: scroll !important;
    }

    #administration, #content > div > article > div > div.table > div > div:nth-child(2) > div:nth-child(1) > article > div:nth-child(1) {
        width: 100% !important;
        text-align: center;
    }

    #administration, #content > div > article > div > div.table > div > div:nth-child(2) > div:nth-child(1) > article > div > ul {
        display: flex !important;
        flex-direction: column;
    }

        #administration, #content > div > article > div > div.table > div > div:nth-child(2) > div:nth-child(1) > article > div > ul > li > p {
            width: 100%;
        }

        #administration, #content > div > article > div > div.table > div > div:nth-child(2) > div:nth-child(1) > article > div > ul > li {
            width: 90% !important;
            margin: auto;
            margin-top: 10px;
            display: flex !important;
            align-items: center;
        }

    .ePayments div {
        margin-top: 30px;
        width: auto !important;
        margin-right: auto !important;
    }

    #\32 647 > p > table > tbody > tr {
        display: flex;
        flex-direction: column;
    }

    .annualReport {
        width: unset !important;
        margin: auto;
    }

    #form1 > table > tbody > tr > td:nth-child(1) > table:nth-child(4) > tbody > tr {
        display: flex;
        flex-direction: column;
    }

    #\31 > div:nth-child(2) {
        max-width: 100% !important;
    }

    #\31 > div:nth-child(1) {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        #\31 > div:nth-child(1) > img {
            display: block;
            margin: auto;
        }
    /*    .menu-list > nav {
        width: auto !important;
        padding-left:5% !important;
    }*/
    ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #CCCCCC;
    }

    ::-moz-placeholder { /* Firefox 19+ */
        color: #CCCCCC;
    }

    :-ms-input-placeholder { /* IE 10+ */
        color: #CCCCCC;
    }

    :-moz-placeholder { /* Firefox 18- */
        color: #CCCCCC;
    }
    /* MENU START */
    .border-crossing > nav > ul > li, .menu-border-crossing-menu > li, .menu-border-crossing-menu-en > li {
        /*margin: auto !important;*/
        max-width: 100% !important;
    }

    .border-crossing > nav, .payer-permissions > nav, .border-crossing > nav {
        display: block !important;
    }

    .border-crossing > nav {
        background-color: #fff;
        top: 75px;
        box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
        position: fixed;
        width: 100%;
        z-index: 3;
    }

        .border-crossing > nav ul {
            margin: 0;
            padding: 0;
            list-style: none;
            overflow: hidden;
            /*background-color: #fff;*/
        }

        .border-crossing > nav li a {
            display: block;
            padding: 10px 10px;
            text-decoration: none;
        }

            .border-crossing > nav li a:hover,
            .border-crossing > nav .menu-btn:hover {
                background-color: #f4f4f4;
                width: 100%;
            }

        .border-crossing > nav .logo {
            display: block;
            float: left;
            font-size: 2em;
            padding: 10px 20px;
            text-decoration: none;
        }

        .border-crossing > nav > ul > li.selectedCategory > ul, .menu-border-crossing-menu > li.selectedCategory > ul, .menu-border-crossing-menu-en > li.selectedCategory > ul {
            width: auto !important;
        }

            .border-crossing > nav > ul > li.selectedCategory > ul > li, .menu-border-crossing-menu > li.selectedCategory > ul > li, .menu-border-crossing-menu-en > li.selectedCategory > ul > li {
                max-width: inherit !important;
            }

        .border-crossing > nav .menu {
            height: calc(100vh - 75px - 56px);
            overflow-y: scroll;
            clear: both;
            max-height: 0;
            transition: max-height .2s ease-out;
        }

        /* menu icon */

        .border-crossing > nav .menu-icon {
            cursor: pointer;
            display: inline-block;
            float: right;
            padding: 28px 20px;
            position: relative;
            user-select: none;
        }

            .border-crossing > nav .menu-icon .navicon {
                background: #333;
                display: block;
                height: 2px;
                position: fixed;
                margin-left: -5%;
                transition: background .2s ease-out;
                width: 18px;
            }

                .border-crossing > nav .menu-icon .navicon:before,
                .border-crossing > nav .menu-icon .navicon:after {
                    background: #333;
                    content: '';
                    display: block;
                    height: 100%;
                    position: absolute;
                    transition: all .2s ease-out;
                    width: 100%;
                }

                .border-crossing > nav .menu-icon .navicon:before {
                    top: 5px;
                }

                .border-crossing > nav .menu-icon .navicon:after {
                    top: -5px;
                }

        /* menu btn */



        .border-crossing > nav .menu-btn:checked ~ .menu {
            max-height: max-content;
        }

        .border-crossing > nav .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .border-crossing > nav .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .border-crossing > nav .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .border-crossing > nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
        .border-crossing > nav .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }


        /*MENU END*/

        .border-crossing > nav > ul > li.selectedCategory > ul, .menu-border-crossing-menu > li.selectedCategory > ul, .menu-border-crossing-menu-en > li.selectedCategory > ul {
            display: none;
        }

    .span-6:nth-child(2) {
        margin-left: 4% !important;
        margin-right: 4% !important;
        width: 92%;
        overflow: scroll;
    }

    .box {
        width: 100%;
        margin: auto;
    }

        .box > div:nth-child(2),
        .box > div:nth-child(3) {
            text-align: center;
            width: 100% !important;
            padding-top: 10px !important;
        }

    #toprow > img,
    .secondimg {
        padding-right: 0 !important;
        display: block;
        margin: auto;
        float: none !important;
    }

    .hasContent {
        width: 80vw !important;
        overflow: scroll;
        display: flex;
        flex-direction: column;
    }

    #content > div > article > div > div:nth-child(1) > article > div > p:nth-child(1) {
        left: 5% !important;
        z-index: 10 !important;
        font-size: 16px !important;
        position: fixed !important;
        top: 90px !important;
        color: #000000 !important;
        width: 85% !important;
        text-align: center;
    }

    .annualReport div {
        margin-top: 30px;
        float: none !important;
        margin-right: auto !important;
    }

    #rsAlert > div {
        width: 100% !important;
        min-width: 100% !important;
    }


    .menu-footer-menu,
    .menu-footer-menu-en {
        display: none !important;
    }

    .breadcrumb {
        display: none !important;
    }
    /*START HEADER CROP*/
    #content > div > article > div > div:nth-child(1) > article > div > img {
        /*display: none;*/
        margin-left: -27vw;
        height: 154px;
        width: auto !important;
        margin-top: 58px !important;
    }

    #content > div > article > div > div:nth-child(1) > article > div {
        overflow: hidden;
    }
    /*END HEADER CROP*/


    .dropdown {
        transform: translateX(0) !important;
        border-bottom-right-radius: 0 !important;
        list-style-type: none;
        opacity: 1 !important;
        transition-property: transform,opacity,color,-webkit-transform;
        /*border: 1px solid transparent;*/
    }

        .dropdown li {
            /*transform: translateX(-380px);
        transition: .5s ease-in-out;*/
            margin: 15px 0;
            /*        opacity: 0;*/
            transition-property: color;
            transition-duration: .85s;
            /*  -webkit-transform: translate3d(20rem,0,0);
        transform: translate3d(20rem,0,0);
        transform: translateX(-30px);*/
        }





    #content > div > article > div > div.table > div > div:nth-child(1) > div:nth-child(2) > article > nav > ul > li > ul {
        /*        margin: 24px 0px 0px -1px;*/
        padding: 0px;
        border: none;
        overflow: hidden;
        height: 0;
        transition: 0.3s;
        position: unset;
        display: flex;
    }

    .hasContent p {
        margin: 0 !important;
        overflow: scroll;
    }

    .seeAllDataCont {
        margin-top: 15px !important;
    }

    .assistantImg {
        width: 80% !important;
        height: auto !important;
    }

    .incotermsContainer {
        display: inline-block;
        height: 200px !important;
        text-align: center !important;
    }

        .incotermsContainer p {
            margin: 0px !important;
        }
}

@media (max-width: 450px) {
    .hasContent p {
        width: 300px;
        overflow: scroll;
    }

    .hasContent ul {
        width: 300px;
        overflow: hidden;
    }

        .hasContent ul li {
            width: 265px;
            overflow: hidden;
        }

    .hasContent table {
        width: 300px !important;
    }

    .borderCrossingcontentContainer img {
        position: absolute;
        right: 50px;
    }

    .borderCrossingcontentContainer {
        width: 300px;
    }
}

@media (max-width: 450px) {
    .hasContent p {
        width: 300px;
    }

    .hasContent ul {
        width: 300px;
    }

    .hasContent table {
        width: 300px !important;
    }

    .borderCrossingcontentContainer img {
        position: absolute;
        right: 50px;
    }

    .assistantImg {
        width: 80% !important;
        height: auto !important;
    }

    .incotermsContainer {
        display: inline-block;
        height: 200px !important;
        text-align: center !important;
    }

        .incotermsContainer p {
            margin: 0px !important;
        }

    .incotermsContainer1 {
        display: table;
        height: 250px !important;
        text-align: left !important;
    }

    .packageContainer {
        display: inline-block;
        height: 100px !important;
    }

    .certificateContainer {
        display: inline-block;
        height: 150px !important;
    }

    .certificateContainer1 {
        display: inline-block;
        height: 150px !important;
    }

    .logoContainer {
        display: inline-block;
        height: 200px !important;
    }
}

@media (min-width: 768px) and (max-device-width: 1024px) {

    .borderCrossingcontentContainer img {
        position: absolute;
        right: 120px;
    }

    .hasContent {
        max-width: 1024px !important;
    }

    #topLineContainer img {
        float: right !important;
    }

    .assistantImg {
        width: 77% !important;
        height: auto !important;
        float: left !important;
    }

    .incotermsContainer {
        display: table;
        height: 420px !important;
        text-align: left !important;
    }

        .incotermsContainer p {
            margin: 0px !important;
            display: table;
        }

        .incotermsContainer img {
            float: left !important;
        }

    .incotermsContainer1 {
        display: table;
        height: 620px !important;
        text-align: left !important;
    }

    .packageContainer {
        display: inline-block;
        height: 200px;
    }

    .certificateContainer {
        display: inline-block;
        height: 450px !important;
    }

    .certificateContainer1 {
        display: inline-block;
        height: 250px !important;
    }

    .logoContainer {
        display: inline-block;
        height: 470px !important;
    }
}

@media (max-width: 420px) {
    #content > div > article > div > div.table > div > div:nth-child(1) > div:nth-child(2) > article > nav > ul > li > ul {
        /*        margin: 24px 0px 0px -1px;*/
        padding: 0px;
        border: none;
        overflow: scroll;
        height: 0;
        transition: 0.3s;
        position: unset;
        /*display: table;*/
    }

    .showMenu {
        transform: translateX(0);
        width: 100%;
        /*flex-direction: column !important;*/
        display: table !important;
        background-color: #F1F3F6;
    }

    .border-crossing > nav > ul > li.selectedCategory > ul > li > a,
    .menu-border-crossing-menu > li.selectedCategory > ul > li > a,
    .menu-border-crossing-menu-en > li.selectedCategory > ul > li > a {
        color: #191919;
        font-family: "Helvetica Neue";
        font-size: 17px;
        opacity: 0.5;
        text-decoration: none;
        width: unset;
    }
}

/************  Hide scrollbar in containers  *************/
/* ::-webkit-scrollbar {
        display: none;
    }*/


.assistantTable {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
}

    .assistantTable td {
        border: 1px solid #ddd;
        padding: 7px;
    }

.assistantTableChemical {
    font-size: 13px;
    width: 100% !important;
    border-collapse: collapse;
}

    .assistantTableChemical td, .assistantTableChemical th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .assistantTableChemical th {
        padding: 10px;
        text-align: center;
        background-color: #9cc2e5;
        vertical-align: top;
    }

    .assistantTableChemical td {
        padding: 5px;
    }

.assistantTableDiscount {
    font-size: 13px;
    width: 100% !important;
    border-collapse: collapse;
    background-color: #eaeaea;
    color: #333333;
}

    .assistantTableDiscount td, .assistantTableDiscount th {
        border: 1px solid #000000;
        padding: 10px;
    }

    .assistantTableDiscount th {
        padding: 10px;
        text-align: center;
        vertical-align: top;
        font-weight: bold;
    }

.assistantTableСorrelation {
    font-size: 13px;
    width: 100% !important;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

    .assistantTableСorrelation td, .assistantTableСorrelation th {
        border: 1px solid #000000;
        padding: 10px;
    }

    .assistantTableСorrelation th {
        padding: 10px;
        text-align: center;
        background-color: #FFFFFF;
        vertical-align: top;
        font-weight: bold;
    }
