﻿body, html 
{ 
    font-family:helvetica,arial,sans-serif; 
    font-size:90%; 
}
H2
{
    font-size: 120%;
    padding-bottom: 9pt;
}
.PropInfoItem
{
    text-align: center;
    font-family:helvetica,arial,sans-serif;
    margin-left: auto;
    margin-right: auto;
    vertical-align:middle;
}
.MapDisplay
{
    clear:both; 
    padding:6px; 
    border-top: 1px solid silver;
    font-family:helvetica,arial,sans-serif; 
}
.MapInfoItem 
{
    clear:both; 
    padding:6px; 
    margin: 6px;
    border: 1px solid silver;
    font-family:helvetica,arial,sans-serif; 
	background-color: #FCFCFC;
}
.mapThumb 
{
    cursor: pointer;
    text-align: center;
    position: relative; 
    float: left; 
    clear: left; 
    width: 45px; 
    display:inline; 
    margin: -1px;
}
.thumbContent  
{
    margin-left: 45px; 
    padding-left: 10px; 
    min-height: 45px; 
}
.ShowImage
{
    display: block;
}
.HideImage
{
    display: none;
}
.AbsImage
{
    position: absolute;
    top: 0%;
    left: 0%;
}
DIV[id$='_Content']
{
    height: 100%;
    width: 640px;
}
.CopyrightLabel
{
    position: absolute;
    margin: 1px;
    padding: 1px 3px;
    background-color: White;
    border: 2px solid black;
    filter: alpha(opacity=65); /* internet explorer */
    -khtml-opacity: 0.65;      /* khtml, old safari */
    -moz-opacity: 0.65;       /* mozilla, netscape */
    opacity: 0.65;           /* fx, safari, opera */
    font-size: 80%;
    bottom: 0px;
    z-index: 10;
}
.NoDataLabel
{
    text-align: center;
    vertical-align: middle;
    font-size: 150%;
    font-weight:bolder;
    color: #FF8888;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.RightAlign
{            
    position: relative;
    right: 5px;
    vertical-align: middle;
}
.PropAttrib
{
    font-size:130%;
}
.StaticMapImage
{
    z-index:0;
}

.LabelRightAligned
{
	text-align: right;
}

.LabelCentreAligned
{
	text-align: center;
	width: 95%;
}

.LabelBold
{
	font-weight: bold;
}

.SubPanel .x-panel-header
{
	background-image:none;
	background-color:#FFFFCC;
}

.FullWidthCell
{
	min-width: 100% !important;
	max-width: 100% !important;
}

A.WithGfx
{
	/*
	padding-right: 15px;
	background-image: url('../AppImgs/Link.png');
	background-repeat:no-repeat;
	background-position:right center;
	*/
}

A.EMailWithGfx
{
	padding-right: 19px;
	background-image: url('../AppImgs/Email.png');
	background-repeat: no-repeat;
	background-position: right center;
}

A:link
{
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A:visited
{
	text-decoration: none;
}

A:focus
{
	text-decoration: none;
	outline-width: 1px;
}

.x-panel-header-text
{
	font-size: 110%;
}

.x-panel-header .x-panel-inline-icon
{
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	clear: left;
	float: left;
}

.NormalHyperlink
{
	outline-width: 1px !important;
}

.ext-webkit :focus
{
}

.x-box-inner
{
	width: 100% !important;
}

#lbtnReports, #lbtnStats
{
	text-align: center;
}

/*
--------------------------------------------------------------------------------
	CSS hacks for radio button controls and hiding divs
--------------------------------------------------------------------------------
*/





body
{
	-webkit-animation:bugfix infinite 1s;
	font-family:"Open Sans", HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:90%!important;
	font-weight:300;
}

table.HiddenTimeTable
{
	/*border:1px solid #3C4147;*/
	font-size:90%;
	background-color:#efefef;
	border-collapse: collapse;
	width: 96.5%;
	margin-bottom: 1em;
	table-layout: fixed;
	text-align: center;
}

table > td
{
	text-align: center;
}

table > tbody
{
	width: 100%;
}

.TimeTableHeader
{
	text-align: left;
	color: white;
	font-size: 120%;
	/*
	border-bottom-color: #A9A9A9;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 115% !important;
	height: 3em;
	padding: 0 0.15em;
	*/
	background: #474747;
	text-transform: uppercase;
	font-weight: bold;
	height: 0;
	padding: 0.5em;
}

.DataLabel
{
	color:#3C4147;
	/*white-space:nowrap;*/
	width: 100%;
	padding: 0.2em;
	line-height: 130%;
	/*border-bottom: 1px dotted #DDD;*/
	vertical-align: top;
	font-weight: bold;
	border-left: 1px solid #474747;
}

.DataValue
{
	padding: 0.2em;
	color:#3C4147;
	vertical-align: top;
	border-left: 1px solid #474747;
}
.DataValue:first-child
{
	border-left: 0;
}

.DataLabel:first-child
{
	border-left: 0;
}

.CentreAlign
{
	text-align: center;
}

.TableTitle
{
	border-bottom-color:#999;
	border-bottom-width:1px;
	border-bottom-style:solid;
	display: none;
}

.AddColon::after
{
	content:":";
}

.HiddenTimeTable
{
	width: 24%;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	/*display: none;*/
}

.HiddenTimeTable TR:nth-child(odd)
{
    /*background: #FFFFD6;*/
}

.HiddenTimeTable TR:nth-child(even)
{
    /*background: #D6FFD6;*/
}

.x-grid3-body DIV.x-grid3-row-over
{
    background: #FFF0F0 !important;
    border-width: 1px !important;
    border-color: #FFCCCC !important;
}
.x-grid3-body DIV.x-grid3-row:nth-child(odd)
{
    background: #F2F2F2;
    border-width: 1px;
    border-color: #E2E2E2;
	border-top-style: dashed;
	border-bottom-style: dashed;
}

.x-grid3-body DIV.x-grid3-row:nth-child(even)
{
    background: #FFFFFF;
    border-width: 1px;
    border-color: #EFEFEF;
	border-top-style: dashed;
	border-bottom-style: dashed;
}

.LocationPanel
{
	position:relative;
}

input[type=radio][class=grpLicenses]
{
	display:none;
}

input[type=checkbox][class=grpLocations]
{
	display:none;
}

input[type=radio][class=grpLicenses] + div > label
{
	border:1px solid #000;
	width:210px;
	height:auto;
	text-align:center;
	line-height:20px;
	display:inline-block;
	background-color:#F2F2F2;
	margin:1px 0;
	padding:1px 12px;
	float: left;
	clear: left;
}

input[type=checkbox][class=grpLocations] + div > label
{
	border:1px solid #000;
	width:210px;
	height:auto;
	text-align:center;
	line-height:20px;
	display:inline-block;
	background-color:#f7f7f7;
	margin:1px 0;
	padding:1px 12px;
	/*float: left;*/
}

input[type=radio]:checked[class=grpLicenses] + div > label
{
	background-color:#D0E7D0;
}

input[type=checkbox]:checked[class=grpLocations] + div > label
{
	background-color:#D0E7D0;
}

input[type=radio]:checked[class=grpLicenses] + div > table
{
	display:block;
}

input[type=checkbox]:checked[class=grpLocations] + div > div /* > div > table*/
{
	display: block;
}

label.Clickable
{
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:0;
	-ms-user-select:none;
	user-select:none;
}

.LocationContent
{
  /*
  position: absolute;
  top: 25px;
  background: white;
  border: 2px solid #ccc;
  display: none;
  padding: 10px;
  */
  width: 100%; /*472px;*/
  float: left;
  padding-top: 1px;
  display: none;
}

.x-label-value
{
	vertical-align: text-bottom !important;
}

.x-panel-header-text {
    font-size: 110%;
    vertical-align: sub;
}

#OUTPUT
{
	left:10px;
	top:10px;
	position:relative;
}

.nobreak
{
	min-width: 100%;
	max-width: 100%;
}