﻿body
{ 
    margin:0; 
    padding:0; 
    width:100%; 
    height:100%;
    background:#ffffff;
    font-family: Helvetica,Arial,sans-serif,"Helvetica Neue";  /* THURRROCK EDIT */
	font-size: 14px;          /* THURRROCK ADDITION */
    overflow:hidden;
}
html { padding:0; margin:0;overflow:hidden;}

#divTitle
{
    background: #7a7479;      /* THURRROCK EDIT */
    color: #ffffff;
    /* position: absolute; */ /* THURRROCK EDIT */
    /* left: 0px; */          /* THURRROCK EDIT */
    /* top: 0px; */           /* THURRROCK EDIT */
    /* right: 0px; */         /* THURRROCK EDIT */
    /* padding-top: 4px; */   /* THURRROCK EDIT */
    /* padding-left: 4px; */  /* THURRROCK EDIT */
	padding: 10px 1%;         /* THURRROCK EDIT */
    vertical-align: middle;
}

#divTitle a:link {
    color: #ffffff;
    text-decoration: none;
}
#divTitle a:hover {
    color: #ffffff;
    text-decoration: none;  /* THURRROCK EDIT */
}

/* THURROCK ADDITION start - header */

.tgov-screenreader-only {
    position: absolute !important;
    height: 1px;
    width: 1px;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
    clip-path: polygon(0px 0px,0px 0px,0px 0px,0px 0px);
    overflow: hidden !important;
}

a.tgov-header-link, a:link.tgov-header-link, a:visited.tgov-header-link,
a:hover.tgov-header-link, a:active.tgov-header-link, a:focus.tgov-header-link {
    background: url('//www.thurrock.gov.uk/thirdparty/leaf-transparent.png') no-repeat left center;
    color: #ffffff;
    text-decoration: none;
    font-size: 25px;
    font-weight: 200;
    padding: 15px 0 15px 35px;
    margin-left: 0;
}

.tgov-address-label {
    font-size: 16px;
	font-weight: bold;
}

ul.tgov-breadcrumb {
	padding: 10px 1%;
    margin: 10px 0 10px 0;
    font-size: 15px;
    list-style: none;
    border-radius: 4px;
}

ul.tgov-breadcrumb > li {
    display: inline-block;
    text-shadow: 0px 1px 0px #ffffff;
}

ul.tgov-breadcrumb > li > a, ul.tgov-breadcrumb > li > a:link, ul.tgov-breadcrumb > li > a:visited {
    color: #000000;
    text-decoration: none;
}

ul.tgov-breadcrumb > li > a:hover, ul.tgov-breadcrumb > li > a:focus {
    color: #000000;
    text-decoration: underline;
}

ul.tgov-breadcrumb > li > .divider {
    padding: 0 5px;
    color: #6f777b !important;
}

/* THURROCK ADDITION end */

#divGaz {
    float: right;
    /* margin-right: 1em; */  /* THURRROCK EDIT */
	padding: 0;               /* THURRROCK ADDITION */
	margin: 0;                /* THURRROCK ADDITION */
}

#gaz {
    min-width: 250px;
	height: 20px;             /* THURRROCK ADDITION */
	padding: 4px 6px;         /* THURRROCK ADDITION */
	margin: 0;                /* THURRROCK ADDITION */
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}


#divWizHolder {
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    top: 108px;  /* THURRROCK EDIT */
    left: 0px;
    width: 320px;
}

/* THURROCK ADDITION start - heading text and hyperlinks */

h1 {
	margin: 0 0 15px;
	padding: 0;
    font-size: 22px;
}

a, a:link, a:visited {
    color: #025ddd;
    text-decoration: none;
}

a:hover, a:focus {
    color: #005580;
    text-decoration: underline;
}

/* THURROCK ADDITION end */

#divMap {
    background: #DDDDDD;
    position: absolute;
    bottom: 0px;
    top: 110px;  /* THURRROCK EDIT */
    right: 0px;
    left: 320px;
}

#dragbar {
    background-color: black;
    position: absolute;
    bottom: 0px;
    top: 0px;
    width: 3px;
    left: 318px;
    cursor: col-resize;
    z-index: 998;
}

#ghostbar {
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    width: 3px;
    cursor: col-resize;
    z-index: 999;
}

#divAddressesLoading
{
    position: absolute;
    top: 180px;  /* THURRROCK EDIT */
    right: 2px;  /* THURRROCK EDIT */
    left: 2px;   /* THURRROCK EDIT */
}

#selectAddress
{
    border: 1px solid #999999;
    overflow: auto;
    position: absolute;
    top: 180px;
    bottom: 80px;
    right: 2px;
    left: 2px; 
}

#selectSchool
{
    border: 1px solid #999999;
    overflow: auto;
    position: absolute;
    top: 160px;
    bottom: 80px;
    right: 2px;
    left: 2px; 
}

/* THURROCK ADDITION start */

div.stepSchoolType > p
{
    margin: 10px 0;
}

/* THURROCK ADDITION end */

.wizStep
{
    background: #ffffff;
    border: 1px solid #999999;
    padding: 10px 10px 10px 10px;
    position: absolute;
    right: 2px;
    bottom: 2px;
    top: 2px;
    left: 2px;
}

.buttonBar
{
    position: absolute;
    border: 1px solid #C0C0C0;
    margin: 0 10px;  /* THURRROCK EDIT */
    background: #FFFFCC;
    padding: 5px;
    bottom: 10px;    /* THURRROCK EDIT */
    right: 10px;     /* THURRROCK EDIT */
}

.button {
    width: 100%;
}

.linkButton
{
    text-decoration: underline;
    cursor: pointer;
    list-style-type: circle;
}

.schoolList_Name
{
/*    font-weight:bold;
    color:Red; */
    cursor: pointer;
    text-decoration: underline;
}

.schoolList_Distance
{
    margin-left: 20px;
    /* color:Green; */
}

.ol-popup 
{
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 32px;
    left: -50px;
    min-width: 280px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 20px;
    left: 48px;
    margin-left: -20px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 21px;
    left: 48px;
    margin-left: -21px;
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-popup-closer:hover, .ol-popup-closer:focus {
    color: black;
    text-decoration: none;
}

/* Free Measurement */
.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}

.tooltip-measure:before, .tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}

.tooltip-static:before {
    border-top-color: #ffcc33;
}

