/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 /*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body,input,textarea,select
	{
		line-height: 22px;
		font-size: 14px;
	}
	a, .uk-link {
    color: #0083B0;
    text-decoration: none;
    cursor: pointer;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 15px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 5px 0;
  font-family: 'Open Sans';
  font-weight: normal;
  color: #444444;
  text-transform: none;
}
.uk-nav-side ul a {
    color: #000;
}
.uk-margin-10 {
	margin:10px !important;
}
	
	
.tm-block {
    padding-bottom: 10px;
    background: #ffffff;
}
.tm-footer {
	text-align:center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0;
    background: #f7f7f7;
    border-top:1px solid #cdcdcd;
}
#tm-main-top .uk-grid > * {
	padding-left:0px !important;
}

.tm-block-full-height {
	height:auto;
}
.tm-block:first-child, [class*='tm-fullscreen-'] + .tm-block {
    padding-top: 10px;
}
.tm-block-primary, .tm-block-secondary, .tm-block-full-height, .tm-block-primary + .tm-block, .tm-block-secondary + .tm-block {
    padding-top: 10px;
}

.uk-panel-title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #444444;
    text-transform: none;    
}
.uk-form select, .uk-form textarea, .uk-form input:not([type]), .uk-form input[type="text"], .uk-form input[type="password"], .uk-form input[type="datetime"], .uk-form input[type="datetime-local"], .uk-form input[type="date"], .uk-form input[type="month"], .uk-form input[type="time"], .uk-form input[type="week"], .uk-form input[type="number"], .uk-form input[type="email"], .uk-form input[type="url"], .uk-form input[type="search"], .uk-form input[type="tel"], .uk-form input[type="color"] {
    height: 33px;
    max-width: 140px;
    padding: 4px 6px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0);
    color: #444;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    border-radius: 3px;
    border-width: 2px;
    font-size:12px;
}
.uk-search-field::-webkit-input-placeholder {   
color: #444;   
}  

.uk-search-field:-moz-placeholder {  
color: #444;  
opacity:  1;  
}  

.uk-search-field::-moz-placeholder {  
color: #444;  
opacity:  1;  
}  

.uk-search-field:-ms-input-placeholder {  
color: #444;  
}
/*responsive code for nzcar */
@media (min-width: 768px){
	
	#tm-main-top .uk-grid > * {
	padding-left:10px !important;
}
body.tm-frame-true {
    margin: 0 10px;
}
.tm-frame-true .tm-footer {
    z-index: 2;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    margin: 0;
    background: #f7f7f7;
    border-top: 1px solid #cdcdcd;
}
.sponsors {
    color: #1084A9;
    font-size: 22px;
    font-weight: bold;
    background: #E8F4F6;
    border-radius: 9px;
    padding: 5px;
}

}

@media (min-width: 1220px){
	body.tm-frame-true {
    margin: 0 10px;
}
.bluealign {
    color: #ffffff;
    border-radius: 0px 9px 9px 9px;
    margin-left: -10px !important;
}
	.uk-container {
    max-width: 1220px;
    padding: 0 20px;
}
.tm-footer {
    padding-right:0px;
    padding-left:0px;;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 30px;
}	
.tm-main > :nth-child(n+2) {
    margin-top: 10px;
}

#bottomcontent {
	margin:0px 5px 5px 0px;	
}	
.uk-grid > * {
    padding-left: 30px;
}
#tm-top-b .uk-grid > * {
    padding-left: 15px !important;
}
.tm-main {
	padding-left:0px !important;
}
	
#logo {
    background: url(/images/logo-large.png) no-repeat top right;
    text-align: right;
    height: 197px;
}	
#logo h1,
 #logo h2,
 #logo h3
			{
				margin-right: 250px;
				margin-bottom: 1em;
			}		
			
 #logo h1
			{
				padding-top: .75em;
				font-size: 1.65em;
				font-weight: 300;
				color: #0083b0;
				letter-spacing: -1px;				
			}
 #logo h1 a {
 	color:#0083B0;
 	text-transform:none;
}
 				

#logo h2
			{
				font-size: 3.25em;
				font-weight: 600;
				color: #f57900;
				letter-spacing: -4px;
				margin-bottom: .75em;		
				 	text-transform:none;		
			}

 #logo h3
			{
				font-size: 1.75em;
				font-weight: 300;
				color: #229312;
				 	text-transform:none;
			}			

}

