﻿/* color variables
=====================================================
*/
/*===================*/
html,
body {
  height: 100%;
  max-height: 100%;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'Source+Sans+Pro', sans-serif;
}
button:focus {
  outline: 0;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container button {
  background: none;
  border-width: 0px;
}
/* splash screen styles 
	=======================================================
*/
#splash {
  /* display:none; */
  background-color: #000000;
  /*background-image: url(../img/homeimage01.jpg);*/
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  z-index: 99999;
  text-align: center;
  font-family: 'Source+Sans+Pro', sans-serif;
}
#splash a {
  text-decoration: none;
  cursor: pointer;
}
.fader {
  -moz-transition: opacity 0.7s linear;
  -o-transition: opacity 0.7s linear;
  -webkit-transition: opacity 0.7s linear;
  transition: opacity 0.7s linear;
}
.fader.fadedOut {
  opacity: 0;
}
.city_logo {
  padding-top: 90px;
  font-size: 70px;
  font-weight: 200;
  font-family: 'Source+Sans+Pro', sans-serif;
  color: #ffffff;
}
.gis {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
}
.springfield_logo {
  padding-top: 100px;
  min-height: 150px;
  vertical-align: bottom;
  text-align: center;
}
.loading {
  margin-top: 25px;
  font-size: 18px;
  color: #ffffff;
}
#loaderImage {
  z-index: 500;
  text-align: center;
  display: table;
  margin: 0 auto;
  opacity: 0.5;
}
h2 {
  padding-top: 25px;
  font-family: 'Source+Sans+Pro', sans-serif;
  font-weight: 300;
  font-size: 25px;
}
h4 {
  padding-top: 5px;
  font: normal 700 25px 'Source+Sans+Pro', sans-serif;
  color: rgba(0, 0, 0, 0.67);
}
a.button {
  box-shadow: none;
}
a.search_property {
  background-color: #92cf29;
  border-right: 48px solid #09507b;
}
a.search_property:hover {
  background-color: #09507b;
}
a.go_to_map {
  background-color: #0b5d8f;
  border-right: 48px solid #0b5d8f;
}
a.go_to_map:hover {
  background-color: #0b5d8f;
}
a.button {
  color: #ffffff;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 15px 20px 12px;
  position: relative;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out 0s;
  min-width: 200px;
  text-align: center;
  margin-top: 10px;
}
.hidden {
  display: none;
}
span.icon {
  float: right;
  display: block;
  height: 18px;
  position: relative;
  font-size: 18px;
  right: -35px;
}
a {
  outline: medium none;
  color: #0088CC;
  text-decoration: none;
}
/* toolbar styles  
	===================================================
*/
.searchbar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 40px;
  width: 334px;
  background-color: #0b5d8f;
  color: #ffffff;
  display: inline-block;
  padding: 2px 10px 1px 3px;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  z-index: 500;
}
.searchbar .btn-group {
  margin-top: 5px;
}
.searchbar .btn-group button {
  position: relative;
  top: -23px;
  background: none;
  border-width: 0px;
  width: 40px;
}
.toolbar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 334px;
  height: 40px;
  z-index: 1000;
  background-color: #0b5d8f;
  padding-left: 18px;
  padding-top: 5px;
  border-top: 1px solid #0b5d8f;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.toolbar .tool-group button {
  background: none;
  border-width: 0px;
  width: 35px;
}
.logo {
  margin-left: 0px;
  margin-top: 3px;
  margin-right: 0px;
}
.printicon {
  display: inline-block;
}
#SearchIcon {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #4298c3;
  margin-left: 3px;
}
.toolbar-icon {
  position: relative;
  top: 3px;
  font-size: 18px;
  color: #4298c3;
}
.middle-icon {
  margin-right: 12px;
}
.last-icon {
  margin-right: 2px;
}
.tool-toggle {
  display: none;
  position: absolute;
}
.popup-notes {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
}
.popup-header {
  font: normal 700 medium 'Source+Sans+Pro', sans-serif;
}
.right-button {
  margin-top: -20px;
  padding-right: 25px;
  float: right;
}
.form-control {
  float: left;
  width: 200px;
  height: 26px;
  padding: 0px;
}
#searchinput {
  margin-left: 20px;
  margin-top: 0px;
  width: 250px;
}
#searchclear {
  position: relative;
  right: 35px;
  top: 3px;
  bottom: 0;
  height: 14px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: #ccc;
}

#searchHelp {
    position:relative;
    left:-270px;
    top: 3px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;

}
#searchToolTip {
    text-align:left;
}

