@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);.navbar-laravel {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
  font-family: "Roboto", sans-serif;
}

.form-group label {
  display: block;
  font-weight: 700;
  font-size: 11px;
  color: #434c5e;
  margin-bottom: 8px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.form-button .button {
  padding: 12px 10px;
  margin-top: 14px;
  margin-bottom: 8px;
}

.form-row .button {
  padding: 7px 12px;
  margin: 0;
}

.form-control-file {
  margin-bottom: 15px;
}

.button {
  border-color: #57b79f;
  color: white;
  background-color: #57b79f;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
}

.button:hover, .button:focus, .button:active {
  border-color: #4da58f !important;
  background-color: #4da58f !important;
  outline: none;
}

.alert {
  width: 100%;
  margin: 0 0 20px;
}

.alert p {
  margin: 0;
}

.alert.alert-success {
  background-color: #88c661;
  border-color: #88c661;
}

.alert.alert-success p {
  color: white;
  letter-spacing: 1px;
}

.alert.alert-danger {
  background-color: #e85e66;
  border-color: #e85e66;
}

.alert.alert-danger p {
  color: white;
  letter-spacing: 1px;
}

.brand {
  color: white;
  padding-left: 4px;
}

.table th {
  padding: 10px 10px;
}

.breadcrumb {
  margin: 0;
}

#auth {
  background-color: #29343D;
}

#auth .logo {
  width: 200px;
  margin: 80px auto 30px;
  height: 50px;
}

#auth .logo .brand {
  font-size: 30px;
  color: white;
  padding-left: 10px;
  vertical-align: middle;
}

#auth p {
  color: white;
}

#auth a:not(.button) {
  color: white;
  text-decoration: underline;
}

#auth a:not(.button) a:hover {
  color: white;
}

#auth .content {
  text-align: center;
}

#auth .button {
  width: 100%;
}

#auth .panel {
  width: 400px;
  margin: 60px auto 0;
}

#auth .form-group label {
  color: lightgray !important;
}

#auth .form-control {
  padding: 14px 10px;
}

#auth .form-link {
  color: white;
}

#auth .form-link:hover {
  color: white;
}

#auth .section-header {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

#auth .page-heading {
  font-size: 28px;
  font-weight: 400;
  color: white;
  margin-bottom: 10px;
}

#auth .page-text {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  color: #c2c6c4;
}

#auth .alert {
  text-align: center;
  margin: 0 0 20px;
}

@media (max-width: 374px) {
  #auth .panel {
    width: 300px;
    margin: 60px auto 0;
  }
}

.pagination-indicator {
  vertical-align: middle;
  margin-left: auto !important;
  float: right;
  padding-right: 20px;
}

.pagination-counter {
  display: inline-block;
  padding-bottom: 10px;
}

.pagination-container {
  margin-left: 10px;
  display: inline-block;
}

.pagination {
  width: 105px;
  margin-left: auto;
  margin-right: auto;
}

.pagination .page-link {
  color: grey;
}

.pagination .far {
  font-size: 20px;
}

.page-link {
  line-height: 1;
  padding: 10px 20px;
}

.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
  content: counter(stepNum);
  font-family: inherit;
  font-weight: 700;
}

.multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
  background-color: #29343D;
}

.multi-steps {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.multi-steps > li {
  counter-increment: stepNum;
  text-align: center;
  display: table-cell;
  position: relative;
  color: #1B8555;
}

.multi-steps > li:before {
  content: '\F00C';
  content: '\2713;';
  content: '\10003';
  content: '\10004';
  content: '\2713';
  display: block;
  margin: 0 auto 4px;
  background-color: #1B8555;
  width: 36px;
  height: 36px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
  padding-top: 2px;
  border-width: 2px;
  border-style: solid;
  border-color: #1B8555;
  border-radius: 50%;
}

.multi-steps > li:after {
  content: '';
  height: 2px;
  width: 100%;
  background-color: #1B8555;
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 0;
}

.multi-steps > li:last-child:after {
  display: none;
}

.multi-steps > li.is-active:before {
  color: #1B8555;
  background-color: #fff;
  border-color: #1B8555;
}

.multi-steps > li.is-active ~ li {
  color: #808080;
}

.multi-steps > li.is-active ~ li:before {
  background-color: #29343D;
  border-color: #29343D;
}

#admin .navbar {
  background-color: #29343D;
}

