#header {
  padding: 10px 0;
}

/*=====================ar==========================*/
.img-ar,
.img-ar img {
  max-width: 100%;
}

/*===================nr/vr=========================*/
.mainbox {
  background-color: #cccccc;
  padding: 0;
  //width: 660px;
  margin: auto;
}
.questionbox {
  background-color: white;
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 5px 10px 7px 10px;
  text-align: center;
}
.questionbox ul {
  margin-left: 30px;
}
.questionbox img {
  //max-width:600px;
  //max-height:500px;
}
.statementbox {
  background-color: #444444;
  color: white;
  margin: 0px auto 0px auto;
  padding: 5px 10px 5px 10px;
  text-align: left;
}
.answerbox {
  margin: 0px auto 0 auto;
  padding: 2px 4px 2px 4px;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  border-top: none;
}

/*=================== sr ==========================*/
.img-sr {
  width: 100%;
  max-width: 800px;
}

/* Cute message boxes */
.info,
.success,
.warning,
.error,
.validation {
  border: 1px solid;
  padding: 7px 10px 7px 60px;
  background-repeat: no-repeat;
  background-position: 14px center;
  border-color: #cccccc;
  background-color: #eaeaea;
}
.info {
  /* 	border-color: #b1dae9;
    background-color: #eaf8fd; */
  background-image: url("../img/icon_info.gif");
}
.success {
  /* color: #4F8A10;
    background-color: #DFF2BF; */
  background-image: url("../img/icon_success.gif");
}
.warning {
  /* color: #9F6000;
    background-color: #FEEFB3; */
  background-image: url("../img/icon_attention.gif");
}
.error {
  /* color: #D8000C;
    background-color: #FFBABA; */
  background-image: url("../img/icon_error.gif");
}

/*======image hover effects======*/
.img-hover img {
  -webkit-transition: all 0.3s ease; /* Safari and Chrome */
  -moz-transition: all 0.3s ease; /* Firefox */
  -o-transition: all 0.3s ease; /* IE 9 */
  -ms-transition: all 0.3s ease; /* Opera */
  transition: all 0.3s ease;
}
.img-hover img:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.1); /* Safari and Chrome */
  -moz-transform: scale(1.1); /* Firefox */
  -ms-transform: scale(1.1); /* IE 9 */
  -o-transform: translatZ(0) scale(1.1); /* Opera */
  transform: translatZ(0) scale(1.1);
}

.grayscale {
  -webkit-filter: brightness(1.1) grayscale(100%) contrast(90%);
  -moz-filter: brightness(1.1) grayscale(100%) contrast(90%);
  filter: brightness(1.1) grayscale(100%);
}

/*======image hover effects V2======*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.hovereffect a.link {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 10px 0 0;
  padding: 7px 14px;
}

.hovereffect a.link:hover {
  box-shadow: 0 0 1px rgb(255, 255, 255);
}

.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

.hovereffect:hover h2,
.hovereffect:hover a.link {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

.hovereffect:hover a.link {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/*-------Reports Portal------*/

.dropdown:hover .dropdown-menu {
  display: block;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-vertical-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-vertical-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-vertical-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.padding-vertical-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-vertical-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding-top-20 {
  padding-top: 20px;
}

.huge {
  font-size: 40px;
}

.min-width-460 {
  min-width: 460px;
}

@media (max-width: 768px) {
  #sidebar-demog-container {
    position: relative !important;
  }
  .slider-horizontal {
    width: 90% !important;
    min-width: 300px !important;
  }
}

@media (min-width: 768px) {
  #sidebar-demog-container.affix {
    top: 40px;
    width: 150px;
  }
  .slider-horizontal {
    width: 510px !important;
  }
}

@media (min-width: 992px) {
  #sidebar-demog-container.affix {
    top: 40px;
    width: 205px;
  }
  .slider-horizontal {
    width: 750px !important;
  }
}

@media (min-width: 1200px) {
  #sidebar-demog-container.affix {
    top: 40px;
    width: 255px;
  }
  .slider-horizontal {
    width: 950px !important;
  }
}

.div-link-hover {
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.dl-left dt {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}
.answer-tip-1 {
  font-size: 11px;
  font-style: italic;
}

body {
  font-size: 14px;
  font-family: "Asap", sans-serif;
}

.title {
  font-family: "Readex Pro", sans-serif;
  letter-spacing: -0.05em;
}

.btn {
  font-family: "Readex Pro", sans-serif;
  letter-spacing: -0.025em;
}
