﻿/*1em = 12pt = 16px = 100%*/
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif; }

.smallfont {
  font-size: 80%; }

.mediumfont {
  font-size: 100%; }

.largefont {
  font-size: 120%; }

p {
  margin: 0;
  padding: 0; }
  p span .emphasised {
    font-weight: 700; }

/*
label.label-style{
	font-family: $arialHelSans;
	font-size:13px;
	color:$mediumGrayColor;
}
*/
/*
label.space-boxes{
	width: 70px;
	margin-right:10px;
}
*/
input.textfield-width {
  width: 60px; }

input.textfield-width-long {
  width: 120px; }

/*
input.image-button{
    background-image: url('images/submit-button.png');
    background-repeat: no-repeat;
    background-position: top center;
    width:160px;
    height: 35px;
    color : transparent;
    border: 0;
    margin-left: 70px;
   
}
*/
a.button-links, a:visited.button-links {
  color: #006FD0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 88%;
  font-weight: normal;
  text-decoration: underline;
  margin-left: 10px;
  margin-top: 8px; }

a:hover .button-links, a:active .button-links {
  text-decoration: none; }

/* Class Selectors
 . class selectors are used to target multiple elements with a particular class 
 eg. <div id="div_one" class="foo">, <div id="div_two" class="foo">
*/
/*
.labels{
	float:left;
	text-align:right;
	padding-right: 10px;
	width:20%;
	display: block;
}
*/
.orange {
  color: #3A5AFD;
  font-weight: 800; }

.required {
  color: #006FD0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 94%;
  padding-left: 2px; }

.labelfontsize {
  font-size: 81% !important; }

/*
.label-above{
	color: #5c6166;
	font-size: 12px;
	font-family: $arialSans;
	text-align: left;
	padding-bottom:5px;
}
*/
/*
.rowwithmultipleinput
{
	padding-right:10px;
	float:right;
	text-align:left;
	width:88%;
}	
*/
.label-info {
  font-family: Arial, sans-serif;
  font-size: 88%;
  color: #ffcc66;
  font-weight: 800; }

.normal-footer {
  font-family: Arial, sans-serif;
  font-size: 88%;
  color: #ffffff;
  font-weight: 100; }

.help {
  color: #3A5AFD;
  font-size: 75%;
  font-family: Arial, sans-serif;
  text-align: right;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 10px; }

.example {
  color: #3A5AFD;
  font-size: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold; }

/* ID Selectors
   # id selectors are used to target a single specific element with a unique id 
   eg. <div id="foo"> ... only one element may have the id="foo"
*/
#wrapper-outer {
  -webkit-box-shadow: 0 0 20px #000;
  -moz-box-shadow: 0 0 20px #000;
  box-shadow: 0 0 20px #000;
  border-left: 1px solid #868686;
  border-right: 1px solid #868686;
  position: relative;
  width: 1250px;
  z-index: 0;
  margin: auto;
  text-align: center;
  background-color: #ffffff; }

#login {
  width: 15%;
  height: 26px;
  margin-right: 150px;
  margin-bottom: 5px;
  padding-top: 3px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }
  #login a, #login a:visited {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 81%;
    text-decoration: none; }
  #login a:hover, #login a:active {
    color: #DCE0E2; }

#main-menu {
  width: inherit;
  clear: both;
  height: 50px;
  margin-bottom: 0;
  background-color: #004da2;
  background-image: -webkit-linear-gradient(to bottom, #004da2, #006fd0);
  background-image: -moz-linear-gradient(to bottom, #004da2, #006fd0);
  background-image: -ms-linear-gradient(to bottom, #004da2, #006fd0);
  background-image: -o-linear-gradient(to bottom, #004da2, #006fd0);
  background-image: linear-gradient(to bottom, #004da2, #006fd0);
  border: 0;
  margin-left: 0; }

#menu {
  position: absolute;
  top: 0;
  left: 155px;
  margin-top: 12px;
  width: 625px; }
  #menu ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    #menu ul a:link, #menu ul a:visited {
      font-family: Arial, sans-serif;
      font-size: 94%;
      color: #ffffff;
      float: left;
      width: 8.4em;
      text-decoration: none;
      margin-top: 0.3em; }
    #menu ul a:link.current, #menu ul a:hover {
      text-decoration: underline; }
  #menu li {
    display: inline; }

.menuli {
  border-bottom: 2px solid white;
  background: #F2F2F2;
  font-size: 81%; }

#inner-menu {
  width: 980px;
  height: 50px;
  margin: auto;
  position: relative; }

#logo {
  width: 264px;
  height: 70px;
  background-image: url("images/landata-logo.png");
  background-repeat: no-repeat;
  margin-top: -30px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: -120px;
  background-position: left bottom; }

