.form-group .control-label:after {
  content: " *";
  font-size: 18px;
  color: red;
}

.select2-container .select2-selection--single {
  height: 35px;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px;
  width:100%!important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 32px;
}

.tablecal {
	background-color:red!important;
}

table thead tr {
    background: #0C4DA2;
    color: #fff;
}