
/* modal bootstrap 3.3.5 */


.htq_class .modal-footer:before,
.htq_class .modal-footer:after {
  display: table;
  content: " ";
}
.htq_class .modal-footer:after {
  clear: both;
}
.htq_class .modal-open {
  overflow: hidden;
}
.htq_class .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.htq_class .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.htq_class .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.htq_class .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.htq_class .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.htq_class .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.htq_class .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.htq_class .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.htq_class .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.htq_class .modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.htq_class .modal-header .close {
  margin-top: -2px;
}
.htq_class .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.htq_class .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.htq_class .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.htq_class .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.htq_class .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.htq_class .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .htq_class .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .htq_class .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .htq_class .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .htq_class .modal-lg {
    width: 900px;
  }
}
.htq_class .col-xs-1, .htq_class .col-sm-1, .htq_class .col-md-1, .htq_class .col-lg-1, .htq_class .col-xs-2, .htq_class .col-sm-2, .htq_class .col-md-2, .htq_class .col-lg-2, .htq_class .col-xs-3, .htq_class .col-sm-3, .htq_class .col-md-3, .htq_class .col-lg-3, .htq_class .col-xs-4, .htq_class .col-sm-4, .htq_class .col-md-4, .htq_class .col-lg-4, .htq_class .col-xs-5, .htq_class .col-sm-5, .htq_class .col-md-5, .htq_class .col-lg-5, .htq_class .col-xs-6, .htq_class .col-sm-6, .htq_class .col-md-6, .htq_class .col-lg-6, .htq_class .col-xs-7, .htq_class .col-sm-7, .htq_class .col-md-7, .htq_class .col-lg-7, .htq_class .col-xs-8, .htq_class .col-sm-8, .htq_class .col-md-8, .htq_class .col-lg-8, .htq_class .col-xs-9, .htq_class .col-sm-9, .htq_class .col-md-9, .htq_class .col-lg-9, .htq_class .col-xs-10, .htq_class .col-sm-10, .htq_class .col-md-10, .htq_class .col-lg-10, .htq_class .col-xs-11, .htq_class .col-sm-11, .htq_class .col-md-11, .htq_class .col-lg-11, .htq_class .col-xs-12, .htq_class .col-sm-12, .htq_class .col-md-12, .htq_class .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.htq_class .col-xs-1, .htq_class .col-xs-2, .htq_class .col-xs-3, .htq_class .col-xs-4, .htq_class .col-xs-5, .htq_class .col-xs-6, .htq_class .col-xs-7, .htq_class .col-xs-8, .htq_class .col-xs-9, .htq_class .col-xs-10, .htq_class .col-xs-11, .htq_class .col-xs-12 {
  float: left;
}
.htq_class .col-xs-12 {
  width: 100%;
}
.htq_class .col-xs-11 {
  width: 91.66666667%;
}
.htq_class .col-xs-10 {
  width: 83.33333333%;
}
.htq_class .col-xs-9 {
  width: 75%;
}
.htq_class .col-xs-8 {
  width: 66.66666667%;
}
.htq_class .col-xs-7 {
  width: 58.33333333%;
}
.htq_class .col-xs-6 {
  width: 50%;
}
.htq_class .col-xs-5 {
  width: 41.66666667%;
}
.htq_class .col-xs-4 {
  width: 33.33333333%;
}
.htq_class .col-xs-3 {
  width: 25%;
}
.htq_class .col-xs-2 {
  width: 16.66666667%;
}
.htq_class .col-xs-1 {
  width: 8.33333333%;
}
.htq_class .col-xs-pull-12 {
  right: 100%;
}
.htq_class .col-xs-pull-11 {
  right: 91.66666667%;
}
.htq_class .col-xs-pull-10 {
  right: 83.33333333%;
}
.htq_class .col-xs-pull-9 {
  right: 75%;
}
.htq_class .col-xs-pull-8 {
  right: 66.66666667%;
}
.htq_class .col-xs-pull-7 {
  right: 58.33333333%;
}
.htq_class .col-xs-pull-6 {
  right: 50%;
}
.htq_class .col-xs-pull-5 {
  right: 41.66666667%;
}
.htq_class .col-xs-pull-4 {
  right: 33.33333333%;
}
.htq_class .col-xs-pull-3 {
  right: 25%;
}
.htq_class .col-xs-pull-2 {
  right: 16.66666667%;
}
.htq_class .col-xs-pull-1 {
  right: 8.33333333%;
}
.htq_class .col-xs-pull-0 {
  right: auto;
}
.htq_class .col-xs-push-12 {
  left: 100%;
}
.htq_class .col-xs-push-11 {
  left: 91.66666667%;
}
.htq_class .col-xs-push-10 {
  left: 83.33333333%;
}
.htq_class .col-xs-push-9 {
  left: 75%;
}
.htq_class .col-xs-push-8 {
  left: 66.66666667%;
}
.htq_class .col-xs-push-7 {
  left: 58.33333333%;
}
.htq_class .col-xs-push-6 {
  left: 50%;
}
.htq_class .col-xs-push-5 {
  left: 41.66666667%;
}
.htq_class .col-xs-push-4 {
  left: 33.33333333%;
}
.htq_class .col-xs-push-3 {
  left: 25%;
}
.htq_class .col-xs-push-2 {
  left: 16.66666667%;
}
.htq_class .col-xs-push-1 {
  left: 8.33333333%;
}
.htq_class .col-xs-push-0 {
  left: auto;
}
.htq_class .col-xs-offset-12 {
  margin-left: 100%;
}
.htq_class .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.htq_class .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.htq_class .col-xs-offset-9 {
  margin-left: 75%;
}
.htq_class .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.htq_class .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.htq_class .col-xs-offset-6 {
  margin-left: 50%;
}
.htq_class .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.htq_class .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.htq_class .col-xs-offset-3 {
  margin-left: 25%;
}
.htq_class .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.htq_class .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.htq_class .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .htq_class .col-sm-1, .htq_class .col-sm-2, .htq_class .col-sm-3, .htq_class .col-sm-4, .htq_class .col-sm-5, .htq_class .col-sm-6, .htq_class .col-sm-7, .htq_class .col-sm-8, .htq_class .col-sm-9, .htq_class .col-sm-10, .htq_class .col-sm-11, .htq_class .col-sm-12 {
    float: left;
  }
  .htq_class .col-sm-12 {
    width: 100%;
  }
  .htq_class .col-sm-11 {
    width: 91.66666667%;
  }
  .htq_class .col-sm-10 {
    width: 83.33333333%;
  }
  .htq_class .col-sm-9 {
    width: 75%;
  }
  .htq_class .col-sm-8 {
    width: 66.66666667%;
  }
  .htq_class .col-sm-7 {
    width: 58.33333333%;
  }
  .htq_class .col-sm-6 {
    width: 50%;
  }
  .htq_class .col-sm-5 {
    width: 41.66666667%;
  }
  .htq_class .col-sm-4 {
    width: 33.33333333%;
  }
  .htq_class .col-sm-3 {
    width: 25%;
  }
  .htq_class .col-sm-2 {
    width: 16.66666667%;
  }
  .htq_class .col-sm-1 {
    width: 8.33333333%;
  }
  .htq_class .col-sm-pull-12 {
    right: 100%;
  }
  .htq_class .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .htq_class .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .htq_class .col-sm-pull-9 {
    right: 75%;
  }
  .htq_class .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .htq_class .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .htq_class .col-sm-pull-6 {
    right: 50%;
  }
  .htq_class .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .htq_class .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .htq_class .col-sm-pull-3 {
    right: 25%;
  }
  .htq_class .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .htq_class .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .htq_class .col-sm-pull-0 {
    right: auto;
  }
  .htq_class .col-sm-push-12 {
    left: 100%;
  }
  .htq_class .col-sm-push-11 {
    left: 91.66666667%;
  }
  .htq_class .col-sm-push-10 {
    left: 83.33333333%;
  }
  .htq_class .col-sm-push-9 {
    left: 75%;
  }
  .htq_class .col-sm-push-8 {
    left: 66.66666667%;
  }
  .htq_class .col-sm-push-7 {
    left: 58.33333333%;
  }
  .htq_class .col-sm-push-6 {
    left: 50%;
  }
  .htq_class .col-sm-push-5 {
    left: 41.66666667%;
  }
  .htq_class .col-sm-push-4 {
    left: 33.33333333%;
  }
  .htq_class .col-sm-push-3 {
    left: 25%;
  }
  .htq_class .col-sm-push-2 {
    left: 16.66666667%;
  }
  .htq_class .col-sm-push-1 {
    left: 8.33333333%;
  }
  .htq_class .col-sm-push-0 {
    left: auto;
  }
  .htq_class .col-sm-offset-12 {
    margin-left: 100%;
  }
  .htq_class .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .htq_class .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .htq_class .col-sm-offset-9 {
    margin-left: 75%;
  }
  .htq_class .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .htq_class .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .htq_class .col-sm-offset-6 {
    margin-left: 50%;
  }
  .htq_class .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .htq_class .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .htq_class .col-sm-offset-3 {
    margin-left: 25%;
  }
  .htq_class .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .htq_class .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .htq_class .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .htq_class .col-md-1, .htq_class .col-md-2, .htq_class .col-md-3, .htq_class .col-md-4, .htq_class .col-md-5, .htq_class .col-md-6, .htq_class .col-md-7, .htq_class .col-md-8, .htq_class .col-md-9, .htq_class .col-md-10, .htq_class .col-md-11, .htq_class .col-md-12 {
    float: left;
  }
  .htq_class .col-md-12 {
    width: 100%;
  }
  .htq_class .col-md-11 {
    width: 91.66666667%;
  }
  .htq_class .col-md-10 {
    width: 83.33333333%;
  }
  .htq_class .col-md-9 {
    width: 75%;
  }
  .htq_class .col-md-8 {
    width: 66.66666667%;
  }
  .htq_class .col-md-7 {
    width: 58.33333333%;
  }
  .htq_class .col-md-6 {
    width: 50%;
  }
  .htq_class .col-md-5 {
    width: 41.66666667%;
  }
  .htq_class .col-md-4 {
    width: 33.33333333%;
  }
  .htq_class .col-md-3 {
    width: 25%;
  }
  .htq_class .col-md-2 {
    width: 16.66666667%;
  }
  .htq_class .col-md-1 {
    width: 8.33333333%;
  }
  .htq_class .col-md-pull-12 {
    right: 100%;
  }
  .htq_class .col-md-pull-11 {
    right: 91.66666667%;
  }
  .htq_class .col-md-pull-10 {
    right: 83.33333333%;
  }
  .htq_class .col-md-pull-9 {
    right: 75%;
  }
  .htq_class .col-md-pull-8 {
    right: 66.66666667%;
  }
  .htq_class .col-md-pull-7 {
    right: 58.33333333%;
  }
  .htq_class .col-md-pull-6 {
    right: 50%;
  }
  .htq_class .col-md-pull-5 {
    right: 41.66666667%;
  }
  .htq_class .col-md-pull-4 {
    right: 33.33333333%;
  }
  .htq_class .col-md-pull-3 {
    right: 25%;
  }
  .htq_class .col-md-pull-2 {
    right: 16.66666667%;
  }
  .htq_class .col-md-pull-1 {
    right: 8.33333333%;
  }
  .htq_class .col-md-pull-0 {
    right: auto;
  }
  .htq_class .col-md-push-12 {
    left: 100%;
  }
  .htq_class .col-md-push-11 {
    left: 91.66666667%;
  }
  .htq_class .col-md-push-10 {
    left: 83.33333333%;
  }
  .htq_class .col-md-push-9 {
    left: 75%;
  }
  .htq_class .col-md-push-8 {
    left: 66.66666667%;
  }
  .htq_class .col-md-push-7 {
    left: 58.33333333%;
  }
  .htq_class .col-md-push-6 {
    left: 50%;
  }
  .htq_class .col-md-push-5 {
    left: 41.66666667%;
  }
  .htq_class .col-md-push-4 {
    left: 33.33333333%;
  }
  .htq_class .col-md-push-3 {
    left: 25%;
  }
  .htq_class .col-md-push-2 {
    left: 16.66666667%;
  }
  .htq_class .col-md-push-1 {
    left: 8.33333333%;
  }
  .htq_class .col-md-push-0 {
    left: auto;
  }
  .htq_class .col-md-offset-12 {
    margin-left: 100%;
  }
  .htq_class .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .htq_class .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .htq_class .col-md-offset-9 {
    margin-left: 75%;
  }
  .htq_class .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .htq_class .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .htq_class .col-md-offset-6 {
    margin-left: 50%;
  }
  .htq_class .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .htq_class .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .htq_class .col-md-offset-3 {
    margin-left: 25%;
  }
  .htq_class .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .htq_class .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .htq_class .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .htq_class .col-lg-1, .htq_class .col-lg-2, .htq_class .col-lg-3, .htq_class .col-lg-4, .htq_class .col-lg-5, .htq_class .col-lg-6, .htq_class .col-lg-7, .htq_class .col-lg-8, .htq_class .col-lg-9, .htq_class .col-lg-10, .htq_class .col-lg-11, .htq_class .col-lg-12 {
    float: left;
  }
  .htq_class .col-lg-12 {
    width: 100%;
  }
  .htq_class .col-lg-11 {
    width: 91.66666667%;
  }
  .htq_class .col-lg-10 {
    width: 83.33333333%;
  }
  .htq_class .col-lg-9 {
    width: 75%;
  }
  .htq_class .col-lg-8 {
    width: 66.66666667%;
  }
  .htq_class .col-lg-7 {
    width: 58.33333333%;
  }
  .htq_class .col-lg-6 {
    width: 50%;
  }
  .htq_class .col-lg-5 {
    width: 41.66666667%;
  }
  .htq_class .col-lg-4 {
    width: 33.33333333%;
  }
  .htq_class .col-lg-3 {
    width: 25%;
  }
  .htq_class .col-lg-2 {
    width: 16.66666667%;
  }
  .htq_class .col-lg-1 {
    width: 8.33333333%;
  }
  .htq_class .col-lg-pull-12 {
    right: 100%;
  }
  .htq_class .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .htq_class .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .htq_class .col-lg-pull-9 {
    right: 75%;
  }
  .htq_class .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .htq_class .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .htq_class .col-lg-pull-6 {
    right: 50%;
  }
  .htq_class .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .htq_class .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .htq_class .col-lg-pull-3 {
    right: 25%;
  }
  .htq_class .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .htq_class .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .htq_class .col-lg-pull-0 {
    right: auto;
  }
  .htq_class .col-lg-push-12 {
    left: 100%;
  }
  .htq_class .col-lg-push-11 {
    left: 91.66666667%;
  }
  .htq_class .col-lg-push-10 {
    left: 83.33333333%;
  }
  .htq_class .col-lg-push-9 {
    left: 75%;
  }
  .htq_class .col-lg-push-8 {
    left: 66.66666667%;
  }
  .htq_class .col-lg-push-7 {
    left: 58.33333333%;
  }
  .htq_class .col-lg-push-6 {
    left: 50%;
  }
  .htq_class .col-lg-push-5 {
    left: 41.66666667%;
  }
  .htq_class .col-lg-push-4 {
    left: 33.33333333%;
  }
  .htq_class .col-lg-push-3 {
    left: 25%;
  }
  .htq_class .col-lg-push-2 {
    left: 16.66666667%;
  }
  .htq_class .col-lg-push-1 {
    left: 8.33333333%;
  }
  .htq_class .col-lg-push-0 {
    left: auto;
  }
  .htq_class .col-lg-offset-12 {
    margin-left: 100%;
  }
  .htq_class .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .htq_class .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .htq_class .col-lg-offset-9 {
    margin-left: 75%;
  }
  .htq_class .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .htq_class .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .htq_class .col-lg-offset-6 {
    margin-left: 50%;
  }
  .htq_class .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .htq_class .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .htq_class .col-lg-offset-3 {
    margin-left: 25%;
  }
  .htq_class .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .htq_class .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .htq_class .col-lg-offset-0 {
    margin-left: 0;
  }
}

