html,body{
  overflow-y: auto !important;
}
.ts-box-gr {
  background-color: #F2F2F2;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ts-head {
  text-align: center;
}
.ts-input {
  width: 100%;
  border: none;
  border-radius: 10px;
  height: 36px;
  padding-left: 5px;
  padding-right: 5px;
}
.ts-select {
  background-color: white !important;
  border-radius: 10px !important;
}
.ts-select:focus {
  border: none !important;
}


.ts-box-check {
  height: 71px; 
}
.ts-check-radio, .ts-check-pwd {
  display: none;
}
.ts-radio-selected, .ts-pwd-selected {
  display: inline-block;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ts-label-radio {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin-right: 20px;
}
.ts-radio {
  margin-top: 0px !important;
  display: inline-block;
}

.ts-box-hidden {
  display: none;
}
.ts-input-check {
  margin-top: 0px !important;
  display: inline-block;
}
.ts-label-check {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline;
}

.row.tab-pane {
  margin-left: 0px !important;
}
.ts-hidden {
  display: none;
}
.nav-tabs {
  margin-left: 0px !important;
}
.process-step {
  text-align: center;
  margin-left: 20px;
}
.ts-icon-step {
  color: #373735 !important;
}
.btn:hover .ts-icon-step {
  color: white !important;
}
.btn-info:hover {
  color: white !important;
}
.ts-fix-bl {
  width: 250px;
  position: relative;
  top: 50px;
}
.ts-input-submit {
  background-color: transparent;
  border: 1px solid #fdc300;
  padding: 5px;
  width: 100px !important;
}
.ts-input-submit:hover {
  color: #fdc300;
}
.ts-long-p {
  height: 180px;
  overflow-y: auto;
}
.ts-long-p b {
  font-weight: 700 !important;
}
div.ts-long-p {
  margin-bottom: 20px;
}

.align-center {
  text-align: center;
}