/* random responsive */
@media (min-width: 960px){
	body.tm-frame-true {
    margin: 0 10px;
}
.tm-navbar {
     height: 50px; 
}
.tm-wrapper {
    top: 50px;
    height: calc(100% - 50px);
    height: -moz-calc(100% - (20px + 30px));
    height: -webkit-calc(100% - (20px + 30px));
}
}

/* only desktops */
@media (max-width: 1220px){
	body.tm-frame-true {
    margin: 0 10px;
}
	 #logo
		{
			background: url(/images/logo-large.png) no-repeat top right;
			text-align: right;
		}

#logo h1,
 #logo h2,
 #logo h3
			{
				margin-right: 250px;
				margin-bottom: 1em;
			}		
			
 #logo h1
			{
				padding-top: .75em;
				font-size: 1.65em;
				font-weight: 300;
				color: #0083b0;
				letter-spacing: 1px;	
				text-transform:none;			
			}
			#logo h1 a {	
	color:#0083B0;
	font-weight:bold;
	 	text-transform:none;
}	
#bottomcontent {
    margin: 0px 5px 5px 0px;
}	

#logo h2
			{
				font-size: 2.4em;
				font-weight: 600;
				color: #f57900;
				letter-spacing: 1px;
				margin-bottom: .75em;	
				 	text-transform:none;			
			}

 #logo h3
			{
				font-size: 1.75em;
				font-weight: 300;
				color: #229312;
				text-transform:none;
			}	
	.uk-grid > * {
    padding-left: 5px;
}	
.uk-container {
    max-width: 1220px;
    padding: 0 20px;
}	

}

/* only tablets */
@media (max-width: 768px){
	body.tm-frame-true {
    margin: 0 10px;
}
	    	.uk-grid {
    margin-left: 0px;
}
.tm-sidebar-a {
	margin-left:30px;
	padding-right:30px;
}
	 	#bottomcontent {
   margin: 0px 5px 5px 0px;
}
	#logo
		{
			background: url(/images/logo-small.png) no-repeat top right;
			height: 0px;
		}	
#logo h1,
 #logo h2,
 #logo h3
			{
				margin-right: 20px;
				margin-bottom: 1em;
			}		
			
 #logo h1
			{
				padding-top: .75em;
				font-size: 1.25em;
				font-weight: 300;
				color: #0083b0;
				letter-spacing: 1px;	
				 	text-transform:none;			
			}

#logo h2
			{
				font-size: 2.85em;
				font-weight: 600;
				color: #f57900;
				letter-spacing: -4px;
				margin-bottom: .75em;	
				 	text-transform:none;			
			}

 #logo h3
			{
				font-size: 1.35em;
				font-weight: 300;
				color: #229312;
				 	text-transform:none;
			}			

}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
	body.tm-frame-true {
    margin: 0 10px;
}
		    	.uk-grid {
    margin-left: 0px;
}
	 	#bottomcontent {
   margin: 0px 5px 5px 0px;
}
	#logo
		{
			background: url(/images/logo-small.png) no-repeat top right;
			height: 0px;
		}	
#logo h1,
 #logo h2,
 #logo h3
			{
				margin-right: 20px;
				margin-bottom: 1em;
			}		
			
 #logo h1
			{
				padding-top: .75em;
				font-size: 1.25em;
				font-weight: 300;
				color: #0083b0;
				letter-spacing: 1px;	
				 	text-transform:none;			
			}

#logo h2
			{
				font-size: 2.85em;
				font-weight: 600;
				color: #f57900;
				letter-spacing: -4px;
				margin-bottom: .75em;	
				 	text-transform:none;			
			}

 #logo h3
			{
				font-size: 1.35em;
				font-weight: 300;
				color: #229312;
				 	text-transform:none;
			}	
.tm-footer {
    height: 60px;
    margin: 0;
    background: #f7f7f7;
    border-top: 1px solid #cdcdcd;
}					

}

/* Only phones */  
    @media (max-width: 480px){
    	body.tm-frame-true {
    margin: 0 10px;
}

.blue {
    color: #ffffff;
    border-radius: 9px 9px 9px 9px;
}    	
 	#bottomcontent {
   margin: 0px 5px 5px 0px;
}
#logo
		{
			background: url(/images/logo-small.png) no-repeat bottom left;
			height: 230px;
		}	
    	
#logo h1,
 #logo h2,
 #logo h3
			{
				margin-right: 20px;
				margin-bottom: 1em;
			}		
			
#logo h1
			{
				padding-top: .75em;
				font-size: 1.0em;
				font-weight: 300;
				color: #0083b0;
				letter-spacing: 1px;	
				 	text-transform:none;			
			}
