label > input{ /* HIDE RADIO */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */

}
label > input + img{ /* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
  border:2px solid #f00;
}

.main-header {
  position: fixed;
  width: 100%;
  top: 0;
}

.main-sidebar {
  position: fixed;
  background-color: #fff !important;
}

.tooltiptext {
  visibility: hidden;
  width: 270px;
  background-color: white;
  color: #404040;
  line-height: 18px;
  text-align: left;
  border-radius: 6px;
  padding: 12px;
  position: absolute;
  z-index: 1;
  top: 32px;
  left: 102%;
  box-shadow: 0px 0px 8px 4px rgba(207, 207, 207, 0.32);
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 100%;
  margin-top: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
/* .input-tool:active .tooltiptext, .input-tool:hover .tooltiptext, .input-tool:focus .tooltiptext {
  visibility: visible;
} */

.hide {
  display: none !important;
}

.tool-visible {
  visibility: visible;
}

.pass-req {
  display: block;
  color: #cfcfcf;
  margin-top: 8px;
}
.pass-req.active {
  color: #2cb582 !important;
}
.fa-check-circle-o {
  margin-right: 7px;
  font-size: 15px;
}

label.error {
  color: red;
  font-size: 1rem;
  display: block;
  margin-top: 5px;
}

.strike {
    color: #b1bbc4;
    width: 100%;
    border-bottom: 1px solid #b1bbc4;
    line-height: .1em;
    margin: 30px 0;
    text-align: center;
}

.strike span {
    background: #fff;
    padding: 0 10px;
    font-size: 16px;
}

.text-grey {
    color: #898989;
}

.div-no-result {
  text-align: center;
}

.div-no-result img, .div-no-result i {
  width: 115px;
  height: auto;
  margin-top: 17vh;
}

.div-no-result label {
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  margin-top: 22px;
}

.div-no-result p {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #636363;
  margin-top: 8px;
}

.div-input-search {
  padding: 6px 8px;
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-left: 8px;
  display: inline-block;
}

.div-input-search .fa {
  color: #636363;
  font-size: 18px;
}

.input-search-interview {
  border: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #444444;
  outline: 0;
}

#myTable tbody {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #636363;
}

.custom-treeview a {
  padding: 14px 28px !important;
}

#datetimepicker1 {
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 4px;
  margin-right: 5px;
  min-width: 300px;
}

#datetimepicker1 input {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #636363;
  background-color: #FFFFFF;
  border: 0;
  border-radius: 4px;
  padding-right: 0;
}

#datetimepicker1 .input-group-addon {
  border: 0;
  border-radius: 4px;
}

#datetimepicker1 .input-group-addon .fa {
  font-size: 16px;
}

.input-text-custom {
  border: 1px solid #CFCFCF;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  color: #636363;
  padding: 6px 12px;
  background-color: transparent;
}

.btn-light {
  outline: 0 !important;
}

.table-custom {
  max-height: 100%;
  table-layout: auto;
  width: 100%;
}

.table-custom tbody {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #636363;
}

.table-custom td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.table-custom tr > td:nth-child(2) {width: 50px;}
.table-custom tr > td:nth-child(3) {width: 100px;}
.table-custom tr > td:nth-child(4) {width: 150px;}

.table-custom-backend-qa {
  max-height: 100%;
  table-layout: auto;
  width: 100%;
}

.table-custom-backend-qa tbody {
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #636363;
}

.table-custom-backend-qa td {
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
}

.table-custom-backend-qa tr > td:nth-child(2) {width: 100px;}
.table-custom-backend-qa tr > td:nth-child(4) {width: 150px;}
.table-custom-backend-qa tr > td:nth-child(8) {width: 20%;}

.box-body.auto {
  min-height: 71vh;
  height: auto;
}