.table_td_check {
  width: 30px;
  height: 30px;
  margin: 0 auto; }

.my-sqr-check-btn label {
  position: relative;
  display: block;
  cursor: pointer;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 0 auto; }

.my-sqr-check-btn input[type="checkbox"] {
  display: none; }

.my-sqr-check-btn input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  background: transparent;
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  text-align: center;
  cursor: pointer;
  border: 1px solid #007bff;
  border-radius: 4px; }

.my-sqr-check-btn input[type="checkbox"] + label::after {
  position: absolute;
  width: 20px;
  height: 20px;
  content: '\f00c';
  font-family: FontAwesome;
  color: #fff;
  cursor: pointer;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 13px;
  border: 1px solid #007bff;
  background: transparent;
  border-radius: 4px;
  line-height: 17px;
  transform: scale(0);
  transition: 0.4s; }

.my-sqr-check-btn input[type="checkbox"]:checked + label::after {
  transform: scale(1);
  background: #007bff; }

.table_th_checkbox .my-sqr-check-btn input[type="checkbox"] + label::after {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 17px;
  left: 0;
  top: -25px; }

.table_th_checkbox .my-sqr-check-btn input[type="checkbox"] + label::before {
  position: relative;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 20px;
  left: 0;
  top: 0; }

.table_td_checkbox .my-sqr-check-btn {
  text-align: center; }

.table_td_checkbox .my-sqr-check-btn input[type="checkbox"] + label::after {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 17px;
  left: 0;
  top: -20px;
  text-align: center; }

.table_td_checkbox .my-sqr-check-btn input[type="checkbox"] + label::before {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
  line-height: 20px;
  left: 0;
  top: 0;
  text-align: center; }

.edit_modal {
  position: absolute;
  right: 5px;
  top: 3px;
  color: #2e6da4;
  cursor: pointer; }