.pnlSuggestions {
  display: none;
  position: absolute;
  left: 20px;
  top: 25px;
  width: 180px;
  max-height: 600px;
  overflow-y: scroll;
  background-color: #ffffff;
  border: 1px solid #ccc;
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
  z-index: 300;
  color: rgba(0, 0, 0, 0.67);
  padding: 0px;
}
.pnlSuggestions ul {
  margin: 0;
  list-style-type: none;
  line-height: 2;
  padding: 0px;
}
.pnlSuggestions ul .address {
  overflow-x: hidden;
  padding: 2px;
  width: 100%;
  margin-right: 10px;
  padding-left: 5px;
  cursor: pointer;
}
.pnlSuggestions ul .address:hover {
  text-decoration: none;
  background-color: #4298c3;
  color: #ffffff;
}
.pnlOpen {
  display: inline-block;
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.zoom-btn {
  position: fixed;
  height: 35px;
  width: 35px;
  z-index: 100;
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
  text-align: center;
  background-color: #0b5d8f;
  color: #4298c3;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.zoom-btn span {
  padding: 8px;
}
.zoom-btn a {
  color: #4298c3;
}
.zoom-btn button {
  background: none;
  border-width: 0px;
  width: 35px;
  margin-left: -7px;
}
.zoomin {
  bottom: 120px;
  right: 25px;
}
.zoomout {
  bottom: 75px;
  right: 25px;
}
@media (max-width: 767px) {
  .searchbar {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    border-radius: 0px 0px 0px 0px;
    background-color: #0b5d8f;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    padding: 5px 0px 0px;
    text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 800;
  }
  .searchbar .btn-group {
    margin-top: 0px;
    margin-left: 30px;
  }
  .searchbar .btn-group button {
    position: relative;
    top: 0px;
    background: none;
    border-width: 0px;
    width: 40px;
  }
  .printicon {
    display: none;
  }
  .pnlSuggestions {
    top: 32px;
    text-align: left;
    z-index: 1000;
  }
  #searchinput {
    margin-top: 2px;
    width: 210px;
  }
  #searchclear {
    position: relative;
    right: 35px;
    top: 3px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
  }
  .logo {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
  }
  .middle-icon {
    margin-right: 7px;
  }
  .last-icon {
    margin-right: 2px;
  }
  .toolbar-icon {
    position: relative;
    right: 18px;
    top: 5px;
    font-size: 18px;
    color: #4298c3;
    margin-left: 3px;
  }
  .toolbar {
    bottom: 0px;
    width: 100%;
    padding-left: 80px;
  }
  .toolbar .tool-group {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .toolbar .tool-group button {
    background: none;
    border-width: 0px;
    width: 52px;
  }
  button.tool-toggle {
    display: inline-block;
    padding-left: 27px;
    padding-bottom: 10px;
    background-color: #0b5d8f;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    bottom: 45px;
    left: 50px;
    border-width: 0px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  }
  .toolbar-hidden {
    bottom: -50px;
  }
  .zoom-btn {
    position: fixed;
    height: 35px;
    width: 35px;
    z-index: 100;
    font: normal 700 13px 'Source+Sans+Pro', sans-serif;
    text-align: center;
  }
  .zoom-btn span {
    padding: 3px;
    margin-top: 7px;
  }
}
span.deleteicon {
  position: relative;
}
span.deleteicon span {
  position: absolute;
  display: block;
  top: 0px;
  right: 9px;
  width: 16px;
  height: 16px;
  font-family: 'Glyphicons Halflings';
  background: url(../img/glyphicons-halflings.png) -48px -96px;
  opacity: 0.5;
  cursor: pointer;
}
span.deleteicon input {
  padding-right: 16px;
}
.watermark {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 100;
  font-family: 'Source+Sans+Pro', sans-serif;
  font-weight: 300;
  text-align: right;
  font-size: 20px;
  line-height: 70%;
  color: #ffffff;
  text-shadow: 0px 0px 5px #000000;
}
.watermark strong {
  font-weight: 400;
}
.watermark .lower {
  padding-top: -25px;
  margin-top: -25px;
  font-size: 16px;
}
.coordinate-labels {
  position: fixed;
  bottom: 20px;
  left: 400px;
  z-index: 100;
  font-family: 'Source+Sans+Pro', sans-serif;
  font-weight: 300;
  text-align: right;
  font-size: 12px;
  line-height: 70%;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
#mapLinkURL {
  display: inline-block;
  word-break: break-all;
  color: blue;
}
#zoom-test {
  position: absolute;
  top: 300px;
  left: 5px;
  height: 200px;
  width: 400px;
  z-index: 1000;
  display: none;
  background-color: #ffffff;
  overflow-y: scroll;
}
/*.ink styles - the elements which will create the ripple effect. The size and position of these elements will be set by the JS code. Initially these elements will be scaled down to 0% and later animated to large fading circles on user click.*/
.ink {
  display: block;
  position: absolute;
  background: #eee;
  border-radius: 100%;
  transform: scale(0);
}
/*animation effect*/
.ink.animate {
  animation: ripple 0.45s linear;
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.map-ink {
  z-index: 500;
  display: block;
  position: absolute;
  background: #eee;
  border-radius: 100%;
  transform: scale(0);
}
/*animation effect*/
.map-ink.animate {
  animation: ripple 0.35s linear;
}
@keyframes ripple {
  /*scale the element to 250% to safely cover the entire link and fade it out*/
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
#LocateButton {
  right: 20px;
  bottom: 160px;
  position: fixed;
  height: 35px;
  width: 35px;
  z-index: 100;
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
  text-align: center;
}
#LocateButton span {
  padding: 3px;
  margin-top: 7px;
}
/* Popup Overrides
}
============================================================
 */