#admin .navbar .navbar-brand {
  margin-right: 40px;
}

#admin .navbar .nav-link {
  font-size: 16px;
  color: white;
}

#admin .navbar .navbar-main .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

#admin .navbar .nav-label {
  display: none;
}

#admin .navbar .dropdown-menu {
  margin-top: 8px;
  left: auto;
  right: 0;
}

#admin .navbar .divider-vertical {
  height: 30px;
  margin: 5px 9px 0;
  border-left: 1px solid #f2f2f2;
}

#admin .navbar .nav-action {
  padding-top: 10px;
  font-size: 14px;
}

#admin .masthead {
  background: white;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 20px;
}

#admin .page-title h3 {
  font-size: 24px;
  font-weight: 400;
  padding: 30px 0;
  margin: 0;
}

#admin .profile {
  font-size: 14px;
  padding-left: 5px;
}

#admin .dropdown-content {
  padding: 10px 20px 5px;
}

#admin .dropdown-content p {
  cursor: default;
  font-weight: bold;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  #admin .navbar .divider-vertical {
    display: none;
  }
  #admin .navbar .nav-label {
    display: inline-block;
    padding-left: 10px;
  }
}

#triggers {
  float: right;
  margin: 28px auto 0;
}

#triggers .btn {
  border: 1px solid #dee2e6;
  background-color: white;
  color: #29343D;
  font-size: 13px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

#triggers .btn:focus, #triggers .btn:active, #triggers .btn:hover {
  background-color: white;
  border: 1px solid #8d8d8e;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#triggers .btn:focus .fas,
#triggers .btn:focus .btn-text, #triggers .btn:active .fas,
#triggers .btn:active .btn-text, #triggers .btn:hover .fas,
#triggers .btn:hover .btn-text {
  color: #29343D;
}

#triggers .btn-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
}

#admin-partner .note {
  margin-bottom: 40px;
}

#admin-partner .divider {
  height: 1px;
  background: #ced4da;
  margin: 20px 0;
}

#admin-partner .button-push {
  margin-top: 20px;
}

#admin-partner .button {
  margin-bottom: 5px;
}

#admin-users .form-row,
#admin-partners .form-row {
  margin-bottom: 40px;
}

#admin-users .dot,
#admin-partners .dot {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
}

#admin-users .dot.dot-green,
#admin-partners .dot.dot-green {
  background-color: #8bca61;
}

#admin-users .dot.dot-red,
#admin-partners .dot.dot-red {
  background-color: #fb6f73;
}

#admin-users .name,
#admin-partners .name {
  padding-left: 35px;
}

#admin-users #btn-clear,
#admin-partners #btn-clear {
  background: #333333;
  border-color: #333333;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 12px;
}

#admin-users #btn-clear:hover,
#admin-partners #btn-clear:hover {
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #ffffff;
}

#admin-users #btn-clear .btn-text,
#admin-partners #btn-clear .btn-text {
  margin-left: 8px;
}

#admin-user {
  padding-bottom: 100px;
}

#admin-user .page-header {
  padding-bottom: 15px;
  margin: 0 0 40px;
  border-bottom: 1px solid #ccc;
}

#admin-user .page-header .page-header-sub {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#admin-user .profile {
  margin-bottom: 80px;
}

#admin-user .new-user-form {
  margin-top: 50px;
}

#admin-user p.delete-message {
  margin-top: 20px;
  color: #343a40;
  text-align: right;
}

#admin-user .reset {
  line-height: 40px;
  padding-right: 5px;
}

#admin-user .action-tool {
  border-top: 1px solid #dddddd;
}

#admin-user .quiz-wrapper {
  line-height: 40px;
}

#admin-user .quiz-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#admin-user .quiz-value {
  font-size: 15px;
  line-height: 40px;
  padding: 0 6px;
}

#admin-user .row-date {
  padding: 10px 0 20px;
}

#btn-delete {
  cursor: pointer;
  border-color: #dc3545;
  color: #ffffff;
  background-color: #dc3545;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  float: right;
}

#btn-delete .btn-text {
  margin-left: 10px;
}

