* {
  padding: 0;
  margin: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  font-family: Arial;
  overflow: hidden;
}
#container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
#left {
  width: 350px;
  float: left;
  border-left: 1px solid #CECECE;
  border-right: 1px solid #CECECE;
  height: 100%;
  background: #ECECEC;
}
#left-content {
  padding: 10px;
  padding-bottom: 5px;
}
#right {
  width: 100%;
  height: 100%;
  float: right;
  position: relative;
  overflow: hidden;
}
.content {
  overflow: hidden;
}
#map {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#side-panel {
  border: 1px solid #CECECE;
  border-radius: 15px;
  height: 100%;
  background: #ffffff;
  position: relative;
  behavior: url(css/PIE.htc);
  overflow-y: scroll;
  -ms-overflow-style: none;
}
#side-panel-content {
  padding: 10px;
}
#logo {
  border-bottom: 1px solid #ECECEC;
}
#logo img {
  width: 300px;
}
#address {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 230px;
  behavior: url(css/PIE.htc);
  margin: 10px 0;
}
/*
#search-btn{
	width:86px;
	height:42px;
	background:url(../img/search-btn.png) left top;
	border:0;
	cursor:pointer;
}
#search-btn:hover{
	background:url(../img/search-btn.png) left bottom;
}
#search{
	
}
*/
.ui-autocomplete {
  background-color: white;
  width: 240px;
  border: 1px solid #cfcfcf;
  list-style-type: none;
  padding-left: 0px;
  font-size: 12px;
  padding: 5px;
  line-height: 20px;
  cursor: pointer;
  background-image: none;
}
.ui-menu-item a {
  display: block;
}
.ui-menu-item a:hover {
  background: #fcfcfc;
}
#menu {
  padding: 10px 0;
  border-top: 1px solid #F4F4F4;
  border-bottom: 1px solid #F4F4F4;
  margin-bottom: 10px;
}
#menu a {
  padding: 5px 0;
  float: left;
  margin: 0px;
  text-decoration: none;
  font-size: 11px;
  color: #6b6b6b;
  background: #FCFCFC;
  display: block;
  width: 150px;
  text-align: center;
  border-left: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  text-transform: uppercase;
}
#menu a:hover {
  background: #003461;
  color: #ffffff;
  font-weight: bold;
}
#title {
  background: #003461;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding: 4px 0;
}
.clear {
  clear: both;
}
.ui-widget {
  font-size: 12px;
}
#search-btn.ui-widget {
  font-size: 10px;
  padding: 2px 0;
}
.overlay {
  overflow-y: hidden;
}
.overlay .ui-widget {
  font-size: 10px;
}
.overlay button {
  float: right;
}
.ui-accordion .ui-accordion-content {
  padding: 5px 10px 10px;
}
#totals {
  margin-top: 10px;
}
#calculations thead td,
#totals thead td {
  font-weight: bold;
}
#calculations table,
#totals table {
  margin-bottom: 10px;
}
#calculations td,
#totals td {
  padding: 0 5px;
}
.ui-autocomplete .ui-menu-item a:hover {
  color: #000000;
}
#instructions,
#introduction {
  text-align: center;
  font-size: 12px;
  padding: 20px 0;
  color: #6b6b6b;
}
#save-dialog table {
  margin: 10px 0;
}
#save-dialog table td {
  padding: 2px 5px;
}
#save-dialog table td input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 230px;
  behavior: url(css/PIE.htc);
}
#save-dialog table td textarea {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 230px;
  behavior: url(css/PIE.htc);
}
#calculations {
  height: 200px;
  overflow-y: auto;
}
#shape-type {
  border-bottom: 1px solid #CECECE;
  padding: 5px 0 10px 0;
}
.shape {
  padding: 10px 0 5px 0;
  display: none;
}
#shape-dialog table td {
  padding: 2px 5px;
}
#shape-dialog table td input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 100px;
  behavior: url(css/PIE.htc);
}
#shape-dialog #angle1,
#shape-dialog #angle2,
#shape-dialog #angle3 {
  width: 40px;
}
.context-menu {
  visibility: hidden;
  position: absolute;
  z-index: 99999;
  width: 120px;
  height: 100px;
}
.context-menu a {
  display: block;
  background: #ECECEC;
  color: #000000;
  font-size: 12px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid #CECECE;
}
.context-menu a:hover {
  background: #FCFCFC;
}
#rotate-dialog input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 50px;
  behavior: url(css/PIE.htc);
}
#file-dialog a {
  color: #83A52A;
  font-weight: bold;
  cursor: pointer;
}
#file-dialog a:hover {
  text-decoration: underline;
}
#file-dialog #export {
  border-bottom: 1px solid #DFD9C3;
  padding: 10px 0 10px 0;
}
#file-dialog #import {
  padding: 10px 0 0;
}
#file-dialog p {
  margin-bottom: 5px;
}
.qq-upload-button {
  padding: 5px 0;
  margin-left: 120px;
  background: url("custom-theme/images/ui-bg_glass_50_82a428_1x400.png") repeat-x scroll 50% 50% #82a428;
  border: 1px solid #327E04;
  font-weight: bold;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
}
.qq-upload-button:hover {
  background: url("custom-theme/images/ui-bg_highlight-soft_50_9dc82d_1x100.png") repeat-x scroll 50% 50% #9dc82d;
}
#file-dialog button {
  margin-left: 120px;
}
#instructions-dialog p {
  margin-top: 10px;
}
#instructions-dialog ol {
  margin-top: 10px;
  margin-left: 20px;
}
#instructions-dialog li {
  margin-bottom: 6px;
}
.polygon-label {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  /*width:120px;*/
  /*height:100px;*/
  font-size: 11px;
  background: #FCFCFC;
  padding: 2px 4px;
  border: 1px solid #000000;
}
#setAreaLabel-dialog input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 150px;
  behavior: url(css/PIE.htc);
}
.distanceTooltip {
  visibility: hidden;
  position: absolute;
  z-index: 1000;
  font-size: 11px;
  background: #FCFCFC;
  padding: 2px 4px;
  border: 1px solid #000000;
}
#setLineLength-dialog input {
  border: 1px solid #CECECE;
  border-radius: 5px;
  padding: 5px;
  background: #fcfcfc;
  width: 100px;
  behavior: url(css/PIE.htc);
}
#slideout-menu {
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  left: -10px;
  background: #FCFCFC;
  border: 1px solid #CECECE;
  border-radius: 5px;
  behavior: url(css/PIE.htc);
  padding-left: 10px;
}
#slideout-menu-content {
  padding: 5px;
}
#slideout-menu-content button {
  float: right;
}
#slideout-actions {
  float: right;
  MARGIN-RIGHT: 0PX;
  padding-right: 5px;
}
#slideout-actions button {
  margin-right: 1px;
}
#slideout-menu .ui-widget {
  font-size: 10px;
}
#slideout-menu-content #arrow {
  margin-left: 5px;
}
#oldLength {
  border-bottom: 1px solid #DFD9C3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#address.disabled {
  background: #ececec;
}
#subscription-dialog input {
  background-color: white;
  height: 30px;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width: 100%;
  margin-bottom: 10px;
}
.StripeElement {
  background-color: white;
  height: 30px;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}
