.crud .ui-datatable {
  margin-top: 1rem;
}
.crud .crud-image {
  width: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.crud .ui-dialog .crud-image {
  width: 250px;
  margin: 0 auto 2rem auto;
  display: block;
}
.crud .ui-dialog-footer .ui-button {
  min-width: 6rem;
}
.crud .ui-datatable .ui-column-filter {
  display: none;
}
.crud .crud-table-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.crud .edit-button.ui-button {
  margin-right: 0.5rem;
}
.crud .orders-subtable {
  padding: 1rem;
}
.crud .crud-table .ui-rating {
  display: inline-block;
}
.crud .crud-table .crud-actions-column button {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

@media (max-width: 640px) {
  .crud-table > .ui-datatable-tablewrapper > table > thead > tr > th:nth-child(2) .ui-column-title,
.crud-table > .ui-datatable-tablewrapper > table > tbody > tr > td:nth-child(2) .ui-column-title {
    display: none !important;
  }

  .crud-buttonbar {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .crud-buttonbar > div:last-child {
    margin-top: 0.5rem;
  }
}
.field-error-hint {
  font-size: 11px;
  color: #e62a10;
}

.form-field {
  margin-bottom: 1em;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.form-field .esp-label {
  color: #898989;
}
.form-field input {
  width: 100%;
}

.flexable {
  display: flex;
}
.flexable.wrapable {
  flex-wrap: wrap;
}
.flexable.space-between {
  justify-content: space-around;
}
.flexable .half-min-300 {
  width: 49.5%;
  min-width: 300px;
  margin-bottom: 2em;
}
.flexable .crud-table {
  margin-top: 1rem;
}
.flexable .crud-table-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flexable .edit-button {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.ui-staticmessage {
  width: 100%;
  margin: 5px 0;
}

body .ui-float-label > label {
  left: auto !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-top: -0.8rem !important;
  color: rgba(0, 0, 0, 0.6);
  transition-duration: 0.2s;
}
body .ui-float-label input.ui-state-focus ~ label,
body .ui-float-label input.ui-state-filled ~ label,
body .ui-float-label textarea.ui-state-focus ~ label,
body .ui-float-label textarea.ui-state-filled ~ label,
body .ui-float-label .ui-inputwrapper-focus ~ label,
body .ui-float-label .ui-inputwrapper-filled ~ label {
  top: -0.5rem !important;
  background-color: #ffffff !important;
  padding: 2px 4px !important;
  margin-right: 10px !important;
  margin-left: 10px !important;
  margin-top: 0 !important;
}
body .layout-main.signedout {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body .layout-main.signedout .layout-topbar {
  width: 100%;
}
body .layout-main.signedout .layout-topbar .topbar-logo {
  display: inline;
  width: 4rem;
  position: absolute;
  top: 0.3rem;
}
body .layout-main.signedout .layout-content .message-panel {
  margin-top: 5rem;
}
body .ui-datepicker .ui-icon {
  text-indent: 0 !important;
}
body .crud-dialog {
  height: 100vh !important;
  overflow: auto;
}

.nonPaid {
  background: #fac5cf !important;
  color: #c40101 !important;
  border-radius: 20px !important;
}

.partialPaid {
  /*background: khaki !important;*/
  background: #FEEDAF !important;
  color: #8A5340 !important;
  border-radius: 20px !important;
}

.fullPaid {
  /*background: lightgreen !important;*/
  background: #C8E6C9 !important;
  color: #256029 !important;
  border-radius: 20px !important;
}

.green {
  color: green !important;
}

.red {
  color: red !important;
}

.scrollable-dialog {
  max-height: 100vh !important;
  overflow-y: scroll;
}

.login-body.registation-body .login-panel-content .p-col-12 {
  padding: 0.5rem;
}

.ui-picklist-list .ui-datatable tbody td {
  border: none;
}

.course-badge {
  border-radius: 10px;
  padding: .5em 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}
.course-badge.status-register {
  background-color: #b3e5fc;
  color: #23547b;
}
.course-badge.status-pass {
  background: #c8e6c9;
  color: #256029;
}
.course-badge.status-fail {
  background: #ffcdd2;
  color: #c63737;
}
.course-badge.status-incomplete {
  background: #feedaf;
  color: #8a5340;
}
.course-badge.status-absent {
  background-color: #eccfff;
  color: #694382;
}
.course-badge.status-excusedAbsence {
  background-color: #eccfff;
  color: #694382;
}
.course-badge.status-depriveAbsence {
  background-color: #eccfff;
  color: #694382;
}
.course-badge.status-waive {
  background-color: #eccfff;
  color: #694382;
}
.course-badge.status-internalTransfer {
  background: #c8e6c9;
  color: #256029;
}
.course-badge.status-externalTransfer {
  background: #c8e6c9;
  color: #256029;
}
.course-badge.status-graduationPromotion {
  background: #c8e6c9;
  color: #256029;
}
.course-badge.status-academicPromotion {
  background: #c8e6c9;
  color: #256029;
}
.course-badge.status-depriveCheat {
  background: #ffcdd2;
  color: #c63737;
}

.application-badge {
  border-radius: 10px;
  padding: .5em 1.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

.application-badge.status-underProcess {
  background-color: #b3e5fc;
  color: #23547b;
}
.application-badge.status-accepted {
  background: #c8e6c9;
  color: #256029;
}
.application-badge.status-rejected {
  background: #ffcdd2;
  color: #c63737;
}
.application-badge.status-notSubmitted {
  background: #feedaf;
  color: #8a5340;
}

.application-badge.status-initialAcceptance {
  background-color: #eccfff;
  color: #694382;
}

.ui-datatable.ui-datatable thead > tr > th {
    font-size: 1.2rem;
}