
body, iframe, html
{
    font-family: 'Segoe UI', "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    font-size:13px;
    color:#333;
    font-style:normal;
    padding:0px;
    margin:0px;
    border:0px;
    outline:0px;
    border-spacing:0px;
    overflow:hidden;
}

.Print,.Print .PanelContent,.Print .SubPanel
{
    overflow:auto !important;
    overflow-x:auto !important;
    overflow-y:auto !important;
}

input, textarea, select
{
    font-family: 'Segoe UI', "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color:#333;
    font-size:13px;
    font-style:normal;
}

table, td, abbr
{
    margin:0px;
    padding:0px;
    outline:0px;
    border-spacing:0px;
    border:0px;
    text-decoration:none;
}

thead td, thead th
{
    padding:3px;
    font-style:normal;
    font-weight:normal;
}

.Left
{
    display:block;
    float:left;
}

.Right
{
    display:block;
    float:right;
}


/* --- Positions --- */

.fullScreen
{
    position:absolute;
    top:0px;
    left:0px;
}

.centerScreen
{
    position:absolute;
    top:0px;
    left:0px;
}

.centerParent
{
    position:relative;
    margin:auto;
}

/* --- Loading --- */

.Loading
{
    display:block;
    text-align:center;
    vertical-align:middle;
}
.Loading
{
    height:50px;
    width: 50px;
    background:url('img/loading46.gif') no-repeat center;
    margin: auto;
}

.Loading20
{
    display:block;
    text-align:center;
    vertical-align:middle;
    height:20px;
    width: 20px;
    background:url('img/loading20.gif') no-repeat center;
    margin: auto;
}

.TopLevel,.Panel.PopUp.TopLevel
{
    z-index:10300;	
}

#ServerFeedback
{
    z-index:10400;	
}

#LoadingScreen, .LoadingScreen.fullScreen
{
    width:100%;
    height:1000px;
    background:#FFF;
    opacity:0.7;
    filter:Alpha(opacity=70);
    z-index:10310;
}

#ScreenDisable {
    z-index: 10200;
}

.Disabled.Loading
{
    position:absolute;
    top:0px;
    left:0px;
    z-index:1000;
    height:30px;
    background:#FFF url('img/loading46.gif') no-repeat center;
    opacity:0.7;
    filter:alpha(opacity=70);
}

/* --- Body --- */
#BodyContainer
{
    width:800px;
    height:600px;
    background:#CCC;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    margin:0px 5px 0px 5px;
    padding:10px;
}


/* --- Content --- */

.Help
{
    display:block;
    float:right;
    background:#FF7800;
    height:20px;
    width:20px;
    border:1px outset #FF7800;
    border-radius:5px;
    cursor:help;
    color:#FFF;
    font-weight:bold;
    font-size:16px;
    line-height:20px;
    text-align:center;
    vertical-align:middle;
    font-family: 'Arial';
    text-shadow:-1px -1px 0px #640;
    box-shadow:2px 2px 3px #444;
}
.PanelBar .Help
{
    margin :2px 3px;
    text-shadow: none;
    box-shadow: 0px 1px 3px #444;
}

.Button
{
    text-align:left;
    color:#FFF;
    border:1px solid #666;
    padding: 0px;
    margin:5px;
    border-radius:6px;
    cursor:pointer;
    line-height:18px;
    width:auto;
    display:block;
    float:left;
}
.Button.Right
{
    float:right;
}
.Button.Centre
{
    margin-left:auto;
    margin-right:auto;
    float: none;
    width: 130px;
}