#main-banner {
  width: 1250px;
  height: 438px;
  /*position: inherit;*/
  margin-top: 30px;
  background-image: url("images/main-banner.png");
  background-repeat: no-repeat;
  background-color: #cccccc; }
  #main-banner div {
    display: block;
    position: relative;
    top: 15%;
    left: 15%; }
    #main-banner div #banner-text-header {
      color: #FFC200;
      font-size: xx-large;
      font-weight: 700; }
    #main-banner div #banner-text {
      font-size: x-large; }

#main-banner-carousel {
  width: 1250px;
  height: 438px;
  /*position: inherit;*/
  margin-top: 30px;
  background-color: #cccccc; }

.breadcrumb {
  margin-top: 10px;
  height: 25px;
  margin-left: 150px; }
  .breadcrumb p {
    font-family: Arial, sans-serif;
    font-size: 69%;
    color: #333333;
    text-align: left; }
    .breadcrumb p a:link, .breadcrumb p a:visited {
      font-family: Arial, sans-serif;
      font-size: 100%;
      text-decoration: underline;
      color: #006FD0;
      font-weight: 900; }
    .breadcrumb p a:hover, .breadcrumb p a:active {
      font-family: Arial, sans-serif;
      font-size: 100%;
      text-decoration: none; }

.breadcrumbcontainer {
  height: 25px; }

.scalability {
  margin-top: 10px;
  height: 25px;
  width: 10%;
  float: right; }

/* main content styles */
.main-content {
  width: inherit;
  text-align: left;
  position: relative;
  height: 100%;
  overflow: auto; }
  .main-content h2 {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 131%;
    font-weight: 900px;
    color: #3A5AFD;
    text-align: left; }
  .main-content ul {
    list-style-type: none;
    margin: 0;
    padding-left: 12px; }
    .main-content ul li {
      line-height: 1.6em; }
      .main-content ul li a, .main-content ul li a:visited {
        font-family: Arial, sans-serif;
        font-size: 94%;
        text-decoration: none;
        color: #27313c; }
      .main-content ul li a:hover, .main-content ul li a:active {
        text-decoration: underline;
        /*color:#ff9933;*/ }

#col1 {
  width: 320px;
  margin-left: 150px;
  float: left; }

#col1-image {
  background-image: url("images/col1-image.jpg");
  width: 319px;
  height: 122px;
  margin-top: 5px;
  margin-bottam: 5px;
  background-position: top center;
  background-repeat: no-repeat; }

#col2 {
  width: 480px;
  margin-left: 100px;
  float: left; }

#col2-image {
  background-image: url("images/col2-image.jpg");
  width: 320px;
  height: 122px;
  margin-top: 5px;
  margin-bottam: 5px;
  background-position: top center;
  background-repeat: no-repeat; }

#col3 {
  width: 480px;
  margin-left: 140px;
  float: left; }

#col3-image {
  background-image: url("images/col3-image.jpg");
  width: 320px;
  height: 122px;
  margin-top: 5px;
  margin-bottam: 5px;
  background-position: top center;
  background-repeat: no-repeat; }

/*site search style*/
.divSearch {
  display: inherit; }

.search {
  margin-top: 12px; }
  .search input {
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 24px; }

/* footer styles */
#footer {
  width: 1250px;
  height: 110px;
  position: relative;
  background-image: url("images/serv-gradients-footer.png");
  background-size: cover; }
  #footer p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 81%;
    color: #ffffff;
    text-align: right;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    padding-top: 80px; }

/*
#footer-skyscrapper{
	position:absolute;
	top:-244px;
	left:0px;
	width:1272px;
	height: 244px;
	background-image: url('images/skyscrapper.png');
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1000;
}
*/
#footer-left {
  height: 200px;
  width: 190px;
  position: relative;
  border-width: medium;
  margin-left: 150px;
  float: left;
  border-right: 1px solid #cccccc; }