/* ============================================================================================================================
== BUBBLE WITH A BORDER AND TRIANGLE
** ============================================================================================================================ */
/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */
.infoPopUp {
  display: none;
  position: absolute;
  top: 100px;
  left: 30%;
  z-index: 300px;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.infoPopUp button {
  background: none;
  border-width: 0px;
}
.infoPopUp .triangle-border {
  position: relative;
  margin: 1em 0 3em;
  border: 1px solid #808080;
  color: #333;
  background: #fff;
  width: 244px;
  height: 140px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.infoPopUp .triangle-border .address {
  color: rgba(0, 0, 0, 0.67);
  text-align: center;
  overflow-x: hidden;
  margin-top: 10px;
  font: normal 300 15px 'Source+Sans+Pro', sans-serif;
}
.infoPopUp .triangle-border .owner {
  width: 240px;
  height: 20px;
  color: #92cf29;
  overflow-x: hidden;
  text-align: center;
  margin-top: 10px;
  font: normal 300 15px 'Source+Sans+Pro', sans-serif;
}
.infoPopUp .triangle-border .pid {
  color: rgba(0, 0, 0, 0.67);
  text-align: center;
  margin-top: 10px;
  font: normal 300 15px 'Source+Sans+Pro', sans-serif;
}
.infoPopUp .triangle-border .link-button {
  color: #0088CC;
  text-decoration: underline;
  border: none;
  background: none;
}
.window-header {
  width: 244px;
  height: 30px;
  background-color: #0b5d8f;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  color: #ffffff;
  text-align: center;
  font: normal 500 16px 'Source+Sans+Pro', sans-serif;
}
.window-header span {
  padding-top: 10px;
}
.window-header a {
  margin-top: 5px;
  text-decoration: none;
  padding: 5px 20px 5px 20px;
}
.window-header a:hover {
  text-decoration: none;
}
.window-header .details {
  width: 30px;
  height: 30px;
  background-color: #0b5d8f;
  color: #ffffff;
  float: left;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.window-header .close-popup {
  width: 30px;
  height: 30px;
  background-color: #0b5d8f;
  color: #ffffff;
  float: right;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.window-header .glyphicon {
  top: -5px;
}
.window-header a {
  padding: 0px 6px 0px 6px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .window-header .glyphicon {
    top: -5px;
    right: 8px;
  }
}
/* Navbar Overrides
============================================================
 */
a.navbutton,
a.toolbutton {
  display: inline-block;
}
.container-fluid {
  padding-left: 0px;
}
.navbar .btn-navbar:hover,
a.toolbutton:hover,
a.navbutton:hover,
a.return:hover {
  text-decoration: none;
  background-color: #0b5d8f;
}
.navbar {
  height: 5px;
  position: absolute;
  top: 16px;
  left: 375px;
  width: 125px;
  z-index: 100;
}
@media (max-width: 767px) {
  .navbar {
    position: absolute;
    top: 75px;
    left: 20px;
    z-index: 100;
  }
}
.navbar .navbar-inner {
  background-color: transparent;
  background-image: none!important;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar-header {
  border-radius: 0 0 0 0;
  box-shadow: none;
}
.navbar .divider-vertical {
  background-color: #333333;
  border-right: 1px solid #333333;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover {
  color: #ffffff;
  background-color: #333333;
}
.navbar .nav > li > a {
  color: #fff;
  margin-right: 5px;
}
.navbar-fixed-top .brand {
  color: #634c08;
  color: #f4dc87;
}
.navbar .nav > li > a:hover {
  color: #ffffff;
  background-color: #333333;
  text-shadow: none;
}
.navbar .nav > li > a {
  text-shadow: none;
  padding: 6px 6px;
}
.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #000;
  color: #fff;
}
.navbar .nav > li > a:focus {
  color: #ffffff;
  background-color: #0b5d8f;
}
.navbar .nav > li > a:hover {
  color: #ffffff;
  background-color: #0b5d8f;
}
.navbar .btn-navbar,
a.navbutton,
a.toolbutton,
a.return {
  border-radius: 6px 6px 6px 6px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 5px 5px 5px;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out 0s;
  min-width: 70px;
  text-align: center;
  background-color: #0b5d8f;
  border: none;
  border-right: 48px solid #0b5d8f;
  text-decoration: none;
  background-image: none;
  margin-bottom: 5px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.tool-button {
  margin-right: 5px;
  border-radius: 6px 6px 6px 6px;
  margin-bottom: 8px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  overflow: visible;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease-in-out 0s;
  min-width: 118px;
  height: 32px;
  text-align: center;
  background-color: #0b5d8f;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  padding-top: 3px;
}
.tool-button span {
  padding-top: 7px;
}
.tool-button a {
  color: #ffffff;
  text-decoration: none;
}
.tool-button a:hover {
  color: #ffffff;
  text-decoration: none;
}
.tool-button:hover {
  background-color: #0b5d8f;
}
.tool-button .tool-icon {
  margin-top: -3px;
  height: 32px;
  width: 48px;
  float: right;
  background-color: #0b5d8f;
  border-radius: 0px 6px 6px 0px;
}
@media (max-width: 767px) {
  .tool-button {
    margin-bottom: 15px;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .navbar-toggle {
  border-radius: 6px 6px 6px 6px;
  border-color: #0b5d8f;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0;
  overflow: visible;
  padding: 5px 5px 5px;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
  min-width: 80px;
  text-align: center;
  background-color: #0b5d8f;
  border: none;
  border-right: 48px solid #0b5d8f;
  text-decoration: none;
  background-image: none;
  margin-bottom: 5px;
  float: none;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #0b5d8f;
}
.navbar-collapse {
  border: none;
}
/* ESRI overides 
	=======================================================
*/
.esriSimpleSlider div {
  width: 30px;
  height: 30px;
  font-size: 24px;
  font-family: verdana,helvetica;
  font-weight: 700;
  line-height: 25px;
  -moz-user-select: none;
  cursor: pointer;
}
/* Overview Map 
	===========================================================
*/
.esriOverviewMap {
  position: absolute;
  z-index: 99;
}
.esriOverviewMap .ovwContainer {
  position: absolute;
  display: none;
  background-color: #666;
}
.esriOverviewMap .map {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FFF;
}
.esriOverviewMap .ovwHighlight {
  position: absolute;
  display: none;
  z-index: 99;
  cursor: pointer;
}
.esriOverviewMap .ovwButton {
  position: relative;
  border-radius: 6px 6px 6px 6px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 99;
}
.esriOverviewMap .ovwMaximizer {
  display: none;
}
.esriOverviewMap .ovwDisabledButton {
  display: none!important;
}
.esriOverviewMap .ovwMaximize {
  background: #0b5d8f url('../img/glyphicons-halflings.png') no-repeat -96px -72px !important;
}
.esriOverviewMap .ovwRestore {
  background: #0b5d8f url('../img/glyphicons-halflings.png') no-repeat -96px -72px !important;
}
.esriOverviewMap.ovwTL {
  top: 0;
  left: 0;
}
.esriOverviewMap.ovwTR {
  top: 0;
  right: 0;
}
.esriOverviewMap.ovwBL {
  bottom: 0;
  left: 0;
}
.esriOverviewMap.ovwBR {
  bottom: 0;
  right: 0;
}
.esriOverviewMap.ovwTL .ovwContainer {
  top: 0;
  left: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding-bottom: 2px;
  padding-right: 2px;
}
.esriOverviewMap.ovwTR .ovwContainer {
  top: 0;
  right: 0;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  padding-bottom: 2px;
  padding-left: 2px;
}
.esriOverviewMap.ovwBL .ovwContainer {
  bottom: 0;
  left: 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  padding-top: 2px;
  padding-right: 2px;
}
.esriOverviewMap.ovwBR .ovwContainer {
  bottom: 0;
  right: 0;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  padding-top: 2px;
  padding-left: 2px;
}
.esriOverviewMap.ovwTL .ovwShow,
.esriOverviewMap.ovwBR .ovwHide {
  background: url('../img/glyphicons-halflings-white.png') no-repeat -96px -72px !important;
}
.esriOverviewMap.ovwTR .ovwShow,
.esriOverviewMap.ovwBL .ovwHide {
  background: #0b5d8f url('../img/glyphicons-halflings-white.png') no-repeat -379px -90px !important;
}
.esriOverviewMap.ovwBL .ovwShow,
.esriOverviewMap.ovwTR .ovwHide {
  background: #0b5d8f url('../img/glyphicons-halflings-white.png') no-repeat -356px -90px !important;
}
.esriOverviewMap.ovwBR .ovwShow,
.esriOverviewMap.ovwTL .ovwHide {
  background: url('../img/glyphicons-halflings.png') no-repeat -96px -72px !important;
}
.esriOverviewMap .bingLogo-lg {
  display: none;
}
.esriSignInDialog {
  display: none;
}
/* Slideout Panel 
	=========================================================
*/
.sidepanel {
  position: absolute;
  top: 40px;
  left: 0px;
  background: #ffffff;
  padding-top: 0px;
  padding-left: 0px;
  width: 334px;
  z-index: 250;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.grabber {
  position: absolute;
  top: 45px;
  left: 45px;
  box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.6);
}
.grabber .icon {
  height: 30px;
  width: 30px;
  color: #4298c3;
  background-color: #0b5d8f;
  text-align: center;
  float: right;
  padding-top: 2px;
  padding-right: 10px;
  font-size: 14px;
}
.grabber .icon a {
  color: #4298c3;
  padding: 10px;
}
.grabber .icon .glyphicon {
  top: 5px;
}
.scroll-msg {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  left: 110px;
  bottom: 10px;
  background-color: #0b5d8f;
  color: #ffffff;
  font-size: 13px;
  padding-top: 15px;
  text-align: center;
  font-weight: 500;
  border-radius: 25px;
}
.panel-hidden {
  left: -295px;
}
@media (max-width: 960px) {
  .sidepanel {
    position: absolute;
    top: 40px;
    right: 0;
    background: #ffffff;
    padding-top: 0px;
    padding-left: 0px;
    width: 320px;
    z-index: 200;
  }
  .panel-hidden {
    left: -280px;
  }
}
@media (max-width: 767px) {
  .sidepanel {
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    margin-top: 0px;
    padding-left: 0px;
    width: 320px;
    z-index: 200;
  }
  .grabber {
    position: absolute;
    top: 125px;
  }
  .panel-hidden {
    left: -280px;
  }
}
.tab-bar {
  position: relative;
  float: right;
  height: 100%;
  top: 0px;
  right: 0px;
  background-color: #0b5d8f;
  color: #ffffff;
  width: 40px;
  z-index: 25;
  border-left: 1px solid #09507b;
}
.tab-bar a {
  color: #ffffff;
  text-decoration: none;
}
.tab-bar a:hover {
  text-decoration: none;
}
.tab-bar a:visited {
  text-decoration: none;
}
.tab-bar button {
  position: relative;
  background: none;
  border-width: 0px;
  width: 40px;
}
.tab-items {
  list-style: none;
  padding-left: 0px;
  margin-top: 15px;
}
.tab-items a {
  padding-top: 10px;
}
.tab-items button {
  background: none;
  border-width: 0px;
  padding-top: 10px;
}
.tab-items li {
  width: 40px;
  height: 100px;
}
.tab-items .tab1.selected-tab {
  background-color: #4298c3;
}
.tab-items .tab2.selected-tab {
  background-color: #4298c3;
}
.tab-items .tab3.selected-tab {
  background-color: #4298c3;
}
.tab1 {
  border-right: 4px solid #4298c3;
  margin-bottom: 10px;
}
.tab2 {
  border-right: 4px solid #4298c3;
  margin-bottom: 10px;
}
.tab3 {
  border-right: 4px solid #4298c3;
}
.tab-text {
  position: relative;
  top: 28px;
  left: -31px;
  font: normal 300 15px 'Source+Sans+Pro', sans-serif;
  width: 100px;
  height: 40px;
  padding: 8px 0px 0px 28px;
  margin: 0px 0px 0px 0px;
  text-align: middle;
  vertical-align: center;
  color: #ffffff;
  transform: rotate(-90deg);
}
.tab-close {
  position: relative;
  top: 10px;
  padding-left: 10px;
  height: 45px;
  width: 45px;
  color: #ffffff;
}
.subPanel {
  display: none;
  background-color: #0b5d8f;
  max-height: 100%;
  height: 100%;
  width: 300px;
  position: absolute;
  color: rgba(0, 0, 0, 0.67);
}
.subPanel h2 {
  padding-top: 25px;
}
.subPanel .header {
  border-top: 1px solid #0b5d8f;
  height: 40px;
  background-color: #0b5d8f;
  width: 300px;
  text-align: center;
  color: #ffffff;
  float: left;
  font: normal 500 16px 'Source+Sans+Pro', sans-serif;
  padding-top: 9px;
}
.subPanel .icon {
  height: 40px;
  width: 40px;
  color: #4298c3;
  background-color: #0b5d8f;
  text-align: center;
  float: right;
  padding-top: 5px;
  font-size: 18px;
}
.subPanel .icon a {
  color: #4298c3;
  padding: 10px;
}
.subPanel .icon .glyphicon {
  top: 5px;
}
.subPanel .content {
  width: 290px;
  margin-left: 3px;
  padding-top: 0px;
  display: block;
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  text-align: center;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.67);
}
.subPanel .content .return {
  display: none;
  color: #4298c3;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
}
.subPanel .content .return a {
  color: #4298c3;
}
.subPanel .content .return .glyphicon {
  font-size: 12px;
}
.subPanel .content .open {
  display: block;
}
.panel-heading {
  padding: 10px 15px;
  background-color: #0b5d8f;
  color: #ffffff;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: #ffffff;
}
.panel-group .panel-heading {
  border-top: 1px solid #09507b;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font: normal 500 16px 'Source+Sans+Pro', sans-serif;
}
.panel-title > a {
  color: #ffffff;
}
.panel {
  border-width: 0px;
}
.panel-group .panel + .panel {
  border-radius: 0px;
  margin-top: 0px;
}
.panel-group .panel {
  border-radius: 0px;
  margin-top: 0px;
}
.accordion-toggle {
  color: #ffffff;
  width: 250px;
  display: block;
}
.acc-icon {
  margin-right: 10px;
  color: #4298c3;
}
.accordion-content {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.about-accordion-content {
  display: block;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.resultcount {
  display: block;
  width: 100%;
  height: 50px;
  margin-top: -10px;
  padding-top: 20px;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
  text-align: center;
}
.green {
  background-color: #4298c3;
  color: #ffffff;
}
.red {
  background-color: #4298c3;
}
.yellow {
  background-color: #4298c3;
}
.searchresults {
  margin: 0;
  list-style-type: none;
  line-height: 1.4;
  padding: 15px 0px 0px 0px;
}
.searchresults li {
  overflow: hidden;
  width: 100%;
  border-bottom: 1px solid #999999;
  text-align: left;
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
}
.searchresults li strong {
  font-weight: 500;
}
.searchresults li .search-item {
  padding: 10px 0px 10px 0px;
}
.searchresults li .marker {
  color: #aaaaaa;
  float: left;
  font-size: 30px;
  padding: 0px 5px 10px 0px;
  margin-right: 15px;
  margin-left: 5px;
  width: 30px;
  height: 30px;
}
.searchresults .active {
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
  background-color: #4298c3;
  color: #ffffff;
}
.searchresults .active .marker {
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
  color: #ffffff;
}
.information {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
}
.information .marker {
  color: #aaaaaa;
  font-size: 18px;
  padding: 0px 5px 10px 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.information .property-image {
  width: 100%;
  
}
    .information .imageHidden {
        visibility: hidden;
    }

    .information .imageVisible {
        visibility: visible;
        display: block;
    }

.information .info-address {
  font: normal 700 18px 'Source+Sans+Pro', sans-serif;
  color: rgba(0, 0, 0, 0.67);
  padding: 0px 0px 5px 0px;
}
.information .summary {
  color: rgba(0, 0, 0, 0.67);
  padding: 5px;
  text-align: center;
}
.information .summary p {
  margin: 5px;
}
.information .summary .owner {
  font: normal 700 medium 'Source+Sans+Pro', sans-serif;
  color: #09507b;
}
.information ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.67);
}
.information .main-vals > li {
  text-align: left;
  padding: 7px 0px 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  width: 290px;
}
.information .main-vals > li .attrabute {
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
  margin-right: 5px;
}
.information .main-vals > li .value {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
}
.information .init-vals {
  margin-top: 10px;
}
.information .init-vals > li {
  text-align: left;
  padding: 8px 0px 8px 10px;
  border-bottom: 1px solid #ffffff;
  background-color: rgba(0, 0, 0, 0.54);
  color: #ffffff;
}
.information .init-vals > li .attrabute {
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
  margin-right: 5px;
}
.information .init-vals > li .value {
  padding-top: 10px;
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
}
.information .nav-tabs {
  border-bottom: 0px solid #999999;
}
.information .nav-tabs > li {
  float: left;
  margin-left: 0px;
  margin-bottom: -1px;
  border-bottom: none;
  padding: 0px 0px 0px 0px;
  width: 50%;
}
.information .nav-tabs > li:nth-child(even) {
  background: #ffffff;
}
.information .nav-tabs > li > a {
  margin-right: 0px;
  margin-bottom: 0px;
  line-height: 1;
  border: 1px solid #4298c3;
  border-radius: 0px 0px 0 0;
  background-color: #4298c3;
  color: #fff;
  cursor: default;
}
.information .nav-tabs > li > a:hover {
  cursor: default;
}
.information .nav-tabs > li.active > a,
.information .nav-tabs > li.active > a:hover,
.information .nav-tabs > li.active > a:focus {
  color: rgba(0, 0, 0, 0.67);
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #4298c3;
  border-bottom-color: transparent;
}
.information .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.information .nav-tabs.nav-justified > li {
  float: none;
}
.information .nav-tabs.nav-justified > li > a {
  margin-bottom: 1px;
  text-align: center;
}
.information .tab-content {
  text-align: left;
  padding: 10px 0px 0px 0px;
  border: 1px solid #4298c3;
  height: 100px;
  margin: 0px 10px 15px 0px;
  width: 100%;
}
.information .tab-content ul li {
  border: none;
  margin-bottom: 0px;
  padding: 2px 0px 2px 2px;
}
.information .tab-content ul li:nth-child(even) {
  background: #ffffff;
}
.information .tab-content ul li a {
  color: rgba(0, 0, 0, 0.67);
}
.information .tab-content .links {
  float: left;
  width: 130px;
}
.information .tab-content .light-red {
  color: #92cf29;
  font-size: 13px;
}
.information p {
  margin-top: 10px;
}
.information .btn-small {
  background: #fff;
  font-size: 12px;
  color: #333;
  border: 1px solid #333;
  height: 18px;
  width: 100%;
  padding: 0px;
  text-align: left;
  margin-right: 5px;
}
.information .btn-small:disabled {
  border: 1px solid #aaa;
  color: #aaa;
}
.information .btn-small .marker {
  width: 15px;
}
.information .options {
  height: 18px;
  width: 110px;
  padding: 0px;
  margin: 0px;
}
.information .abutter-items li {
  margin-left: 10px;
}
.information .abutter-distance {
  padding-left: 10px;
}
/*end info*/
.identify-hidden {
  display: none;
}
.abutter-control {
  position: relative;
  float: left;
  width: 50%;
  height: 95px;
  padding-left: 5px;
  padding-right: 5px;
}
.abutter-control select {
  height: 18px;
  margin-top: 2px;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.67);
}
.abutter-options {
  margin-left: 0px;
  margin-top: -5px;
  padding-left: 10px;
  padding-right: 5px;
}
.info {
  table-layout: fixed;
  width: 300px;
}
.info td {
  color: #4298c3;
}
.info td.field {
  width: 100px;
}
.info td.value {
  width: 200px;
}
.info tr:nth-child(odd) {
  background-color: #efefef;
  /*color:#fff;*/
}
.sdPanel {
  overflow: scroll;
  max-height: 90%;
  overflow: auto;
}
.legend-div {
  position: absolute;
  left: 0px;
  top: 45px;
  padding-bottom: 10px;
  width: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
}
.legend {
  margin-left: 10px;
  color: rgba(0, 0, 0, 0.67);
  margin-bottom: 10px;
}
/* ESRI Legend Overrides
============================================================
*/
.esriLegendService {
  padding-bottom: 20px;
}
.esriLegendServiceLabel {
  display: none;
  font-weight: 400;
}
.esriLegendLayerLabel {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  margin-left: 5px;
  padding-top: 5px;
}
.esriLegendGroupLayer {
  padding-top: 10px;
}
.esriLegendLeft {
  padding-left: 20px;
}
.esriLegendRight {
  padding-right: 15px;
}
.esriLegendHoverLabel {
  position: absolute;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #759dc0;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.basemapGallery {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  text-align: left;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
}
.basemapGallery .panel-body {
  padding: 0px 0px 0px 0px;
  overflow-x: hidden;
  max-height: 100%;
}
.basemapGallery a {
  cursor: pointer;
}
.basemapGallery a:hover {
  text-decoration: none;
}
.basemapGallery .maps {
  position: relative;
  padding: 0px;
}
.basemapGallery .maps li {
  position: relative;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 2px;
  margin-left: 0px;
  margin-bottom: 5px;
  width: 100%;
}
.basemapGallery .maps li .thumbnail {
  float: left;
  margin-right: 2px;
  margin-bottom: 0px;
  width: 40%;
}
.basemapGallery .maps li .description {
  float: right;
  width: 45%;
}
.basemapGallery .maps li .title {
  font: normal 700 medium 'Source+Sans+Pro', sans-serif;
}
.basemapGallery .maps li .text {
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-stroke: 0.2pt !important;
}
.basemapGallery .maps li a {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.67);
}
.basemapGallery .maps li a:hover {
  text-decoration: none;
}
.basemapGallery .maps .active {
  color: #ffffff;
  background-color: #4298c3;
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.basemapGallery .maps .active .description {
  color: #ffffff;
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.basemapGallery .maps .active .title {
  color: #ffffff;
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.basemapGallery .layers ul {
  margin-left: -40px;
}
.basemapGallery .layers ul ul {
  margin-left: -5px;
}
.basemapGallery .layers li {
  list-style: none;
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  position: relative;
  overflow: hidden;
}
.basemapGallery .layers .group-header {
  font: normal 300 15px 'Source+Sans+Pro', sans-serif;
  color: rgba(0, 0, 0, 0.67);
  margin-left: 20px;
}
.basemapGallery .layers .visible {
  color: rgba(0, 0, 0, 0.67);
  font: normal 700 13px 'Source+Sans+Pro', sans-serif;
}
.basemapGallery .layers label {
  margin-left: 10px;
  font: normal 300 11px 'Source+Sans+Pro', sans-serif;
  color: rgba(0, 0, 0, 0.08);
}
.basemapGallery .layers input[type='checkbox'] {
  opacity: 0;
  float: left;
  width: 18px;
}
.basemapGallery .layers input[type='checkbox'] {
  /* Hide the input, but have it still be clickable */
  opacity: 0;
  float: left;
  width: 18px;
}
.basemapGallery .layers input[type='checkbox'] + label {
  margin: 0;
  clear: none;
  /* Left padding makes room for image */
  padding: 5px 0 4px 24px;
  margin-bottom: 5px;
  /* Make look clickable because they are */
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.67);
  width: 90%;
  color: rgba(0, 0, 0, 0.67);
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.basemapGallery .layers input[type='checkbox']:checked + label {
  border: 1px solid #bbb;
  width: 90%;
  color: #ffffff;
  background-color: #4298c3;
  -webkit-transition-delay: 0.35s;
  /* Safari */
  transition-delay: 0.35s;
}
.about-intro {
  padding: 3px;
  font: normal 300 12px 'Source+Sans+Pro', sans-serif;
  height: 70px;
}
.about-intro h3 {
  margin-top: 0px;
  font: normal 700 18px 'Source+Sans+Pro', sans-serif;
  color: #0b5d8f;
}
.about-content {
  font-size: small;
  padding: 5px;
  width: 275px;
}
.about-content h3 {
  font: normal 700 medium 'Source+Sans+Pro', sans-serif;
}
.about-content img {
  padding: 5px 2px 5px 2px;
}
.about-content li {
  padding-bottom: 5px;
}
/* Measurement Panel 
	=========================================================
*/
.measureWindow {
  display: none;
  width: 244px;
  height: 150px;
  position: absolute;
  top: 20px;
  left: 350px;
  z-index: 500;
  background-color: #ffffff;
  color: #4298c3;
  border: 1px solid #808080;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}
.measureWindow .toolbar {
  position: static;
  width: 100%;
  height: 30px;
  background-color: #bbb;
  color: #ffffff;
}
.measureWindow .toolbar button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: none;
  border: none;
}
.measureWindow .toolbar button.dropdown-toggle {
  margin-left: 10px;
  font-size: 16px;
  background: none;
}
.measureWindow .toolbar .mbutton {
  margin-left: 5px;
  width: 30px;
  height: 30px;
  float: left;
  background: none;
  border-width: 0px;
}
.measureWindow .toolbar .mbutton .mSelected {
  color: #0b5d8f;
}
.measureWindow .toolbar .left {
  float: left;
}
.measureWindow .toolbar .dropdown {
  margin-top: 5px;
  background: none;
}
.measureWindow .toolbar .dropdown-menu button {
  font-size: 14px;
  color: #4298c3;
}
.measureWindow .measure-results {
  margin-top: 10px;
  padding-left: 10px;
  float: none;
  width: 100%;
}
.modal-header {
  background-color: #0b5d8f;
  height: 50px;
  color: #ffffff;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-header h4 {
  margin-top: 0px;
  padding-top: 0px;
  color: #ffffff;
  font: normal 700 medium 'Source+Sans+Pro', sans-serif;
}
.modal-dialog {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.modal-content {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
#myModal .modal-body {
  width: 100%;
  margin: 0px;
}
.modal-footer {
  text-align: center;
}
.options {
  text-align: center;
  margin-bottom: 15px;
}
.options span {
  margin-bottom: 5px;
}
.options select {
  margin-bottom: 10px;
}
#printMap {
  border: 2px solid #333;
  margin: auto;
}
.print-option {
  width: 375px;
  margin-left: 10px;
  margin-right: 10px;
}
#txtScale {
  width: 75px;
  margin-right: 15px;
}
#txtTitle {
  width: 200px;
}
.option-text {
  margin-left: 15px;
}
.btn-primary {
  background-color: #0b5d8f;
  border: none;
}
.btn-primary:hover {
  background-color: #0b5d8f;
}
.print-wait {
  display: none;
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 500;
  padding: 20px;
}
.searchWait {
    display: none;
    position: absolute;
    top: 0px;
    left: 75px;
    z-index: 500;
    padding: 20px;
}
.searchWait .background {
        position: absolute;
        top: 105px;
        left: 0px;
        width: 100%;
        height: 30%;
        background-color: #0b5d8f;
        opacity: .8;
}
    /* Layer loading spinner
    =========================================================
*/
#dynamicLayerWait {
        display: block;
        position: absolute;
        z-index: 500;
        width: 0px;
        heigth: 0px;
}
#dynamicLayerWait .background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity:0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.spinner {
  margin: 100px auto;
  width: 48px;
  height: 48px;
  position: relative;
  z-index: 10;
}
.container1 > div,
.container2 > div,
.container3 > div {
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.circle1 {
  top: 0;
  left: 0;
}
.circle2 {
  top: 0;
  right: 0;
}
.circle3 {
  right: 0;
  bottom: 0;
}
.circle4 {
  left: 0;
  bottom: 0;
}
.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}