body {
    height: 100%;
    text-align: center!important;
}

header {
  padding: 20px 0 20px 0;
  background-color: #efefef;
}

#container {
  position: relative;
  padding: 30px 0 0 0;
  width: calc(100% - 100px);
  margin: 0 auto;
}

#container ul.nav {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 20px 0;
}

#container ul.nav li {
  line-height: 22px;
}

#container ul.nav li img {
  width: 18px;
  margin: 0 7px 0 0;
}

.content {
}

.content.scroll {
  margin: 90px 0;
}

.content h4 {
  padding: 30px 0;
  margin: 0 0 0 0;
  background-color: #fff;
  text-align: left;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.content h4.fixed {
  position: fixed;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 100;
  box-shadow: 0px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 8px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 8px 0px rgba(0,0,0,0.1);
}

.content .row {
  position: relative;
  padding: 13px 0;
}

.content .row_shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
  z-index: 2;
  border: 1px dotted #dadada;
}

.content .row_shadow span {
  width: 200px;
  height: 66px;
  display: block;
  line-height: 18px;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -33px;
  position: absolute;
  font-weight: bold;
}

.content .row_shadow span.close_ad {
  position: relative;
  font-weight: normal;
  margin: 8px 0 0 0;
  width: auto;
  height: auto;
  left: auto;
  top: auto;
  color: #dc8080;
  cursor: pointer;
}

.content .row:nth-child(2n+1) {
  background-color: #f1efda;
}

.content .row .photo img {
  max-width: 100%;
}

.content .row .comment textarea {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  outline: none;
  resize: none;
}

.content .row .comment textarea.error {
  border: 1px solid red;
}

.content .row .status_date {
  font-size: 12px;
}

button img.glyph {
  width: 12px;
  height: 12px;
  margin: 0 7px 0 0;
}

button {
  line-height: 22px!important;
}

#next_page {
  width: 100%;
  border: none;
  padding: 40px 0;
  margin: 20px 0 0 0;
  background-color: #dedede;
  cursor: pointer;
  color: #565656;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}
#next_page:hover {
  color: #2e4761;
  background-color: #d8eafd;
}

.ad_quick_stat h6 {
  font-size: 12px!important;
  color: #ababab!important;
  margin: 10px 0 0 0!important;
}

.ad_quick_stat {}

.ad_quick_stat button {
  margin: 0 3px;
  padding: 0;
  color: #007bff;
  background-color: transparent;
  border: none;
  border-bottom: 1px dotted #007bff;
  cursor: pointer;
  font-size: 12px;
  line-height: 15px!important;
}

.ad_quick_stat button:hover {
  border: none;
}