#logo h1 a {	
	color:#0083B0;
	font-weight:bold;
	 	text-transform:none;
}		

#logo h2 {
    font-size: 1.00em;
    font-weight: 600;
    color: #f57900;
    letter-spacing: 2px;
    margin-bottom: .25em;
     	text-transform:none;
}

 #logo h3
			{
				font-size: 1.0em;
				font-weight: 300;
				color: #229312;
				 	text-transform:none;
			}	
			
			.sponsors {
				margin:10px !important;
			}
			.buttonorange,.buttongreen {
				float:left;
			}		
	
}
					
					    

/* end responsive */
/*********************************************************************************/
/* Nav                                                                           */
/*********************************************************************************/

	#nav
	{
	}

		#nav ul
		{
			margin: 0;
		}

		#nav > ul > li > ul
		{
			display: none;
		}
		
			#nav li
			{
				display: inline-block;
			}
		
				#nav a
				{
					color: #FFF;
					text-decoration: none;
					display: inline-block;
					padding: .25em 1.1em;
					font-size: .9em;
				}
				
					#nav .active, #nav a:hover
					{
						background: #FFF;
						color: #0083b0;
						border-radius: 6px;
					}
					
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	
#header-wrapper
	{
		background-image: url(/images/splash2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		max-width: 1400px;
		padding:1em 0;
		border: none;
		margin: 0 auto;
		min-height:230px;
	}
	#header-wrapper-tabs
	{
	
		background:#ffffff;
		max-width: 1400px;
		height: 317px;
		padding:3em 0;
		border: none;
		margin: 0 auto;
	}
	

		
 
/* start shaughan */

.tm-navbar {
    height: 50px;
    background-color: #0083B0;
}

.uk-navbar-nav > li > a {
	  height: 24px;
    line-height: 24px;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    padding:.25em 1.1em .35em 1.1em;
    margin-right:5px;
    color: #ffffff;
    line-height:1.3em;
    font-size: 13px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: normal;
    text-transform: none;
}
.uk-navbar-nav > li > a:hover {
    background: #ffffff;
    color: #0083b0;
    border-radius: 6px;
}
.uk-navbar-nav > li.uk-active > a:active {
	  background: #ffffff;
    color: #0083b0;
    border-radius: 6px;
  }
.uk-navbar-nav > li.uk-active > a {
	  background: #ffffff;
    color: #0083b0;
    border-radius: 6px;
}
.uk-navbar-toggle {
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
}
.uk-navbar-toggle:hover, .uk-navbar-toggle:focus {
    color: #9cbdc2;
    text-decoration: none;
    outline: none;
}
.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle {
    min-height: 50px;   
}
.uk-offcanvas-bar {   
    background: #f7f7f7;
 
}
.uk-nav-offcanvas > li > a {
    color: #646464;
    padding: 10px 30px;
}
.tm-logo-small {
	color:#ffffff;
	font-weight:normal;
	font-size:13px;
}
.tm-logo-small a:hover {
	color:#f7f7f7;
	font-weight:bold;
}
.map {
    background-image: url(/images/map.png);
    background-repeat: no-repeat;
    background-position: 100% 0.5em;
    min-height:211px;
}

.uk-panel-box {
    padding: 15px 15px;
    background: #f7f7f7;
    color: #444;
    border-width: 1px;
    border-style: solid;
    border-top-color: #cdcdcd;
    border-right-color: #cdcdcd;
    border-bottom-color: #cdcdcd;
    border-left-color: #cdcdcd;
    border-radius:9px;
    text-align:left;
}
.uk-panel-box .uk-panel-title {
    color: #0083b0;
    text-align:left;
    text-decoration:none;
}
.dog {
    background-image: url(/images/dog.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 244px;
    padding: 10px;
    border-radius: 9px;
}
.lost {
    background-image: url(/images/lostpet-sidebar.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 160px;
    border-radius: 9px;
}
.dogtexty {
	font-size:26px;
	line-height:32px;
	color: #f8d928;
	font-weight:bold;
}
.losttexty {
	font-size:26px;
	line-height:30px;
	color: #ffffff;
	font-weight:800;
}
.dogtextw {
	font-size:20px;
	line-height:22px;
	color: #ffffff;
	font-weight:bold;
}
.uk-button-dog {
    -webkit-appearance: none;
margin: 20px 0px 0px 0px;
    border: none;
    overflow: visible;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background:#F57900;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    text-decoration: none;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size:20px;
    font-weight:bold;
    border-radius:9px;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.uk-button-dog a:hover {
	color:#f8d928;
}
.uk-button-lost {
    -webkit-appearance: none;
margin: 20px 0px 0px 0px;
    border: none;
    overflow: visible;
    color: #ffffff;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    background:#F57900;
    vertical-align: middle;
    line-height: 40px;
    min-height: 40px;
    text-decoration: none;
    text-align: center;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    font-size:20px;
    font-weight:bold;
    border-radius:9px;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
}
.uk-button-lost a:hover {
	color:#f8d928;
}
	
#tabpage {
	width:100%;
	padding-left:0px;	
}
#tabpage H1 {
	color:#ffffff;
	font-size:1.35em;
	text-transform:none;
}
.tablist li {
	margin:15px 5px 15px 0px;	
}
#tabpage li .icon {
    position: absolute;
    left: 0;
}
#tabpage .icon {
    text-decoration: none;
}
#tabpage em, i {
    font-style: italic;
}	

