﻿body {
}
.regiune-judet-path-one {
    transform-origin: center center;
    transition: 0.3s;
}



.grup-regiune-judet.is-null .regiune-judet-path-one {
    fill: #03a9f4 !important;
}
.grup-regiune-judet.is-null .regiune-judet-path-two {
    fill: #03a9f4 !important;
}
.grup-regiune-judet.is-any .regiune-judet-path-two {
    fill: #00c853 !important;
}

.grup-regiune-judet.is-null:hover .regiune-judet-path-one, .grup-regiune-judet.is-null.activ .regiune-judet-path-one {
    fill: #007ac1 !important;
    stroke: #007ac1 !important;
    stroke-width: 2px;
    -webkit-transform: scale(1.000);
    transform: scale(1.00);
}
.grup-regiune-judet.is-null:hover .regiune-judet-path-two, .grup-regiune-judet.is-null.activ .regiune-judet-path-two {
    fill: #67daff !important;
    stroke: #007ac1 !important;
    stroke-width: 3px;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}
.grup-regiune-judet.is-null.activ .regiune-judet-path-one {
    fill: #a30000 !important;
    stroke: #a30000 !important;
    stroke-width: 2px;
    -webkit-transform: scale(1.000);
    transform: scale(1.00);
}
.grup-regiune-judet.is-null.activ .regiune-judet-path-two {
    fill: #2962ff !important;
    stroke: #a30000 !important;
    stroke-width: 3px;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}

.grup-regiune-judet.is-any .regiune-judet-path-one {
    fill: #00c853 !important;
}
.grup-regiune-judet.is-any:hover .regiune-judet-path-one, .grup-regiune-judet.is-any.activ .regiune-judet-path-one {
    fill: #009624 !important;
    stroke: #009624 !important;
    stroke-width: 2px;
    -webkit-transform: scale(1.000);
    transform: scale(1.00);
}
.grup-regiune-judet.is-any:hover .regiune-judet-path-two, .grup-regiune-judet.is-any.activ .regiune-judet-path-two {
    fill: #5efc82 !important;
    stroke: #009624 !important;
    stroke-width: 3px;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}
.grup-regiune-judet.is-any.activ .regiune-judet-path-one {
    fill: #a30000 !important;
    stroke: #a30000 !important;
    stroke-width: 2px;
    -webkit-transform: scale(1.000);
    transform: scale(1.00);
}
.grup-regiune-judet.is-any.activ .regiune-judet-path-two {
    fill: #aeea00 !important;
    stroke: #a30000 !important;
    stroke-width: 3px;
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
}

.grup-regiune-judet.is-null:hover .regiune-judet-text {
    fill: #ffffff !important;
}
.grup-regiune-judet.is-any:hover .regiune-judet-text {
    fill: #000000 !important;
}

.grup-regiune-judet.is-null.activ .regiune-judet-text {
    fill: #ffffff !important;
    text-decoration: underline;
}
.grup-regiune-judet.is-any.activ .regiune-judet-text {
    fill: #000000 !important;
    text-decoration: underline;
}

.sigla-primarie {
    max-height: 116px;
    min-height: 116px;
    margin-top: 5px;
    margin-bottom: 5px;
}

