﻿body{background-color:#fff;}
.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
        font-size: 12px;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.tree_footer li {
    font-weight: normal!important;
}

.tree_footer ul li:last-child:before {
    background: #F5F5F5;
}

.indicator {
    margin-right: 10px!important;
}

.tree li a {
    text-decoration: none;
}

.rdf_tree {
    font-size: 14px;
}

    .rdf_tree li {
        padding-right: 0px!important;
        font-weight: normal!important;
        font-size: 14px;
    }

        .rdf_tree li .indicator {
            margin-right: 14px!important;
        }


    .rdf_tree p {
        padding: 0px!important;
        margin: 0px!important;
        border-bottom: 1px solid #D9EDF7;
    }

        .rdf_tree p span[class^="col-"] {
            padding: 0px!important;
        }

        .rdf_tree p:hover {
            background-color: #f2f2f2;
        }

        .rdf_tree p .gtip {
            border: 1px solid #eee;
            padding: 3px;
            background-color: #D9EDF7;
        }

.rdfItem, .headingItem {
    cursor: pointer;
    text-decoration: underline;
}

.MAResults hr {
    margin: 5px;
}

.MAResults .panel-footer h4 {
    font-size: 13px;
}

.MAResults .panel-footer p {
    padding-left: 15px;
}



.engSwitch {
}

    .engSwitch label {
        padding-left: 5px;
        font-weight: normal!important;
    }


#RightPanel {
    display: none;
    position: fixed;
    right: 0;
    height: 100%;
    width: 60%;
    z-index: 9999;
    border-left: 1px solid #ccc;
    -webkit-box-shadow: -5px 3px 21px -4px rgba(0,0,0,0.63);
    -moz-box-shadow: -5px 3px 21px -4px rgba(0,0,0,0.63);
    box-shadow: -5px 3px 21px -4px rgba(0,0,0,0.63);
}

#RightPanelHeader {
    font-size: 16px;
}

#RightPanelContent {
    padding: 20px;
}

#RightPanel .panel-body {
    overflow: auto;
}


.content-slider ul {
    background: none!important;
    list-style: none outside none!important;
    padding-left: 0!important;
    margin: 0!important;
    border: none!important;
}

.content-slider li {
    border: none!important;
    background: none!important;
    background-image: none!important;
    background-color: #fff!important;
    text-align: center!important;
    border: 1px solid #ccc!important;
    width: 100px!important;
    height: 120px!important;
    padding: 0px!important;
    content: ""!important;
    display: block;
    width: auto!important;
    height: auto!important;
    border-top: 0px solid;
    margin-top: 0px!important;
    position: relative!important;
}

.lSSlideOuter {
    border: 1px solid #ccc;
    background-color: #F5F5F5;
    padding: 5px;
}

.content-slider li:before {
    content: initial!important;
    width: auto!important;
    height: auto!important;
    border: none!important;
    margin-top: 0px!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
}

.content-slider li:hover {
    background-color: #eee!important;
}

.content-slider h3 {
    margin: 0!important;
    padding: 0px!important;
}

.item {
    margin-bottom: 10px!important;
    border: none!important;
    background: none!important;
}

.thumb {
    width: 90px!important;
    height: 90px!important;
    border: none!important;
    background: none!important;
}

.gtip10 {
    color: black;
}


.IMContainer {
    padding: 5px;
}

.ImagesRow {
    margin-top: 5px;
    margin-bottom: 10px;
    border: none!important;
    background: none!important;
    /*margin-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #ccc;*/
}

.btnGtip {
    min-width: 90px;
}


.lSAction > a {
    opacity: 1!important;
}

.lSPrev {
    margin-left: -12px;
}

.lSNext {
    margin-right: -12px;
}

.lslide {
    background-image: none!important;
}


.MAResultsContainer hr {
    margin: 10px;
}


#DivMAHeadingContainer .panel-body {
    padding: 0px!important;
}

#HeadingsNav {
    padding-top: 7px;
    background-color: #eee;
}

    #HeadingsNav li {
        margin-left: 4px!important;
        margin-right: 0px!important;
    }

    #HeadingsNav a {
        padding: 4px;
        font-size: 13px;
    }

#HeadingsNavContainer {
    border: 0px;
    padding: 0px!important;
    margin: 0px!important;
}


