<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* Margin bottom by footer height */
    background-color: #FFF;
}

.wrap {
	/*background:url(../img/bg3.png);*/
}



.navbar-default {
    border: none !important;
    background-color: #003399 !important;
}

.header-blue {
    background-color: #1a5c95 !important;
    height:100px;
    /* padding-top:20px; */
}
.header{
	color:#FFF;
	
	
}
.formpanel{
	margin-top:-10px;
}

.txtcontent{
	background-color: #d9edf7;
	padding:20px;
	margin-bottom:20px;
}
footer {
    background-color: #0099CC;
    color: #fff;
}

    footer &gt; a {
        color: #fff !important;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    

div.nopadding {
    padding: 0;
    margin: 0;
}

.navbar-header &gt; h2 {
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
}

h2 &gt; small {
    color: #f0e68c;
    padding-top: 2px;
    margin-top: 2px;
}



tr.text-center &gt; th {
    text-align: center !important;
}

table.text-center &gt; th {
    text-align: center !important;
}

table caption {
    text-align: center;
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.nav .open&gt;a, .nav .open&gt;a:focus {
    color: #333 !important;
}

.dropdown-menu&gt;li&gt;a {
    color: #333 !important;
}

/************************************/
#map-canvas {
	height: 300px;
	margin: 0px;
	padding: 0px
}
#panel {
	position: absolute;
	z-index: 5;
	padding: 10px;
	right:50px;
	
}
#complainplace {
	background: none repeat scroll 0 0 white;
	color: blue;
}
	
	.nav li a{
		
		color: #fcfcfc !important;
		text-decoration: none;
	}
	
	.nav li a:hover{
		
		color: #265A88 !important;
		text-decoration: none;
	}
	.dropdown-menu li a{
		
		color: #265A88 !important;
		text-decoration: none;
	}
	.dropdown-menu &gt; li &gt; a:hover {
    background-color: #3175AF !important;
    background-image: -webkit-linear-gradient(top, #1C6AA2 0%, #2872AA 100%);
    background-image: -o-linear-gradient(top, #1C6AA2 0%, #2872AA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1C6AA2), to(#2872AA));
    background-image: linear-gradient(to bottom, #1C6AA2 0%, #2872AA 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.dropdown-menu &gt; li &gt; a:hover {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #3175AF !important;
}
.bg-01{background-color: #3175AF;}
/***********************************/
form.cmxform {
		width: 50em;
	}
	em.error {
		background:url("images/unchecked.gif") no-repeat 0px 0px;
		padding-left: 16px;
	}
	em.success {
		background:url("images/checked.gif") no-repeat 0px 0px;
		padding-left: 16px;
	}
	form.cmxform label.error {
		margin-left: auto;
		width: 250px;
	}
	form.cmxform input.submit {
		margin-left: 0;
	}
	em.error {
		color: black;
	}
	#warning {
		display: none;
	}
	select.error {
		border: 1px solid red;
	}
    input.error {
		border: 1px solid red;
	}
	checkbox.error {
		border: 1px solid red;
	}
span.redbold {
    color: #f00;
    font-weight: 600;
}
h1,h2,h3,h4,h5{
		    margin: 0px;
	}
.alert-info{ background:#eaf5fb !important;}</pre></body></html>