/* top button */
.tb{
  width:7%;
  height: 35px;
  margin: 0 0 0 10px;
}

.modal-header{
  background-color: #635985;
}

.navbar{
  padding-left: 0px;
}

.modal-title{
  color: white;
  font-size: 30px;
  margin-top: 10px;
}

.btn-close{
  background-color: white;
}

.row-code{
  margin-top: 5px;
}

/* margin fix */
.h5-mf{
  margin-top: 10px;
}

.h6-mf{
  margin-top: 10px;
}

.h6-emp{
  margin-bottom: 0;
  margin-top: 10px;
}

.hide_column{
  display:none;
}

.select2-selection__rendered {
  line-height: 31px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}
