#taxMapTarget {
    position: relative;
    float: left;
    width: 96%;
    margin: 2%;
}
.margin-top{
    margin-top: 15px;
}
.taxMapCH {
    min-height: 300px;
    height: auto;
}
.taxMapCH,
.taxMapCH * {
    font-family: Arial;
    box-sizing: border-box;
    font-size: 18px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.taxMapCH.taxMap_L,
.taxMapCH.taxMap_L * {
    font-size: 16px;
}

/* top bar */
.taxMapHeader {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding-bottom: 20px;
}

.taxMapIndicator {
    position: relative;
    color: #FFF;
    float: left;
    clear: both;
    margin-top: 60px;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out 200ms;
    transition: opacity 300ms ease-out 200ms;
}
.taxMapCH.initialized .taxMapIndicator {
    opacity: 1;
}

.taxMapIndicator,
.taxMapIndicator span,
.taxMapIndicator div,
.taxMapHeader .taxMapSelect {
    position: relative;
    float: left;
}

svg.triangle {
    width: 42px;
    height: 60px;
}

/* indicator */
.taxMapIndicator div.taxMapBig {
    width: 150px;
    height: 20px;
    margin:0 10px;
    /*background-image: url(../images/gradient.jpg);*/
    background-repeat: repeat-y;
    background-size: 100% auto;
}

.taxMapIndicator span.taxMapSmall {
    margin: 20px 10px 0 10px;
}

.taxMapTopSelects {
    position: relative;
    margin: auto;
    width: 500px;
}
.taxMapHeader.individual .taxMapTopSelects {
    margin-left: 0;
}

.taxMap_L .taxMapTopSelects {
    position: relative;
    margin: auto;
    width: 500px;
}

.taxMap_M .taxMapTopSelects {
    margin: auto;
    clear: both;
    max-width: 500px;
}

.taxMapHeader .taxMapSelect {
    margin-left: 10px;
    margin-top: -4px;
    height: 30px;
    width: 240px;
    /*max-width: 47%;*/
    overflow: visible;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out 200ms;
    transition: opacity 300ms ease-out 200ms;
    z-index: 11;
}
.taxMapHeader.individual .taxMapSelect {
    width: 320px;
}

.taxMap_M .taxMapHeader .taxMapSelect {
    margin-left: 0;
    margin-top: 0;
    margin-right: 10px;
}
.taxMap_M .taxMapHeader .taxMapSelect.country {
    float: right;
    margin-right: 0;
}

.taxMapCH.initialized .taxMapHeader .taxMapSelect {
    opacity: 1;
}

.taxMapSelect .taxMapSelectLabel,
.taxMapSelect .taxMapSelectDrop,
.taxMapSelect .taxMapSelectDrop2 {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.taxMapSelect .taxMapSelectLabel {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
}

.taxMapSelect .taxMapSelectDrop2 {
    margin-top: 10px;
}

.taxMapSelect .taxMapSelectLabel,
.taxMapSelect .taxMapSelectDropItem {
    padding: 5px 10px;
    margin-bottom: 2px;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: background-color 100ms linear 0ms;
    transition: background-color 100ms linear 0ms;
}

.taxMapSelect .taxMapSelectLabel:hover,
.taxMapSelect .taxMapSelectDropItem:hover {
    background-color: #D0D0D0;
}

i {
    float: right;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.taxMapSelect .taxMapSelectDropItem.active {
    font-weight: bold;
}

.taxMapSelect .taxMapSelectDropWrap {
    position: absolute;
    width: 100%;
    top: 32px;
    left:0;
    right: 0;
    display: none;
}
.taxMapSelect.active .taxMapSelectDropWrap {
    display: block;
    max-height: 500px;
    max-height: 90vH;
    overflow-x: hidden;
    overflow-y: auto;
}
.taxMap_M .taxMapSelect.active .taxMapSelectDropWrap { max-height: 400px; }

/* map */
.taxMapCH .taxMapSvgContainer {
    position: relative;
    clear: both;
    width: 70%;
    -webkit-transition: -webkit-transform 500ms ease-out 0ms;
    transition: transform 500ms ease-out 0ms;
    -webkit-transform: translate3d(22%,0px,0px);
    transform: translate3d(22%,0px,0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.taxMapCH.hasSelection .taxMapSvgContainer {
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
}
.taxMapCH.taxMap_M .taxMapSvgContainer {
    width:100%;
    -webkit-transform: translate3d(0%,0px,0px);
    transform: translate3d(0%,0px,0px);
}
.taxMapCH.taxMap_XL.hasSelection .taxMapSvgContainer {
    width:50%;
}
.taxMapCH.taxMap_M.hasSelection .taxMapSvgContainer {
    width: 100%;
}
/*
@media only screen and (max-width: 1700px) {
        .taxMapCH.hasSelection .taxMapSvgContainer {
                width:50%;
        }
}
@media only screen and (max-width: 800px) {
        
}*/

.taxMapCH .svgCanton {
    cursor: default;
    -webkit-transition: fill-opacity 100ms ease-out 0ms;
    transition: fill-opacity 100ms ease-out 0ms;
    fill-opacity:1;
    stroke: #414042;
}
.taxMapCH.initialized .svgCanton {
    cursor: pointer;
}
.taxMapCH.initialized .svgCanton.hover,
.taxMapCH.initialized .svgCanton:hover {
    fill-opacity:0.5;
}

.taxMapCH.initialized .svgCanton.cantonHighlight 
{
    fill-opacity:0.5;
}

/* intro selection */
.taxMapIntro {
    position: absolute;
    top:50%;
    left: 50%;
    width: 300px;
    height: auto;
    margin: -100px 0 0 -150px;
    background: #808080;
    background-color: rgba(128, 128, 128, 0.6);
    padding: 30px;
    z-index: 10;
}

.taxMapIntro a.taxMapIntroOpt,
.taxMapBottomSelect a.taxMapIntroOpt {
    position: relative;
    clear: both;
    display: block;
    font-size: 20px !important;
    padding: 10px 15px !important;
    margin-bottom: 10px !important;
    border: none !important;
    text-decoration: none !important;
    font-weight: bold !important;
    color: #000 !important;
    background: #fff;
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 200ms ease-out 0ms;
    transition: all 200ms ease-out 0ms;
}
.taxMapIntro a.taxMapIntroOpt:last-of-type {
    margin-bottom: 0 !important;
}

.taxMapBottomSelect a.taxMapIntroOpt {
    padding:5px 10px !important;
    font-size: inherit !important;
}


.taxMapIntro a.taxMapIntroOpt:hover,
.taxMapBottomSelect a.taxMapIntroOpt.active,
.taxMapBottomSelect a.taxMapIntroOpt:hover {
    background:#c7c7c7;
    background-color: rgba(199,199,199,0.8);	
}

.taxMapBottomSelect a.taxMapIntroOpt {
    font-weight: normal !important;
    float: left;
    clear: none;
    margin-right: 10px;
    margin-bottom: 10px !important;
}

.taxMapCH .taxMapTopButtons {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -4px;
}
.taxMapCH.taxMap_L .taxMapTopButtons { position: relative;float:left; }

.taxMapCH .taxMapBottomSelect {
    position: relative;
    float: left;
    clear: both;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out 500ms;
    transition: opacity 300ms ease-out 500ms;
}
.taxMapCH.initialized .taxMapBottomSelect {
    opacity: 1;
}


.taxMap_L	.taxMapIntro a.taxMapIntroOpt {
    font-size: 15px !important;
    padding: 7px 10px !important;
}

/* detail boxes */
.taxMapDetailContainer {
    position: absolute;
    top: -4px;
    right: 0;
    width: 600px;
    max-width: 100%;
}

.taxMap_XXL	.taxMapDetailContainer {
    top: 40px;
}

.taxMap_L .taxMapDetailContainer {
    width: 500px;
}

.taxMap_M .taxMapDetailContainer {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    clear: both;
    float: left;
    margin-top: 20px;
}

.taxMapDetailBox {
    position: relative;
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 30px;
    background: #808080;
    background-color: rgba(128, 128, 128, 0.6);
    z-index: 10;
    opacity: 0;
    -webkit-transition: all 300ms ease-out 0ms;
    transition: all 300ms ease-out 0ms;
}
.taxMap_L .taxMapDetailBox {
    padding: 15px 15px;
}
.taxMapDetailBox.active {
    opacity: 1;
}
.taxMapDetailFlag,
.taxMapDetailText {
    position: relative;
    float: left;
}
.taxMapDetailFlag {
    width: 22%;
    padding-right: 30px;
    text-align: center;
}
.taxMapDetailFlag img {
    width: 100%;
}
.taxMap_L .taxMapDetailFlag img,
.taxMapDetailBox.country .taxMapDetailFlag img {
    max-width: 100%;
    height: auto;
}

.taxMap_L .taxMapDetailFlag {
    position: absolute;
    padding-right: 0;
    width: 50px;
}
.taxMap_L .taxMapDetailText {
    width: 100%;
}

.taxMapDetailText {
    width: 78%;
}

.taxMapDetailBox h2,
.taxMapDetailTable,
.taxMapDetailContact {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}

.taxMapDetailBox h2 {
    font-family: Arial;
    font-size: 33px !important;
    line-height: 38px !important;
    margin:-4px 0 0 0 !important;
    color: #fff !important;
    min-height: 82px;
    padding-right: 20px;
}

.taxMapCH.taxMap_L .taxMapDetailBox h2 {
    font-size: 30px !important;
    line-height: 35px !important;
    min-height: 72px;
    padding-left: 65px;
}

.taxMapDetailTable {
    margin-bottom: 40px;
}

.taxMapDetailContact {
    padding: 20px;
    margin-bottom: 20px;
    background:#CACACA;
    background-color:rgba(222, 222, 222, 0.6);
}

.taxMap_L .taxMapDetailContact {
    padding: 10px;
}

.taxMapDetailContact * {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: Arial;
    color: #434343 !important;
    margin:0 !important;
    padding:0 !important;
}
.taxMap_L .taxMapDetailContact * {
    font-size: 14px !important;
    line-height: 18px !important;
}
.taxMapDetailContact a {
    color: #D04A02 !important;
    text-decoration: underline !important;
    border: none !important;
}
.taxMapDetailContact a:hover,
.taxMapDetailContact a:focus {
    cursor: pointer;
}
.taxMapDetailContact p {
    margin-top: 20px !important;
}

.taxInfoLink {
    font-size: 16px !important;
    line-height: 20px !important;
    font-family: Arial;
    color: #434343 !important;
}

.hintText {
    border: 0;
}

.hintText div {
    float: left;
    font-size: 12px;
}

a.taxMapDetailBoxX {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 1px 7px 3px 7px;
    line-height: 100%;
    font-size: 15px !important;
    font-family: Arial !important;
    background: #dfdbda;
    color: #000  !important;
    text-decoration: none !important;
    border:none !important;
    z-index: 10;
    -webkit-transition: all 100ms ease-out 0ms;
    transition: all 100ms ease-out 0ms;
}
a.taxMapDetailBoxX:hover {
    background: #000 !important;
    color: #dfdbda !important;
}

.taxMapDetailTable {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
    margin-top: -10px;
}

.taxMapDetailTable,
.taxMapDetailTable td {
    border-spacing:0px;
    border-collapse : collapse;
    text-align:left;
    vertical-align:top;
    color:#fff;
    font-size:inherit;
    font:inherit;
    font-style:inherit;
    font-weight:inherit;
    line-height:inherit;
    text-transform:inherit;
}
.taxMapDetailTable td {
    border-bottom: 1px #fff solid;
    font-size: 19px;
    padding:3px 5px 3px 0px;
}
.taxMapCH.taxMap_L .taxMapDetailTable td { font-size: 16px; }
.taxMapDetailTable tr.taxTableHeaders td { font-size: 15px; }
.taxMapDetailTable tr.taxTableHeaders td { font-size: 15px; }
.taxMapCH.taxMap_L .taxMapDetailTable tr.taxTableHeaders td { font-size: 14px; white-space: normal;}

.taxMapDetailTable td.taxTableleft { width:25%; white-space: nowrap;}
.taxMapDetailTable td.taxTableCenter { width:65%; }
.taxMapDetailTable td.taxTableRight { width:10%; text-align:right; white-space: nowrap;}
.taxMapDetailTable td.taxTableInfo { 
    text-align: center;
    font-style: italic;
    font-size: 15px;
    padding-top:10px;
    padding-bottom: 10px;
}

/* preloader */
.taxMapCH .taxMapSpinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    border: 2px #777777 solid;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate3d(0px,0px,0px);
    transform: translate3d(0px,0px,0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: taxSpinnerRotation 1500ms infinite linear;
    animation: taxSpinnerRotation 1500ms infinite linear
}

.taxMapCH .taxMapSpinner.disabled {
    display: none;
    -webkit-animation:none;
    animation:none;
}

#motherDiv
{
    position: absolute;
    width:  100%;
    height: 100%;
    top:0px;
    pointer-events: none;
    z-index:999;
    opacity: 0;
    transition: opacity 2s;
}
.rate-overlay
{

    font-family: arial;
    justify-content: space-around;
    text-align:center; 
    position:absolute; 
    color:#FFF;
    transform: translate(-50%, -50%);
}

.canton-rate-number
{
    font-weight: bold;
}

@-webkit-keyframes taxSpinnerRotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@keyframes taxSpinnerRotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

.taxMapSmall 
{ 
    font-weight: bold;
}

.taxMapBig 
{ 
    display: block; 
}

.taxMapSmall 
{ 
    display: none; 
}

@media (max-width : 1275px) 
{
    .taxMapSmall 
    { 
        display: block; 
    }

    .taxMapBig 
    { 
        display: none; 
    }
}

@media (max-width : 573px) 
{
    .taxMap_M .taxMapTopSelects
    { 
        width: 100% 
    }

}
