<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}
#background {
    fill-opacity: 0;
}
#map {
    background-color: #fff;
}
p.blue_text {
    margin: 10px;
    color: #337ab7;
    font-weight: bold;
}
#headerMap {
    width: 100%;
    background: #fff;
    display: table;
    z-index: 101;
    position: relative;
}
#headerMap .left {
    float: left;
    width: 375px;
}
#headerMap .right {
    float: left;
    width: initial;
}
#headerMap .nav {
    margin-left: 10px;
}
#headerMap .nav &gt; li &gt; a {
    padding: 5px 15px;
    margin-top: -5px;
}
#headerMap .right .menuInput {
    margin-top: -2px;
    padding-left: 5px;
}
#information{
    background: #fff;
}
#information #header {
    padding: 6px 14px;
    background: #ededed;
    width: 100%;
}
#header-wrap {
    display: table;
}

#header-wrap img {
    height: 35px;
}
#header-wrap p {
    color: #303030;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
}
#information #body {
    padding-right: 8px;
}
#information #search {
    display: none;
}
.select2-drop {
    top: 48px !important;
}
#navigation text:hover {
    cursor: pointer;
}
#navigation path {
    stroke: #989898;
    opacity: 1;
}
#navigation g path,
#navigation g text {
    fill: #fff;
    stroke: #989898;
}
#navigation g path.figure,
#navigation g text {
    fill: #989898;
}
#navigation g.active:hover path {
    fill: #2773b5;
}
#navigation g.active:active path {
    fill: #1b629f;
}
#navigation g.active#top:hover path,
#navigation g.active#left:hover path,
#navigation g.active#right:hover path,
#navigation g.active#bottom:hover path {
    fill: #13558e;
}
#navigation g.active#top:active path,
#navigation g.active#left:active path,
#navigation g.active#right:active path,
#navigation g.active#bottom:active path {
    fill: #0c3d68;
}
#navigation g.active:hover path.figure,
#navigation g.active:hover text {
    fill: #fff;
    opacity: 1;
}
#navigation g.active:hover path.arrow {
    stroke: #fff;
}
#navigation text,
#navigation .figure {
    fill: #b4b4b4;
    opacity: 0.5;
}
#navigation g.inactive path {
    opacity: 0.5;
}

::-webkit-scrollbar {
    width: 4px;
    height: 12px;
}

::-webkit-scrollbar-track-piece {
    background:#aeaeae;
    border-radius: .25rem;
}

::-webkit-scrollbar-thumb:vertical {
    height:10px;
    background:#2773b5;
}

