@charset "utf-8";

/* CSS Document */
.wrapper {
  overflow: hidden;
}
h4 {
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
.glyphicon {
  font-size: 2em;
  color: #333332;
  margin-right: 0.2em;
  margin-top: 0.2em;
}
.eye {
  color: #333332;
  float: left;
  margin-right: 1.2em;
}
.eye:before {
  content: "";
  display: inline-block;
  position: relative;
  color: #620100;
  left: 3px;  /*border: 6px solid transparent;
    border-left-color: #000;*/
}
.eye.active:before {
  color: #620100;
  left: 0;
  top: 0px;
  border-color: #620100 transparent transparent;
}
.eye:hover {
  cursor: pointer;
  color: #000;
}
.content {
  font-size: 1.15em;
  line-height: 1.8em;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.content.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.overview {
  margin-right: 0.5em;
  padding: 1em;
}

.textView {
  min-height: 60px;
  background-color: rgba(64,61,88,0.1);
    /*background: rgba(116,203,223,0.2);8*/
     border: 1px solid #ccc;
  padding: 0px 10px 0 10px;

}

.textView2{
        margin-top: 10%;
  text-align: left;
  margin-bottom: 10%;
    }

h4.modal-title {
    text-align: left;
    font-weight: initial;
	font-size: 1.6em;
}



@media print {
  .btn-container {
    display: none;
  }
}