.ontology_tree .tree_rdf:hover {
    background-color: #eee;
    color: black;
}

    .ontology_tree .tree_rdf:hover a {
        color: black;
    }

.ontology_tree .active {
    background-color: #286090;
    color: white;
    padding-left: 3px;
}

    .ontology_tree .active a {
        color: white;
    }

    .ontology_tree .active:first-child {
        padding-left: 3px!important;
    }

    .ontology_tree .active:last-child {
        padding-right: 3px!important;
    }

.heading_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 13px;
}

    .heading_title h4 {
        font-weight: bold;
        margin: 0px!important;
    }

.headingRdf, .headingRdfWithSub {
    cursor: pointer;
    padding-left: 3px!important;
}

.headingRdfWithSub {
    text-decoration: underline;
    padding: 3px!important;
}

    .headingRdfWithSub:hover {
        text-decoration: underline!important;
        background-color: #eee;
        color: black;
    }

.gtipPopover .popover-content {
    padding: 0px!important;
    border: 0px!important;
}

.gtipPopover .popover-content {
}

.gtipPopover .gtipPopoverMenu a {
    display: block;
    padding: 7px;
    border-bottom: 1px solid #ccc;
    font-size: 12px!important;
}

.MASearching {
    padding: 30px;
    font-size: 16px;
}


.MAWizardContainer {
    margin-bottom: 30px;
    display: block;
    clear: both;
    /*padding: 25px;
    border:1px solid #e6e0e0;
    border-radius: 7px;*/
    
}

.MAWizard {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    padding-left: 5px;
}

    .MAWizard li {
        margin: 0px;
        cursor: pointer;
        list-style: none;
        padding: 8px;
        margin-bottom: 12px;
        background-color: #fff;
        border: 0px;
        /*border: 1px solid #ccc;*/
        border-left: 5px solid #ff006e;
    }

    .MAWizard .selected {
        background-color: #1DA1F2!important;
        color: white!important;
        border-left: 5px solid #1DA1F2;
    }

.MAWizard .gtipPlusIcon {
    color:red;
}
    .MAWizard .selected .gtipPlusIcon {
        color:white;
    }


    /*.MAWizard .selected:before, .MAWizard ul li:hover:before {
           
            font-family: FontAwesome!important;
                color: #fff!important;
                content: '\f14a\00a0\00a0\00a0'!important;
        }*/


    .MAWizard li:hover {
        background-color: #DBF1FB;
    }

.MAWizardAI li {
    border-left: 5px solid #aaa!important;
}

.MAWizardAI .selected {
    border-left: 5px solid #1DA1F2 !important;
    
}


@media screen and (max-width: 600px) {
    .MAWizardContainer {
        border: 0px!important;
        padding: 0px!important;
    }

    .vexpert_container {
        margin-bottom: 25px!important;
        border-radius: 5px;
        clear: both;
        background: none!important;
        padding: 0px!important;
        
    }
}

.vexpert_container {
    margin-bottom: 30px!important;
    border-radius: 3px;
    /*padding-left:70px;
    background: url(/images/vexpert.png);*/
    /*background-repeat: no-repeat;
    background-size: 60px 60px;*/
    clear: both;
   
}

.vexpert_container_info {
    font-size: 12px;
    padding: 7px;
    color: #666;
}

.vexpert_content {
    background-color: #f2f2f2;
    border-radius: 3px;
    padding: 24px;
    font-size: 18px;
     box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
        border:1px solid #dedcdc!important;
}
.vexpert_desc {
    background-color:white!important;
        font-size: 16px!important;
}

.vexpert_answer {
    font-weight: bold;
}

.vexpert_answer_header {
    margin-bottom: 10px;
    font-weight: bold;
}

.user_answer_container {
    margin-bottom: 15px;
    clear: both;
    text-align: right;
}


.user_answer_content {
    padding: 20px;
    padding-top: 15px;
    border-radius: 7px;
    background-color: #DBF1FB;
    display: inline-block;
    text-align: right;
}

.MAWizard .stars {
    padding-left: 20px;
}

#wizard_selections {
    padding: 15px;
    padding-top: 0px;
    font-size: 14px;
    display: block;
    z-index:999;
    
}

