/* You can add global styles to this file, and also import other style files */
.btn {
  margin-right: 2px !important;
}


.mandatory {
  display: inline;
  color: red;
}

.btn {
  -ms-user-select: all;
  -webkit-user-select: all;
  -moz-user-select: all;
  user-select: all;
}

.yellow {
  background-color: #ffffae;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none;
}

.modal {
  overflow: auto !important;
}

.content-wrapper {
  margin-top: 45px;
}

.tbl-no-padd th {
  padding: 2px 0px !important;
}

.tbl-no-padd td {
  padding: 2px 0px !important;
}


.modal-dialog {
  width: 80% !important;
}

.entry-grid td {
  padding: 0 !important;
}

  .entry-grid td input[type='text'] {
    border: 0 !important;
  }