/*front tabs*/

.uk-tab {
    margin: 0 0 0 30px;
    padding: 0;
    list-style: none;
    border-bottom: 0px solid rgba(0, 0, 0, 0.1);
}
.uk-tab > li {
    margin-bottom: 0px;
    margin-right: 5px;
    float: left;
    position: relative;
    border-radius: 9px 9px 0px 0px;
    line-height: 30px;
}

/* color tabs */

.blue {
    color: #ffffff;
    border-radius: 0px 9px 9px 9px;
    margin-left:30px;
    min-height:450px;
}
.bluealign {
    color: #ffffff;
    border-radius: 0px 9px 9px 9px;
    margin-left:30px;
}
.orange {
    background: #F57900;
    color: #ffffff;
    border-radius: 0px 9px 9px 9px;
    margin-left:30px;
    min-height:450px;    
}
.green {
    background: #32B321;
    color: #ffffff;
    border-radius: 0px 9px 9px 9px;
    margin-left:30px;
    min-height:450px;    
}
.buttonorange {
	-webkit-appearance: none;
    margin: 10px;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    min-height: 30px;
    text-decoration: none;
    text-align: center;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    font-family: 'Open Sans' !important;
    /* font-size: 0.8rem !important; */
    text-transform:none;
    letter-spacing: 0;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    background: #F57900;
    color: #ffffff;
    min-width:230px;
    font-weight:bold;
    font-size:22px;
    line-height:50px;
    padding:5px 25px;
    float:right;
}
.buttongreen {
	-webkit-appearance: none;
    margin: 10px;
    border: none;
    overflow: visible;
    font: inherit;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    min-height: 30px;
    text-decoration: none;
    text-align: center;
    border: 0px solid rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    font-family: 'Open Sans' !important;
    /* font-size: 0.8rem !important; */
    text-transform:none;
    letter-spacing: 0;
    -webkit-transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    transition: border-color 0.1s, background 0.1s, color 0.1s ease-in-out;
    background: #32B321;
    color: #ffffff;
    min-width:230px;
    font-weight:bold;
    font-size:22px;
    line-height:50px;
    padding:5px 25px;
    float:right;
    margin-right:0px;
}

.buttonorange:hover{
	color:#ffffff;
	text-decoration:underline;
}
.buttongreen:hover{
	color:#ffffff;
	text-decoration:underline;
}