#btn-delete:hover {
  color: #ffffff;
  background-color: #c32232;
}

#btn-resend {
  cursor: pointer;
  border-color: #3399ff;
  color: #ffffff;
  background-color: #3399ff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 12px 32px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  float: left;
}

#btn-resend .btn-text {
  margin-left: 10px;
}

#btn-resend:hover {
  color: #ffffff;
  background-color: #0080ff;
}

#btn-quiz {
  line-height: 60px;
  outline: 0;
  padding: 0 32px;
}

#btn-quiz:hover, #btn-quiz:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.card {
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 3px #ddd;
          box-shadow: 0px 0px 3px #ddd;
  cursor: default;
  margin-bottom: 20px;
}

.card.red {
  background: #ec6f69;
}

.card.green {
  background: #a6c659;
}

.card.purple {
  background: #4e0fa8;
}

.card.blue {
  background: #178ae7;
}

.card .icon {
  height: 125px;
  padding: 40px 0;
  display: block;
}

.card .icon .fas {
  color: white;
  font-size: 40px;
}

.card .inner {
  text-align: center;
  -webkit-box-shadow: inset 0px 0px 1px #fff;
          box-shadow: inset 0px 0px 1px #fff;
}

.card .body {
  background: white;
  height: 150px;
  padding: 40px 0;
}

.card .number {
  cursor: default;
  font-size: 32px;
}

.card .measure {
  text-transform: uppercase;
  color: #676767;
  font-size: 12px;
  display: block;
}

.overview-table {
  margin: 20px 0;
}

.table-title {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #434c5e;
  margin-bottom: 20px;
  letter-spacing: 1px;
  padding-left: 5px;
  text-transform: uppercase;
}

#admin-quiz-results {
  padding-bottom: 100px;
}

#admin-quiz-results .course-title {
  margin: 0 0 12px;
}

#admin-quiz-results .module-title {
  font-size: 21px;
  font-weight: 400;
  padding: 0 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#admin-quiz-results .quiz-title {
  text-transform: capitalize;
}

#admin-quiz-results .card {
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
}

#admin-quiz-results .card.correct {
  background-color: #ccffdd;
}

#admin-quiz-results .card.incorrect {
  background-color: #ffcce0;
}

#admin-quiz-results .question {
  padding: 16px 12px;
}

#admin-quiz-results .symbol {
  font-size: 22px;
  text-align: center;
  padding: 16px 12px;
}

#admin-course .btn-edit {
  border: 1px solid #dee2e6;
  background-color: white;
  color: #29343d;
  font-size: 13px;
  padding: 4px 10px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

#admin-course .btn-edit:focus, #admin-course .btn-edit:active, #admin-course .btn-edit:hover {
  background-color: white;
  border: 1px solid #8d8d8e;
}

#admin-course .btn-edit:focus .fas,
#admin-course .btn-edit:focus .btn-text, #admin-course .btn-edit:active .fas,
#admin-course .btn-edit:active .btn-text, #admin-course .btn-edit:hover .fas,
#admin-course .btn-edit:hover .btn-text {
  color: #29343d;
}

#admin-course .btn-edit .btn-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
}

#admin-course td.action {
  padding: 5px 10px;
}

#admin-course .module-card {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 15px 15px;
  position: relative;
  background-color: #ffffff;
  border-left: 20px solid gray;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

#admin-course .module-card .falcon {
  color: gray;
  font-size: 25px;
  display: inline-block;
  padding: 15px 0 0 15px;
}

#admin-course .module-card .title {
  color: gray;
  line-height: 40px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding: 10px 0 10px 20px;
  display: inline-block;
}

#admin-course .module-card .btn-group {
  float: right;
}

#admin-course .module-card .btn-group .btn {
  padding: 10px 20px;
}

#admin-course .module-card .btn-group .fas {
  display: block;
  font-size: 22px;
}

#admin-course .module-card .btn-group .btn-text {
  display: block;
  margin: 0;
}

#admin-module section.section {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dee2e6;
}

#admin-module .form-label {
  font-size: 12px;
  margin-top: 20px;
}

#admin-module .form-label .label {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  color: #434c5e;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
}

#admin-module .form-control-file {
  margin-top: 15px;
}