.Button > div, .Button > button
{
    color:#FFF;
    margin:0px;
    padding:3px 10px;
    border:1px solid #FFF;
    text-align:left;
    font-weight:normal;
    font-size:12px;
    background:#666;
    background: linear-gradient(to top, #555 0%, #888 100%);
    border-radius:5px;
    cursor:pointer;
    min-width:130px;
    max-width:350px;
    display:block;
}

.Button.Green
{
    border:1px solid #282;
}

.Button.Green > div, .Button.Green > button
{
    background: #393;
    background: linear-gradient(to top, #282 0%, #4A4 100%);
}

.Button.Red
{
    border-color: #B11;
}

.Button.Red > div, .Button.Red > button
{
    background: #A22;
    background: linear-gradient(to top, #A22 0%, #F33 100%);
}

.Button .RArrows,.Button .LArrows
{
    display:inline;
    font-family: Monaco,"Courier New",Courier,monospace;
    font-size: 20px;
    font-weight: bold;
    line-height: 15px;
}
.Button .RArrows
{
    margin-right: -7px;
    float:right;
}
.Button .LArrows
{
    margin-left: -7px;
    padding-right: 7px;
    float:left;
}

.Button.Disabled > button, .Button.Disabled:hover > button
{
    background:#999;
    background: linear-gradient(to top, #777 0%, #BBB 100%);
    color:#DDD;
}

.Button.Disabled.Red > button, .Button.Disabled.Red:hover > button
{
    background:#D55;
    background: linear-gradient(to top, #A66 0%, #B77 100%);
    color:#DDD;
}

.Button.Disabled.Green > button, .Button.Disabled.Green:hover > button
{
    background:#6A6;
    background: linear-gradient(to top, #6A6 0%, #7B7 100%);
    color:#DDD;
}

.ContentHead
{
    border-bottom:1px solid #555;
    background:#D3D3D3;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    padding:5px;
    margin:0px;
    background: linear-gradient(to bottom, #DDD 0%, #BBB 10%, #E3E3E3 97%, #666 100%);
    background: -moz-linear-gradient(top,#DDD 0%, #BBB 10%, #E3E3E3 97%, #666 100%);
}

/* --- Views --- */
.Panel
{
    position:absolute;
    padding:0px;
    border-radius:10px;
    display:none;
}

.Panel.PopUp
{
    z-index:5100;
    box-shadow:2px 2px 10px #000000;
}

.Panel table
{
    width:100%;
}

/*.Panel.PopUp  table
{
    width:auto;
}*/

*.WidthTest, *.AutoWidth
{
    width:auto !important;
}


.Panel table.WidthTest
{
    width:auto !important;
}

.PanelTab
{
    float:left;
    margin-left:10px;
    display:block;
    line-height:1px;
    font-size:0px;
    height:25px;
    background:#888;
    color:#222;
    overflow:hidden;
    width:100px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    cursor:pointer;
}
.PanelTab.Selected
{
    background:#CCCCCC;
}
.PanelTab.Disabled
{
    background:#666;
    color:#444;
}
.PanelTab > div
{
    float:left;
    width:24px;
    height:24px;
}
.PanelTab span
{
    font-size:14px;
    line-height:14px;
    height:17px;
    display:block;
    float:left;
    padding:4px 10px;
    margin:0px 10px;
}

.PanelBar
{
    display:block;
    line-height:1px;
    font-size:0px;
    height:25px;
    background:#888;
    color:#222;
    overflow:hidden;
    text-shadow:1px 1px 0px #D4D4D4;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    background: linear-gradient(to bottom, #CCC 0%, #929292 10%, #DDD 90%, #777 100%);
    background: -moz-linear-gradient(top,#CCC 0%, #929292 10%, #DDD 90%, #777 100%);
}
.PanelBar > div
{
    float:right;
}
.PanelBar > table
{
    height:25px;
    background:none;
}
.BarLabel
{
    font-size:14px;
    line-height:14px;
    height:17px;
    display:block;
    float:left;
    padding:4px 10px;
    margin:0px 10px;
}

.BarClose, .Close, .closeButton
{
    display:block;
    float:right;
    font-size:16px;
    line-height:16px;
    height:19px;
    vertical-align:top;
    margin:2px 10px 2px 2px;
    padding:1px 7px;
    cursor:pointer;
    border-radius:5px;
}
.BarClose:hover, .Close:hover, .closeButton:hover
{
    padding:0px 6px;
    border:1px solid #666;
    box-shadow:1px 1px 1px #DDD;
}

.PanelContent
{
    display:block;
    background:#FFF;
    border:1px solid #666;
    border-radius:10px;
    overflow-x:hidden;
    overflow-y:auto;
    width:auto;
}
.PanelContent.Scrolling
{
    /*padding-right:16px;*/
}
.PanelContent.Headless
{
    border:1px solid #666;
    border-radius:10px;
}

.Panel.PopUp .PanelContent
{
    border-top-left-radius:0px;
    border-top-right-radius:0px;
}

.PanelContent > p, .PanelContent > span
{
    padding-left:10px;
    padding-right:10px;
}

/* ---- Forms ---- */

input ,select,textarea
{
    padding:2px;
    margin:2px;
    border:1px solid #999;
    border-radius:5px;
}
input:focus ,select:focus, textarea:focus
{
    border:1px solid #99F;
    box-shadow:0px 0px 3px #89F;
}

input.WaterMark, textarea.WaterMark
{
    color:#999 !important;
}

.Form.WidthTest
{
    width:470px !important;
}
.Form > tbody > tr > td:first-child, .Form > tbody > tr > td:first-child.WidthTest
{
    padding:2px 2px 2px 8px;
    width:170px;
}
.Form > tbody > tr > td:last-child
{
    padding:2px !important;
    width:300px;
}
.Form > tbody > tr > td > input ,.Form > tbody > tr > td > select, .Form > tbody > tr > td > textarea
{
    width:290px !important;
}
.Form > tbody > tr > td > input[type=checkbox],.Form > tbody > tr > td > input[type=radio] 
{
    width:30px !important;
}

.Form.SingleCol > tbody > tr > td > input ,.Form.SingleCol > tbody > tr > td > select, .Form.SingleCol > tbody > tr > td > textarea
{
    width:454px !important;
}

.Form .inlineWarning, .inlineWarning
{
    width:460px !important;
}


.PaddedCells20 > tbody > tr > td
{
    padding:20px 20px 20px 0px;
}
.PaddedCells20 > tbody > tr > td:first-child
{
    padding:20px;
}

.SubPanel
{
    height:auto;
    overflow-x:hidden;
    overflow-y:auto;
}
.SubPanel.Scrolling
{
    /*padding-right:16px;*/
}


/* --- jQuery --- */

/*calader */
.ui-widget
{
    display:block;
    position:absolute;
    top:-1000px;
    left:-1000px;
    background:#BBB;
    border:1px solid #666;
    border-radius:5px;
    width:176px;
    box-shadow:2px 2px 6px #000;
}

a.ui-datepicker-prev, a.ui-datepicker-next, div.ui-datepicker-title
{
    height:20px;
    border-bottom:2px groove #CCC;
    background: linear-gradient(to bottom, #DDD 0%, #BBB 10%, #E3E3E3 97%, #666 100%);
    background: -moz-linear-gradient(top,#DDD 0%, #BBB 10%, #E3E3E3 97%, #666 100%);
    text-align:center;
}
a.ui-datepicker-prev:hover, a.ui-datepicker-next:hover
{
    cursor:pointer;
    background: linear-gradient(to bottom, #DDF 0%, #BBD 10%, #AFB1FF 97%, #667 100%);
    background: -moz-linear-gradient(top,#DDF 0%, #BBD 10%, #AFB1FF 97%, #667 100%);
}
a.ui-datepicker-prev, a.ui-datepicker-next
{
    padding:0px 5px;
}
a.ui-datepicker-prev
{
    float:left;
    border-right:2px groove #CCC;
    border-top-left-radius:5px;
}
a.ui-datepicker-next
{
    float:right;
    border-left:2px groove #CCC;
    border-top-right-radius:5px;
}

/*calader body*/
.ui-datepicker-calendar
{
    width:100%;
    padding:0px;
    border:0px;
    border-spacing:0px;
    outline:0px;
}

.ui-datepicker-calendar thead span
{
    display:block;
    font-weight:normal;
    text-align:center;
}
.ui-datepicker-calendar a
{
    background:#E0E0E0;
    display:block;
    margin: 0px 0px 1px 1px;
    padding:3px 2px;
    color: #333333;
    text-decoration:none;
    outline:0px;
    cursor:pointer;
    text-align:center;
    border:1px solid #999;
    border-radius:4px;
}
.ui-datepicker-calendar tr td:last-child a
{
    margin:1px;
}
.ui-datepicker-calendar a:hover
{
    background:#DDD;
    background: linear-gradient(to bottom, #FFF 0%, #E0E0E0 60%);
    background: -moz-linear-gradient(top,#FFF 0%, #E0E0E0 60%);
}

/*calader hidden*/
.ui-helper-hidden-accessible
{
    left:-10000px;
    top:-10000px;
    display:none;
}

/* ========= VALIDATION ========= */
/*
.validation-valid
{
    background-color:#5F5;
}

.validation-invalid
{
    background-color:#FF4941;
}
*/
/*Permit Monitor Status Style*/
.status-circle{
    width:20px;
    height:20px;
    border-radius:50%;
}
.status-ok{ 
    background-color:#0b8f0b;
}
.status-pending{
    background-color:#ffa500;
}
.status-permon{
    background-color:#0063c3;
}
.status-stop{
    background-color:#f22424;
}
.status-not-included{
    background-color:#727272;
}
.status-default{
    background-color:#000000;
}
.close-match{ 
    display:block;
    padding: 1px 10px;
    margin: 10px;
    background-color: #e67e22;
    color: #ffffff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    text-align: center;
    border-radius:5px;
    flex-direction:column;
    display:table;
}
.close-match > p{ 
    font-size:15px;
    text-align:left;
    margin-top:0;
}
.close-match.close-match-hidden{ 
    display:none;
}

#BodyContainer > #SummaryContractorPrompt {
    left: unset !important;
}

.BenchTool.Car #icon-position{ 
     float:left;
     margin:5px;
     width:20px;
}

#permit-button {
    max-height: 33px;
    width: 150px;
    position: relative;
    display: inline-block;
    margin: 10px auto 0 auto;
}

#permit-button span {
    position: relative;
    float: left;
    text-align: left;
    top: 5px;
}

#car-button {
    max-height: 33px;
    width: 150px;
    position: relative;
    display: inline-block;
    margin: 10px auto 0 auto;
}

#car-button span {
    position: relative;
    float: left;
    text-align: left;
    top: 5px;
}

button#cancel {
    float: right;
    background-color: green;
    border-radius: 5px;
    color: white;
    padding: 8px 40px;
    margin: 10px auto 0 18px;
    display: inline-block;
}

.ui-timepicker-wrapper {
	overflow-y: auto;
	max-height: 150px;
	width: 6.5em;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
	box-shadow:0 5px 10px rgba(0,0,0,0.2);
	outline: none;
	z-index: 10052;
	margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
	width: 13em;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-30,
.ui-timepicker-wrapper.ui-timepicker-with-duration.ui-timepicker-step-60 {
	width: 11em;
}

.ui-timepicker-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ui-timepicker-duration {
	margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
	color: #888;
}

.ui-timepicker-list li {
	padding: 3px 0 3px 5px;
	cursor: pointer;
	white-space: nowrap;
	color: #000;
	list-style: none;
	margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
	background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
	background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
	color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	color: #888;
	cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
	background: #f2f2f2;
}



/*.Invalid > div,*/
.cal,
.menuIcn div,.BenchTool div, 
.Zoom .Btn > span > span,
#OLMapTools abbr > span > span span,
.Zoom .Rezs > span > span,
.icn,.status
{
    clear:both;
    background:url('img/global.png') no-repeat;
}

#BodyContainer
{
    background:#D6D6D6;
}

.PanelTab.Selected
{
    background:#D6D6D6;
}
.PanelTab
{
    width:150px;
}

.Text
{
    padding:3px 10px;
    color:#333;
}

.Text.center, .center p, .center span
{
    text-align:center !important;
}

.BoldRed
{
	color: Red !important; 
	font-weight: bold;
}

.blue
{
    color:#2222FF;
}

.cal
{
    float:right;
    height:18px;
    width:20px;
    margin:3px;
    background-position:-63px -0px;
    padding:0px !important;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
    cursor:pointer;
}

h2
{
    padding:0px 15px;
    margin:0px;
    font-size:18px;
    line-height:20px;
}

h4
{
    background:#C2C2C2;
    border:groove 2px #999;
    border-left:none;
    border-right:none;
    margin:10px 0px;
    font-weight:normal;
    font-size:13px;
    text-align:center;
    padding:5px 3px 8px;  
}

h5
{
    margin:10px 0px;
    font-weight:normal;
    font-size:15px;
    text-align:center;
    padding:5px 3px 8px;
    border-bottom:1px Solid #444;  
}

/* --- headings --- */
h1
{
    margin:10px;
    padding:10px;
    font-size:20px;
    font-weight:normal;
    background:#A9ABAE;
    border-radius:5px;
    text-align:center;
    color:#FFF;
}
h1.Warning
{
    margin:10px;
    background:#EDB800;
    color:#4E4E24;
}
h1.Error
{
    margin:10px;
    background:#FF3B00;
    color:#FFF;
}
h1.Success
{
    margin:10px;
    background:#21B01F;
    color:#FFF;
}
h1 span
{
    display:block;
    padding:4px 48px 5px 0px;
    text-align:center;
}
h1 span.icn
{
    display:block;
    float:left;
    padding:0px;
    margin:8px 14px;
    font-size:1px;
    line-height:1px;
    overflow:hidden;
    height:20px;
    width:20px;
}
h1 span.icn.Location
{
    height:34px;
    background-position:-63px -84px;
    margin:4px 14px;
}

/* --- Head --- */
#Logo
{
    float:left;
    margin:5px 10px;
}

#HeadContainer
{
    background:#4B4B4B;
    border-radius:10px;
    width:820px;
    margin:5px 5px 0px;
    font-size:1px;
    line-height:0px;
}
#HeadContainer>table
{
    height:87px;
}
.headBorder
{
    background:#000;
    height:4px;
    font-size:1px;
    line-height:0px;
    overflow:hidden;
    background: linear-gradient(to bottom, #000 0%,#999 100%);
}
.Identification 
{
    font-size:12px;
    line-height: 12px;
    color:#FFF;
    padding-left:10px;
    display:block;
    height:14px;
    overflow:visible;
}

/* Big Black background */
#HeadContainer > table > tbody > tr:last-child > td
{
    height:55px;
    background:#4B4B4B;
    background: linear-gradient(to bottom, #616161 0%, #4B4B4B 27%, #333 75%);
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
}

#HeadContainer > table > tbody > tr:first-child td 
{
    background:#D04040;
    background: linear-gradient(to bottom , #B03030 0%, #D04040 100%);
    height: 53px;
    overflow: hidden;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.HeaderTextHolder
{
    position:absolute;
    top:5px;
    right:5px;
    text-align:right;
    color:#FFF;
    height:40px;
    margin:10px;
    font-size:16px;
    line-height:normal;
    vertical-align:middle;
}
.HeaderTextHolder p
{
    margin:0px;
    padding:0px 15px;
    font-size:12px;
    line-height:14px;
}

#FootContainer
{
    color:#FFF;
    background:#000;
    width:820px;
    height:24px;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    margin:0px 5px 5px 5px;
}
#FootContainer td
{
    padding:2px 5px;
}
#FootContainer a:hover,
#FootContainer a
{
    color:#FFF;
}

#FootContainer td.Bor
{
    border-right:1px solid #FFF;
    padding-left:18px;
}
#FootContainer td.Dim
{
    color:#AAA;
}

.PanelContent.Transparent
{
    background:none;
    border-color:#D6D6D6;
}

.PanelConstraint
{
    text-align:center;
}
.PanelConstraint .PanelContent
{
    position:static;
    margin:0px auto;
}

/* Google reCAPTCHA inline styling */
.grecaptcha-badge {
    margin: auto;
    display: block;
    z-index:1001
}

/*added so onecall web site loads when reciteme toolbar is loaded*/
.recitemeWall {
    position: inherit !important;
}

/*  --- Lists --- */

table.List
{
    background:#EEE;
}
table.List th
{
    color:#FFF;
    background:#555;
}
table.List td
{
    padding:2px 3px 1px 5px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #AAA;
}
table.List td:last-child
{
    border-right:none;
}
table.List tbody tr:nth-child(2n) td
{
    background:#DDD;
}

tbody.Selectable tr:hover td,
.Selectable tr:hover td
{
    cursor:pointer;
    background:#FFF !important;
}

/*  ---  Sectors  ---   */

.sector
{
	width:18px;
	height:18px;
	background:url("img/global.png");
    background-position:-106px -113px;
	float:left;
	margin:0px 5px;
}

.sector-gaspetroleum,.sector-gas,.sector-lpg
{ background-position:-84px -57px;}
.sector-councilshire,.sector-council,.sector-shire,.sector-authority,.sector-cityauthority,.sector-city,.sector-privateassetowners
{ background-position:-84px -114px;}
.sector-water,.sector-waterauthority
{ background-position:-84px -19px;}
.sector-electricity,.sector-power,.sector-energy
{ background-position:-84px -38px;}
.sector-communications,.sector-telecommunications, .sector-telecoms, .sector-comms
{ background-position:-84px -0px;}
.sector-pipeline,.sector-stormwater,.sector-wastewater
{ background-position:-84px -95px;}
.sector-railroad,.sector-rail,.sector-road,.sector-roadauthority,.sector-transport
{ background-position:-84px -76px;}
.sector-sewer,.sector-waste,.sector-sewerage,.sector-sewage
{ background-position:-84px -133px;}
.sector-private, .sector-, .sector-other
{ background-position:-106px -113px;}
.sector-locate,.sector-locates, .sector-locator, .sector-locating
{ background-position:-103px -133px;}


*:disabled
{
    opacity:0.5;
    filter:alpha(opacity=50);
}

.Form.SingleCol > tbody > tr > td, .Form.SingleCol > tbody > tr > td:first-child
{
    width:486px;
}

.Form
{
    background: #FFF;
}

.Form > tbody > tr > td
{
    color: #444;
    border:1px solid #FFF;
}
.Form .Grey td,.Form td.Grey
{
    background: #F1F3FD;
    border-color: #F1F3FD;
}

/*   Left  */
.Form > tbody > tr > td:first-child
{
    color: #444;
    padding-left:8px !important;
    border-right:none;
}


/*   Right  */
.Form > tbody > tr > td + td
{
    color: #444;
    border-left:none;
}

/*   SingleCol  */
/*
.Form.SingleCol > tbody > tr > td
{
    border-left:1px solid #AAA !important;
    border-right:1px solid #AAA !important;
    border-radius:5px;
}
*/
.Form.SingleCol > tbody > tr > td:first-child input
{
    width:auto !important;
}


/*   NonEdit  */
.Form.NonEdit > tbody > tr > td
{
    color:#888;
}
.Form.NonEdit td + td span
{
    color:#444;
    display:block;
    border:1px solid #AAA;
    padding:5px;
    margin:1px;
    border-radius:4px;
}
.Form.NonEdit td + td a span
{
    color:#00f;
}
.Form.SingleCol span,.Form td + td span
{
    word-break: normal;
}


/*  --- Disabled --- */

.Disabled h4
{
    background:#CCC;
    border-color:#CCC;
}
.Disabled .Form,.Disabled .Form > tbody > tr > td:first-child,.Disabled .Form > tbody > tr > td
{
    color:#AAA;
}

.Disabled .Help 
{
    background:#CBA;
    border-color:#CBA;
    box-shadow:2px 2px 3px #888;
}

/** Internal **/
.PanelInternal
{
    padding:0px;
    border: 1px solid #666666;
    background:#FFF;
    margin:10px;
    height:357px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius:10px !important;
}

#NewEnquiry\.LotBlockPlan input {
    width: 18%;
    margin-left: 10px;
}



.menuIcn
{
    float: right;
    width: 70px;
    height: 40px;
    margin: 3px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
}
.menuIcn span
{
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: normal;
}
.menuIcn div
{
    width: 20px;
    height: 20px;
    margin: 3px 25px 0px;
}
.menuIcn.Logout div { background-position: -21px -21px; }
.menuIcn.Home div { background-position: -21px -42px; }
.menuIcn.UserDetails div { background-position: -21px -63px; }
.menuIcn.UserSettings div { background-position: -21px -0px; }
.menuIcn.SummaryContractorPrompt div { background-position: -21px -50px; }
.menuIcn.Enquiry div { background-position: -21px -105px; }
.menuIcn.Save div { background-position:-21px -84px; }

/* ---- WorkBench ---- */

.WorkBench
{
    height: 90px;
}

.BenchText
{
    text-align: center;
    padding: 10px;
    display: block;
    float: left;
    width: 140px;
    height: 80px;
}

.BenchText.Wide
{
    text-align: left;
    width: 290px;
    padding: 0px;
}

.BenchTool
{
    display: block;
    float: left;
    cursor: pointer;
    width: 70px;
    height: 70px;
    margin: 10px;
    background: #333;
    color: #FFF;
    border-top: #666 solid 1px;
    border-left: #444 solid 1px;
    background: linear-gradient(to bottom right, #999 0%, #666 15%, #000 100%);
    border-radius: 5px;
    box-shadow: 2px 2px 5px #666;
}
#EnquirySummaryToolsPanel .BenchTool
{
    margin-bottom: 0px;
}

#PrintSummaryEnd
{
    position: absolute;
    top: 10px;
    left: 710px;
}

#PrintSummaryPrint
{
    position: absolute;
    top: 100px;
    left: 710px;
}

.BenchTool.Orange
{
    border:#FFC660 solid 1px;
    border-right-color:#864600;
    border-bottom-color:#864600;
    background:#EF9600;
    background: linear-gradient(to bottom right, #FFC660 0%, #EF9600 15%, #BF7600 100%);
}

.BenchTool.Purple {
    border: #433E8B solid 1px;
    border-right-color: #463f8E;
    border-bottom-color: #463f8E;
    background: #433E8B;
    background: linear-gradient(to bottom right, #433E8B 0%, #433E8B 15%, #433E8B 100%);
}

.BenchTool.Red
{
    border:#FF6060 solid 1px;
    border-right-color:#902020;
    border-bottom-color:#902020;
    background:#EE4040;
    background: linear-gradient(to bottom right, #FF8080 0%, #FE4040 15%, #DE4040 100%);
}

.BenchTool.Grey
{
    color:#000;
    border:#DDD solid 1px;
    border-right-color:#AAA;
    border-bottom-color:#AAA;
    background:#CCC;
    background: linear-gradient(to bottom right, #EEE 0%, #DDD 15%, #CCC 100%);
}


.BenchTool div
{
    width:20px;
    height:20px;
    margin:5px 25px;
}

.BenchTool
{
    display: block;
    text-align: center;
    font-size: 13px;
    line-height: normal;
}

.BenchTool.NewEnquiry div { background-position: -21px -105px; }
.BenchTool.LoadSaved div { background-position: -21px -83px; }
.BenchTool.History div { background-position: -21px -126px; }
.BenchTool.Car div { background-position: -63px -42px; }
.BenchTool.Mail div { background-position: -63px -20px; }

.BenchTool.Logout div { background-position: -21px -21px; }
.BenchTool.Home div { background-position: -21px -42px; }
h1 span.icn.UserDetails,
.BenchTool.UserDetails div { background-position:-21px -63px; }
.BenchTool.SummaryContractorPrompt div { background-position: -21px -50px; }
.BenchTool.UserSettings div { background-position: -21px -0px; }
.BenchTool.Enquiry div { background-position: -21px -105px; }
.BenchTool.Save div { background-position: -21px -84px; }
.BenchTool.PrintView div { background-position: -42px -105px; }
h1 span.icn.Search,
.BenchTool.Search div { background-position: -63px -63px; }
.BenchTool.Edit div { background-position: -104px -0px; }
.BenchTool.Cancel div { background-position: -104px -21px; }
.BenchTool.Image div { background-position: -104px -42px; }
.BenchTool.OS div {
    background-position: -104px -105px;
}
#drawPrompt.olPopup, #drawPrompt_GroupDiv
{
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
}


/* -------------- Map ---------------- */

#OLMapContainer
{
    height:400px;
    border-radius:0px;
    margin-left: 46px;
}

#OLMap
{
    position:absolute;
    left:-10000px;
    z-index:1000;
    height:400px;
    width:400px;
}

/* ------------- Tools ------------ */
#OLMapTools
{
    position: absolute;
    left: -10000px;
    z-index: 2000;
    height: 440px;
    width: 45px;
    background: #B6B6B6;
    border: 1px solid #666666;
    border-right-color: #AAA;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 1001;
}

#OLMapTools > abbr > span
{
    float:left;
    cursor:pointer;
}

#OLMapTools > abbr > span > span
{
    border-radius: 5px;
    height: 28px;
    width: 28px;
    margin: 4px 8px;
    float:left;
}
#OLMapTools > abbr > span:hover > span 
{ 
    border: 1px solid #109DE4;
    background:#CFCFCF;
    margin: 2px 6px;
}
#OLMapTools > abbr > span.Selected > span 
{ 
    border: 1px solid #109DE4;
    background:#EEE;
    margin: 2px 6px;
}

#OLMapTools > abbr > span > span > span
{
    margin:4px;
    width:20px;
    height:20px;
    background-position:-139px -1px;
    float:left;
}

#OLMapTools > abbr > span.DeActivated > span { background:none; opacity:0.5 }

#OLMapTools > abbr > span#MapButton_Pan > span > span {background-position:-42px -84px ;}
#OLMapTools > abbr > span#MapButton_Line > span > span {background-position:-42px -19px ;}
#OLMapTools > abbr > span#MapButton_Polygon > span > span {background-position:-42px -41px;}
#OLMapTools > abbr > span#MapButton_Circle > span > span {background-position:-42px -0px;}
#OLMapTools > abbr > span#MapButton_Measure > span > span {background-position:-42px -63px;}
#OLMapTools > abbr > span#MapButton_Layers > span > span {background-position:-104px -63px;}
#OLMapTools > abbr > span#MapButton_Edit > span > span {background-position:-104px -84px;}

#OLMapTools > abbr > span,.MapTool > tbody > tr > td > div
{
    width:45px;
    height:40px;
    float:left;
}

.MapTool > tbody > tr > td > div > div
{
    margin-left:6px;
}
.MapTool > tbody > tr > td > div.MapPanelToolsIcon > div div,
.MapTool > tbody > tr > td > div > div div div
{
    float: left;
    height: 30px;
    width: 30px;
}
.MapTool > tbody > tr > td > div.MapPanelToolsIcon > div div
{
    height:15px;
    width:15px;
    margin:22px 15px;
}
.MapTool > tbody > tr > td > div > div div.toolSelector
{
    float: left;
    margin: 3px;
    padding: 3px;
    border:1px solid #0C2B5A;
   border-radius:5px;
}
.MapTool > tbody > tr > td > div:hover > div div.toolSelector
{
    background:#E8EFEF;
    cursor:pointer;
}
.MapTool > tbody > tr > td > div.Selected > div div.toolSelector
{
    background:#FFF;
    cursor:pointer;
}
.MapTool
{
    width:100%;
    border:0px;
    padding:0px;
    border-spacing:0px;
}

.MapTool td
{
    width:270px;
    padding:5px;
}
.MapTool td:first-child
{
    width:270px;
    padding:5px 10px;
}

.MapPanelToolsIcon
{
    background:#FFF;
    border:1px solid #0C2B5A;
    border-radius:5px;
}

.MapTool > tbody > tr > td > div.Rarrow
{
    margin:22px 5px;
    float:left;
    clear:none;
    height: 18px;
    width: 9px;
}

.MapTool td 
{
    background:#C2CAD6;
    border-radius:0px;
    border:1px solid #0C2B5A;
    border-top:0px;
    border-left:0px;
}

/* ------------- LayerSwitcher ------------ */

#LayerSwitcher
{
	position: absolute;
	top: 370px;
	left: 570px;
	border-radius: 10px;
	padding: 10px;
	background: #FFF;
	box-shadow: 1px 1px 4px #555;
	z-index: 1010;
	min-width: 160px;
}
#LayerSwitcher.Hidden
{
	display:none;
}

.baseLbl
{
	display:none;
}

#LayerSwitcher input
{
	display:block;
	width:auto;
	float:left;
	margin: 0.5em;
}

#LayerSwitcher .labelSpan
{
	border-radius:5px;
	display:block;
	line-height:1.3em;
	padding:0.2em 0.3em;
	border-top:solid 2px #CCC;
}
#LayerSwitcher *:first-child + span
{
	border-top:none;
}
#LayerSwitcher input:checked + span
{
	background:#DDE;
}


/* ------------- Feedback ------------ */

#drawFeedback {
    background-color: white;
    height: 30px;
    left: 50px;
    padding: 0;
    position: absolute;
    top: 600px;
    visibility: hidden;
    z-index: 1001;
}
#drawFeedbackBar {
    border-left: 2px solid black;
    border-right: 2px solid black;
    border-top: 2px solid black;
    height: 5px;
    width: 1px;
}
#drawFeedbackTxt {
    font-family: Arial,Sans-Serif;
    font-size: small;
}
#drawPrompt_contentDiv {
    font-family: Verdana,Sans-Serif;
    font-size: 10pt;
    font-weight: bold;
}

#zoomPrompt_contentDiv
{
    font-family: Verdana, Sans-Serif;
    font-size:10pt;
    font-weight:bold;
}
/*   -------  Map Help   -------   */

#OLMapContainer.Hidden
{
    border-color:#FFF;
}
.Instructions
{
    background:#DEDEDE;
}
.Instructions > div
{
    position:absolute;
}
.MapHelp .PanelContent
{
    position:relative;
    height:300px;
    width:400px;
}
.MapDisable
{
    background:#000;
    z-index: 1100;
    opacity:0.2;
    filter:alpha(opacity=20);
}

/*   -------  Map Zoom Controls  -------   */

.Zoom .Btn > span
{
    float:left;
    cursor:pointer;
    width: 45px;
}

.Zoom .Btn > span > span
{
    height: 12px;
    width: 10px;
    margin: 2px 17px;
    float:left;
}
.Zoom .Btn #MapButton_In span{ background-position:-73px -123px; }
.Zoom .Btn #MapButton_Out span{ background-position:-62px -123px; }

.Zoom .Rezs > span
{
    float:left;
    cursor:pointer;
    width: 45px;
    height: 9px;
}

.Zoom .Rezs > span > span
{
    height: 7px;
    width: 18px;
    margin: 1px 13px;
    float:left;
    background-position:-64px -144px;
}

.Zoom .Rezs > span.Selected > span
{
    background-position:-64px -136px;
}

/* --- PointLeftPopup --- */

.LeftArrow
{
    color: #FFF;
    font-family: Monaco,"Courier New",Courier,monospace;
    font-size: 80px;
    font-weight: bold;
    line-height: 80px;
    padding: 5px;
    text-shadow: 0px 0px 10px #CCC;

}

.PointLeftPopup
{
    position:absolute;
    top:10px;
    left:10px;
    z-index:10300;
    background:#FFF;
    border-radius:10px;
    box-shadow: 1px 1px 10px #333333;
}

.PointLeftPopup #ValidationDescription {
    width: 500px;
}

.ValidationCont
{
    width:auto;
}
.ValidationCont > tbody > tr > td
{
    padding :10px;
} 
.ValidationCont > tbody > tr > td:first-child
{
    padding :0px;
    background:#E5E5E5;
    border-top-left-radius:9px;
    border-bottom-left-radius:9px;
} 
.ValidationCont > tbody > tr > td:first-child + td
{
    width:250px;
} 
.ValidationCont > tbody > tr > td + td + td > div
{
    color: #888888;
}

.ValidationCont .heading
{
    font-size: 14px;
    line-height:1.5em;
    font-weight: bold;
    color: #888888;
    min-height:20px;
    padding:4px 0px;
    border-bottom: solid 1px #AAA;
}

.ValidationCont .Optional, .ValidationCont .Required
{
    padding:5px;
    width:100px;
    font-size:12px;
    font-weight:normal;
}
.ValidationCont .Optional
{
    color:#3232FF;
}
.ValidationCont .Required
{
    color:#CC3232;
}


/*  --- Form Validation --- */

/*   Left  */
.Form > tbody > tr.Selected > td:first-child,
.Form > tbody > tr.validation-valid > td:first-child,
.Form > tbody > tr.validation-invalid > td:first-child
{
    border-bottom-left-radius:5px;
    border-top-left-radius:5px;
}

/*   Right  */
.Form > tbody > tr.Selected > td + td,
.Form > tbody > tr.validation-valid > td + td,
.Form > tbody > tr.validation-invalid > td + td
{
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}

/*   Select  */

.Form tr.Selected
{
    box-shadow: 0px 0px 7px #5BF;
}

.Form tr.Selected td
{
    background: linear-gradient(to top, #8BCDFF 0%, #FFF 100%);
}
.Form tr.Selected td,
.Form tr.validation-valid.Selected td,
.Form tr.validation-invalid.Selected td
{
    border-color:#14A4FF !important;
}
.Form tr.validation-valid.Selected.Grey td,
.Form tr.validation-invalid.Selected.Grey td
{
    background: #14A4FF;
    background: linear-gradient(to top, #7BBDFF 0%, #EEE 100%);
}

/*   Valid  */

.Form tr.validation-valid td
{
    /* border-color:#4F4;*/
    background: #DFD;
    background: linear-gradient(to top, #DFD 0%, #FFF 100%);
}
.Form tr.validation-valid.Grey td
{
    background: #CEC;
    background: linear-gradient(to top, #CEC 0%, #EEE 100%);
}


/*   Invalid  */

.Form tr.validation-invalid td
{
    border-color:#F44;
    background: #FAA;
    background: linear-gradient(to top, #FAA 0%, #FFF 100%);
}
.Form tr.validation-invalid.Grey td
{
    background: #9E9;
    background: linear-gradient(to top, #E99 0%, #EEE 100%);
}


/*  --- Validation Help List Unselected --- */
.Validation div
{
    padding:2px 2px 10px;
    margin:5px 3px;
}

.Validation div div
{
    padding:5px 10px;
    color:#888;
}

.Validation td
{
    width:150px;
    background:#F4F4F4;
    padding:5px;
    font-size:12px;
    font-weight:normal;
    color:#888;
}

.Validation td:first-child
{
    width:auto;
    padding:8px 30px 8px 8px;
    font-size:14px;
    font-weight:bold;
}

.Validation td.Optional, .Validation td.Required
{
    padding:5px;
    width:100px;
    font-size:12px;
    font-weight:normal;
}
.Validation td.Optional
{
    color:#3232FF;
}
.Validation td.Required
{
    color:#CC3232;
}

/*  --- Validation Help List Selected --- */
.Validation .Selected
{
    padding:0px 0px 18px;
    border:2px solid #14A4FF;
    border-radius:5px;
    box-shadow: 0px 0px 7px #5BF;
}
.Validation .Selected div div
{
    color:#111;
}
.Validation .Selected td
{
    color:#111;
    background:#DDDDDD;
}

.Validation .Selected td.Optional
{
    color:#2222FF;
}
.Validation .Selected td.Required
{
    color:#BB2222;
}


/*  --- Feedback --- */

.Success,.Message,.Error
{
    padding:10px 0px;
    margin:5px 0px;
    border-radius:5px;
}
.Text.Success,.Text.Message,.Text.Error,
.Success .TextMessage,.Message .TextMessage,.Error .TextMessage
{
    padding:10px;
}

/*  --- Success --- */
.Success,
.Success .Text
{
    color:#171;
}
.Success h5
{
    border-color:#171;
}
/*  --- Message --- */

/*  --- Error --- */

.Error, 
.Error .Text
{
    color:#911;
    background:#EEE;
}
.Error table.List
{
    color:#822;    
}
.Error h5
{
    border-color:#C21;
}
.Error .TextMessage
{
    padding:10px;
}
.Error table.List th
{
    background:#C21;
}
.Error table.List td
{
    border-color:#C21;
}
/*  --- Invalid Form --- */

.Invalid
{
    color:#F00;
    vertical-align:middle;
}
.Invalid > div
{
    width:0px;
    height:0px;
	display:none;
	visibility:hidden;
}

/*  --- Feedback --- */

body.Print
{
    height:auto !important;
}
.Print,.Print .Panel, .Print .PanelContent,.Print .SubPanel
{
    overflow:visible !important;
    overflow-x:visible !important;
    overflow-y:visible !important;
    height:auto !important;
    color:#000 !important;
    border-radius:0px;
}
.Print .Panel
{
    position:static;
    clear:left;
    top:auto !important;
    left:auto !important;
    border:none;
}
.Print .Panel .PanelContent
{
    height:auto !important;
    width:auto !important;
    border:none;
}
#BodyContainer.Print
{
    margin:0px !important;
    padding:0px !important;
    border:0px !important;
}

/* NonEdit Table */
.Print .Form.NonEdit
{
    width:670px;
    margin-left: auto;
    margin-right: auto;
}
.Print .Form.NonEdit td + td span
{
    border:none;
    padding:0px !important;
    color:#000 !important;
}
.Print .Form.NonEdit td
{
    border-top:solid 1px #000;
    border-radius:0px;
}
.Print .Form.NonEdit td:first-child
{
    border-top:none;
}


/* headigs */

.Print h4
{
    background:#FFF !important;
    background-color:#FFF !important;
    color:#000 !important;
    border:solid 3px #000;
}
@media print 
{
}

/* Lists */ 

.Print table.List
{
    border:none;
    color:#000;
}
.Print table.List th
{
    font-weight:bold;
    border:#000 solid 1px;
    color:#000;
    background:none;
}
.Print table.List td
{
    border-top:none !important;
    border-bottom:#000 solid 2px !important;
}
.ui-autocomplete 
{ 
    margin-top: -3px; 
    padding: 0px;
    position: absolute;
	top: 0px;
	left: 0px;
	cursor: default;
    border-radius:6px;
    background:#F3F3F3;
    border:solid 1px #999;
    box-shadow:1px 4px 8px #333;
    font-size:12px;
    z-index: 10300;
}
.ui-autocomplete li
{
    border:none;
    text-decoration:none;
    text-transform:none;
    text-indent:0px;
    list-style:none;
    border-top:solid #CCC 1px;
}
.ui-autocomplete li:first-child
{
    border-top:none;
}
.ui-autocomplete a 
{ 
    text-decoration: none; 
    display: block;
    padding: 0px; 
    line-height: 1.5; 
    font-weight: normal;
    border:solid 1px #F3F3F3;
    border-radius:5px; 
}
.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a.ui-state-active 
{ 
    border-color:#14A4FF;
    box-shadow: 0px 0px 7px #55BBFF;
    background:linear-gradient(to top, #8BCDFF 0%, #FFFFFF 100%);
}


.ui-autocomplete a > span
{
    display:block;
    padding:2px;
}
.ui-autocomplete a > span > span
{
    padding:2px;
}

.ui-autocomplete a > span:first-child /*+ span*/
{
    float:right;
    clear:left;
    width:100px;
    border-radius:4px;
    background:#CCC;
    overflow:hidden;
}

.ui-autocomplete a.ui-state-focus > span:first-child,
.ui-autocomplete a.ui-state-active > span:first-child
{ 
    background:none;
}

/*  --- Exceptions --- */

.Exceptions
{
	padding:10px;
	color:#700;
	letter-spacing:1px;
	white-space:pre-wrap;
	font-family:'Consolas';
	background:#EEE;
}

.Exceptions div
{
	padding:5px 10px;
	border:1px solid #AAA;
	background:#DDDDD4;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}


/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}
.leaflet-control-zoom-out {
	font-size: 20px;
	}

.leaflet-touch .leaflet-control-zoom-in {
	font-size: 22px;
	}
.leaflet-touch .leaflet-control-zoom-out {
	font-size: 24px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(img/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(img/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(img/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

/* OpenLayers default Styles */
div.olMap {
    z-index: 0;
    padding: 0px !important;
    margin: 0px !important;
    cursor: default;
}

/*  Google maps class  */
.gmnoprint
{
	top:-1000px;
    /* Hide faded grey bar that obscures map. */
    display:none;
}

div.olMapViewport {
	text-align: left;
}

div.olLayerDiv {
   -moz-user-select: none;
}

.olLayerGoogleCopyright {
    right: 2px;
    bottom: 2px;  
}
.olLayerGooglePoweredBy {
    left: -2000px !important;
    top: -2000px !important;
    position: absolute !important;
    z-index: -100 !important;
}
.olControlAttribution
{
    left: 100px !important;
    bottom: 3px !important;
    padding: 2px;
    height: 13px;
    font-family: verdana, sans-serif;
    font-size: 11px !important;
    bottom: 3px !important;
    background: #FFF;
    padding: 3px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.olControlScale {
	right: 3px;
	bottom: 3px;
	display: block;
	position: absolute;
	font-size: smaller;
	font-family: verdana, sans-serif;
	font-size: 11px;
	background-color: white;
	/*opacity: 0.50;
	filter: alpha(opacity=50);*/
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 80px;
   bottom: 13px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
	right: 3px;
	bottom: 1.5em;
	display: block;
	position: absolute;
	font-size: smaller;
} 

.olControlMousePosition 
{
	height: 12px;
	left: 350px !important;
	bottom: 2px !important;
	display: block;
	position: absolute;
	font-size: 11px;
	font-family: verdana, sans-serif;
	background-color: white;
}

.olControlOverviewMapContainer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.olControlOverviewMapElement {
	padding: 10px 18px 10px 10px;
	background-color: #00008B;
	-moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton {
	right: 0px;
	bottom: 80px;
}    

.olControlOverviewMapMaximizeButton {
	right: 0px;
	bottom: 80px;
}

.olControlOverviewMapExtentRectangle {
	overflow: hidden;
	background-image: url("img/blank.gif");
	cursor: move;
	border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
	overflow: hidden;
	cursor: move;
	background-image: url("img/overview_replacement.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.olLayerGeoRSSDescription {
	float:left;
	width:100%;
	overflow:auto;
	font-size:1.0em;
}
.olLayerGeoRSSClose {
	float:right;
	color:gray;
	font-size:1.2em;
	margin-right:6px;
	font-family:sans-serif;
}
.olLayerGeoRSSTitle {
	float:left;font-size:1.2em;
}

.olPopup
{
    overflow:visible !important;
    height:auto !important;
    width:auto !important;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
    z-index:1005;
    width:auto !important;
}    
.olControlNavToolbar { 
	width:0px;
	height:0px;
}    
.olControlNavToolbar div { 
  display:block;
  width:  28px;
  height: 28px;
  top: 300px;
  left: 6px;
  position: relative;
}

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive { 
  background-position: 0px 0px;
}
.olControlNavigationHistoryPreviousItemInactive { 
   background-position: 0px -24px;
}
.olControlNavigationHistoryNextItemActive { 
   background-position: -24px 0px;
}
.olControlNavigationHistoryNextItemInactive { 
   background-position: -24px -24px;
}

.olControlNavToolbar .olControlNavigationItemActive { 
  background-image: url("img/panning-hand-on.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlNavigationItemInactive { 
  background-image: url("img/panning-hand-off.png");
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemActive { 
  background-image: url("img/drag-rectangle-on.png");
  background-color: orange;
  background-repeat: no-repeat;
}
.olControlNavToolbar .olControlZoomBoxItemInactive { 
  background-image: url("img/drag-rectangle-off.png");
  background-repeat: no-repeat;
}

.olControlEditingToolbar  {
	float: left;
	position: relative;
	/*left: 50px;*/
	margin: auto; 
	height: 100%;
	/*width: 280px; */
	/* border: 1px solid #ff0000; */
}
.olControlEditingToolbar div { 
  background-image: url("pc_img/editing_tool_bar.png");
  background-repeat: no-repeat;
  float:left;
  width:  24px;
  height: 24px;
  margin: 5px;
}
.olControlEditingToolbar .olControlNavigationItemActive { 
  background-position: -103px -23px; 
}
.olControlEditingToolbar .olControlNavigationItemInactive { 
  background-position: -103px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive { 
  background-position: -77px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive { 
  background-position: -77px -0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive { 
  background-position: -51px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive { 
  background-position: -51px -23px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive { 
  background-position: -26px 0px; 
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive { 
  background-position: -26px -23px ;                                                                   
}
.olControlEditingToolbar .olControlMeasurePathItemInactive
{
	background-position: -207px 0px;
}
.olControlEditingToolbar .olControlMeasurePathItemActive
{
	background-position: -207px -23px;
}
.olControlEditingToolbar .olControlMeasurePolygonItemInactive
{
	background-position: -181px 0px;
}
.olControlEditingToolbar .olControlMeasurePolygonItemActive
{
	background-position: -181px -23px;
}

.olControlEditingToolbar .olControlZoomBoxInItemInactive { 
  background-position: -129px 0px; 
}
.olControlEditingToolbar .olControlZoomBoxInItemActive { 
  background-position: -129px -23px ;                                                                   
}
.olControlEditingToolbar .olControlZoomBoxOutItemInactive { 
  background-position: -155px 0px; 
}
.olControlEditingToolbar .olControlZoomBoxOutItemActive { 
  background-position: -155px -23px ;                                                                   
}

.olControlEditingToolbar .olControlModifyFeatureItemInactive 
{
	background-position: -1px 0px;
}

.olControlEditingToolbar .olControlModifyFeatureItemActive 
{
	background-position: -1px -23px;
}

div.olControlSaveFeaturesItemActive { 
	background-image: url(img/save_features_on.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
div.olControlSaveFeaturesItemInactive { 
	background-image: url(img/save_features_off.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.olHandlerBoxZoomBox {
	border: 2px solid red;
	position: absolute;
	background-color: white;
	opacity: 0.50;
	font-size: 1px;
	filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
	border: 2px solid blue;
	position: absolute;
	background-color: white;
	opacity: 0.50;
	font-size: 1px;
	filter: alpha(opacity=50);
}   

.olControlPanPanel {
	top: 10px;
	left: 5px;
}  

.olControlPanPanel div {
	background-image: url(img/pan-panel.png);
	height: 18px;
	width: 18px;
	cursor: pointer;
	position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
	top: 0px;
	left: 9px;
	background-position: 0px 0px;
}
.olControlPanPanel .olControlPanSouthItemInactive {
	top: 36px;
	left: 9px;
	background-position: 18px 0px;
}
.olControlPanPanel .olControlPanWestItemInactive {
	position: absolute;
	top: 18px;
	left: 0px;
	background-position: 0px 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
	top: 18px;
	left: 18px;
	background-position: 18px 18px;
}

.olControlZoomPanel {
	top: 71px;
	left: 14px;
} 

.olControlZoomPanel div {
	background-image: url(img/zoom-panel.png);
	position: absolute;
	height: 18px;
	width: 18px;
	cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
	top: 0px;
	left: 0px;
	background-position: 0px 0px;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
	top: 18px;
	left: 0px;
	background-position: 0px -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
	top: 36px;
	left: 0px;
	background-position: 0px 18px;
}

.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
	padding: 5px;
	overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
}

.olImageLoadError {
	background-color: pink;
	opacity: 0.5;
	filter: alpha(opacity=50); /* IE */
}

.olMeasure
{
    position: absolute;
    height: 12px;
    left: 175px !important;
    width: 130px;
    bottom: 2px;
    display: block;
    font-family: verdana, sans-serif;
    font-size: 11px;
    z-index: 10015;
    background-color: white;
}

/**
 * Cursor styles
 */

.olCursorWait {
	cursor: wait;
}
.olDragDown {
	cursor: move;
}
.olDrawBox {
	cursor: crosshair;
}
.olControlDragFeatureOver {
	cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
	cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
	position: absolute;
	top: 80px;
	right: 0px;
	width: 20em;
	font-family: sans-serif;
	font-weight: bold;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	font-size: smaller;
	color: white;
	background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 75px;
	background-color: darkblue;
	width: 100%;
	height: 100%;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
	padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
	top: 5px;
	right: 0px;
}


.olControlScaleLine
{
    left: 70px !important;
    bottom: 2px !important;
}

.olControlMousePosition.olControlNoSelect
{
    bottom: 2px !important;
    left: 315px !important;
}

.olMeasure
{
    left: 165px !important;
    bottom: 2px !important;
    width: 140px;
}

.olControlScaleLine
{
    left: 70px !important;
    bottom: 2px !important;
}

