@import 'common.css';

.simpleforms-wizard-step form span.formcontrolcontainer
{
	display: inline !important;
}

#header
{
	height: 100px;
	border: 0;
	background: linear-gradient(-45deg, #80BA27, #008ABE);
}

@media (max-width: 768px) {
	.page-header-bottom: {
		display: none;
	}
}

#header .navbar-text
{
	color: #ffffff;
}

#header .strapline
{
    bottom: 10px;
	right: 20px;
    position: absolute;
}

#header .strapline
{
	color: #ffffff;
	font-size: 16px;
	margin-right: 30px;
	padding: 5px;
}

#header .strapline a
{
	color: #ffffff;
	text-decoration: none;
}

#header .strapline .maintext
{
	line-height: 30px;
	font-size: 16px;
}

#header .strapline .maintext img
{
	padding: 0 5px;
}

#header .strapline .maintext img.first
{
	padding-left: 0px;
}

#header .strapline div.maintext
{
	padding-left: 0;
	font-size: 21px;
}

.page-header
{
	padding-left: 20px;
	margin-top: -20px;
	margin-bottom: 0px;
}

.page-header h1
{
	display: inline-block;
	width: 66%;
}

@media (min-width: 768px) {
  .navbar-brand {
    margin-left: 15px;
    margin-top: -5px;
  }
}

.navbar-brand img {
	height: 70px;
}

a
{
	color: #008ABE;
}

a:hover
{
	color: #008ABE;
}

#header a
{
	color: #ffffff;
	text-decoration: underline;
}

#loggedinuser
{
	color: #1B4080;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 0px;
}

#loggedinuser a
{
	color: #1B4080;
}

#loggedinuser-old
{
	border: 1px solid #1B4080; 
	border-radius: 50px;
	background: #008ABE;
	padding: 10px 20px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 0px;
}

#footer
{
	background: url('../images/footer.jpg') bottom/100% no-repeat;
	height: 300px;
	border: 0;
	position: relative;
}

#footer > div
{
	position: absolute;
	bottom: 0;
}

#footer .text-muted
{
	color: #efefef;
}

#footer .borderleft
{
	border-left: 1px solid #efefef;
}

#footer a
{
	color: #ffffff;
}

#footer-badges
{
	background: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 10px;
	bottom: 10px !important;
	float: right;
	padding: 5px;
	right: 40px;
}

#sidebarmenu
{
	background: #F5F4F4;
	margin-left: 10px;
	margin-right: -10px;
}

#sidebarmenu li
{
	list-style: none;
}

.nav > li > a,
.nav > li > ul > li > a
{
    position: relative;
    display: block;
    padding: 2px 5px;
	color: #1B4080;
}

.nav > li > a:hover, 
.nav > li > a:focus,
.nav > li > ul > li > a:hover,
.nav > li > ul > li > a:focus
{
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li > ul > li > a
{
	color: #008ABE;
}

.nav-pills > li.active > a
{
	background-color: #1B4080;
}

#contentcontainer.col-sm-10, #contentcontainer.col-md-10
{
	padding: 0 35px;
}

table tr,
table th,
table td
{
	padding: 10px 20px;
}

table.contactDetails tr,
table.contactDetails th,
table.contactDetails td
{
	padding: 5px 10px;
}

div.contexthelp
{
	margin-bottom: 10px;
}

#propertyListContainer .ui-state-default,
.ui-state-hover
{
	background: #1B4080 !important;
	border-color: #1B4080 !important;
}

#propertyListContainer .ui-state-active
{
	color: #ffffff;
}

#propertyListContainer .button-save,
#propertyEditContainer .button-save,
#jobEditContainer .button-save

{
	background-color: #1B4080 !important;
}

#propertyListContainer .horizontal-table .row-odd:hover
{
	background-color: #cccccc;
}

#sidebarmenucontainer #commendations
{
	padding: 15px;
}

#sidebarmenucontainer #commendations img.logo
{
	margin: 0 15px;
}

#sidebarmenucontainer #commendations .socialmedia
{
	padding: 10px 0 0 10px;
}
#sidebarmenucontainer #commendations .socialmedia img
{
	margin: 0 3px;
}

.notices-dashboard .notice-info
{
	background: #1B4080;
}

.alert-green
{
	background: #80BA27 !important;
}

.dashboardbuttons .btn
{
	background: linear-gradient(-45deg, #80BA27, #008ABE);
	color: #ffffff;
	padding: 16px 16px;
}

.dashboardbuttons .dashboardbuttons-box
{
	margin-top: 5px;
	padding: 29px 16px;
    font-size: 18px;
    line-height: 1.33;
	border: 1px solid #1B4080;
    border-radius: 6px;
	color: #ffffff;
	text-align: center;
}

.dashboardbuttons .dashboardbuttons-cutoff
{
	background-color: #80BA27;
}

.dashboardbuttons .dashboardbuttons-banner
{
	background-color: #008ABE;
	overflow: hidden;
}

.dashboardaddress
{
	border: 1px solid #1B4080; 
	border-radius: 50px;
	background: #008ABE;
	color: #ffffff;
	min-height: 670px;
}

.dashboardaddress h3
{
	text-align: center;
}

.dashboardaddress .buttons
{
	padding-left: 48%
}

.dashboardbuttons .dashboardbuttons-box.socialmedia
{
	padding: 12px 16px;
}

.dashboardbuttons-banner .links
{
	float: left;
	background-color: #ffffff;
	border: 1px solid #000000;
	border-radius: 10px;
	padding: 5px;
	margin: 2px;
	height: 160px;
}

@media (max-width: 1749px) {
	.dashboardbuttons-banner .links {
		width: 100%;
	}
}
@media (min-width: 1750px) {
	.dashboardbuttons-banner .links
	{
		width: 49%;
	}
}

.dashboardbuttons-banner .links a
{
	display: block;
	margin: 5px;
	color: #000000;
	font-size: 14px;
	line-height: 16px;
}


#mapcontainer .title
{
	font-size: 24px;
	text-align: center;
	font-family: "Avenir Black";
	font-weight: bold;
	margin-top: -4px;
	margin-bottom: 10px;
}

#mapcontainer a
{
	color: #ffffff;
}

#mapcontainer .legend
{
	margin-top: 10px;
}

.dashboardbuttons-banner.staticbuttons a
{
	color: #1B4080 !important;
}

#recycling img
{
	width: 100%;
	max-width: 210px;
	max-height: 100%;
}


#town-country-planning
{
	height: 80px;
	padding: 25px;
}
#town-country-planning a
{
	color: #ffffff;
	font-size: 24px;
}