.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
  display: none;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  border-radius: 0.2rem;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

[class*="col-"] > .jq-selectbox,
[class*="col-"] > .jq-file,
.wpcf7-form-control-wrap > .jq-selectbox,
.wpcf7-form-control-wrap > .jq-file,
.form-group > .jq-selectbox,
.form-group > .jq-file {
  display: block !important;
  width: 100%;
}

.jq-checkbox {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-width: 0.15rem;
  border-color: #BCE0FD;
  border-style: solid;
  border-radius: 50%;
  background-color: #fcfcfc;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.6rem;
  position: relative;
}

.jq-checkbox + br {
  display: none;
}

.jq-radio {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-width: 0.15rem;
  border-style: solid;
  border-color: #BCE0FD;
  border-radius: 50%;
  background: #fcfcfc;
  width: 1.9rem;
  height: 1.9rem;
  margin-right: 0.6rem;
  transition: background 0.35s linear, color 0.35s linear, border-color 0.35s linear, box-shadow 0.35s linear;
}

.jq-radio + br {
  display: none;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 1.2rem;
  height: 1.3rem;
  border-radius: 50%;
  color: #228ce6;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-family: 'icomoon' !important;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 2rem;
}

/**/
.jq-checkbox.checked .jq-checkbox__div:before {
  content: '\f00c';
}
/**/

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 1.075rem;
  height: 1.075rem;
  margin: 0.25rem 0 0 0.25rem;
  border-radius: 50%;
  background: #228ce6;
}

.jq-file {
  /* width: 100%; */
  border-radius: 4px;
  box-shadow: none;
  min-width: 30rem;
}

.jq-file.docfile {
  border-width: 1px;
  border-color: rgb(225, 225, 225);
  border-style: solid;
  border-radius: 6px;
  background-color: rgb(247, 247, 247);
  width: 100%;
  height: 100%;
  display: flex !important;
  overflow: hidden;
  align-items: center;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: none;
}

.jq-file.docfile input {
  position: absolute;
  width: 100%;
  height: 100%;
}

.jq-file.docfile .jq-file__browse {
  display: none;
}

.jq-file.docfile .jq-file__name {
  height: auto;
  background: transparent;
  padding: 0;
  border-width: 0;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  white-space: normal;
  line-height: 1;
  text-align: center;
}

.jq-file.docfile .jq-file__name:before {
  content: "\e901";
  font-family: 'icomoon' !important;
  display: block;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
    height: 4.75rem;
    padding: 1rem 1.4rem;
    border-width: 0.15rem;
    border-style: solid;
    border-color: #BCE0FD;
    border-radius: 0;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.02rem;
    color: rgba(0, 0, 0, 0.4);
    border-radius: 0.45rem;
    box-shadow: none;
    background-color: #fcfcfc;
    transition: 0.35s linear;
}

.jq-file.changed .jq-file__name {
  color: #000;
}

.jq-file__browse {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 1.25rem 2rem;
    background: #228ce6;
    font-weight: 600;
    letter-spacing: 0.02rem;
    text-transform: uppercase;
    transition: color 0.35s linear, background 0.35s linear;
}

.jq-file:hover .jq-file__browse,
.jq-file:active .jq-file__browse,
.jq-file.changed .jq-file__browse {
  color: #B2D7F7;
  background: #1967a9;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0,0,0,.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  text-align: left;
  min-width: 20rem;
}

.jq-selectbox__select {
  height: 4.75rem;
  padding: 1.2rem 1.4rem;
  border-width: 0.15rem;
  border-style: solid;
  border-color: #BCE0FD;
  border-radius: 0;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  box-shadow: none;
  background-color: #fcfcfc;
  transition: 0.35s linear;
}

.st_tables .jq-selectbox__select {
  height: 4rem;
  font-size: 1.4rem;
  padding: 1.1rem 1.4rem;
}

.jq-selectbox.opened .jq-selectbox__select,
.jq-selectbox.focused .jq-selectbox__select,
.jq-selectbox__select:hover {
  background: #fff;
  outline: none !important;
  border-color: rgba(38, 153, 251, 0.5);
  border-style: solid;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 0px rgba(38, 153, 251, 0.3);
  color: #000;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #000;
}

.jq-selectbox__trigger {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 5rem;
  height: 4.6rem;
  font-family: 'icomoon' !important;
  background: #228ce6;
  color: #fff;
  border-radius: 0 4px 4px 0;
  transition: color 0.35s linear, background 0.35s linear;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'icomoon' !important;
  transition: color 0.35s linear, background 0.35s linear;
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger, 
.jq-selectbox.focused .jq-selectbox__select .jq-selectbox__trigger, 
.jq-selectbox.changed .jq-selectbox__select .jq-selectbox__trigger, 
.jq-selectbox__select:hover .jq-selectbox__trigger {
  color: #B2D7F7;
  background: #1967a9;
}

.jq-selectbox__trigger-arrow:before {
  content: '\e917';
}

.jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger-arrow, 
.jq-selectbox.focused .jq-selectbox__select .jq-selectbox__trigger-arrow,
.jq-selectbox.changed .jq-selectbox__select .jq-selectbox__trigger-arrow,
.jq-selectbox__select:hover .jq-selectbox__trigger-arrow {
  color: #B2D7F7;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 0px 0 0;
  padding: 0;
  border: 0.15rem solid #BCE0FD;
  border-radius: 0.45rem;
  background: #FFF;
  font-size: 1.5rem;
  top: 100% !important;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 1rem 1.4rem;
  color: #000;
  transition: 0.35s linear;
}

.jq-selectbox li.selected,
.jq-selectbox li:hover {
  background-color: #228ce6;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}