.form-control {
	height:40px !important;
	border-radius: var(--bs-border-radius-lg) !important;
	color:black !important;
}

.thead-primary {
	height:30px !important;
	line-height:0.5 !important;
	padding:0 0 !important;
	white-space: normal !important;
	letter-spacing: 1px !important;
}

td {
	height:40px !important;
	max-height:40px !important;
	line-height:1.2 !important;
	font-size:0.85rem !important;
	padding-top:0px !important;
	padding-bottom:0px !important;
}
th {
	margin-bottom:2px !important;
	height:40px !important;
	max-height:40px !important;
	line-height:0.8 !important;
	font-size:0.85rem !important;
	
}
.modal-body {
  padding: 1.0rem !important; 
}
small, .small {
  font-size: 0.650em !important;
}
.form-control {
	border: var(--bs-border-width) solid #CCC;
}

.select2-option {
	font-size:10pt !important;
}
.select2-dropdown {
	font-size:8pt !important;
}
.select2-container--bootstrap-5 .select2-dropdown {
	border-color: #ffb1a7;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
  border-color: #ffb1a7 !important;
  box-shadow: 0 0 0 0 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field {
	border: 1px solid #ffb1a7 !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus {
  border-color: #ffb1a7;
  box-shadow: 0 0 0 0;
	font-size:10pt;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 0.75rem;
  line-height: 1.2;
}
.btn-xss {
  font-size: 0.75rem;
  padding: 0.238rem 0.7rem;
  font-weight: 600; 
	}
.dtp > .dtp-content { max-height: 570px; }
.dtp > .dtp-content > .dtp-date-view > header.dtp-header { background: #fe634e; }
.dtp div.dtp-date, .dtp div.dtp-time { background: #ff8170;}
.dtp div.dtp-actual-year {color: white; }
.dtp table.dtp-picker-days tr > td > a.selected{ background: #fe634e; }
.dtp .p10 > a { color: white;}