body {
  font-family: 'Source Sans Pro';
}

.theme-loader {
  opacity:0.5;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.pcoded-header .dropdown-item {
  color:black !important;
}

.form-group {
    margin-bottom: 30px;
}

.fa {
    font-size: 20px;
}

.data-value {
    border-bottom: 1px solid grey;
    min-height: 31px;
    word-break: break-word;
}

label {
  font-weight:bold;
}

.form-check-input {
    margin-top: 0;
    margin-left: 0;
}

.form-material .form-default .form-control:focus ~ label {
  color: #455a64;
}

.form-material .form-control:focus ~ .float-label, .form-material .form-control:valid ~ .float-label {
  top: -14px;
  font-size: 14px;
}

.select2-selection__rendered {
  background-color:white !important;
}

.select2-container {
  min-height:44px;
}
.select2-container--default .select2-selection--single {
    height:44px;
    border-radius: 0;
    line-height:inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}

.select2-results__option {
  min-height:33px;
}

th {
  font-weight:bold;
}

.dropdown-menu > div {
  padding:7px 15px;
}

.float-label {
  font-weight:bold !important;
}
