html,
body {
  height: 100%;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 0 0 60px;
}

.wrap > .container {
  padding: 70px 15px 20px;
}

.footer {
  height: 60px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  padding-top: 20px;
}

.jumbotron {
  text-align: center;
  background-color: transparent;
}

.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\e151";
}

a.desc:after {
  content: "\e152";
}

.sort-numerical a.asc:after {
  content: "\e153";
}

.sort-numerical a.desc:after {
  content: "\e154";
}

.sort-ordinal a.asc:after {
  content: "\e155";
}

.sort-ordinal a.desc:after {
  content: "\e156";
}

.grid-view td {
  white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding: 15px;
  border: none;
}

/* align the session dropdown of the navbar */
.nav li > form.session-form {
  padding: 9px 0;
}
/*.nav li > form.session-form  select option{
    background-color: #000;
}*/

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 15px;
  }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
}

.nav > li > form > button.logout:focus {
  outline: none;
}

.modal-radio {
  /* display: block; */
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.modal-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.modal-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.modal-radio input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.modal-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.modal-radio .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.rd-lable {
  margin-right: 10px;
  margin-left: -10px;
}

.stu-at-block {
  background-color: #47ff47;
  color: black;
  padding: 10px 10px 10px 10px;
  margin: 1px;
  font-size: 10px;
  border: 2px;
  border-style: outset;
  border-radius: 8%;
}

.updated {
  background-color: red;
}

.stu-modal-block {
  background-color: #818afd;
  color: black;
  padding: 10px 10px 0px 10px;
  margin: 1px;
  font-size: 10px;
}

.stu-modal-block:hover {
  background-color: #5661ff;
  cursor: pointer;
}

.stu-at-block:hover {
  background-color: #2b9229;
  color: honeydew;
  cursor: pointer;
}

.at-type {
  margin-left: 5px;
  /* display: inline; */
  font-weight: bold;
  float: right;
  width: 11%;
}

.stu-block {
  /* display: inline-block; */
  width: 86%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.stu-at-box {
  padding: 0px;
}

.stu-at-head {
  margin-left: 0px;
}

.stu-at-row {
  margin-left: 0px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.modal-at {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 30%;
  top: 16%;
  width: 20%;
  height: 30%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  /* margin: 8% auto; */
  padding: 20px;
  border: 1px solid #888;
  /* width: 80%; */
  /* height: 100%; */
}

/* The Close Button */
.close {
  color: #2b9229;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.uploaded-logo-image {
  max-width: 200px;
  position: relative;
}
.uploaded-logo-image .remove-img {
  position: absolute;
  top: -17px;
  right: -6px;
  z-index: 1000;
  color: black;
  font-size: 30px;
  cursor: pointer;
}
.logo-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.logo-preview-thumbnails {
  height: 170px;
}
.logo-preview-frame {
  height: 170px;
}
.logo-preview-frame img {
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  width: 100%;
  height: 100%;
}

.attachment-image {
  max-width: 200px;
}

/* override adminlte css start */
/*main header */
header.main-header .sidebar-toggle:before {
  content: "";
}
form.session-form .btn-link {
  background-color: transparent;
  color: #fff;
  border-color: transparent;
}
form.session-form select option {
  color: #000;
}

/* sidebar */
.user {
  text-transform: capitalize;
}
.login-logo img {
  max-width: 100%;
}
/* form override*/
.content h1 {
  display: none;
}
.content .box {
  padding: 15px;
}
.form-control {
  border-radius: 4px;
}
.btn-success {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn-success:hover,
.btn-success:active,
.btn-success.hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active:focus,
.btn-success.active:focus,
.btn-success:active.focus,
.btn-success.active.focus {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.images-container {
  width: 100%;
  margin-bottom: 13px;
}
.images-container .image {
  display: inline-block;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.images-container .image img {
  border: 1px solid #ccc;
}
.images-container .image .delete-icon {
  text-align: center;
  margin-top: 10px;
}
.dropzone {
  min-height: 121px !important;
  border: 2px dashed rgb(66, 145, 190) !important;
  background: white !important;
  padding: 20px 20px !important;
  width: 648px !important;
  margin-bottom: 14px;
}
.dropzone span {
  color: #636c7f !important;
  font-size: 23px !important;
}
.download-icon {
  margin: 15px 4px;
}
.student-tags {
  display: inline-block;
  border-radius: 7px;
  background: #efefef;
  padding: 3px 8px;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 5px;
  margin-left: 3px;
}