.ElementsApp,
.ElementsApp .InputElement {
  font-size: 12px;
}
#card-errors {
  color: #a94442;
  padding: 5px;
}
#subscribe-errors {
  color: #a94442;
  padding: 5px;
}
#logged-in {
  background: #F5F3E5;
  padding: 10px;
  margin-top: 10px;
  border: 1px solid #CECECE;
  text-align: center;
}
#logged-in p,
#logged-in td {
  font-size: 12px;
}
#log-in {
  background: #F5F3E5;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #CECECE;
}
#subscription-dialog .content,
#resubscribe-dialog .content {
  display: flex;
}
#subscription-dialog .content .left,
#resubscribe-dialog .content .left {
  flex: 50%;
}
#subscription-dialog .content .left .well,
#resubscribe-dialog .content .left .well {
  margin-bottom: 0;
  height: 100%;
  background: #ffffff;
}
#subscription-dialog .content .left .well h1,
#resubscribe-dialog .content .left .well h1 {
  text-align: center;
  color: #003461;
  font-weight: bold;
  margin-top: 20px;
  font-size: 55px;
}
#subscription-dialog .content .left .well h1 span,
#resubscribe-dialog .content .left .well h1 span {
  font-size: 11px;
}
#subscription-dialog .content .left .well p,
#resubscribe-dialog .content .left .well p {
  text-align: center;
}
#subscription-dialog .content .left .well .logo,
#resubscribe-dialog .content .left .well .logo {
  text-align: center;
}
#subscription-dialog .content .left .well .logo img,
#resubscribe-dialog .content .left .well .logo img {
  width: 150px;
}
#subscription-dialog .content .right,
#resubscribe-dialog .content .right {
  flex: 50%;
}
#subscription-dialog .content .right form,
#resubscribe-dialog .content .right form {
  padding: 10px;
}
#loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F1F2F3;
  opacity: 0.5;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
#loading .hidden {
  display: none;
}
form .error-summary {
  display: none;
}
.alert {
  text-align: center;
  margin: 0 !important;
}
#renew-dialog .content {
  display: flex;
}
#renew-dialog .content .left {
  flex: 50%;
}
#renew-dialog .content .left .well {
  margin-bottom: 0;
  height: 100%;
  background: #ffffff;
}
#renew-dialog .content .left .well h1 {
  text-align: center;
  color: #003461;
  font-weight: bold;
  margin-top: 20px;
  font-size: 55px;
}
#renew-dialog .content .left .well h1 span {
  font-size: 11px;
}
#renew-dialog .content .left .well p {
  text-align: center;
}
#renew-dialog .content .left .well .logo {
  text-align: center;
}
#renew-dialog .content .left .well .logo img {
  width: 150px;
}
#renew-dialog .content .right {
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer {
  background: #003661;
  padding: 15px;
  text-align: center;
}
#footer .footer-contact {
  background: #789731;
  color: #ffffff;
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 1.4px;
  padding: 8px 20px 10px;
  text-decoration: none;
}
#footer .footer-download {
  padding: 0px;
}
#footer .footer-download img {
  height: inherit;
  width: 35%;
  height: 25%;
}
.price-selector {
  display: flex;
  justify-content: space-around;
}
.price-selector .price-option {
  flex: 25%;
  text-decoration: none;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #003461;
}
.price-selector .price-option.active {
  color: #ffffff;
  background: #003461;
}
.price-heading {
  display: none;
}
.price-heading.active {
  display: block;
}
#ad-banner {
  background-color: #141414;
  padding: 0px 0 1px 1px;
  position: relative;
}
#ad-banner a {
  display: block;
  text-align: center;
  background-color: #141414;
}
#ad-banner a img {
  max-width: 100%;
  max-height: 200px;
}
#ad-banner .close {
  position: absolute;
  right: 15px;
  top: 5px;
  width: 20px;
  height: 20px;
  opacity: 0.3;
}
#ad-banner .close:hover {
  opacity: 1;
}
#ad-banner .close:before,
#ad-banner .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 21px;
  width: 2px;
  background-color: #fff;
}
#ad-banner .close:before {
  transform: rotate(45deg);
}
#ad-banner .close:after {
  transform: rotate(-45deg);
}
