* {
    text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.3) /* Shadow for text */
  }

table {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

body {
  text-align: center;
  font-family: arial;
  font-size: 1.3em;
  background: #eee url("http://www.boomtownrealty.com/images/header_outer.jpg")
    repeat-x scroll 0 0;
}

/* ------- PANEL ---*/
.panel {
  border: 1px solid #79b707;
  border-radius: 0 !important;
  transition: box-shadow 0.5s;
  box-shadow: -3px 4px 7px rgba(0, 0, 0, 0.2)
}
.panel:hover {
  box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
  border: 1px solid #79b707;
  background-color: #fff !important;
  color: #79b707;
}
.panel-heading {
  color: #fff !important;
  background-color: #79b707 !important;
  padding: 5px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-body {
  padding: 25px;
}
.panel-footer {
  /* background-color: white !important; */
}
.panel-footer h3 {
  font-size: 32px;
}
.panel-footer h4 {
  color: #aaa;
  font-size: 14px;
}
.panel-footer .btn {
  margin: 15px 0;
  background-color: #79b707;
  color: #fff;
}

.subt {
  color: grey;
  text-shadow: 1px 1px 1px black;
  margin-bottom: 2rem;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
.form-control,
.button {
  font-size: inherit; /* Inherit font size from the parent (body) */
} */

.rc-anchor-normal .rc-anchor-checkbox-label {
  font-size: larger !important;
}

.wrapper {
  background-color: white;
  margin: -40px auto;
  padding: 40px;
  width: 1000px;
}

.image {
  width: 100%;
  display: block;
  margin: auto;
}

/* .zoom {
   	width:0px;
   	transition:width 0.8s linear 0s;
   }
   
   .image:hover + .zoom
   {
   	width:2000px;
   }
   
   .zoom:hover + .zoom
   {
   	width:2000px;
   }
 */

.map {
  width: 757px;
  margin: 7px auto;
  height: 447px;
  border-style: solid;
  border-width: 4px;
  border-color: gray white white gray;
  display: block;
}

.buto {
  border-color: #f2f2f0 grey grey #f2f2f0;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  padding: 4px 5px 6px;
  font: bold 15px arial;
  color: #00c9fe;
  text-shadow: -1px 2px white;
  margin: 0px 0px 8px 15px;
  border-radius: 5px;
  background: lightgrey;
  width: auto;
}

.chosen {
  background: gold !important;
  color: #877208 !important;
}

.yeloca {
  background-image: url("http://www.boomtownrealty.net/newbanners/beige.png");
  background-repeat: repeat;
  border: 1px solid black;
  box-shadow: -6px 6px 8px #322c16;
  height: 466px;
  margin: 20px auto 40px;
  padding: 10px 30px;
  position: relative;
  width: 820px;
}

.field {
  width: 23px;
  margin: 1px;
}

.container-fluid {
  padding: 30px 50px;
}

.form-control {
  font-size: 1rem !important;
  margin-bottom: 1rem;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 1rem;
}

tbody, td, tfoot, th, thead, tr{
  border-width: 1px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > t {
  border:none;
}

.hideonlaptop {
  display: none;
}

.imageForModal {
  cursor: pointer;
}

#listingDetail td,
#listingDetail th {
  display: block;
  clear: both;
}
/* ------- MEDIA MAX 768PX ---*/
@media screen and (max-width: 846px) {
  .breakmobile {
    display: block;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .hideonlaptop {
    display: inline;
  }
}
