html, body, #map {
  /*float: left;
  height: 100%;
  width: 45%;*/
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
}
 
/*html, body, #pano {
  float: left;
  height: 100%;
  width: 45%;
}*/
/*style based on banner color*/
.banner1{
  background-color: rgb(0,48,135);/*farmers*/
}
.banner2{
  background-color: rgb(0,122,194);/*foremost*/
}
.banner3{
  background-color: rgb(227,24,55);/*21century*/
}
.map-control {
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
        font-family: 'Roboto','sans-serif';
        margin: 10px;
        padding-right: 5px;
        /* Hide the control initially, to prevent it from appearing
           before the map loads. */
        display: none;
      }
      /* Display the control once it is inside the map. */
      #map .map-control { display: block; }
 
      .selector-control {
        font-size: 14px;
        line-height: 30px;
        vertical-align: baseline;
      }
 
header {
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 8;
    border-width: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;   
}
header .logoContainer {
/* width:1366px;*/
   position: relative;
  }
header .logo-container {
  height: 75px;
  /*position: relative;*/
  overflow: hidden;
  width: 100%;   
  margin-left: auto;
    margin-right: auto;
}
 
header .logo-container .logo #logoImage{
  /*width: 29%;*/
  display:block;
  margin:auto;
  height: 100%;
}
/*header .logo-container .logo {
  position: absolute;
  top:10px;
  bottom:10px;
}*/
header .logo-container .logo-vehicle{
  background: url(/logo_vehicle1.png) no-repeat;
  width: 45%;
  height: 90%;
  background-size: 100%;
  background-position: bottom;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -5px;
}
 
header #statusMsg{
  /*display: inline-block;
  float: right;
  font-size: 12px;
  color: white;*/
 
    right: 10px;
    position: absolute;
    font-size: 10px;
    color: white;
    top: 10px;
    z-index: 1111111;
}
header #statusMsg .time{
  padding-left: 20px;
  font-size: 30px;
}
.app-body {
    position: absolute;
    top:75px;
    bottom: 106px;
    width: 100%;
    overflow-x: hidden;
    display: block;
    background-color: #f8f9fa;
    -webkit-overflow-scrolling: touch;
}
footer {
    display: inline-block;
    position: absolute;
    bottom: 0;
    background-color: #fefefe;
    z-index: 6;
    border-width: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    top: auto;
    border-bottom: 0 none;
}
/*.adjuster-profile-section*/
div#profileSection {
    height: 106px;
    overflow: hidden;
}
div#profileSection.open {
    height: 350px;
}
.profile-section-header{
  /*display: table;*/
  position: relative;
  width: 100%;
  height: 106px;
  box-shadow: 0 5px 10px 2px #e2e2e2;
}
.adjuster-profile-image{
  display: table-cell;
  width: 100px;
}
.adjuster-profile-image img{
  width: 82px;
  border-radius: 50%;
  height: 82px;
  margin: 10px 20px;
  object-fit: cover;
  object-position: 0 10%;


}
.adjuster-profile-image object{
  width: 82px;
  border-radius: 50%;
  height: 82px;
  margin: 10px 20px;
}
.adjuster-details{
  display: table-cell;
  vertical-align: top;
}
.adjuster-details p{
  margin:5px 0;
  font-size: 16px;
}
.more-info{
  padding: 10px;
  height: 200px;
  overflow-x: scroll;
}
.more-info p{
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 10px;
}
.address span{
  font-weight: 700;
}
.address-block{
  display: table;
  margin: 15px 0;
}
.icon-address {
    display: table-cell;
    height: 22px;
    width: 22px;
    margin: 0;
    background: url(icons/icon_address.png) no-repeat;
    background-size: 100%;
}
.address-block .address{
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.phone-call-icon {
    display: table-cell;
    height: 22px;
    width: 22px;
    margin: 0;
    background: url(icons/icon_contact_phone.png) no-repeat;
    background-size: 100%;
}
.phone-text {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}
 
.phone-number{
  color: #0376db;
  text-decoration: none;
}
/*.adjuster-profile-section*/
.arrow {
    position: absolute;
    top: 4px;
    right: 5px;
    background: url(icons/icon_arrow_whiteU.png);
    height: 25px;
    width: 25px;
    background-color: #0376db;
    border-radius: 50%;
    background-size: 80%;
    background-position: 2px 2px;
    background-repeat:no-repeat;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.arrow.down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pin {
  width: 30px;
  height: 30px;
  border-radius: 50% 50% 50% 0;
  background: #b10032;
  position: absolute;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.pin:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #e6e6e6;
  position: absolute;
  border-radius: 50%;
}
 
.bounce {
  animation-name: bounce;
  animation-fill-mode: both;
  animation-duration: 1s;
}
 
.pulse {
  background: #d6d4d4;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  content: "";
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
  opacity: 0;
  box-shadow: 0 0 1px 2px #b10032;
  animation-delay: 1.1s;
}
.pin1 {
  position: absolute;
 
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
 
  border-radius: 50% 50% 50% 0;
  border: 4px solid #00cae9;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}
 
.pin1::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
  background-color: #00cae9;
}
.user_info_content {
    display: none;
    position: absolute;
    left: 15px;
    width: 90px;
    padding: 10px;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    bottom: 0;
}
 
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 320px) {
  header .logo-container .logo .century{
    width: 38%;
    padding-top: 5px;
  }
  header .logo-container .logo .foremost{
     width: 36%;
     padding-top: 19px;
  }
  header .logo-container .logo .farmers{
    width: 24%;
    padding-top: 10px;
  }
 
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  header .logo-container .logo .century{
     width: 22%;
     padding-top: 1px;
  }
 
   header .logo-container .logo .foremost{
    width: 18%;
    padding-top: 22px;/
  }
  header .logo-container .logo .farmers{
    width: 15%;
    padding-top: 2px;
  }   
}
 
 /*Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  header .logo-container .logo .century{
     width: 14%;
     padding-top: 0px;
  }
  header .logo-container .logo .foremost{
     width: 13%;
     padding-top: 22px;
  }
  header .logo-container .logo .farmers{
    width: 9%;
    padding: 6px;
  }
}
 
 
@media only screen and (min-width: 1024px) {
  header .logo-container .logo .century{
     width: 19%;
     padding-top: 0px;
  }
  header .logo-container .logo .foremost{
     width: 18%;
     padding-top: 16px;
  }
  header .logo-container .logo .farmers{
    width: 9%;
    padding: 6px;
  }
}
 
@media only screen and (min-width: 1366px) {
                header .logo-container{
                width: 1366px;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
 
  50% {
    opacity: 1;
  }
 
  100% {
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
 
@keyframes bounce {
  0% {
    opacity: 0;
    transform: translateY(-2000px) rotate(-45deg);
  }
 
  60% {
    opacity: 1;
    transform: translateY(30px) rotate(-45deg);
  }
 
  80% {
    transform: translateY(-10px) rotate(-45deg);
  }
 
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
/*Modal Styles*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
 
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}
.modal-content p{
  font-size: 16px;
}
 
/* The Close Button */
.modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
 
.modal-close:hover,
.modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}