/*** Admin interface ***/

a.btn {
  text-decoration: none !important;
}

.btn-danger,
.btn-primary,
.btn-warning,
.btn-success {
  color: #fff !important;
}

.admin-operations label {
  display: block;
  font-weight: normal;
}

#list-options {
  margin-right: 2em;
}

.table.corrections th {
  text-align: left;
  background-color: #666;
  color: #fff;
}

.badge {
  border-radius: 5px;
}

.badge-primary {
  background-color: #428bca;
  border-color: #357ebd;
}

.badge-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.badge-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.badge-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.badge-success {
  background-color: #5cb85c;
  border-color: #4cae4c;
}


h2.primary {
  color: #357ebd;
}

h2.warning {
  color: #eea236;
  color: #d58512;
}

h2.danger {
  color: #d43f3a;
}

h2.info {
  color: #46b8da;
}

h2.success {
  color: #4cae4c;
}


/*** Correction form ***/

#search-form.search-corrections {
  margin-top: 1rem;
}

img.removed {
  opacity: 0.5;
}

#correction-form {
  margin-top: 2em;
}

#correction-form label {
  font-weight: normal;
  display: block;
}

#correction-form .student-photo {
  max-width: 225px;
}


/*** Thumbnail lists ***/

.gallery {
  clear: left;
  margin-top: 1.5em;
  width: 530px;
}

.gallery-folder {
  margin-bottom: 20px;
  position: relative;
}

.gallery-folder .gallery-image {
  margin-right: 30px;
  height: 100px;
  width: 100px;
}

.gallery-folder .more-link {
  margin: 20px 40px 0 0;
}

.gallery-item {
  display: block;
  float: left;
  position: relative;
  margin: 0px 10px 20px 0px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  color: #666;
  width: 150px;
  height: 230px;
}

.gallery-item:hover {
  background-color: #eee;
}

.gallery-image {
  display: block;
  width: 100px;
  height: 150px;
  overflow: hidden;
  margin: 10px auto;
  text-align: center;
}

.gallery-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  margin: auto;
  background-color: transparent;
}

.student-image {
  width: 400px;
}

.student-image img {
  max-width: 100%;
  height: auto;
  border: none;
  margin: auto;
  background-color: transparent;
}

.student-details h1 {
  margin-bottom: 0;
}

.student-details .student-degree-year {
  font-size: 1.5em;
  color: #777;
}

.gallery-caption {
  display: block;
  clear: both;
  font-size: 11px;
  line-height: 16px;
  overflow: hidden;
  margin: 10px;
}

.gallery-caption span {
  display: block;
}

.gallery-preview {
}

.gallery-preview-image { 
  margin: 20px 0px;
}

.gallery-preview-image img {
  border: 1px solid #ccc;
}

.gallery-preview-caption {
}

.gallery-preview-actions {
}

.prev-link,
.parent-link,
.next-link {
  padding: 0px 1em;
}

.prev-link {
  padding-left: 0px;
}

.next-link {
  padding-right: 0px;
}

#sidebar-container-left .thumbs a {
  text-decoration: none;
}

#sidebar-container-left .thumbs a:hover img {
  border: 5px solid #eee;
}

#sidebar-container-left .thumbs img {
  margin: 0px;
  border: 5px solid #fff;
}

#sidebar-container-left .thumbs img.active {
  border: 5px solid #ff9;
}