.htq_class .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.htq_class .btn:focus,
.htq_class .btn:active:focus,
.htq_class .btn.active:focus,
.htq_class .btn.focus,
.htq_class.btn:active.focus,
.htq_class .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.htq_class .btn:hover,
.htq_class .btn:focus,
.htq_class .btn.focus {
  color: #333;
  text-decoration: none;
}
.htq_class .btn:active,
.htq_class .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.htq_class .btn.disabled,
.htq_class .btn[disabled],
.htq_class fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.htq_class a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.htq_class .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.htq_class .btn-default:focus,
.htq_class .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.htq_class .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.htq_class .btn-default:active,
.htq_class .btn-default.active,
.htq_class .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.htq_class .btn-default:active:hover,
.htq_class .btn-default.active:hover,
.htq_class .open > .dropdown-toggle.btn-default:hover,
.htq_class .btn-default:active:focus,
.htq_class .btn-default.active:focus,
.htq_class .open > .dropdown-toggle.btn-default:focus,
.htq_class .btn-default:active.focus,
.htq_class .btn-default.active.focus,
.htq_class .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.htq_class .btn-default:active,
.htq_class .btn-default.active,
.htq_class .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.htq_class .btn-default.disabled,
.htq_class .btn-default[disabled],
.htq_class fieldset[disabled] .btn-default,
.htq_class .btn-default.disabled:hover,
.htq_class .btn-default[disabled]:hover,
.htq_class fieldset[disabled] .btn-default:hover,
.htq_class .btn-default.disabled:focus,
.htq_class .btn-default[disabled]:focus,
.htq_class fieldset[disabled] .btn-default:focus,
.htq_class .btn-default.disabled.focus,
.htq_class .btn-default[disabled].focus,
.htq_class fieldset[disabled] .btn-default.focus,
.htq_class .btn-default.disabled:active,
.htq_class .btn-default[disabled]:active,
.htq_class fieldset[disabled] .btn-default:active,
.htq_class .btn-default.disabled.active,
.htq_class .btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.htq_class .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.htq_class .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.htq_class .btn-primary:focus,
.htq_class .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.htq_class .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.htq_class .btn-primary:active,
.htq_class .btn-primary.active,
.htq_class .open > .dropdown-toggle.btn-primary {
  color: #fff;
/*  background-color: #286090;*/
  background-color: #174572 !important;
  border-color: #204d74;
}
.htq_class .btn-primary:active:hover,
.htq_class .btn-primary.active:hover,
.htq_class .open > .dropdown-toggle.btn-primary:hover,
.htq_class .btn-primary:active:focus,
.htq_class .btn-primary.active:focus,
.htq_class .open > .dropdown-toggle.btn-primary:focus,
.htq_class .btn-primary:active.focus,
.htq_class .btn-primary.active.focus,
.htq_class .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.htq_class .btn-primary:active,
.htq_class .btn-primary.active,
.htq_class .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.htq_class .btn-primary.disabled,
.htq_class .btn-primary[disabled],
.htq_class fieldset[disabled] .btn-primary,
.htq_class .btn-primary.disabled:hover,
.htq_class .btn-primary[disabled]:hover,
.htq_class fieldset[disabled] .btn-primary:hover,
.htq_class .btn-primary.disabled:focus,
.htq_class .btn-primary[disabled]:focus,
.htq_class fieldset[disabled] .btn-primary:focus,
.htq_class .btn-primary.disabled.focus,
.htq_class .btn-primary[disabled].focus,
.htq_class fieldset[disabled] .btn-primary.focus,
.htq_class .btn-primary.disabled:active,
.htq_class .btn-primary[disabled]:active,
.htq_class fieldset[disabled] .btn-primary:active,
.htq_class .btn-primary.disabled.active,
.htq_class .btn-primary[disabled].active,
.htq_class fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.htq_class .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.htq_class .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.htq_class .btn-success:focus,
.htq_class .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.htq_class .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.htq_class .btn-success:active,
.htq_class .btn-success.active,
.htq_class .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.htq_class .btn-success:active:hover,
.htq_class .btn-success.active:hover,
.htq_class .open > .dropdown-toggle.btn-success:hover,
.htq_class .btn-success:active:focus,
.htq_class .btn-success.active:focus,
.htq_class .open > .dropdown-toggle.btn-success:focus,
.htq_class .btn-success:active.focus,
.htq_class .btn-success.active.focus,
.htq_class .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.htq_class .btn-success:active,
.htq_class .btn-success.active,
.htq_class .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.htq_class .btn-success.disabled,
.htq_class .btn-success[disabled],
.htq_class fieldset[disabled] .btn-success,
.htq_class .btn-success.disabled:hover,
.htq_class .btn-success[disabled]:hover,
.htq_class fieldset[disabled] .btn-success:hover,
.htq_class .btn-success.disabled:focus,
.htq_class .btn-success[disabled]:focus,
.htq_class fieldset[disabled] .btn-success:focus,
.htq_class .btn-success.disabled.focus,
.htq_class .btn-success[disabled].focus,
.htq_class fieldset[disabled] .btn-success.focus,
.htq_class .btn-success.disabled:active,
.htq_class .btn-success[disabled]:active,
.htq_class fieldset[disabled] .btn-success:active,
.htq_class .btn-success.disabled.active,
.htq_class .btn-success[disabled].active,
.htq_class fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.htq_class .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.htq_class .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.htq_class .btn-info:focus,
.htq_class .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.htq_class .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.htq_class .btn-info:active,
.htq_class .btn-info.active,
.htq_class .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.htq_class .btn-info:active:hover,
.htq_class .btn-info.active:hover,
.htq_class .open > .dropdown-toggle.btn-info:hover,
.htq_class .btn-info:active:focus,
.htq_class .btn-info.active:focus,
.htq_class .open > .dropdown-toggle.btn-info:focus,
.htq_class .btn-info:active.focus,
.htq_class .btn-info.active.focus,
.htq_class .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.htq_class .btn-info:active,
.htq_class .btn-info.active,
.htq_class .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.htq_class .btn-info.disabled,
.htq_class .btn-info[disabled],
.htq_class fieldset[disabled] .btn-info,
.htq_class .btn-info.disabled:hover,
.htq_class .btn-info[disabled]:hover,
.htq_class fieldset[disabled] .btn-info:hover,
.htq_class .btn-info.disabled:focus,
.htq_class .btn-info[disabled]:focus,
.htq_class fieldset[disabled] .btn-info:focus,
.htq_class .btn-info.disabled.focus,
.htq_class .btn-info[disabled].focus,
.htq_class fieldset[disabled] .btn-info.focus,
.htq_class .btn-info.disabled:active,
.htq_class .btn-info[disabled]:active,
.htq_class fieldset[disabled] .btn-info:active,
.htq_class .btn-info.disabled.active,
.htq_class .btn-info[disabled].active,
.htq_class fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.htq_class .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.htq_class .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.htq_class .btn-warning:focus,
.htq_class .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.htq_class .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.htq_class .btn-warning:active,
.htq_class .btn-warning.active,
.htq_class .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.htq_class .btn-warning:active:hover,
.htq_class .btn-warning.active:hover,
.htq_class .open > .dropdown-toggle.btn-warning:hover,
.htq_class .btn-warning:active:focus,
.htq_class .btn-warning.active:focus,
.htq_class .open > .dropdown-toggle.btn-warning:focus,
.htq_class .btn-warning:active.focus,
.htq_class .btn-warning.active.focus,
.htq_class .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.htq_class .btn-warning:active,
.htq_class .btn-warning.active,
.htq_class .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.htq_class .btn-warning.disabled,
.htq_class .btn-warning[disabled],
.htq_class fieldset[disabled] .btn-warning,
.htq_class .btn-warning.disabled:hover,
.htq_class .btn-warning[disabled]:hover,
.htq_class fieldset[disabled] .btn-warning:hover,
.htq_class .btn-warning.disabled:focus,
.htq_class .btn-warning[disabled]:focus,
.htq_class fieldset[disabled] .btn-warning:focus,
.htq_class .btn-warning.disabled.focus,
.htq_class .btn-warning[disabled].focus,
.htq_class fieldset[disabled] .btn-warning.focus,
.htq_class .btn-warning.disabled:active,
.htq_class .btn-warning[disabled]:active,
.htq_class fieldset[disabled] .btn-warning:active,
.htq_class .btn-warning.disabled.active,
.htq_class .btn-warning[disabled].active,
.htq_class fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.htq_class .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.htq_class .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.htq_class .btn-danger:focus,
.htq_class .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.htq_class .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.htq_class .btn-danger:active,
.htq_class .btn-danger.active,
.htq_class .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.htq_class .btn-danger:active:hover,
.htq_class .btn-danger.active:hover,
.htq_class .open > .dropdown-toggle.btn-danger:hover,
.htq_class .btn-danger:active:focus,
.htq_class .btn-danger.active:focus,
.htq_class .open > .dropdown-toggle.btn-danger:focus,
.htq_class .btn-danger:active.focus,
.htq_class .btn-danger.active.focus,
.htq_class .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.htq_class .btn-danger:active,
.htq_class .btn-danger.active,
.htq_class .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.htq_class .btn-danger.disabled,
.htq_class .btn-danger[disabled],
.htq_class fieldset[disabled] .btn-danger,
.htq_class .btn-danger.disabled:hover,
.htq_class .btn-danger[disabled]:hover,
.htq_class fieldset[disabled] .btn-danger:hover,
.htq_class .btn-danger.disabled:focus,
.htq_class .btn-danger[disabled]:focus,
.htq_class fieldset[disabled] .btn-danger:focus,
.htq_class .btn-danger.disabled.focus,
.htq_class .btn-danger[disabled].focus,
.htq_class fieldset[disabled] .btn-danger.focus,
.htq_class .btn-danger.disabled:active,
.htq_class .btn-danger[disabled]:active,
.htq_class fieldset[disabled] .btn-danger:active,
.htq_class .btn-danger.disabled.active,
.htq_class .btn-danger[disabled].active,
.htq_class fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.htq_class .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.htq_class .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.htq_class .btn-link,
.htq_class .btn-link:active,
.htq_class .btn-link.active,
.htq_class .btn-link[disabled],
.htq_class fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.htq_class .btn-link,
.htq_class .btn-link:hover,
.htq_class .btn-link:focus,
.htq_class .btn-link:active {
  border-color: transparent;
}
.htq_class .btn-link:hover,
.htq_class .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.htq_class .btn-link[disabled]:hover,
.htq_class fieldset[disabled] .btn-link:hover,
.htq_class .btn-link[disabled]:focus,
.htq_class fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.htq_class .btn-lg,
.htq_class .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.htq_class .btn-sm,
.htq_class .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.htq_class .btn-xs,
.htq_class .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.htq_class .btn-block {
  display: block;
  width: 100%;
}
.htq_class .btn-block + .btn-block {
  margin-top: 5px;
}
.htq_class input[type="submit"].btn-block,
.htq_class input[type="reset"].btn-block,
.htq_class input[type="button"].btn-block {
  width: 100%;
}