#WizardColumn {
    /*border-right:1px solid #ccc;*/
}

.fixed-top {
    position: fixed;
    top: 0px;
    width: auto;
    z-index: 1;
    background: rgba(255, 255, 255, 0.95);
    height: 100%;
    overflow: auto;
    width: 250px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.wizard_selection_item {
    padding: 7px;
    border-radius: 5px;
    background-color: #DBF1FB;
    margin-top: 5px;
    cursor: pointer;
}

    .wizard_selection_item:hover {
        background-color: #eee;
    }

.wizard_selection_arrow {
    text-align: center;
    margin-top: 5px;
}

#vc_hstable {
    background-color: white;
    border: 1px solid #ccc;
    font-size: 13px;
}


.hs_tree, .hs_tree ul {
    margin: 0!important;
    padding: 0!important;
    list-style: none!important;
}

    .hs_tree ul {
        margin-left: 0em;
        position: relative;
    }

        .hs_tree ul ul {
            margin-left: .5em;
        }

        .hs_tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .hs_tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #000;
        position: relative;
        margin-right: 0!important;
        padding-right: 0!important;
    }

        .hs_tree li p {
            margin: 0!important;
            margin-left: -12px!important;
            padding: 0!important;
            border-bottom: 1px solid #eee;
        }


    .hs_tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .hs_tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }


    .hs_tree .indicator {
        margin-right: 5px;
    }

    .hs_tree li a {
        text-decoration: none;
    }

.hs_tree_rdf {
    margin: 0px!important;
    padding: 0px!important;
}

.hs_tree .tree_rdf:hover {
    background-color: #eee;
}


.descriptors {
    font-size: 14px;
    color: black;
    cursor: pointer;
}

    .descriptors:hover {
        color: #1B7ED6;
    }



.ps_small {
    font-size: 11px;
    margin-top: 5px;
    padding-top: 5px;
}

.gtip_wizardItem {
    font-weight: bold;
    font-size:16px;
}


#wizard_image_container {
 
    padding-top: 15px;
}

.wizard_image_content .row {
    border-bottom: 0px solid #fff!important;
}

    .wizard_image_content .row:hover {
        background-color: #D9EDF7;
    }

.wizard_image_content .col0 {
    float: left;
    width: 2%;
    font-size: 11px;
    color: #808080;
    margin-top: 7px;
}

.wizard_image_content .col1 {
    float: left;
    width: 15%;
    font-size: 18px;
    margin-top: 5px;
}

.wizard_image_content .col2 {
    float: left;
    width: 83%;
    padding: 5px;
}


.wizard_image_content .lSSlideOuter {
    border: 1px solid #ccc;
    border-radius: 5px;
    clear: both;
    background-color: #DBF1FB!important;
    padding: 7px;
}

    .wizard_image_content .lSSlideOuter .lslide {
        border-radius: 5px!important;
        padding: 3px!important;
    }

        .wizard_image_content .lSSlideOuter .lslide .thumb {
            border-radius: 5px!important;
        }

.hscode_col {
    font-weight: bold;
    color: #337ab7;
    text-align: right;
}

.hscode_wItem {
    background: #DBF1FB;
    color: black!important;
    font-weight: normal!important;
    margin-left: 5px;
    margin-top: 5px!important;
    padding: 3px 4px;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    border-radius:3px;
}

    .hscode_wItem:after {
        content: " ";
    }


#RecordListInFullPage {
}

    #RecordListInFullPage li {
        float: left;
        list-style: none;
        border: 1px solid #ccc;
        position: relative;
        margin-bottom: 10px;
        margin-right: 10px;
    }

.SelectionText {
    font-size: 13px;
    margin-bottom: 10px;
}

.item_decs {
    font-size: 12px!important;
}



.descContainer {
    font-size: 12px!important;
}

.ReadMeContainer {
    padding-left:5px;
    
}
.ReadMeContainer .descContainer, .ReadMeContainer2 .descContainer {
    font-size: 14px!important;
    border:0px!important;
}
.ReadMeContainer2 {
    font-size: 14px!important;
    margin-top:15px;
}

