﻿
/* Sitefinity Editor */
.ZoneEditorToolboxContainer
{
    position: absolute;
    right: 0;
    top: 0;
}

.sfPageContainer
{
    margin: 0 auto;
    width: 1060px !important;
    box-shadow: 0px 0px 40px 20px rgba(80, 80, 80, 0.5); 
 
}
/* Sitefinity Editor */


/* resets */
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* main ------------------------------------------------------------ */
body 
{
  font-family: Arial,Verdana,Helvetica,Sans-Serif;
}
h1 
{
    font-size:xx-large ;
}
h2
{
    font-size:x-large  ;
}
h3
{
    font-size:larger ;
}
h4
{
    font-size:large  ;
}
.band2
{
    clear:left;
    background-color:#008765;
    background-image: url(/Sitefinity/WebsiteTemplates/DBCCorp2013/App_Themes/DBCCorp2013/Images/Gradient.gif);
    background-repeat: repeat-x;
    width:100%;
    height:60px;
    top:60px;
    left:0px;
    display:block;
    position:absolute;
    z-index:0;
}
/* main */
.main 
{
    margin: 0 auto;
    width: 1060px;
    box-shadow: 0px 0px 40px 20px rgba(80, 80, 80, 0.5);    
    border: 1px solid #c0c0c0\9;
}
.shield-backdrop
{
    z-index:5; 
    position:fixed;
    background: url(/Sitefinity/WebsiteTemplates/DBCCorp2013/App_Themes/DBCCorp2013/Images/backdrops/shieldbackdropgrey.gif) no-repeat ;
    position: absolute;
    height :1000px;
    width:960px;
    filter:alpha(opacity=10);
    opacity:.05;
    background-position: 80% 0%;    
}
/* header  */
.logo
{
    float:left;
    margin-left:0px;
}

