.white {
  color: #fff;
}
.green {
  color: #5cb85c;
}
.yellow {
  color: #FFFF00;
}
.gray {
  color: #c4c4c4;
}
.red {
  color: #e65f5b;
}
.blue {
  color: #337ab7;
}
.light-blue {
  color: #5bc0de;
}
.nav-body {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0 0 4px 4px;
  padding: 18px;
}
section > fieldset > ul,
section > fieldset > ol {
  padding-left: 15px;
}
section > fieldset > ul > li,
section > fieldset > ol > li {
  padding-left: 10px;
}
section > fieldset > ul > li > .row,
section > fieldset > ol > li > .row {
  margin-bottom: 10px;
}
.form-group .help-block {
  margin-bottom: 0;
}
p.form-control {
  height: auto;
}
.schedule-day > .checkbox {
  margin-top: 7px;
  margin-bottom: 7px;
}
.schedule-day > .checkbox + .checkbox {
  margin-left: 10px;
}
.schedule-time > span {
  margin-top: 6px;
  margin-left: 5px;
  margin-right: 5px;
}
.data-header {
  margin: 0 0 10px 0;
}
.row-item + .row-item {
  margin-top: 10px;
}
.block-item:not(.hidden) + .block-item {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 20px;
}
.action-btn > .row + .row {
  margin-top: 5px;
}
.has-error p {
  color: #a94442;
}
.list-item-styled {
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 10px;
}
.abc-checkbox.list-item-styled {
  padding-left: 30px;
}
.bordered {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  margin: 15px 0 0;
}
.media img {
  height: 80px;
}

@media (min-width: 768px) {
  .modal-body {
    padding: 30px;
  }
  .modal-lg .modal-body {
    padding: 40px;
  }
}

/* Profile Card */
.profile-container .profile {
  transition: padding 0.3s;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 15px;
  margin: 0;
}
.profile.clickable:hover {
  filter: drop-shadow(0 0 0.5rem #ddd);
}
.profile-container .profile + .profile {
  margin-top: 15px;
}
div.photo-container {
  transition: width 0.2s;
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
div.photo-container .dropify-wrapper {
  filter: drop-shadow(0 0 0.25rem #ddd);
  border-radius: 6px;
}
@media (min-width: 768px) {
  div.photo-container {
    width: 160px;
  }
}
.profile .caption-header {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.profile .caption-container {
  display: flex;
  width: 100%;
  align-items: center;
  background-color: transparent;
  border-bottom: none;
  text-align: left;
  padding: 3px 0;
}
.profile .caption-container .icon-container {
  display: flex;
  float: left;
  width: 32px;
  height: 32px;
  min-width: 32px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 8px;
  border: 1px solid #555;
  border-radius: 50%;
  color: #555;
}
.profile .caption-container .icon-container .icon {
  margin: auto;
}
.profile .caption-container .context-container {
  margin-top: auto;
  margin-bottom: auto;
}
.profile .caption-container .context-container .caption-title {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px;
}
.profile .caption-container .context-container .caption-text {
  word-break: break-word;
}
.profile .profile-action {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .profile-container .profile {
    padding: 30px;
  }
  .profile-container .profile + .profile {
    margin-top: 30px;
  }
  .profile .caption-header {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .profile .caption {
    margin-top: 10px;
  }
  .profile .caption-header .header-text {
    text-align: center;
  }
}

.profile.profile-sm div.photo-container {
  width: 120px;
  min-height: auto;
}
.profile.profile-sm .caption-header {
  font-size: 16px;
}
.profile-container .profile.profile-sm {
  padding: 20px;
}
.profile.profile-sm .caption {
  margin-top: 10px;
}
.profile.profile-sm .caption-header .header-text {
  text-align: center;
}

/* Privilege */
.table > tbody > tr > td {
  vertical-align: middle;
}
.data-expand .btn {
  text-align: left;
}
.data-expand .badge {
  margin-top: 2px;
}
.btn-collapse {
  padding: 8px 6px;
}
.btn-collapse:before {
  content: '\002B';
  color: #fff;
  margin-left: 8px;
  margin-right: 8px;
}
.btn-collapse.active:before {
  content: "\2212";
}
.inline > a {
  margin: 7px 10px;
  margin-right: 0px;
}
form.alert {
  margin-top: 2px;
  margin-bottom: 0px;
  padding: 10px;
}
.data-expand table textarea {
  padding: 4px 6px;
  font-size: 13px;
  margin: 0;
}
.bootstrap-select.grade {
  height: 28px;
}
.bootstrap-select.grade > button {
  font-size: 13px;
  color: #656f79;
  padding: 4px 10px;
}

@media (max-width: 767px) {
  .row-header .btn-responsive {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.sweet-alert input {
  display: inherit;
}
.sweet-alert > fieldset input {
  display: none;
}