.descContainer2 p, .descContainer2 div {
    font-size: 13px!important;
}

 .btnReadMe {
        margin: 0px;
        cursor: pointer;
        padding: 8px;
        margin-bottom: 12px;
        background-color: #ffcc00;
        border: 0px;
        border-left: 5px solid black;
        color:black!important;
        display:block;
        font-size:14px;
        border-bottom:1px solid #000;
    }
    .btnReadMe span {
        font-weight:bold;
        text-decoration:underline;
    }

     .ReadMeContainer2 .btnReadMe {
        margin: 0px;
        cursor: pointer;
        padding: 8px;
        margin-bottom: 12px;
        background-color: #ffcc00!important;
        border: 1px solid black;
        color:black!important;
        display:block;
        font-size:14px;
        border-radius:5px;
    }
    .ReadMeContainer2 .btnReadMe span {
        font-weight:bold;
        text-decoration:underline;
    }

.descContainer2 {
    padding: 15px;
    background-color: white;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 15px;
}


    .descContainer2 h4:before, .descContainer2 h4:after {
        content: '"';
    }

.stp-tab-content {
    background-color: #fff!important;
}

    .stp-tab-content h4 {
        margin-top: 0px!important;
    }

.stp-hs-code {
    margin-top: 7px;
    font-weight: bold;
    font-size: 16px;
}

.stp-hs-code2 {
    font-weight: bold;
    font-size: 16px;
}

.stp-tabs > li {
    margin-top: 6px;
    margin-right: 3px;
}

    .stp-tabs > li > a {
        border-radius: 7px 7px 0px 0px!important;
        background-color: #1DA1F2!important;
        /*border: 1px solid #ccc;*/
        font-size: 11px!important;
        color: white;
        margin-left: 0px;
    }



    .stp-tabs > li.active > a, .stp-tabs > li.active > a:hover {
        background-color: #ffffff!important;
        color: #666 !important;
    }

ul.stp-tabs > li > a:hover {
    background-color: #DBF1FB !important;
    color: black !important;
}




.descSourceText {
    margin-bottom: 10px;
}

.stp-number {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -1px;
    margin-right: -1px;
    padding: 1px 3px;
    background-color: #5cb85c;
    color: white;
    border-radius: 0px 7px 0px 7px!important;
    margin-left: 4px;
}


.select_country_container {
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: 20px!important;
    border-radius: 5px;
    clear: both;
    background-color: #fff!important;
    /*color: white!important;*/
}


    .select_country_container label {
        padding: 0px;
        font-size: 18px;
        margin-bottom: 10px;
    }

    .select_country_container select, .select_country_container button {
        margin-bottom: 5px;
    }


.universal_hscode_header {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px!important;
      margin-top: 20px!important;
    border-radius: 5px;
    clear: both;
    background-color: #fff!important;
}


    .universal_hscode_header h4 {
    }

    .universal_hscode_header h3 {
        margin: 0px;
        padding: 0px;
        font-size: 32px;
        color: #337ab7;
        font-weight: bold;
    }


.tblHS {
    font-size:18px;
    background-color:white;
   
}

#vc_rates {
   background-color: white;
    border: 1px solid #ccc;
    font-size: 13px;
    padding:18px;
    margin-bottom:20px;

}

    #vc_rates h3 {
        font-weight:bold;
        margin:0px;
        margin-bottom:15px;
    }
#vc_rates .rateVal {
    font-weight:bold;
}
    #vc_rates .row {
        margin-top:10px;
        border-top:1px solid #ccc;
        padding-top:10px;
    }

#universal_country_container {
    margin-top:30px; border:0px!important;
}
    #universal_country_container .panel-body {
        padding-top:5px!important;
        padding-bottom:0px!important;
    }
#universal_country_container .btn{
    
}
    #universal_country_container .col {
        padding:8px;
    }
    #universal_country_container .row {
       
        border-bottom:1px solid #ccc;
    }
    /*#universal_country_container .row:hover {
        background-color: #D9EDF7;
    }*/
        #universal_country_container .row:last-child {
            border-bottom:0px;
        }

#country_filter {
     padding:10px!important;
}
    #country_filter .row {
       
        border-bottom:0px!important;
    }
#country_filter .col {
        padding:3px!important;
    }

.MASuggestions {
    font-size:16px!important;
}

