.taxespaid_label{
    width: 490px;
}
.taxespaid_slider{
    width: 100%;
}

.taxespaid_slider_bound{
    position: absolute;
    top: 10px;
    font-size: 14px;
    line-height: 18px;
    width: 80px;
}
.taxespaid_slider_bound--low{
    left: 0px;
}
.taxespaid_slider_bound--up{
    right: 0px;
    text-align: right;
}

.taxespaid_slider_bound{
    top: 24px;
}
.taxespaid_slider_bound .bigger{
    color: #05bfd0;
    font-size: 22px;
}
.taxespaid_slider_container_one{
    position: relative;
    height: 40px;
    margin: 24px 0 20px;
    width: 300px;
}
.taxespaid_slider_container_two{
    position: relative;
    height: 40px;
    margin: 24px 0 20px;
    width: 300px;
}
.taxespaid_slider_container_three{
    position: relative;
    height: 40px;
    margin: 24px 0 20px;
    width: 300px;
}
.taxespaid_stage{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	-webkit-transform:translate(0,500px);
	-ms-transform:translate(0,500px);
	transform:translate(0,500px);
	-webkit-transition:transform 1s ease-out;
	-ms-transition:transform 1s ease-out;
	transition:transform 1s ease-out;
}
.taxespaid_stage.displayed{
    -webkit-transform:translate(0,0);
    -ms-transform:translate(0,0);
    transform:translate(0,0);
}
.taxespaid_planets{
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    width: 100%;
    -webkit-transition:opacity 0.5s ease-out;
    -ms-transition:opacity 0.5s ease-out;
    transition:opacity 0.5s ease-out;
}
.taxespaid_planets.displayed{
    opacity: 1;
}

