@media (min-width: 1200px) {
  .container {
      max-width: 1190px;
  }
}

@media (min-width: 1440px) {
  .container-lg {
      max-width: 1430px;
  }
}

.btn-group-xs > .btn, .btn-xs {
    padding  : .25rem .4rem;
    font-size  : .875rem;
    line-height  : .5;
    border-radius : .2rem;
}


form label.required:after
{
    color: red;
    content: " *";
}

.custom-control-label {
	margin-bottom: 10px;
}

.table_actions {
	text-align: center;
}

.nw {
    white-space: nowrap;
    margin-bottom: 1rem;
}

.rtw_hidden {
	display: none;
}

.expiry_date_col {
	display: none;
}

.check_date_col {
	display: none;
}

.disabled-select {
  background-color: #d5d5d5;
  opacity: 0.5;
  border-radius: 3px;
  cursor: not-allowed;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.form-control-text {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.4;
    display: inline-block;
}

/* Table Input Cells*/
.table-input td {
  position: relative;
}

.table-input td input {
  text-align:center;
  position: absolute;
  display: block;
  top:0;
  left:0;
  margin: 0;
  height: 100%;
  width: 100%;
  border: none;
  padding: 10px;
  box-sizing: border-box;
}

.rate-input,
.rate-input > span {
  min-width: 120px !important;
}

.table-disabled {
  background: rgb(235,235,228) !important;
}