#admin-module .submit {
  margin-top: 20px;
}

#admin-module .btn-upload {
  border-color: #57b79f;
  color: white;
  background-color: #57b79f;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  width: 160px;
}

#admin-module .list-icons {
  border: 1px solid dimgray;
  border-radius: 4px;
  padding: 20px 10px;
  margin-bottom: 30px;
}

#admin-module .list-icons .fas {
  color: #c9c9c9;
  cursor: pointer;
  font-size: 32px;
  margin: 5px 5px 10px;
}

#admin-module .list-icons .fas:hover {
  color: #000000;
}

#admin-module .list-icons .fas.active {
  color: #f85242;
}

#admin-module .form-help {
  margin-bottom: 20px;
}

#admin-module .form-help p {
  font-size: 13px;
  margin: 0;
}

#admin-module .text-underline {
  text-decoration: underline;
}

#admin-module .story {
  margin-top: 100px;
}

#admin-questions .question {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 20px;
}

#admin-questions .question .header {
  padding: 20px 20px;
  background-color: #b5fcea;
  border-radius: 3px;
  border-bottom: 1px solid #b5fcea;
}

#admin-questions .question .header p {
  color: #333;
  font-size: 21px;
  margin: 0;
}

#admin-questions .question .body {
  padding: 10px 20px;
}

#admin-questions .question .rate {
  display: inline-block;
  float: right;
  text-align: left;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: default;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 5px;
}

#admin-questions .question .opt {
  width: 100%;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: default;
  vertical-align: middle;
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 5px;
}

#admin-questions .question .answer {
  display: inline-block;
  width: 40px;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: default;
  vertical-align: top;
  text-align: center;
  color: #333;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  border-radius: 3px;
}

#admin-questions .question .answer.checked {
  background-color: #3fa65a !important;
  border: 1px solid #3fa65a !important;
}

#admin-questions .question .value {
  display: inline-block;
  padding-left: 20px;
  width: 80%;
}

#admin-questions .form-options {
  margin-bottom: 5px;
}

#admin-questions .btn-outline-secondary {
  border: 1px solid #dee2e6;
  background-color: white;
  color: #29343d;
  font-size: 13px;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}

#admin-questions .btn-outline-secondary:focus, #admin-questions .btn-outline-secondary:active, #admin-questions .btn-outline-secondary:hover {
  background-color: white;
  border: 1px solid #8d8d8e;
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#admin-questions .btn-outline-secondary:focus .fas,
#admin-questions .btn-outline-secondary:focus .btn-text, #admin-questions .btn-outline-secondary:active .fas,
#admin-questions .btn-outline-secondary:active .btn-text, #admin-questions .btn-outline-secondary:hover .fas,
#admin-questions .btn-outline-secondary:hover .btn-text {
  color: #29343d;
}

#admin-questions .btn-text {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
}

#admin-questions .list-actions {
  display: inline-block;
  padding-left: 20px;
}

#admin-questions .list-buttons li {
  margin-bottom: 10px;
}

#admin-questions .list-buttons li .btn {
  min-width: 125px;
  text-align: left;
}

#setting .section {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#student {
  background-color: #FFFFFF;
}

#student .navbar {
  background-color: #29343D;
}

#student .navbar .navbar-brand {
  margin-right: 40px;
}

#student .navbar .nav-link {
  font-size: 16px;
  color: white;
}

#student .navbar .navbar-main .nav-link {
  padding-left: 20px;
  padding-right: 20px;
}

#student .navbar .dropdown-menu {
  margin-top: 8px;
  left: auto;
  right: 0;
}

#student .navbar .divider-vertical {
  height: 30px;
  margin: 5px 9px 0;
  border-left: 1px solid #f2f2f2;
}

#student .navbar .nav-action {
  padding-top: 10px;
  font-size: 14px;
}

#student .page-title h3 {
  font-size: 32px;
  font-weight: 400;
  padding: 40px 0;
}

#student .hr {
  margin-top: 60px;
  margin-bottom: 20px;
  border-top: 1px solid #BDBDBD;
}

#student .profile {
  font-size: 14px;
  padding-left: 5px;
}

#student .dropdown-content {
  padding: 10px 20px 5px;
}