#vic-gov-logo {
  position: absolute;
  top: 20px;
  left: 70.5%;
  width: 7%;
  height: 32%;
  background-image: url("images/vic-gov-logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#large-landata-logo {
  position: absolute;
  top: 27px;
  left: 76%;
  width: 15%;
  height: 16%;
  background-image: url("images/Landata-Logo-White.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#vic-vlrs-logo {
  position: absolute;
  top: 27px;
  left: 88%;
  width: 13%;
  height: 20%;
  background-image: url("images/serv-brandmark-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

#footer-middle-left {
  height: 200px;
  width: 240px;
  border-color: #00ff00;
  border-width: medium;
  padding-left: 10px;
  float: left;
  text-align: left;
  border-right: 1px solid #cccccc; }

.footer-middle-right {
  height: 200px;
  width: 280px;
  border-color: #0000ff;
  border-width: medium;
  float: left;
  padding-left: 10px;
  text-align: left;
  border-right: 1px solid #cccccc;
  display: inherit; }

#footer-right {
  height: 200px;
  width: 290px;
  border-color: #ffffff;
  border-width: medium;
  float: left;
  text-align: left;
  padding-left: 10px; }

#footer-bottom {
  clear: both;
  height: 40px;
  background-color: #222c36;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1250px;
  margin: 0; }
  #footer-bottom p {
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 81%;
    color: #ffffff;
    text-align: right;
    margin-right: 150px;
    margin-top: 10px; }

h3.footer {
  font-family: "Open Sans";
  font-size: 106%;
  color: #ffffff;
  font-weight: 800;
  text-align: left;
  padding-top: 0;
  margin-top: 0px; }

h3.footer-right {
  font-family: "Open Sans";
  font-size: 106%;
  color: #ffffff;
  font-weight: 800;
  text-align: left;
  padding-top: 0;
  margin-top: 0px; }

/*progress tracker */
.progress-tracker {
  width: 100%;
  height: 70px;
  margin: 25px auto auto auto;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  position: relative; }
  .progress-tracker ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: #3A5AFD;
    border-radius: 10px 10px 10px 10px; }
  .progress-tracker li {
    display: inline;
    border-right: 1px solid #fff;
    /*padding: .2em  .8em;*/
    padding-right: .9em;
    margin-left: .5em;
    background-color: #3A5AFD; }
    .progress-tracker li.last {
      display: inline;
      background-color: #3A5AFD;
      border: none !important; }
    .progress-tracker li a, .progress-tracker li a:visited {
      color: #ffffff !important; }
    .progress-tracker li.current {
      color: #ffffff;
      font-weight: bold; }

#progress-arrow {
  width: 23px;
  height: 20px;
  background-image: url("images/progress-arrow-image.png");
  top: 5px !important; }

#inner-main-content {
  width: 980px;
  min-height: 500px;
  margin: auto; }

/* form styling */
.formsteptitle {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 94%;
  color: #666666 !important;
  text-align: left !important;
  font-weight: 700;
  margin: auto auto 15px !important;
  width: 849px !important; }

.h2 {
  font-size: 88% !important;
  color: #666666 !important;
  text-align: left !important;
  font-weight: 400 !important;
  margin: auto auto 15px !important;
  width: 849px !important; }

