/* Standard "clean" styles for iShare Maps including map controls.
   You probably won't edit this file, try mycouncil.css instead */

body {
/*	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
/*	font-size: 14px;*/
/*	line-height: 1.42857143;*/
/*	color: #333;*/
/*	background-color: #fff;*/
}

#atHeader a.logo {
    background-image: url(../../images/astun/astun.png);
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: 10px;
    height: 75px;
    width: 250px;
    display: inline-block;
}

#atHeader {
	padding: 1%;
	background-color: #0065ac;
}

#atHeader h1 {
  padding: 10px;
}

.logo {
  float: right;
}

#atContainer {
	width: 98%;
	margin: 1% !important;
}

#atFooter {
	padding: 1%;
	background-color: #0065ac;
}

#atTabBar, #atTabBar input , #atLocationSearch input#atTextSearch, #atLocationDisplay input#atTextSearch {
	border-color: #0065ac;
}

#atTabBar input.atTabSelected {
	background-color: #0065ac;
}

#atLocationSearch input.atSearchBtn, #atLocationDisplay input.atSearchBtn, #atLocationDisplay #atLocationBar_btnChangeLocation, #atLocationDisplay .cancel-address-search {
	border-color: #0065ac;
	background-color: #0065ac;	
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/*.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 3px;
}*/

.ui-state-default, .ui-widget-content .ui-state-default {
	border-color: #0065ac;	
}

input#atButtonBar_btnOtherThings {
    visibility: visible !important;
}

#panels .ui-dialog {
	width: 98%;
}

div.atPanelContainer {
    margin-left: 0;
}

.atPopupFeatureInfo .contentDisplay h3 {
	background-color: #0065ac;	
}

dd#MiniMap {
    margin: 0;
}

#MiniMap img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.atPanelContent img.atIcon {
	float: right;
}


div#atPanelToggle, div#atZoomControls {
    position: absolute;
    z-index: 10000;
}

div#atPanelToggle {
    left: 11px;
    top: 18px;
    /*height: 30px;*/
}

div#atZoomControls {
    left: 11px;
    top: 80px;
}

div#atZoomControls a, div#atPanelToggle a {
    width: 40px;
    height: 50px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    border: 2px solid white;
    background-color: #0065ac;
    color: white;
    box-shadow: none;
    text-decoration: none;
}

div#atZoomControls a {
    display: block;
    font-size: 26px;
    line-height: 25px;
    /*margin-top: 5px;*/
}

div#atPanelToggle a {
    background-image: url(menu.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: 50%;
}

div#atZoomControls a:hover, div#atPanelToggle a:hover {
    background-color: #0065ac;
}

div#atMap {
    position: relative;
}

/* Hide the default toggle button for the side panel */
.atJqOpenClose {
    display: none;
}

/* Ensure the side panel is the full height of the map */
div#panels.atPanelInnerWrapper {
    height: 480px !important;
    border: 0;
}

/* Add a border between the side panel and the map */
.atOuterWpr.noTB {
    border-right: 2px solid grey !important;
}

body.atMapBody #atButtonBar_btnOtherThings {
    display: none;
}

/* Switch from side panel to dialog on My Maps page */
@media (max-width: 740px) {

    div#atMap {
        position: relative;
        width: 100% !important;
        float: none !important;
    }
	
	div#atPWparent {
		display: none;
	}

}

.map-panel .ui-dialog,
.map-panel .ui-dialog-content {
font-size: 12px;
cursor: default;
}
.map-panel .ui-dialog {
margin-bottom: 5px;
}

.map-panel.ui-dialog.ui-widget-content .ui-dialog-titlebar,
#atPWparent .ui-dialog-titlebar {
	margin-bottom: 2px;
	background-color: #0065ac;
	background-image: none;
}
	
.map-panel .ui-dialog-content {
/*overflow: hidden;*/
padding: 0; 
}

.atBaseMapSwitcher {
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 10000;
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
}

.atBaseMapSwitcher ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.atBaseMapSwitcher li {
    position: relative;
    display: inline;
    margin: 0px;
}

.atBaseMapSwitcher a {
    padding: 3px 6px;
    border: 2px solid white;
    font-size: inherit;
    display: block;
    float: none;
    text-decoration: none;
    box-shadow: none;
    background-color: #FFFFFF;
    color: #4f4f4f;
    text-align: center;
}

.atBaseMapSwitcher ul li:first-child a {
    border-width: 2px 2px 0 2px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}


.atBaseMapSwitcher ul li:last-child a {
    border-width: 0 2px 2px 2px;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: none;
}

.atBaseMapSwitcher ul li a.atBM-active {
    background-color: #0065ac;
    border-width: 2px;
    border-color: white;
    color: white;
}

.atBaseMapSwitcher ul li:first-child a {
    border-width: 2px 2px 0 2px;
}


.atBaseMapSwitcher ul li:last-child a {
    border-width: 0 2px 2px 2px;
}

div#atMapLoader, div#atInitialLoader {
    font-size: x-small;
}

/* Remove text from the Search For Panel */
div#searchfor p {
    display: none;
}

/* modern.gov tweaks */

.modern-dot-gov-councillor-portrait img {
	width: 90px;
}