.htq_class .btn-group,
.htq_class .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.htq_class .btn-group > .btn,
.htq_class .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.htq_class .btn-group > .btn:hover,
.htq_class .btn-group-vertical > .btn:hover,
.htq_class .btn-group > .btn:focus,
.htq_class .btn-group-vertical > .btn:focus,
.htq_class .btn-group > .btn:active,
.htq_class .btn-group-vertical > .btn:active,
.htq_class .btn-group > .btn.active,
.htq_class .btn-group-vertical > .btn.active {
  z-index: 2;
}
.htq_class .btn-group .btn + .btn,
.htq_class .btn-group .btn + .btn-group,
.htq_class .btn-group .btn-group + .btn,
.htq_class .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.htq_class .btn-toolbar {
  margin-left: -5px;
}
.htq_class .btn-toolbar .btn,
.htq_class .btn-toolbar .btn-group,
.htq_class .btn-toolbar .input-group {
  float: left;
}
.htq_class .btn-toolbar > .btn,
.htq_class .btn-toolbar > .btn-group,
.htq_class .btn-toolbar > .input-group {
  margin-left: 5px;
}
.htq_class .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.htq_class .btn-group > .btn:first-child {
  margin-left: 0;
}
.htq_class .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htq_class .btn-group > .btn:last-child:not(:first-child),
.htq_class .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htq_class .btn-group > .btn-group {
  float: left;
}
.htq_class .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.htq_class .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.htq_class .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htq_class .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htq_class .btn-group .dropdown-toggle:active,
.htq_class .btn-group.open .dropdown-toggle {
  outline: 0;
}
.htq_class .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.htq_class .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.htq_class .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.htq_class .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.htq_class .btn .caret {
  margin-left: 0;
}
.htq_class .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.htq_class .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.htq_class .btn-group-vertical > .btn,
.htq_class .btn-group-vertical > .btn-group,
.htq_class .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.htq_class .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.htq_class .btn-group-vertical > .btn + .btn,
.htq_class .btn-group-vertical > .btn + .btn-group,
.htq_class .btn-group-vertical > .btn-group + .btn,
.htq_class .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.htq_class .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.htq_class .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.htq_class .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.htq_class .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.htq_class .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.htq_class .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.htq_class .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.htq_class .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.htq_class .btn-group-justified > .btn,
.htq_class .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.htq_class .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.htq_class .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.htq_class [data-toggle="buttons"] > .btn input[type="radio"],
.htq_class [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.htq_class [data-toggle="buttons"] > .btn input[type="checkbox"],
.htq_class [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.htq_class .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.htq_class .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.htq_class .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.htq_class .input-group-lg > .form-control,
.htq_class .input-group-lg > .input-group-addon,
.htq_class .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.htq_class select.input-group-lg > .form-control,
.htq_class select.input-group-lg > .input-group-addon,
.htq_class select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.htq_class textarea.input-group-lg > .form-control,
.htq_class textarea.input-group-lg > .input-group-addon,
.htq_class textarea.input-group-lg > .input-group-btn > .btn,
.htq_class select[multiple].input-group-lg > .form-control,
.htq_class select[multiple].input-group-lg > .input-group-addon,
.htq_class select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.htq_class .input-group-sm > .form-control,
.htq_class .input-group-sm > .input-group-addon,
.htq_class .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.htq_class select.input-group-sm > .form-control,
.htq_class select.input-group-sm > .input-group-addon,
.htq_class select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.htq_class textarea.input-group-sm > .form-control,
.htq_class textarea.input-group-sm > .input-group-addon,
.htq_class textarea.input-group-sm > .input-group-btn > .btn,
.htq_class select[multiple].input-group-sm > .form-control,
.htq_class select[multiple].input-group-sm > .input-group-addon,
.htq_class select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.htq_class .input-group-addon,
.htq_class .input-group-btn,
.htq_class .input-group .form-control {
  display: table-cell;
}
.htq_class .input-group-addon:not(:first-child):not(:last-child),
.htq_class .input-group-btn:not(:first-child):not(:last-child),
.htq_class .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.htq_class .input-group-addon,
.htq_class .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.htq_class .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.htq_class .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.htq_class .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.htq_class .input-group-addon input[type="radio"],
.htq_class .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.htq_class .input-group .form-control:first-child,
.htq_class .input-group-addon:first-child,
.htq_class .input-group-btn:first-child > .btn,
.htq_class .input-group-btn:first-child > .btn-group > .btn,
.htq_class .input-group-btn:first-child > .dropdown-toggle,
.htq_class .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.htq_class .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.htq_class .input-group-addon:first-child {
  border-right: 0;
}
.htq_class .input-group .form-control:last-child,
.htq_class .input-group-addon:last-child,
.htq_class .input-group-btn:last-child > .btn,
.htq_class .input-group-btn:last-child > .btn-group > .btn,
.htq_class .input-group-btn:last-child > .dropdown-toggle,
.htq_class .input-group-btn:first-child > .btn:not(:first-child),
.htq_class .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.htq_class .input-group-addon:last-child {
  border-left: 0;
}
.htq_class .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.htq_class .input-group-btn > .btn {
  position: relative;
}
.htq_class .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.htq_class .input-group-btn > .btn:hover,
.htq_class .input-group-btn > .btn:focus,
.htq_class .input-group-btn > .btn:active {
  z-index: 2;
}
.htq_class .input-group-btn:first-child > .btn,
.htq_class .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.htq_class .input-group-btn:last-child > .btn,
.htq_class .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.htq_class .btn-group-vertical > .btn-group:before,
.htq_class .btn-group-vertical > .btn-group:after
{
  display: table;
  content: " ";
}
.htq_class .btn-group-vertical > .btn-group:after
{
     clear: both;
}
.htq_class .row {
  margin-right: -15px;
  margin-left: -15px;
}

.htq_class .row:before,
.htq_class .row:after
{
  display: table;
  content: " ";
}

.htq_class .row:after
{
    clear: both;
}

.htq_class .h1, 
.htq_class .h2,
.htq_class .h3,
.htq_class .h4,
.htq_class .h5,
.htq_class .h6, 
.htq_class h1,
.htq_class h2, 
.htq_class h3, 
.htq_class h4,
.htq_class h5, 
.htq_class h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.htq_class .h1, .htq_class h1 {
    font-size: 36px;
}
.htq_class .h2, .htq_class h2 {
     font-size: 30px;
}
.htq_class .h3, .htq_class h3 {
    font-size: 24px;
}

.htq_class .h4, .htq_class h4 {
    font-size: 18px;
}
.htq_class .h5, .htq_class h5 {
    font-size: 14px;
}

.htq_class .h6, .htq_class h6 {
    font-size: 12px;
}

.htq_class table {
  background-color: transparent;
}
.htq_class caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.htq_class th {
  --text-align: left;
}

.htq_class .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.htq_class .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.htq_class .table > thead > tr > th,
.htq_class .table > tbody > tr > th,
.htq_class .table > tfoot > tr > th,
.htq_class .table > thead > tr > td,
.htq_class .table > tbody > tr > td,
.htq_class .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.htq_class .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.htq_class .table > caption + thead > tr:first-child > th,
.htq_class .table > colgroup + thead > tr:first-child > th,
.htq_class .table > thead:first-child > tr:first-child > th,
.htq_class .table > caption + thead > tr:first-child > td,
.htq_class .table > colgroup + thead > tr:first-child > td,
.htq_class .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.htq_class .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.htq_class .table .table {
  background-color: #fff;
}
.htq_class .table-condensed > thead > tr > th,
.htq_class .table-condensed > tbody > tr > th,
.htq_class .table-condensed > tfoot > tr > th,
.htq_class .table-condensed > thead > tr > td,
.htq_class .table-condensed > tbody > tr > td,
.htq_class .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.htq_class .table-bordered {
  border: 1px solid #ddd;
}
.htq_class .table-bordered > thead > tr > th,
.htq_class .table-bordered > tbody > tr > th,
.htq_class .table-bordered > tfoot > tr > th,
.htq_class .table-bordered > thead > tr > td,
.htq_class .table-bordered > tbody > tr > td,
.htq_class .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.htq_class .table-bordered > thead > tr > th,
.htq_class .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.htq_class .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.htq_class .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.htq_class .table > thead > tr > td.active,
.htq_class .table > tbody > tr > td.active,
.htq_class .table > tfoot > tr > td.active,
.htq_class .table > thead > tr > th.active,
.htq_class .table > tbody > tr > th.active,
.htq_class .table > tfoot > tr > th.active,
.htq_class .table > thead > tr.active > td,
.htq_class .table > tbody > tr.active > td,
.htq_class .table > tfoot > tr.active > td,
.htq_class .table > thead > tr.active > th,
.htq_class .table > tbody > tr.active > th,
.htq_class .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.htq_class .table-hover > tbody > tr > td.active:hover,
.htq_class .table-hover > tbody > tr > th.active:hover,
.htq_class .table-hover > tbody > tr.active:hover > td,
.htq_class .table-hover > tbody > tr:hover > .active,
.htq_class .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.htq_class .table > thead > tr > td.success,
.htq_class .table > tbody > tr > td.success,
.htq_class .table > tfoot > tr > td.success,
.htq_class .table > thead > tr > th.success,
.htq_class .table > tbody > tr > th.success,
.htq_class .table > tfoot > tr > th.success,
.htq_class .table > thead > tr.success > td,
.htq_class .table > tbody > tr.success > td,
.htq_class .table > tfoot > tr.success > td,
.htq_class .table > thead > tr.success > th,
.htq_class .table > tbody > tr.success > th,
.htq_class .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.htq_class .table-hover > tbody > tr > td.success:hover,
.htq_class .table-hover > tbody > tr > th.success:hover,
.htq_class .table-hover > tbody > tr.success:hover > td,
.htq_class .table-hover > tbody > tr:hover > .success,
.htq_class .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.htq_class .table > thead > tr > td.info,
.htq_class .table > tbody > tr > td.info,
.htq_class .table > tfoot > tr > td.info,
.htq_class .table > thead > tr > th.info,
.htq_class .table > tbody > tr > th.info,
.htq_class .table > tfoot > tr > th.info,
.htq_class .table > thead > tr.info > td,
.htq_class .table > tbody > tr.info > td,
.htq_class .table > tfoot > tr.info > td,
.htq_class .table > thead > tr.info > th,
.htq_class .table > tbody > tr.info > th,
.htq_class .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.htq_class .table-hover > tbody > tr > td.info:hover,
.htq_class .table-hover > tbody > tr > th.info:hover,
.htq_class .table-hover > tbody > tr.info:hover > td,
.htq_class .table-hover > tbody > tr:hover > .info,
.htq_class .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.htq_class .table > thead > tr > td.warning,
.htq_class .table > tbody > tr > td.warning,
.htq_class .table > tfoot > tr > td.warning,
.htq_class .table > thead > tr > th.warning,
.htq_class .table > tbody > tr > th.warning,
.htq_class .table > tfoot > tr > th.warning,
.htq_class .table > thead > tr.warning > td,
.htq_class .table > tbody > tr.warning > td,
.htq_class .table > tfoot > tr.warning > td,
.htq_class .table > thead > tr.warning > th,
.htq_class .table > tbody > tr.warning > th,
.htq_class .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.htq_class .table-hover > tbody > tr > td.warning:hover,
.htq_class .table-hover > tbody > tr > th.warning:hover,
.htq_class .table-hover > tbody > tr.warning:hover > td,
.htq_class .table-hover > tbody > tr:hover > .warning,
.htq_class .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.htq_class .table > thead > tr > td.danger,
.htq_class .table > tbody > tr > td.danger,
.htq_class .table > tfoot > tr > td.danger,
.htq_class .table > thead > tr > th.danger,
.htq_class .table > tbody > tr > th.danger,
.htq_class .table > tfoot > tr > th.danger,
.htq_class .table > thead > tr.danger > td,
.htq_class .table > tbody > tr.danger > td,
.htq_class .table > tfoot > tr.danger > td,
.htq_class .table > thead > tr.danger > th,
.htq_class .table > tbody > tr.danger > th,
.htq_class .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.htq_class .table-hover > tbody > tr > td.danger:hover,
.htq_class .table-hover > tbody > tr > th.danger:hover,
.htq_class .table-hover > tbody > tr.danger:hover > td,
.htq_class .table-hover > tbody > tr:hover > .danger,
.htq_class .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.htq_class .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .htq_class .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .htq_class .table-responsive > .table {
    margin-bottom: 0;
  }
  .htq_class .table-responsive > .table > thead > tr > th,
  .htq_class .table-responsive > .table > tbody > tr > th,
  .htq_class .table-responsive > .table > tfoot > tr > th,
  .htq_class .table-responsive > .table > thead > tr > td,
  .htq_class .table-responsive > .table > tbody > tr > td,
  .htq_class .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .htq_class .table-responsive > .table-bordered {
    border: 0;
  }
  .htq_class .table-responsive > .table-bordered > thead > tr > th:first-child,
  .htq_class .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .htq_class .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .htq_class .table-responsive > .table-bordered > thead > tr > td:first-child,
  .htq_class .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .htq_class .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .htq_class .table-responsive > .table-bordered > thead > tr > th:last-child,
  .htq_class .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .htq_class .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .htq_class .table-responsive > .table-bordered > thead > tr > td:last-child,
  .htq_class .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .htq_class .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .htq_class .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .htq_class .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .htq_class .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .htq_class .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.htq_class .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.htq_class .pagination > li {
  display: inline;
}
.htq_class .pagination > li > a,
.htq_class .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.htq_class .pagination > li:first-child > a,
.htq_class .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.htq_class .pagination > li:last-child > a,
.htq_class .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.htq_class .pagination > li > a:hover,
.htq_class .pagination > li > span:hover,
.htq_class .pagination > li > a:focus,
.htq_class .pagination > li > span:focus {
  z-index: 3;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.htq_class .pagination > .active > a,
.htq_class .pagination > .active > span,
.htq_class .pagination > .active > a:hover,
.htq_class .pagination > .active > span:hover,
.htq_class .pagination > .active > a:focus,
.htq_class .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.htq_class .pagination > .disabled > span,
.htq_class .pagination > .disabled > span:hover,
.htq_class .pagination > .disabled > span:focus,
.htq_class .pagination > .disabled > a,
.htq_class .pagination > .disabled > a:hover,
.htq_class .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.htq_class .pagination-lg > li > a,
.htq_class .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.htq_class .pagination-lg > li:first-child > a,
.htq_class .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.htq_class .pagination-lg > li:last-child > a,
.htq_class .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.htq_class .pagination-sm > li > a,
.htq_class .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.htq_class .pagination-sm > li:first-child > a,
.htq_class .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.htq_class .pagination-sm > li:last-child > a,
.htq_class .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.htq_class .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.htq_class .pager li {
  display: inline;
}
.htq_class .pager li > a,
.htq_class .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.htq_class .pager li > a:hover,
.htq_class .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.htq_class .pager .next > a,
.htq_class .pager .next > span {
  float: right;
}
.htq_class .pager .previous > a,
.htq_class .pager .previous > span {
  float: left;
}
.htq_class .pager .disabled > a,
.htq_class .pager .disabled > a:hover,
.htq_class .pager .disabled > a:focus,
.htq_class .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}


.htq_class .img-container{
    margin-bottom:20px;
}

.htq_class .img-container img
{
    height: auto;
}
.htq_class .btn_right{
    float:right;
    margin-right:20px;
}
.htq_class .read_more{
    background: #2aabc5;
    color: #fff;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    margin-bottom:20px;
    float:right;
}
.htq_class .read_more:hover{
    background: #343434;
    color: #fff;
}

.htq_class .read_more {
    font-size: 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.htq_class .fa {
    padding: 0 5px;
}

.htq_class .form-group {
  margin-bottom: 15px;
}

.htq_class .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.htq_class .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.htq_class .form-group-sm textarea.form-control,
.htq_class .form-group-sm select[multiple].form-control {
  height: auto;
}
.htq_class .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.htq_class .form-group label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
.htq_class .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}
.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.htq_class .radio, .htq_class .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.htq_class .panel-body::before, .htq_class .panel-body::after
{
    display: table;
    content: " ";
}

.htq_class .panel-body {
    padding: 15px;
}

.htq_class .panel {
    margin-bottom: 20px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 1px;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
}

.htq_class .panel-default {
    border-color: rgb(221, 221, 221);
}

.htq_class .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.htq_class .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.htq_class .radio label, 
.htq_class .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.htq_class .radio input[type="radio"], 
.htq_class .radio-inline input[type="radio"], 
.htq_class .checkbox input[type="checkbox"], 
.htq_class .checkbox-inline input[type="checkbox"] {
    margin-right: -20px;
    margin-left: unset;
}

.htq_class input[type="radio"], 
.htq_class input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}