body.lv .lang-ru{
  display:none;
}
body.ru .lang-lv{
  display:none;
}
#lang{
  text-align:center;
}
.thanks{
  font-weight:700;
  text-align:center;
  padding-top:100px;
  display:none;
}
.thanks a{
  color:#000;
  text-decoration:underline;
}
.thanks a:hover{
  text-decoration:none;
}
.form.done .thanks{
  display:block;
}
.form.done form{
  display:none;
}
.form-group span label{
  font-weight:normal;
  padding-right:10px;
}
.form-group.err .form-control{
  border-color:red;
  box-shadow: 0 1px 1px rgba(255, 0, 0, .2) inset;
}
.form-group.err label.req{
  color:red;
}
#content .form-group.err .checkbox{
  color:red;
}
.alert{
  color:red;
  padding:0;
}
.alert a{
  color:red;
  text-decoration:underline;
}
.alert a:hover{
  text-decoration:none;
}
.alert.done,
.alert.done a{
  color:#000;
}

.tt-menu,
.gist {
  text-align: left;
}
.time-off{
  font-size:14px;
  text-align:center;
}

.typeahead,
.tt-query,
.tt-hint {
  wwidth: 396px;
  hheight: 30px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  wwidth: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 14px;
  line-height: 16px;
  white-space:nowrap;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

.twitter-typeahead .dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
#content .questions{
  display:block;
}
#content .questions .doubt{
  display:none;
  color:red;
  font-size:20px;
}
#content .questions.doubt .doubt{
  display:block;
}
#content .questions img{
  background:rgba(113,197,232,.2) url(images/ajax-loader.gif) no-repeat center center;
}

.answers{
  list-style:none;
  padding:0;
  margin:10px 0 0 10px;
}
.answers label{
  font-weight:normal;
}
.answers label span{
  padding-left:10px;
}

.timer{
  font-size:30px;
  line-height:30px;
  font-weight:bold;
  color:#000;
  background:url(/img/clock.png) no-repeat center top;
  padding:60px 0 0 0;
  width:80px;
  text-align:center;
  margin:0 auto;
}

.info{
}
.info ol{
  list-style:none;
  padding:0;
  margin:10px 0 0 0;
  width:135px;
}
.info ol li{
  float:left;
  cursor:pointer;
}
.info ol li,
.info .rules span{
  font-size:14px;
  line-height:21px;
  width:25px;
  height:25px;
  text-align:center;
  margin:0 2px 2px 0;
  border: 2px solid gray;
  background-color:#eeeeee;
}
.info .rules{
  clear:both;
  margin-top:10px;
}
.info .rules span{
  display:inline-block;
}
.info .rules em{
  font-style:normal;
}
.info .cgreen{
  border: 2px solid green !important;
  background-color:#e0f9cd !important;
}
.info .corange{
  border: 2px solid orange !important;
  background-color:#fff4cd !important;
}



#content .questions .done h3{
  font-size:16px;
  margin:20px 60px;
}
#content .questions .done h3 b{
  display:block;
  margin-top:20px;
}
