.tundra .njsCategoryIcon1 {
    background: url(../img/gpt/sprites_themes.png) 0 0;
	/*background-image: url("../img/gpt/map_theme_base.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    background-position: 0px 0px !important;
    outline: none !important;
    opacity: 0.3;
}

.tundra .njsCategoryIcon1_active {
	background: url(../img/gpt/sprites_themes.png) 0 -90px;
    /*background-image: url("../img/gpt/map_theme_base_active.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
    outline: none !important;
	/*box-shadow: 0 1px 4px #666;*/
}

.tundra .njsCategoryIcon2 {
    background: url(../img/gpt/sprites_themes.png) -80px 0;
	/*background-image: url("../img/gpt/map_theme_pipe.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
    outline: none !important;
    opacity: 0.3;
}

.tundra .njsCategoryIcon2_active {
	background: url(../img/gpt/sprites_themes.png) -80px -90px;
    /*background-image: url("../img/gpt/map_theme_pipe_active.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
    outline: none !important;
}

.tundra .njsCategoryIcon3 {
	background: url(../img/gpt/sprites_themes.png) -160px 0;
    /*background-image: url("../img/gpt/map_theme_zone.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
    opacity: 0.3;
}

.tundra .njsCategoryIcon3_active {
	background: url(../img/gpt/sprites_themes.png) -160px -90px;
    /*background-image: url("../img/gpt/map_theme_zone_active.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
}

.tundra .njsCategoryIcon4 {
	background: url(../img/gpt/sprites_themes.png) -240px 0;
    /*background-image: url("../img/gpt/map_theme_national.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
    opacity: 0.3;
}

.tundra .njsCategoryIcon4_active {
	background: url(../img/gpt/sprites_themes.png) -240px -90px;
    /*background-image: url("../img/gpt/map_theme_national_active.svg");
    background-repeat: no-repeat;
    background-size: contain;*/
    width: 80px;
    height: 45px;
    text-align: center;
    /*background-position: 0px 0px !important;*/
}

.tundra .njsCategoryIcon5 {
    background-image: url("../img/poi_manager/lm_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 45px;
    text-align: center;
    background-position: 0px 0px;
    opacity: 0.5;
}

.tundra .njsCategoryIcon5_active {
    background-image: url("../img/poi_manager/lm_05_active.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px 0px;
}

.tundra .njsCategoryIcon6 {
    background-image: url("../img/gpt/map_theme_poi.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px 0px;
    opacity: 0.5;
}

.tundra .njsCategoryIcon6_active {
    background-image: url("../img/gpt/map_theme_poi.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    text-align: center;
    background-position: 0px 0px;
}

.tundra .njsCategoryIcon1:hover {
    opacity: 1;
}

.tundra .njsCategoryIcon2:hover {
    opacity: 1;
}

.tundra .njsCategoryIcon3:hover {
    opacity: 1;
}

.tundra .njsCategoryIcon4:hover {
    opacity: 1;
}

.tundra .njsCategoryIcon5:hover {
    opacity: 1;
}

.tundra .njsCategoryIcon6:hover {
    opacity: 1;
}

:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}