#student .dropdown-content p {
  cursor: default;
  font-weight: bold;
  margin-bottom: 5px;
}

#student .wrapper {
  background-color: #f5f8fa;
  padding-bottom: 80px;
  min-height: 800px;
}

#student #footer {
  text-align: right;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  #student .navbar .divider-vertical {
    display: none;
  }
}

.module {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  margin: 0 15px 15px;
  position: relative;
  background-color: #ffffff;
  border-left: 20px solid gray;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.module.active {
  cursor: pointer;
}

.module.active:hover {
  cursor: pointer;
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

.module .fas {
  color: gray;
  font-size: 25px;
  display: inline-block;
  width: 30px;
}

.module .title {
  color: gray;
  line-height: 40px;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  padding: 10px 0 10px 30px;
  display: inline-block;
}

.module .percentage {
  color: gray;
  text-align: right;
  line-height: 40px;
  font-size: 24px;
  margin: 0;
  padding: 10px 0;
  display: inline-block;
}

.module.readonly {
  cursor: default;
}

.module.readonly:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.story {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#module-container {
  border: none;
  width: 900px;
  height: 745px;
}

#welcome-video {
  width: 100%;
  height: 600px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .module .fas:not(.fa-download) {
    position: absolute;
    padding: 20px 0 0;
  }
  .module .title {
    padding: 10px 0 10px 40px;
  }
}

.board {
  background: white;
}

.board .header {
  padding: 40px 20px;
  background-color: #b5fcea;
  border-radius: 3px;
  border-bottom: 1px solid #b5fcea;
}

.board .header p {
  color: #333;
  font-size: 21px;
  margin: 0;
}

.board .body {
  padding: 20px;
}

.board .footer {
  height: 65px;
}

.board .btn {
  float: right;
  margin-right: 20px;
}

.sort,
.option,
.options {
  display: block;
  width: 100%;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  cursor: pointer;
  vertical-align: middle;
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 5px;
  border-radius: 3px;
}

.sort:hover,
.option:hover,
.options:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.sort.checked,
.option.checked,
.options.checked {
  background-color: #68d8bb;
}

.completed-content {
  text-align: center;
  padding: 20px 0 80px;
}

.completed-content .download {
  margin-top: 20px;
  margin-bottom: 20px;
}

.modal .modal-body {
  padding: 40px 20px 20px;
}

.modal .modal-body p {
  font-size: 16px;
}

#skip {
  text-align: right;
  padding-top: 40px;
}

#skip .btn-danger {
  padding: 12px 32px;
  margin-right: 20px;
}

#certificate {
  margin: 0;
  padding: 0;
}

html {
  margin: 0px;
}

@page {
  margin: 0px;
}

#certificates .module {
  cursor: pointer;
}

#certificates .module:hover {
  text-decoration: none !important;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
}

#accordion .card {
  margin-bottom: 10px;
}

#accordion .card-header .btn-link {
  color: black;
  padding: 0;
}

#accordion .card-header .btn-link:active, #accordion .card-header .btn-link:focus, #accordion .card-header .btn-link:hover {
  text-decoration: none;
}

#acknowledgements p {
  margin: 0;
}

#acknowledgements .list-unstyled {
  margin: 0;
}

#acknowledgements .card {
  margin-bottom: 20px;
}

#acknowledgements .olt {
  padding-bottom: 15px;
}

#acknowledgements .list-title {
  font-weight: bold;
  color: #757575;
  font-size: 13px;
}

.form-control {
  height: 42px;
}

.button {
  line-height: 24px;
}

#error {
  text-align: center;
}

#error h3 {
  color: white;
  font-size: 160px;
  font-weight: 300;
}

#error h4 {
  color: white;
  font-size: 60px;
  font-weight: 300;
}

#error .btn {
  width: 200px;
  margin: 40px auto 0;
}

.device-sm,
.device-xs {
  display: none;
}

@media (max-width: 991px) {
  .device-sm {
    display: block;
  }
  .device-lg,
  .device-xs {
    display: none;
  }
}

@media (max-width: 424px) {
  .device-xs {
    display: block;
  }
  .device-lg,
  .device-sm {
    display: none;
  }
}

.import-alert {
  margin-top: 40px;
}