#information .vector::before {
    content: url('/images/test/icon/close.png');
    position: relative;
    top: 3px;
    padding-right: 10px;
    opacity: 0.5;
}
#information .vector.active::before {
    content: url('/images/test/icon/open.png');
    position: relative;
    top: 0;
    padding-right: 10px;
    opacity: 0.5;
}
#information .vector:hover::before,
#information .vector.active:hover::before,
.vector + ul &gt; li.attribute &gt; .opened:hover::before,
.vector + ul &gt; li.attribute &gt; .opened.active:hover::before {
    opacity: 1;
}
#information .vector:hover {
    background-color: #e6eff7;
}
.vector + ul &gt; li.attribute &gt; .opened::before {
    content: url('/images/test/icon/close.png');
    position: relative;
    top: 0;
    padding-right: 10px;
    opacity: 0.5;
}
.vector + ul &gt; li.attribute &gt; .opened.active::before {
    content: url('/images/test/icon/open.png');
    position: relative;
    top: 0;
    padding-right: 10px;
    opacity: 0.5;
}
.vector + ul &gt; li.attribute &gt; .opened {
    font-weight: bold;
    padding: 8px 4px !important;
}
.vector + ul &gt; li.attribute &gt; .opened + ul {
    clear: both;
}
.vector + ul &gt; li.attribute &gt; .opened + ul &gt; .attribute {
    padding: 0 !important;
}
tr:hover,
tr:hover span {
    background-color: #f4f8fb !important;
}
.vector + ul &gt; li.attribute &gt; .opened + ul .opened {
    color: #224877;
    font-weight: bold;
}
li.attribute li.attribute {
    padding-left: 15px !important;
}
li.attribute li.attribute &gt; div,
li.attribute &gt; tr &gt; td {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}
li.attribute &gt; tr &gt; td:first-child {
    padding-right: 10px !important;
}
li.attribute &gt; tr &gt; td:first-child &gt; p {
    margin: 0;
}
.vector + ul &gt; li &gt; tr &gt; td:first-child &gt; p:first-child {
    font-weight: bold;
}
tr &gt; td:first-child &gt; p:first-child &gt; span {
    background-color: #fff;
    padding-right: 2px;
}
#information #body {
    overflow: auto;
}
#information #body .group &gt; div {
    cursor: pointer;
    padding: 10px;
}
#information #body .group &gt; div.active,
#information #body .group &gt; div.active:hover {
    color: #333;
}
#information #body .vectorData {
    padding-right: 5px;
}
#information #body li.attribute {
    display: table;
    font-size: 13px;
    padding-left: 8px;
    width: 100%;
}
#information #body li.attribute .name, #information #body li.attribute .value, #information #body li.attribute &gt; div {
    padding: 2px 0;
}
#information #body li.attribute div {
    float: left;
    margin-top: 2px;
    text-transform: none;
    width: 100%;
}
#information #body li.attribute .name {
    padding-top: 5px;
    cursor: pointer;
}
#information #body li.attribute .value {
    padding-top: 5px;
}
#information #body li.attribute .glyphicon-arrow-up {
    color: green;
    font-size: 12px;
}
#information #body li.attribute .glyphicon-arrow-down {
    color: red;
    font-size: 12px;
}
#information #footer {
    height: 50px;
    padding: 10px 10px;
    background-color: #337ab7;
}
#information #footer .all_vectors {
    cursor: pointer;
    float: left;
    padding: 5px;
    visibility: hidden;
}
#information #footer &gt; div {
    margin-top: 5px !important;
}
#information #footer &gt; div &gt; div {
    border-left: 1px solid #669bc9;
}
#information #footer &gt; div &gt; div:first-child {
    border: none;
}
#information #footer .href_strategy {
    cursor: pointer;
    color: #fff;
    display: inline-block;
}
#information #footer .col-md-3:first-child .href_strategy {
    border: none;
}
#information #body .vector + ul {
    display: none;
}
#information #body .vector.active + ul {
    display: table;
    width: 100%;
}
#tooltip {
    color: #222;
    background: #fff;
    display: none;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    box-shadow: 0 0 2px 0 #a6a6a6;
    opacity: 0.8;
    position: absolute;
}
path {
    cursor: pointer;
}
text {
    fill: darkslategray;
    font-size: 13px;
}
.region {
    fill: #F2F2F2;
    stroke: #60666b;
    opacity: .60;
}
.boundary {
    fill: none;
    stroke: #60666b;
    opacity: .60;
}
.district {
    display: none;
    fill: #F2F2F2;
    stroke: #60666b;
    opacity: .60;
}
.city path {
    display: none;
    fill: #3f92b9;
    opacity: .75;
    stroke: navy;
    stroke-width: 2;
}
.city path.federal {
    display: block;
    fill: green;
}
.city path.strategy {
    display: block;
    fill: #FF8B1B;
}
.region:hover, .region.active, .district:hover, .district.active {
    fill: #CED1DC;
}
.city path:hover, .city path.active {
    fill: #fff;
}
.fBottom{
    padding: 10px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #272727;
    font-size: 11px;
    z-index: 102;
}
#back {
    position: absolute;
    top: 7px;
    right: 20px;
    visibility: hidden;
    padding: 5px 15px;
    background-color: #337ab7;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
}
#back::after {
    position: relative;
    top: 1px;
    left: 4px;
}
.opened {
    cursor: pointer;
}
#myModal.modal {
    background-color: #fff;
    width: 50%;
    margin: 15% auto;
    height: 40%;
}
#myModal .modal-body {
    padding: 5px;
}
#myModal.modal.modal-chart {
    height: 542px;
    width: 80%;
    margin: auto auto;
}
#myModal.modal.modal-login {
    height: 455px;
}
#myModal.modal h3 {
    margin: 0;
}
#ambition {
    position: absolute;
    width: 550px;
    right: 0;
    bottom: 5px;
    opacity: 0;
    background-color: #fff;
}
#ambition .header {
    height: 40px;
    background-color: #337ab7;
    color: #fff;
    padding: 10px;
}
#ambition .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
    opacity: 1;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
#ambition .footer {
    padding: 10px;
}
.version {
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 5;
	color: chocolate;
}

#information #body::-webkit-scrollbar {
    width: 15px;
    height: 6px;
}

#information #body::-webkit-scrollbar-track-piece {
    background:#F0F1F0;
    height: 6px;
}

#information #body::-webkit-scrollbar-thumb:vertical {
    background: #848B9D url("/images/ui/bars-fake.png") no-repeat center center;

    border-radius: 4px;
}

#map h2.header-title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin: 16px 0 5px 16px;
    display: block;
}

#map .fas {
    position: absolute;
    right: 22px;
    font-size: 26px;
    visibility: hidden;
}

#map .fa-search-plus {
    top: 60px;
}

#map .fa-search-minus {
    top: 100px;
}

#information h2 {
    color: #7C85A3;
    font-size: 24px;
    font-weight: 600;
    margin: 16px 0 0 10px;
}


@media screen and (min-width: 0px) and (max-width:991px) {
	#information {
		width: 100%;
	}
	.version {
		display: none;
	}
	.all_vectors {
		display: none;
	}
	#back {
		display: none;
	}
	#headerMap .left {
		width: 100% !important;
	}
	#map {
		display: none;
	}
    #myModal.modal {
		width: 100%;
        height: 100%;
        margin: 0;
	}
    #myModal.modal.modal-chart {
        margin: auto 0;
    }
    #myModal.modal.modal-login {
        height: 100%;
    }
    #myModal.modal .close {
		font-size: 32px;
		opacity: .6;
	}
	#information #search {
		display: block;
	}
	.select2-results li {
		font-size: 12px;
		min-height: 25px;
		line-height: 17px;
	}
    #myModal.modal.modal-chart {
        height: 525px;
        width: 95%;
        margin: auto auto;
    }
    #information #footer {
        height: 75px;
    }
    #information #footer &gt; div &gt; div:nth-child(3),
    #information #footer &gt; div &gt; div:nth-child(4) {
        margin-top: 10px;
    }
    #information #footer &gt; div &gt; div:nth-child(odd) {
        border: none;
    }
}</pre></body></html>