.widgetholder 
{
    float:right;
    padding-top:30px;
    position:relative; 
    margin-right:10px;
    z-index:10;
}
/* search */
.searchbox
{
    background-color:#008765;
    float:right;
    border: 5px solid #000000;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
}
.searchterm 
{
    border:0;
    font-size:150%;
    width:500px;
    padding-left:5px;
    padding-top:3px;
    height:45px;
    line-height: 40px\9;
    /* background-color:transparent; */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ccff99', endColorstr = '#ffffff');
    /*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ccff99', endColorstr = '#ffffff')";
    /*Element must have a height (not auto)*/
    /*All filters must be placed together*/
    background-image: -moz-linear-gradient(top, #ccff99, #ffffff);
    background-image: -ms-linear-gradient(top, #ccff99, #ffffff);
    background-image: -o-linear-gradient(top, #ccff99, #ffffff);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#ccff99), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #ccff99, #ffffff);
    background-image: linear-gradient(top, #ccff99, #ffffff);
    /*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/   
    border-top-left-radius:3px; 
    border-bottom-left-radius:3px; 
}
.submit 
{
    display:inline-block;
    font-size:110%;
    font-weight:bold;
    color: White;
    background-color:transparent;
    width:100px;
    height:45px;
    height:auto\9;
    padding-top:6px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding-bottom:1px;
    
}

.atoz 
{   
    background-color: #00513B;
    color:White;
    font-weight:bold;
    clear:right;
    text-align:center;
    border-bottom-left-radius:8px;
    border-bottom-right-radius:8px;


}
.atozList 
{
    padding-top: 1px;
    display: inline-block;
    padding-left: 3px;
}
.atozList > li 
{
    float:left;
    padding-right:10px;
}
.atozList > li:last-child
{
    padding-right:11px;
}
.atoz a
{
    color:White;
    text-decoration:none;    
}
.slider 
{
    clear:left;
    position:relative; 
    z-index:10;
}
.item
{
    position:relative; 
    display:inline-block;
}
.item-banner
{
    background-color: grey;
    background-color: rgba(99,99,99,0.5); 
    position:absolute; 
    top:10px; 
    left:55px; 
    width:500px; 
    height:50px; 
    color:white; 
    font-weight:bolder; 
    font-size:xx-large ; 
    padding-top:10px; 
    padding-left:10px;
}

.content
{
    display: inline-block;
    margin-top:10px;
    padding-left:10px;
}

#content 
{
    position: relative;
    clear: both;
    z-index: 6;
}

.box-out
{
    margin-bottom: 10px;
    display:inline-block;
    position:relative; 
    z-index :10;
}
.box-out-head
{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: Green;
}
.box-out-body
{
    /* border: 3px solid black; */
    background-color: #f4d146;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 5px solid green;
}
.box-out-head h3
{
    font-weight: bolder;
    padding-top: 8px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    color:White;
}
.box-inner 
{
    padding: 10px;
}
.box-out ul
{
    padding:0px;
}
.box-list > li 
{
    padding-right: 20px;
    float:left;
    font-weight:bold;
    display:inline-block;
}
.box-notes 
{
    padding-top: 10px;
    clear:left;
}

.l300 
{
    width:300px;
    float:left;   
}

.m300
{
    width:733px;
    margin-left:6px;
}
 
.hidden
{
    display:none;
}
.footer 
{
    color:White;
   /* width: 1040px;*/
    margin-top: 0;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-color:#008765;
    height:350px;
    font-size: 14pt;
    padding-top:190px;
    padding-left: 20px;
    height:230px;
    line-height:1.3;
    background-image: url('/Sitefinity/WebsiteTemplates/DBCCorp2013/App_Themes/DBCCorp2013/Images/footer/footerplain.gif');
}
.footer > ul
{
    position:relative; 
    z-index:10; 
    float:left;
    display:inline-block;
    vertical-align:middle;
    width:31%;     
}
.footer > .tiles
{
    position:relative; 
    z-index:10; 
    display:inline-block;
    width:31%;
    vertical-align:middle;
    padding-left: 50px;
}
ul.footer-middle 
{
    width:20%;
}
.footer a 
{
    color: White;
    text-decoration: none;
}

.footer-list > div 
{
    line-height: 0px !important;
}
.footer-list > div > a
{
    line-height: 0px !important;
}

.footer-list > div > a > img
{
    box-shadow: 5px 5px 2.5px  rgba(50, 50, 50, 0.5);
}
.footer a:link, footer a:visited, footer a:hover, .footer a:focus
{
    font-weight: 500;
    font-size: 14pt;
    text-decoration:none;
}
.footer a:hover
{
    text-decoration: underline;
}

/* CONTACT US FOOTER TWEAKS */
.cuMain
{
    display:table;
    background-color: #00513B;
   /* width: 100%;*/
    box-shadow: 5px 5px 2.5px  rgba(50, 50, 50, 0.5);
}
.cuLeft
{
    display: table-cell ;
    vertical-align: middle;
    width: auto;
    padding-left:5px;
}
.cuLeft a:link, .cuLeft a:hover, .cuLeft a:focus, .cuLeft a:visited
{
    font-size:16pt;
}
.cuRight
{
    display: table-cell ;
    text-align:right;
                              
}
/* CONTACT US FOOTER TWEAKS END */


/* AUTO SCROLLER CSS */

#back-top {
	position: fixed;
	bottom: 20%;
	/*margin-left: -150px;*/
	right: 15px;
}

#back-top a {
	width: 54px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	/*text-transform: uppercase;*/
	text-decoration: none;
	color: rgb(0, 81, 59);

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 54px;
	height: 54px;
	display: block;
	margin-bottom: 7px;
	background: rgb(0, 81, 59) url('/images/default-source/web-graphics/uparrowwhite.png?Status=Temp&sfvrsn=2') no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: rgb(245, 197, 3);
	background-image: url('/images/default-source/web-graphics/uparrowgreen.png?Status=Temp&sfvrsn=2');
	background-position: center center;
	background-repeat: no-repeat;
}


/* AUTO SCROLLER CSS END*/

/* AUTO EXTERNAL LINK IMAGE CSS */
a[href^="http"] {
    background: url('/Sitefinity/WebsiteTemplates/DBCCorp2013/App_Themes/DBCCorp2013/Images/extlink.gif') center right no-repeat;
    padding-right: 13px;
}
 
a[href^="http://webapps.dacorum.gov.uk"], a[href^="https://eforms.dacorum.gov.uk"], a[href^="http://www.dacorum.gov.uk"], .HomeTwitter a, a[href^="http://webdev"], .footer a, a[href^="http://dbcweb"], a[href^="http://webdev"], a[href^="http://www.dacorumlook"], .allfivestar-div a, .slider-wrap a, .addthis_toolbox a     {
    background: none;
    padding-right: 0px;
}
.big-button 
{
    background: none !important;
    padding-right: 0px !important;
}
/* AUTO EXTERNAL LINK IMAGE CSS END */

/* sf Eform button tweak */
.buttontweak
{
    display: inline-block;
    padding-left: 1em !important;
    padding-right: 1em !important;
}
/* sf Eform button tweak end */

/* add this height tweak for putting component into layout block */
.contAddThis
{
	height: 0px;
}