.mediumGrayColor {
  color: #666666 !important; }

.arialHelSansFont {
  font-family: Arial, Helvetica, sans-serif !important; }

a.nostyleOverlay:link {
  color: blue;
  text-decoration: underline;
  outline: none;
  cursor: auto; }

a.nostyleOverlay:visited {
  color: blue;
  text-decoration: underline;
  outline: none;
  cursor: auto; }

a.nostyle:link {
  text-decoration: underline;
  color: inherit;
  outline: none;
  cursor: auto; }

a.nostyle:visited {
  text-decoration: underline !important;
  outline: none;
  color: inherit;
  cursor: auto; }

/*
.form-step{
	width:849px;
	background-color: $veryLightGrayColor;
	border-top: solid #333 1px;
	overflow:auto;
	margin:auto;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left:15px;
}
*/
/*
.form-stepRow
{
	height:5%;
}
*/
/*
.form-stepRowWithLabel
{
	height:8%;
}
*/
/*
.form-content{
	float:right;
	width:75%;
	border-left:2px solid #fff;
	text-align:left;
	padding-left: 10px;
	font-family: $arialHelSans;
	font-size:13px;
	color:$mediumGrayColor;
}
*/
.info-step {
  /*background-color:$veryLightGrayColor;*/
  margin: auto auto 15px;
  padding: 15px 15px 15px 15px;
  border-left: 2px solid #fff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 81%;
  color: #666666; }
  .info-step h1 {
    color: #FFC200;
    font-size: 250%;
    font-weight: bold;
    line-height: 1em;
    text-align: center; }
  .info-step h3 {
    font-weight: normal;
    line-height: 1em; }
  .info-step h2 {
    font-size: 145%;
    font-weight: bold; }
  .info-step p {
    font-weight: normal;
    line-height: 2em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 100%; }

.help-step {
  margin: auto auto 15px;
  padding: 15px 15px 15px 15px;
  border-left: 2px solid #fff;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 81%;
  color: #666666; }
  .help-step h2 {
    color: #3A5AFD;
    font-size: 145%;
    font-weight: 800;
    line-height: 1.563em;
    padding-top: 2px; }
  .help-step h1 {
    color: #FFC200;
    font-size: 250%;
    font-weight: bold;
    line-height: 1em;
    text-align: center; }
  .help-step h3 {
    font-size: 106%;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif; }
  .help-step .helptext {
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-weight: normal;
    line-height: 2em; }
    .help-step .helptext ul li {
      font-weight: normal; }
    .help-step .helptext div {
      margin-bottom: 10px;
      margin-top: 10px; }
  .help-step ul li {
    font-weight: bold;
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
    padding: 0.7em 0.7em 0.7em 0em; }

.accordion {
  /*box-shadow: 1px 0 1px #E9E9E9, 0 2px 3px #C4C4C4, -1px 0 1px #E9E9E9;*/
  border: 0.063em solid #D3D3D3;
  /*padding-right:1.25em;*/
  margin-top: 1em;
  border-top: 1px solid #e9e9e9;
  display: table;
  width: 100%;
  top: 0px;
  -webkit-box-shadow: 1px 0px 1px #e9e9e9, 0px 2px 3px #c4c4c4, -1px 0px 1px #e9e9e9;
  -moz-box-shadow: 1px 0px 1px #e9e9e9, 0px 2px 3px #c4c4c4, -1px 0px 1px #e9e9e9;
  box-shadow: 1px 0px 1px #e9e9e9, 0px 2px 3px #c4c4c4, -1px 0px 1px #e9e9e9; }
  .accordion h3 {
    background: none repeat scroll 0 0 transparent;
    /*border-top: 0.01em solid $lightGrayColor;*/
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    border-radius: 0 0 0 0; }
  .accordion .ui-widget-content {
    background: none;
    border: 0;
    border-radius: 0; }
  .accordion .ui-icon {
    display: inline-block; }
  .accordion .blue-ui-icon {
    display: inline-block; }
  .accordion h3.blueHeader {
    color: #006FD0; }

.remove-top-border {
  border-top: 0; }

/* buttons for form  */
/*
#buttons-form{
	width: inherit;
	margin-top: 15px;
	margin-bottom:50px;
	clear:both;
	margin-left: 40px;
	
}
*/
.div-table {
  display: table;
  background-color: #F2F2F2;
  border-top: 1px solid #333333;
  margin: auto auto 15px;
  overflow: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  width: 849px; }

.div-table-plain {
  display: table;
  margin: auto auto 15px;
  overflow: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-top: 15px;
  width: 849px; }

.div-table-rowbutton {
  display: table-row;
  width: 20%;
  color: #666666;
  text-align: right; }

.darkorangeButton {
  background: none repeat scroll 0 0 #3A5AFD;
  color: #ffffff;
  cursor: pointer;
  padding: 4px 8px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.div-table-rowlabel {
  display: table-row;
  width: 20%;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 81%; }

.div-table-rowinput {
  display: table-row;
  width: 75%;
  border-left: 2px solid #ffffff;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  padding-left: 10px;
  text-align: left;
  float: right;
  margin-bottom: 15px; }

.div-table-collabel {
  float: left;
  display: table-column;
  text-align: right;
  width: 20%;
  margin-bottom: 15px; }

.div-table-colinput {
  float: left;
  display: table-column; }

.div-inner-table {
  display: table;
  border: 0;
  margin: 0 0 0 0;
  overflow: auto;
  padding: 0 0 0 0;
  width: 100%; }

.div-inner-tablerow {
  display: table-row;
  width: 100%;
  color: #666666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%; }

.div-inner-tablecolumn {
  float: left;
  display: table-column;
  text-align: left;
  width: 100%;
  margin-bottom: 5px; }

.div-inner-tablelongcolumn {
  float: left;
  display: table-column;
  text-align: left;
  width: 25%;
  margin-bottom: 5px; }

.div-inner-tableshortcolumn {
  float: left;
  display: table-column;
  text-align: left;
  width: 15%;
  margin-bottom: 5px; }

.div-inner-tablecolumnseperater {
  float: left;
  display: table-column;
  text-align: left;
  width: 5%;
  margin-bottom: 5px; }

/*.cametechlogo
{
	width:204px; 
	height:113px; 
	padding:0; 
	margin:0;
}*/
/*
.itemhover:hover {
	color:Black;  
	background-color:#e1e3e6;
}
*/
.ui-tooltip {
  background: white;
  color: #006FD0;
  border: 2px solid #006FD0;
  padding: 0;
  opacity: 1;
  max-width: 35em;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 81%; }

.ui-tooltip-content {
  position: relative;
  padding: 1em 1em 1em 1em; }

/*old tpc style*/
/*for order step and currentorder,identifierhelp */
.hide, #footerPoweredBy {
  display: none; }

.show {
  display: block; }

/*
.csi_HelpWindow
{
	z-index: 999;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	
	padding: 4px;
	background-color: #ddd;
	border: dashed 1px black;
}
*/
/*
.csi_HelpWindow_Permanent
{
	z-index: 1;
	position: absolute;
	top: -999px;
	left: -999px;
	display: none;
	
	padding: 4px;
	background-color: #ddd;
	border: solid 1px black;
}
*/
.ErrorPanelFull {
  border: red 2px solid;
  background-color: #ffffff;
  width: auto;
  overflow: auto;
  margin: auto;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  text-align: left; }
  .ErrorPanelFull ul {
    width: 80%;
    padding-left: 50px; }
  .ErrorPanelFull li {
    list-style: circle; }

.ErrorHeader {
  color: red;
  text-align: center;
  font-weight: bold;
  font-size: xx-large;
  text-decoration: underline;
  padding-bottom: 30px; }

.ErrorBody {
  color: red;
  text-align: left;
  font-weight: bold;
  font-size: x-large;
  margin-left: 80px; }

.red {
  color: Red; }

.floatLeft {
  float: left;
  text-align: left;
  margin: 0 0 0 0; }

.refnum {
  vertical-align: top;
  height: 46px; }

.CertificateTable {
  width: 100%;
  font-size: 81%; }
  .CertificateTable th {
    font-weight: bold;
    padding: 7px 7px 7px 7px;
    border-right: 1px solid white; }
  .CertificateTable td {
    padding: 5px;
    border-right: 1px solid black;
    font-weight: normal; }

.SelectCertificateTable {
  width: 100%;
  font-size: 81%; }
  .SelectCertificateTable th {
    font-weight: bold;
    padding: 7px 7px 7px 7px;
    border-right: 1px solid #bfbfbf; }
  .SelectCertificateTable td {
    padding: 5px;
    border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    font-weight: normal; }

.SelectedCertificateRow {
  background-color: #daeef3 !important; }

.white {
  color: White; }

.IdentifierTable {
  width: 100%;
  font-size: 81%; }
  .IdentifierTable th {
    font-weight: bold;
    padding: 7px 7px 7px 7px;
    background-color: #27313c;
    color: White; }
  .IdentifierTable td {
    font-weight: normal;
    background-color: #F2F2F2;
    border: 0 none;
    padding-left: 7px; }

.noborder {
  border: 0 !important; }

.border {
  border: 1px solid #3A5AFD; }

.rightborder {
  border-right: 1px solid white !important; }

.bottomborder {
  border-bottom: 1px solid white !important; }

.bottombordergrey {
  border-bottom: 1px solid #bfbfbf !important;
  border-right: 0px !important; }

.rightbordergrey {
  border-right: 1px solid #bfbfbf !important;
  border-bottom: 0px !important; }

.WhiteRow {
  background-color: White; }

.GreyRow {
  background-color: #F2F2F2; }

.BlueRow {
  color: #006FD0; }

.bold {
  font-weight: bold !important; }

.normal {
  font-weight: normal !important;
  font-size: 88% !important;
  margin-bottom: 3px; }

.rightalign {
  text-align: right !important; }

.centeralign {
  text-align: center; }

.leftalign {
  text-align: left; }

.div-halfwidth {
  width: 47% !important; }

.innerdiv {
  margin: auto auto 15px;
  width: 849px; }

.margintop {
  margin-top: 5px; }

.titleplanrequired {
  border: 2px solid red;
  font-weight: normal;
  color: black;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  font-size: 75%; }

.widthlabel {
  width: 32%; }

.widthinput {
  width: 70%;
  padding: 0 !important; }

.widthinputtext {
  width: 46%; }

.passwordresetrequired {
  width: 849px;
  text-align: right;
  margin: auto auto 0;
  padding-left: 15px; }

.grouptitle {
  border: 0 !important;
  font-weight: bold;
  color: black;
  background-color: #bfbfbf;
  margin-bottom: 10px;
  text-align: center; }

/* General purpose floats */
.divFloatRight {
  float: right; }

/* End - General purpose floats */
/* To prevent scrolling due to floating divs */
.clear:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

/* End - To prevent scrolling due to floating divs */
/* DataGrid */
.datagridStripeGray {
  background-color: #F2F2F2; }

.datagridHeaderDark {
  background-color: #0D0B3F; }

.datagridMediumDark {
  background-color: #666666; }

.datagridHeaderTextLight {
  color: #ffffff; }

.datagridHeaderTextLight a:visited {
  color: #ffffff; }

.datagridHeaderTextLight a:link {
  color: #ffffff; }

.datagridHeaderTextLight a:hover {
  color: #ffffff; }

.datagridHeaderTextLight a:active {
  color: #ffffff; }

.datagridFontSize {
  font-size: 88%; }

/* End - DataGrid */
/* Buttons*/
.darkGrayButton {
  background: #0D0B3F;
  color: #ffffff;
  cursor: pointer;
  padding: 4px 8px 4px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.blueLinkButton {
  background-color: transparent;
  color: #006FD0;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 8px 4px 8px; }

.blueLinkButton input:focus {
  text-decoration: none; }

.blueLinkButton:hover {
  text-decoration: none; }

.blueLinkFile {
  font-style: italic;
  border: 0 none;
  background: #F2F2F2;
  padding-left: 0px; }

.blueLinkText {
  font-weight: bold;
  border: 0 none;
  background: #f2f2f2;
  padding-left: 0px; }

.blueLink {
  border: 0 none;
  background: #f2f2f2;
  padding-left: 0px; }

.stripButton {
  border: none !important; }

/* End - Buttons */
/* InfoPanel */
.infoPanel {
  border: 1px solid #006FD0; }

.InfoIcon {
  margin: 0px 10px 2px 2px;
  vertical-align: middle; }

/* End - InfoPanel */
/* MyAccountHeader */
.MyAccountHeader {
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
  width: auto;
  background-color: #0D0B3F;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

/* End - MyAccountHeader */
#header-banner {
  width: 1250px;
  clear: both;
  height: 120px;
  margin-bottom: 0;
  background-image: url("images/serv-gradients-header.jpg");
  background-size: cover;
  border: 0;
  margin-left: 0; }

#landata-logo {
  width: 15%;
  height: 15%;
  background-image: url("images/Landata-Logo-White.png");
  background-repeat: no-repeat;
  background-position: top;
  position: absolute;
  background-size: contain;
  left: 20px;
  top: 60px; }

.boldText {
  font-weight: bold !important; }

.eightyPercent {
  width: 80%;
  margin-left: auto;
  margin-right: auto; }

.sixtyfivePercent {
  width: 65%; }

.ninetyFivePercent {
  width: 95%;
  margin-left: auto;
  margin-right: auto; }

.hundredPercent {
  width: 100%; }

.blueText {
  color: #006FD0; }

.whiteText {
  color: #ffffff; }

.padding {
  padding: 15px; }

.margin {
  margin: 20%; }

.divFloatRight {
  float: right; }

.divFloatLeft {
  float: left; }

.darkGrayBackground {
  background-color: #0D0B3F; }

.accountDetailsFont {
  font-weight: 700;
  font-size: 90%;
  cursor: pointer; }

.accountDetailsPlacement {
  padding-top: 3px;
  margin-right: 40px; }

.ui-menu {
  background-color: #F2F2F2; }

.remove-border {
  border: none; }

.remove-background-color {
  background-color: inherit; }

.remove-font-bold {
  font-weight: normal; }

.pointerCursor {
  cursor: pointer; }

.remove-left-padding {
  padding-left: 0px; }

.blueLink {
  color: #006FD0;
  cursor: pointer;
  text-decoration: underline; }

.PropertyIdentifiersImage {
  display: inline-block;
  vertical-align: middle; }

.open-Accordion-Header {
  background-image: url(../../images/arrows-open-whiteontransparent.png);
  background-repeat: no-repeat;
  background-position: center; }

.closed-Accordion-Header {
  background-image: url(../../images/arrows-closed-whiteontransparent.png);
  background-repeat: no-repeat;
  background-position: center; }

.accordionHeader {
  padding-left: 25px; }

.map-view-page-height {
  height: 800px; }

.map-view {
  margin-top: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 600px; }

.view-certificate-part-header {
  margin-top: 2px;
  margin-bottom: 0px; }

.view-certificate-part-iframe {
  margin-top: -9px;
  padding-top: 0px;
  width: 100%;
  height: 95%; }

.iFrameInPage {
  height: 1000px;
  width: 100%; }

.alert_terms_li {
  text-indent: -23px;
  list-style-type: none;
  margin-bottom: 5px; }

.alert_terms_ul {
  margin-bottom: 10px;
  margin-top: 0px; }

.disc_list_ul {
  list-style-type: disc;
  margin-top: 0px; }

.list_ul_none_image {
  list-style-image: none !important; }

.alert_terms_ol {
  list-style-type: decimal;
  margin-bottom: 0px;
  margin-top: 10px; }

.text-justify {
  text-align: justify; }

.terms_li2 {
  text-indent: 0px; }

.alphalist {
  list-style-type: lower-alpha; }

.alphalistindent {
  text-indent: 2px; }

.liststylenone {
  list-style-type: none;
  margin-bottom: 5px; }

.view-document-tracking-iframe {
  width: 100%;
  height: 800px; }

.lot-list-header {
  font-size: 88%;
  text-align: left; }

.FifteenPtFontSize {
  font-size: 125%; }

.PropertyIdentifiers th {
  width: 33%; }

.PropertyIdentifiers {
  font-size: 88%; }

/* css for timepicker */
#ui-datepicker-div.ui-widget {
  font-size: 90%; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }
  .ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -25px; }
  .ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }
  .ui-timepicker-rtl dl {
    text-align: right; }
    .ui-timepicker-rtl dl dd {
      margin: 0 65px 10px 10px; }

.seperatorpadding {
  padding-left: 15px;
  padding-right: 15px; }

.inner-menu-bar {
  height: 3px;
  background-color: #ffffff; }

/* Popup Dialog */
.landata-dialog, .landata-contactUs {
  font-family: Arial, sans-serif; }
  .landata-dialog button, .landata-dialog input, .landata-contactUs button, .landata-contactUs input {
    font-family: Arial, Helvetica, sans-serif; }
  .landata-dialog .ui-dialog-title, .landata-contactUs .ui-dialog-title {
    color: #006FD0;
    font-size: 100% !important; }
  .landata-dialog .ui-widget-header, .landata-contactUs .ui-widget-header {
    color: #006FD0;
    background: none; }
  .landata-dialog div.ui-corner-all, .landata-contactUs div.ui-corner-all {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #006FD0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .landata-dialog .ui-dialog-buttonpane, .landata-contactUs .ui-dialog-buttonpane {
    border: none;
    margin-top: 0;
    margin-bottom: 10px;
    display: none; }
  .landata-dialog .ui-dialog-buttonpane button, .landata-contactUs .ui-dialog-buttonpane button {
    margin: 0.2em 0 0 0.4em; }
  .landata-dialog .ui-button-text-only, .landata-contactUs .ui-button-text-only {
    background: none repeat scroll 0 0 #3A5AFD;
    color: #ffffff;
    cursor: pointer;
    padding: 4px 8px;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
  .landata-dialog .ui-state-default, .landata-contactUs .ui-state-default {
    border: none; }
  .landata-dialog .title, .landata-contactUs .title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 100% !important;
    color: #666666 !important;
    text-align: left !important;
    font-weight: 700; }
  .landata-dialog .blueLinkButton, .landata-contactUs .blueLinkButton {
    background: white;
    color: #006FD0 !important;
    text-decoration: underline;
    padding: 4px 8px 4px 8px; }
  .landata-dialog .blueLinkButton:hover, .landata-contactUs .blueLinkButton:hover {
    text-decoration: none; }
  .landata-dialog .hint, .landata-contactUs .hint {
    font-style: italic;
    margin-left: 16px;
    color: #3A5AFD;
    display: inline-block;
    font-weight: bold; }
  .landata-dialog .required, .landata-contactUs .required {
    color: #006FD0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 81%; }
  .landata-dialog .div-table, .landata-contactUs .div-table {
    width: 560px;
    padding-bottom: 0;
    padding-left: 0; }
  .landata-dialog .div-table-rowinput, .landata-contactUs .div-table-rowinput {
    border-left: 0;
    display: inline-block; }
  .landata-dialog .ui-dialog-titlebar-close, .landata-contactUs .ui-dialog-titlebar-close {
    background: none repeat-x scroll 50% 50% #918C8C;
    top: 14px; }
  .landata-dialog.ui-widget-content, .landata-contactUs.ui-widget-content {
    border: 10px solid #666666; }
  .landata-dialog .newuser-or, .landata-contactUs .newuser-or {
    margin: 15px; }
  .landata-dialog .clearboth, .landata-contactUs .clearboth {
    clear: both; }
  .landata-dialog .term-text, .landata-contactUs .term-text {
    font-size: 80%;
    text-align: left;
    margin-bottom: 10px; }
  .landata-dialog .bluelink, .landata-contactUs .bluelink {
    color: #006FD0;
    cursor: pointer;
    text-decoration: underline; }
  .landata-dialog #heritageLogoDialog, .landata-contactUs #heritageLogoDialog {
    background-image: url("images/landata-logo.png");
    background-repeat: no-repeat;
    width: 101px;
    height: 102px; }
  .landata-dialog #vicroadsLogoDialog, .landata-contactUs #vicroadsLogoDialog {
    background-image: url("images/landata-logo.png");
    background-repeat: no-repeat;
    width: 200px;
    height: 53px; }
  .landata-dialog .termsConditions, .landata-contactUs .termsConditions {
    border: 1px solid black;
    overflow-y: scroll;
    max-height: 400px; }
  .landata-dialog .loginRegisterPanel, .landata-contactUs .loginRegisterPanel {
    width: 560px;
    margin: 0 auto 15px; }
  .landata-dialog .contactUsTable, .landata-contactUs .contactUsTable {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black; }
  .landata-dialog .contactUsTable thead tr th, .landata-contactUs .contactUsTable thead tr th {
    text-align: left;
    background-color: lightgrey;
    font-weight: bold;
    color: black;
    border: 1px solid black; }
  .landata-dialog .contactUsTable td, .landata-contactUs .contactUsTable td {
    border: 1px solid black;
    line-height: 22px; }
  .landata-dialog .contactUsTable p, .landata-contactUs .contactUsTable p {
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 1px;
    line-height: 18px;
    width: 98%; }

.ui-state-default .ui-icon {
  background-image: url(../../javascript/jquery-ui-1.10.1/themes/base/images/ui-icons_454545_256x240.png); }

/* End - Popup Dialog */
#processing {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000; }
  #processing div {
    position: relative;
    top: 50%;
    left: 50%;
    height: 32px;
    width: 32px;
    overflow: hidden; }

/*for general help page*/
#landata-help-general {
  display: inherit; }

#vicroads-heritage-help-general {
  display: none; }

/*for print friendly function which has control run on server*/
.leftpadding {
  padding-left: 7px; }

.leftpadding12px {
  padding-left: 12px; }

.toppadding {
  padding-top: 20px; }

.liwithbottomborder {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00ABA5; }

.oneThirdAndWrap {
  width: 33%;
  overflow: hidden; }

.underline {
  text-decoration: underline !important; }

.removeUnderline {
  text-decoration: none !important; }

.fontSize94Percent {
  font-size: 94%;
  font-family: Arial, Helvetica, sans-serif; }

.citecHeader {
  color: #ffffff;
  background: #3A5AFD;
  width: 100%;
  height: 115px; }

.citecFooter {
  background-color: #b7d6ec; }

.blueLinkButtonFile {
  font-style: italic; }

.no-close .ui-dialog-titlebar-close, .dialog-font .ui-dialog-titlebar-close {
  display: none; }

.dialog-font {
  font-family: Helvetica, Arial, sans-serif;
  color: #666666 !important; }

.dialog-font #termsDialogMessage {
  font-weight: normal !important;
  font-size: 88% !important; }

.blackLink {
  cursor: pointer;
  text-decoration: underline; }

.alertTerms {
  border: 1px solid black;
  overflow-y: scroll;
  max-height: 300px;
  margin: auto 10px 10px; }

.blueTopBorder {
  border-top: 1px solid #006FD0; }

.blackTopBorder {
  border-top: 1px solid black; }

.leftTextAlign {
  text-align: left; }

#carousel-container {
  width: 1250px;
  height: 438px;
  position: relative;
  overflow: hidden;
  margin-top: 30px; }

#carousel-container div.carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px; }

.carousel-item {
  visibility: hidden; }

.carousel-item-active {
  visibility: visible; }

.carousel-item-next {
  visibility: visible; }

.carousel-item-pointer {
  position: absolute;
  bottom: 55px; }

.carousel-item-pointer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }

.carousel-item-pointer ul li {
  float: left;
  color: #FFC200;
  margin-left: 10px; }

.carousel-item-pointer-active {
  background-color: #FFC200; }

.carousel-item-pointer div {
  width: 13px;
  height: 13px;
  border: 2px solid #FFC200;
  cursor: pointer; }

.dottedBlackTopBorder {
  border-top: 1px dashed black; }

.dottedBlackBottomBorder {
  border-bottom: 1px dashed black; }

.blueEditLink {
  display: inline-block;
  color: #006FD0;
  cursor: pointer;
  text-decoration: underline;
  padding: 4px 8px 4px 8px; }

.TaxReceiptWrapper input {
  font-size: 80%; }

.ui-widget {
  font-size: 100%; }

@media print {
  #header, #Header, #footer, #actual-breadcrumb-location, #breadcrumb, #taxReceiptOption, .scalability,
  .breadcrumb, .darkorangeButton, .blueLinkButton, .darkGrayButton, .stripButton, .progress-tracker, .notPrint {
    display: none !important; }
  #wrapper-outer {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: none;
    border-right: none;
    position: relative;
    width: 1250px;
    z-index: 0;
    margin: auto;
    text-align: center;
    background-color: #ffffff; }
  #col1 {
    width: 320px;
    margin-left: 1px;
    float: left; } }