.taxespaid_poor_planet{
    position: absolute;
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.taxespaid_rich_planet  {
    position: absolute;
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.taxespaid_moderate_planet  {
    position: absolute;
    transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
}
.taxespaid_planets .taxespaid_planet{
    background: #aebe44;
    position: absolute;
    left: auto;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
}
.taxespaid_planet:after{
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background: #c9da4e;
}
.taxespaid_planets .taxespaid_planet--poor {
    left: 119px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.taxespaid_planet--poor:after{
    width: 50px;
    height: 100px;
    border-radius: 0px 50px 50px 0px;
}
.taxespaid_poor_member{
    opacity: 0;
}
.taxespaid_poor_member.displayed{ opacity: 1;}
.taxespaid_planet_income_container{
    position: absolute;
    overflow: hidden;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
}
.taxespaid_planet_income_container .taxespaid_planet_income{
    width: 100%;
    background: #fac748;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 50%;
}
.taxespaid_planet_income_container .taxespaid_planet_income:after{
    position: absolute;
    right: 0px;
    top: 0px;
    content: "";
    background: #fde664;
    width: 50%;
    height: 100%;
}

.taxespaid_planet_income_container--poor{
    left: 119px;
    bottom: 30px;
    width: 100px;
    height: 50px;
}
.taxespaid_planet_income_container--poor .taxespaid_planet_income{
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.taxespaid_planet_income_container--poor .taxespaid_planet_income:after{
    border-radius: 0px 50px 50px 0px;
}
.taxespaid_planet_income_container--rich{
    right: -282px;
    bottom: 30px;
    width: 300px;
    height: 50px;
}
.taxespaid_planet_income_container--rich .taxespaid_planet_income{
    border-radius: 50px;
    width: 100px;
    height: 100px;
}
.taxespaid_planet_income_container--rich .taxespaid_planet_income:after{
    border-radius: 0px 150px 150px 0px;
}
.taxespaid_planets .taxespaid_planet--rich{
    right: 18px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
}
.taxespaid_planet--rich:after{
    width: 50px;
    height: 100px;
    border-radius: 0px 50px 50px 0px;
}
.taxespaid_rich_member{
    opacity: 0;
}
.taxespaid_rich_member.displayed{ opacity: 1;}

.taxespaid_house{
    position: absolute;
    left: 50%;
    margin-left: 130px;
    margin-top: -40px;
    -webkit-transition:-webkit-transform 0.5s ease-out, margin 0.5s ease-out;
    -ms-transition:-ms-transform 0.5s ease-out, margin 0.5s ease-out;
    transition:transform 0.5s ease-out, margin 0.5s ease-out;
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.taxespaid_house.scaleless{
    -webkit-transform:scale(0.5);
    -ms-transform:scale(0.5);
    transform:scale(0.5);
    margin-top: -110px;
    margin-left: 4px;
}

.taxespaid_house .taxespaid_planet{
    background: #aebe44;
    position: absolute;
    left: auto;
    -webkit-transform:translate(-50%, 0);
    -ms-transform:translate(-50%, 0);
    transform:translate(-50%, 0);
}
    .taxespaid_planet:after{
        position: absolute;
        right: 0px;
        top: 0px;
        content: "";
        background: #c9da4e;
    }
   
    .taxespaid_planet .taxespaid_bushes{
        position: absolute;
        left: 70px;
        top: -3px;
        background:url("../img/bushes.svg") no-repeat 0 0;
        background-size: 156px 38px;
        width: 156px;
        height: 38px;
        z-index: 1;
    }
    .taxespaid_planets .taxespaid_planet--moderate{
        right: 18px;
        bottom: -9px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
    }
    .taxespaid_planet--moderate:after{
        width: 50px;
        height: 100px;
        border-radius: 0px 50px 50px 0px;
    }
    .taxespaid_planet_income_container--moderate{
        right: -282px;
        bottom: -9px;
        width: 300px;
        height: 50px;
    }
    .taxespaid_planet_income_container--moderate .taxespaid_planet_income{
        border-radius: 50px;
        width: 100px;
        height: 100px;
    }
    .taxespaid_planet_income_container--moderate .taxespaid_planet_income:after{
        border-radius: 0px 50px 50px 0px;
    }

    .taxespaid_family_member{
		position: absolute;
	}
	.taxespaid_family_member[data-num="1"]{
		left: 50%;
		bottom: 80px;
		margin-left: -65px;
		-webkit-transform:translate(-50%,0) rotate(27deg);
		-ms-transform:translate(-50%,0) rotate(27deg);
        transform:translate(-50%,0) rotate(26deg);
        height: 198px;
	}
	.taxespaid_family_member[data-num="2"]{
		left: 50%;
		bottom: 75px;
		margin-left: -157px;
		-webkit-transform:translate(-50%,0) rotate(-27deg);
		-ms-transform:translate(-50%,0) rotate(-27deg);
		transform:translate(-50%,0) rotate(-27deg);
	}
	.taxespaid_family_member[data-num="3"]{
		left: 50%;
		bottom: 50px;
		margin-left: 95px;
		-webkit-transform:translate(-50%,0) rotate(50deg);
		-ms-transform:translate(-50%,0) rotate(50deg);
		transform:translate(-50%,0) rotate(50deg);
	}
	.taxespaid_family_member[data-num="4"]{
		left: 50%;
		bottom: -14px;
		margin-left: -148px;
		-webkit-transform:translate(-50%,0) rotate(-50deg);
		-ms-transform:translate(-50%,0) rotate(-50deg);
		transform:translate(-50%,0) rotate(-50deg);
    }
    
    .taxespaid_family_member_img{
		position: absolute;
		left: 0px;
		background: url("../img/user_male_adult.svg") no-repeat 0 0;
		background-size: 35px 89px;
		width: 35px;
		height: 89px;
	}
     .taxespaid_family_member_img[data-color="red"]{
        background: url("../img/user_male_adult--red.svg") no-repeat 0 0;
    background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="f"]{
        background: url("../img/user_female_adult.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="f"][data-color="red"]{
        background: url("../img/user_female_adult--red.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="young"]{
        background: url("../img/user_male_young.svg") no-repeat 0 0;
        background-size: 35px 89px;
        width: 35px;
		height: 89px;
    }
    .taxespaid_family_member_img[data-gender="young"][data-color="green"]{
        background: url("../img/user_male_young--green.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="young"][data-color="purple"]{
        background: url("../img/user_male_young--purple.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="old"]{
        background: url("../img/user_male_old.svg") no-repeat 0 0;
    }
    .taxespaid_family_member_img[data-gender="old"][data-color="red"]{
        background: url("../img/user_male_old--red.svg") no-repeat 0 0;
    }
    .taxespaid_family_member_img[data-gender="f"][data-aging="young"]{
        background: url("../img/user_female_young.svg") no-repeat 0 0;
        background-size: 35px 89px;
        width: 35px;
		height: 89px;
    }
    .taxespaid_family_member_img[data-gender="f"][data-aging="young"][data-color="orange"]{
        background: url("../img/user_female_young--orange.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="f"][data-aging="old"]{
        background: url("../img/user_female_old.svg") no-repeat 0 0;
    }
    .taxespaid_family_member_img[data-gender="f"][data-aging="old"][data-color="red"]{
        background: url("../img/user_female_old--red.svg") no-repeat 0 0;
    } 
    .taxespaid_family_member_img[data-gender="m"][data-aging="young"][data-color="green"]{
        background: url("../img/user_male_young--green.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }
    .taxespaid_family_member_img[data-gender="m"][data-aging="young"][data-color="purple"]{
        background: url("../img/user_male_young--purple.svg") no-repeat 0 0;
        background-size: 35px 89px;
    }

    .taxespaid_me{
		background: url("../img/user_male_adult.svg") no-repeat 0 0;
		background-size: 35px 89px;
		width: 35px;
		height: 89px;
		position: absolute;
		left: 50%;
		bottom: 89px;
        margin-left: -117px;
		-webkit-transform:translate(-50%, 0);
		-ms-transform:translate(-50%, 0);
		transform:translate(-50%, 0);
	}
		
.taxespaid_me[data-gender="f"]{
    background: url("../img/user_female_adult.svg") no-repeat 0 0;
    background-size: 35px 89px;
    width:35px;
    height: 89px;
}
    
.taxespaid_me[data-aging="young"]{
    background: url("../img/user_male_young.svg") no-repeat 0 0;
    background-size: 35px 89px;
    width:35px;
    height: 89px;
}
    
.taxespaid_me[data-aging="old"]{
    background: url("../img/user_male_old.svg") no-repeat 0 0;
}
    
.taxespaid_me[data-gender="f"][data-aging="young"]{
    background: url("../img/user_female_young.svg") no-repeat 0 0;
    background-size: 35px 89px;
    width:35px;
    height: 89px;
    
}

.taxespaid_me[data-gender="f"][data-aging="old"]{
    background: url("../img/user_female_old.svg") no-repeat 0 0;
}
    
.taxespaid_tooltip_poor{
    background:#fff;
    padding:5px;
    position: absolute;
    /* left: -60px;*/
    top: 140px;
    width: 300px;
    opacity: 0;
    z-index: -1;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition:opacity 0.3s ease-out;
    -ms-transition:opacity 0.3s ease-out;
    transition:opacity 0.3s ease-out;
}
.taxespaid_tooltip_poor.displayed{
    opacity: 1;
    z-index: 1;
}

.taxespaid_tooltip_moderate{
    background:#fff;
    padding:5px;
    position: absolute;
    left: 400px;
    top: 140px;
    width: 300px;
    opacity: 0;
    z-index: -1;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition:opacity 0.3s ease-out;
    -ms-transition:opacity 0.3s ease-out;
    transition:opacity 0.3s ease-out;
}
.taxespaid_tooltip_moderate.displayed{
    opacity: 1;
    z-index: 1;
}
.taxespaid_tooltip_rich{
    background:#fff;
    padding:5px;
    position: absolute;
    left: 650px;
    top: 140px;
    width: 300px;
    opacity: 0;
    z-index: -1;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition:opacity 0.3s ease-out;
    -ms-transition:opacity 0.3s ease-out;
    transition:opacity 0.3s ease-out;
}
.taxespaid_tooltip_rich.displayed{
    opacity: 1;
    z-index: 1;
}
#ResTaxespaid .restaxespaid_label{ width:230px; }

#ResTaxespaid .restaxespaid_labelresult{
    position: absolute;
    left: 120px;
    top: 170px;
    display: none;
    color:#4E8FC6;
    font-size: 16px;
}
#ResTaxespaid .restaxespaid_labelresult.displayed, #ResTaxespaid .restaxespaid_compare_labelresult.displayed{
    display: block;
}
.taxespaid_planets .taxespaid_me[data-aging="old"] {
	background-size: 35px 89px;	
}
.taxespaid_planets .taxespaid_family_member_img[data-gender="f"][data-aging="old"] {
	background-size: 35px 89px;	
}