#entity-title {
  text-align: left;
  line-height: 1em;
}

.breadcrumb {
  margin-bottom: 2rem;
}

#maincontent .content h1:first-of-type {
  margin-top: 0;
}

#maincontent > .sidebar {
  padding-top: 0 !important;
}

#maincontent > .sidebar .sidebar-content {
  padding: 0 15px 15px 15px;
}

#maincontent > .sidebar .sidebar-content a {
  color: #8e6f3e;
}

a.btn-secondary {
  color: #fff;
}

/*** Login styles ***/


#password-strength-status {
    border-radius: 4px;
}

#password-strength-status.medium-password {
    background-color: #fd0;
    padding: 5px 10px;
    margin-top: 5px;
}

#password-strength-status.weak-password {
    background-color: #FBE1E1;
    padding: 5px 10px;
    margin-top: 5px;
}

#password-strength-status.strong-password {
    background-color: #D5F9D5;
    padding: 5px 10px;
    margin-top: 5px;
}


/*** Favorites menu ***/

li div {
  padding: 0.6rem 1.3rem !important;
}

li .heading {
  font-size: 1rem;
  font-weight: bold;
}


/*** Favorite icons in lists ***/

.fav-yes {
  color: #8e6f3e;
}

.fav-no {
  color: #ccc;
}


/*** Student list ***/

th#gpa {
  width: 2rem;
}

th#expected_start {
  width: 5rem;
}


/*** Form styles ***/

.question,
.fieldset {
  margin: 1rem 0;
}

.question.alert {
  padding: .5rem .75rem;
}

.alert ul {
  margin-top: 1rem;
}

.alert.alert-danger a {
  color: #721c24 !important;
  text-decoration: underline;
}

legend {
  margin-top: 1rem;
}

div.checkbox > fieldset > legend,
div.radio > fieldset > legend {
  font-size: 1em;
  font-weight: bold;
}

div.checkbox > fieldset label,
div.radio > fieldset label {
  font-weight: normal;
}

label {
  display: block;
}

label > span {
  font-weight: normal;
}

.radio label,
.checkbox label {
  display: inline;
}

input {
  width: 100%;
  max-width: 20rem;
}

input#change-year-submit {
  width: unset;
}

input[type=checkbox],
input[type=radio] {
  max-width: 2rem;
}

textarea {
  width: 100%;
  max-width: 50rem;
}

.edit #first_name,
.edit #last_name {
  max-width: 16rem;
}

.edit.student #gpa {
  max-width: 4rem;
}

.edit.faculty #school_department,
.edit.student #institution,
.edit.student #major {
  max-width: 30rem;
}

.edit.faculty #title,
.edit #linkedin,
.edit #website {
  max-width: 40rem;
}

.edit.student #graduation {
  max-width: 7rem;
}

.edit.student .purdue-faculty input {
  max-width: 30rem;
}

.edit.student #country,
.edit.student #language {
  max-width: 15rem;
}

.edit #email,
.edit.student #other_email {
  max-width: 20rem;
}

.edit #document,
.edit #video {
  max-width: 100%;
}

video {
  max-width: 100%;
}

.edit input.date {
  max-width: 15rem;
}

/*** Profile styles ***/

.profile-photo img {
  height: 200px;
}

.view.student .question,
.view.faculty .question {
  padding-left: 2rem;
}

.view.student .question label,
.view.faculty .question label {
  margin-left: -2rem;
  display: block;
}

.view.student .question ul,
.view.faculty .question ul {
  padding-left: .75rem;
}


/*** Admin sidebar ***/

#admin-container #admin .question.admin * {
  color: #666 !important;
}

#admin-container #admin .question input[type != submit] {
  margin: 0;
}

#admin-container #admin .question .btn {
  display: block;
  width: 100%;
  max-width: 100%;
  color: #fff;
}


/*** Admin students and faculty pages ***/

#past-uploads {
  width: fit-content;
  max-height: 6rem !important;
  overflow-y:scroll !important;
  border: 1px solid #ccc;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.admin-table {
  width: auto !important;
  max-width: 100% !important;
  margin-left: 0;
}

.admin-table td {
  vertical-align: middle !important;
}

.admin-table #id {
  width: 3rem !important;
}

.admin-table .badge {
  width: 100%;
  padding: .5rem 0;
}


/*** Admin settings ***/

#admin-settings #minimum_password_length_input,
#admin-settings #minutes_for_password_reset_input,
#admin-settings #session_timeout_in_days_input {
  width: 4em;
}