<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.navbar-header{
	float:none;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
   margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #996666;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #fa8620;
}



#sidebar ul p {
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 25px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active &gt; a, a[aria-expanded="true"] {
    color: #fff;
    background: #ca8447bd;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #fa8620;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 5px 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width: 100%;
    height: 500px;
}
div#maptitle {
    color: #FFF;
    text-align: center;
    font-size: 21px;
    background: #0d315c;
    padding: 3px;
}

#embednow{
	height:600px;
}
.district {
    color: #ea4335;
    font-size: 18px;
    line-height: 1.8;
}

.craftn{
	color: #5bc0de;
    font-size: 18px;
    line-height: 1.8;
	font-weight:bold;
}
.legend{
	float:right;
	margin-top:10px;
}
span.craftname1 {
    font-weight: bold;
}
.legend span{
	margin-right:10px;
}
.statename{
	font-weight:normal;
	color:#000;
	
}
.statename span{
	font-size:15px;
	color:#0b48a2;
	font-weight:bold;
}
.statenamejk{
	font-weight:normal;
	color:#000;
	
	
}
.statenamejk span{
	font-size:15px;
	color:#e31e24;
	font-weight:bold
}
.statenameh{
	font-weight:normal;
	color:#000;
	
	
}
.statenameh span{
	font-weight:bold;
	font-size:15px;
	color:#009846;
	
}
.statenamer{
	font-weight:normal;
	color:#000;
	
}
.statenamer span{
	font-weight:bold;
	font-size:15px;
	color:#ae4a84;
	
}
.statenameap{
	font-weight:normal;
	color:#000;
	
}
.statenameap span{
	font-weight:bold;
	font-size:15px;
	color:#ef7f1a;
	
}
.statenamegj{
	font-weight:normal;
	color:#000;
	
}
.statenamegj span{
	font-weight:bold;
	font-size:15px;
	color:#983820;
	
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
</pre></body></html>