.uk-tab > li > a {
    display: block;
    padding: 10px 14px 10px 14px;
    border: 0px solid transparent;
    border-bottom-width: 0;
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px 9px 0 0;
}
.uk-tab > li > a:hover, .uk-tab > li > a:focus, .uk-tab > li.uk-open > a {
    border-color: rgba(0, 0, 0, 0);
    color: #ffffff;
    outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover, .uk-tab > li:not(.uk-active) > a:focus, .uk-tab > li.uk-open:not(.uk-active) > a {
    margin-bottom: 2px;
    padding-bottom: 6px;
}
.uk-tab > li.uk-active > a {
    border-color: transparent;
    border-bottom-color: transparent;
    color: #ffffff;
    background:transparent;
}

.uk-tab-grid:before {
     border-top: 0px solid rgba(0, 0, 0, 0.1);
}

.bluetab {
	background-color:#0083B0;
}
.tabblue {
    background-image: url(/images/catbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;   
    color:#ffffff; 
}
.tabgreen {
    background-image: url(/images/tab_green_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left:0px;    
}
.taborange {
    background-image: url(/images/tab_orange_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left:0px;    
}
.tabblue a{
	color:#ffffff;
	    text-decoration: underline;
}
.tabgreen a{
	color:#ffffff;
	    text-decoration: underline;
}
.taborange a{
	color:#ffffff;
	    text-decoration: underline;
}

.tabwrap {
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
}
.tabwrapblue {
	margin-right:0px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:-30px;
}
.smalllogo {
    height: 71px;
    font-size:26px;
    color:#1084A9;
    letter-spacing:-2px;
    display:table-cell;
    vertical-align:middle;
}
.smalllogo a {
	color:#1084A9;
	text-decoration:none;
  margin-left:85px;
}

.sponsors {
	color:#1084A9;
  font-size:22px;
	font-weight:bold;
	background:#E8F4F6;
	border-radius:9px;	
	padding:5px;	
	}
	.sponsors img{
		margin-top:10px;
		margin-bottom:10px;
	}
.accordionfaqheader a {
	line-height:22px;
}	

/* dropdown */
.uk-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 200px;
    margin-top: 5px;
    padding: 10px;
    background: #0083B0;
    color: #ffffff;
    font-size: 1rem;
    vertical-align: top;
}
.uk-dropdown-navbar {
    margin-top: 12px;
    background: #0083B0;
    color: #ffffff;
}
.uk-nav-navbar > li > a {
    color: #ffffff;
    font-weight:normal;
    font-size: 13px;
    font-family: 'Open Sans';
}
.uk-nav > li.uk-active > a, .uk-nav-dropdown > li.uk-active > a {
    color: #ffffff;
}
.uk-nav-side > li.uk-active > a {
    color: #444;
}
.nzcarfooter {
	background-color:#f7f7f7;
}
.uk-article-title {
    font-size: 36px;
    line-height: 45px;
    font-weight: normal;
    text-transform: none;
}
.tm-noblog.tm-content-boxed .tm-content, .tm-content-boxed .uk-article {
    padding: 0px 10px;
    background: #ffffff;
    margin-left:50px;
}
.tm-middle{
	margin-top:20px;
	margin-left:20px;
}

.underform {
	margin-top:10px;
	font-size:10px;
	line-height:12px;
	color:#000;
}		
/* Map changes hostpots */
.compojoom-bootstrap .muted {
    color: #808080;
}
.hs-hotspots-overview {
    color: #808080;
    margin-bottom: 5px;
}
.hs-tab-list-item.hs-selected, .hs-tab-list-item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.9);
    cursor: pointer;
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.hs-tab-list-item {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.9);
    margin: 20px 0;
    padding: 5px;
}
hs-filters {
    background: #f1f1f1;
    text-align: center;
    margin: -10px -10px 10px;
    padding: 10px;
}
.hs-active-filters img {
    width: 25px;
    margin:2px 5px;
}
.hs-quick-filter-img:hover span {
    color: rgba(255, 0, 0, 0.6);
    display: inline-block;
    font-size: 20px;
    left: 30%;
    right: 60%;
    top: 5px;
    /* margin: 0 auto; */
    /* width: 20px; */
    cursor: pointer;
}
.hs-active-filters {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;    
}
.compojoom-bootstrap .page-header {
 /*   margin: 2px 0px 10px 0px;
    padding-bottom: 5px; */
    display:none;
}
.compojoom-bootstrap .pagination ul > li > a, .compojoom-bootstrap .pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #444;
    border-left-width: 0;
}
.compojoom-bootstrap .pagination ul > .disabled > span, .compojoom-bootstrap .pagination ul > .disabled > a, .compojoom-bootstrap .pagination ul > .disabled > a:hover, .compojoom-bootstrap .pagination ul > .disabled > a:focus {
    color: #666;
    background-color: transparent;
    cursor: default;
}
.compojoom-bootstrap .disabled {
    cursor: default;
    background-image: none;
    opacity: 1.0;
    filter: alpha(opacity=100);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.compojoom-bootstrap .pagination-mini ul > li > a, .compojoom-bootstrap .pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 11px;
    color: #000;
}
.compojoom-bootstrap .input-append, .compojoom-bootstrap .input-prepend {
    margin-bottom: 15px;
    font-size: 0;
    white-space: nowrap;
    }
.uk-form-horizontal .uk-form-label {
    max-width: 130px;
    margin-top: 5px;
    float: left;
}   
.maplegend {
	margin-bottom:5px;
} 
#tm-main-top .uk-grid {
	margin-left:10px;
}
[class*='uk-icon-'] {
      line-height: 1.2;
      font-size:18px;
      margin:0px 0px 5px 0px;  
}
.tabgreen a {
	font-weight:bold;
}
.taborange a {
	font-weight:bold;
}