.MASuggestions a{
    display:block;
    margin: 0px;
       text-decoration:none;
        padding: 8px;
        margin-bottom: 12px;
      
        border: 0px;
        /*border: 1px solid #ccc;*/
        border-bottom: 1px solid #eee;
}
.MASuggestions a::before {
         font-family: "FontAwesome";
        margin-right: 10px;
        color: #ddd;
         content: "\f054\ ";
    }

    .MASuggestions a:hover {
        background-color:#fff;
        color:black;
    }
        .MASuggestions a:hover::before {
            color: #000;
            content: "\f002";
        }
    .MASuggestions .founded {
        color:black;
        text-decoration:underline;
       
    }
    .MASuggestions a:hover .founded {
        

    }


    .treetable-expanded > td:first-child,
        .treetable-collapsed > td:first-child {
            padding-left: 2em;
        }

        .treetable-expanded > td:first-child > .treetable-expander,
        .treetable-collapsed > td:first-child > .treetable-expander {
            top: 0.05em;
            position: relative;
            margin-left: -1.5em;
            margin-right: 0.25em;
        }

        .treetable-expanded .treetable-expander, 
        .treetable-expanded .treetable-expander {
            width: 1em;
            height: 1em;
            cursor: pointer;
            position: relative;
            display: inline-block;
        }

        .treetable-depth-1 > td:first-child {
            padding-left: 3em;
        }
        
        .treetable-depth-2 > td:first-child {
            padding-left: 4.5em;
        }

        .treetable-depth-3 > td:first-child {
            padding-left: 6em;
        }
        .treetable-depth-4 > td:first-child {
            padding-left: 8em;
        }
        .treetable-depth-5 > td:first-child {
            padding-left: 10em;
        }
        .treetable-depth-6 > td:first-child {
            padding-left: 12em;
        }

.rating_container {
    font-size:12px;
    
}
    .rating_container .fa-star {
        
    }

    .tariffScheduleTaxonomyButton{
    background:url(https://substatic.findhs.codes/img/icon/btn_Liste.gif) no-repeat;
    cursor:pointer;
    border:none;
    width:15px;
    height:17px;
    display:inline-block;
}
        .tariffScheduleTaxonomyButton:hover {
            -webkit-box-shadow: -3px 3px 3px -3px rgba(0,0,0,0.7);
    -moz-box-shadow: -3px 3px 3px -3px rgba(0,0,0,0.7);
    box-shadow: -3px 3px 3px -3px rgba(0,0,0,0.7);
        }


.info_icon_container {
    /*position:absolute;left:0; margin-top:5px; margin-left:24px;*/
   
    color:#fff;
     cursor:pointer;
}
    .info_icon_container:hover {
        color:black;
    }


    .buttons_col {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: right;
}

.btnMini {
    padding:3px!important;
   background-color:#2c2d3a;
        color: white!important;
    margin-right:2px;
    color:white;
    font-size:13px;
    border-radius:2px;
   cursor:pointer;
    align-items: center;
    justify-content: right;
    /*border:1px solid #ccc;*/
}
    .btnMini:hover {
         background-color:#1DA1F2;
         /*border:1px solid #1DA1F2;*/
    }

.btnMini2 {
    padding: 2px !important;
    background-color: #1DA1F2;
    color: white !important;
    margin-right: 2px;
    margin-left: 2px;
    color: white;
    font-size: 12px !important;
    border-radius: 2px;
    cursor: pointer;
    align-items: center;
    /*border:1px solid #ccc;*/
}

    .btnMini2:hover {
        background-color:#2c2d3a ;
        /*border:1px solid #1DA1F2;*/
    }

  .seeMoreItem, .seeLessItem {
     font-weight:bold; font-size:11px; cursor:pointer;
     list-style:circle;
     color:#1DA1F2;
    }


.item_ACKContainer {
    padding: 20px;
    border: 1px solid #ccc;
    margin-bottom: 20px!important;
    border-radius: 3px;
    clear: both;
    padding-right:65px;
    background-color: #DBF1FB!important;
}
.item_ACKContainer:after {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  font-size:50px;
  right: 0;
  padding-right:30px;
  content: "\f05a";
  opacity:0.15;
   
}

 .item_ACKContainer .descContainer {
    font-size:14px!important;
    margin:0px;
    }