#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
}

.login-page #app {
  align-items: center;
  justify-content: center;
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.card-body > .table > tbody > tr:first-child th,
.card-body > .table > tbody > tr:first-child td {
  border-top: none;
}

.card-footer .pagination {
  margin-bottom: 0;
}

.show-action-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.show-action-buttons > * {
  display: inline-block;
  margin-left: 5px;
}

.wizard-resource-table .row-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wizard-resource-table .row-action > * {
  display: inline-block;
  margin-left: 5px;
}

.edit-resource .panels {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.edit-resource .panels > .panel {
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.edit-resource .panels > .card {
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}

.sidebar {
  font-size: 0.875em;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  margin-bottom: 1em;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}

div.dataTables_wrapper div.dataTables_length label {
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_length label select {
  margin-left: 5px;
  margin-right: 5px;
}

.has-many--tags {
  display: block;
}

.has-many--tags a,
.has-many--tags span {
  display: inline-block;
  margin: 5px;
}

.attendance-table-grid {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.attendance-table-grid .students {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  z-index: 2;
  background: #fff;
}

.attendance-table-grid .students .student-row {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-right: dotted 1px #ccc;
}

.attendance-table-grid .days {
  position: absolute;
  top: 0;
  right: 0;
  overflow: scroll;
  width: 100%;
  height: 200px;
}

.attendance-table-grid .days .row-container {
  height: 40px;
}

.attendance-table-grid .days .student-row {
  display: flex;
  flex-direction: row-reverse;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding-left: 160px;
  position: absolute;
  right: 0;
  width: 100%;
}

.attendance-table-grid .days .student-row .day {
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.attendance-table-grid .days .student-row .day a {
  display: flex;
  height: 100%;
  border-radius: 5px;
  width: 100%;
  border: solid 1px #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.attendance-table-grid .days .student-row .day a:hover {
  background: #f4f4f4;
}

.attendance-table-grid .days .student-row .day a span {
  width: 10px;
  height: 10px;
  display: block;
  background: #bebebe;
  opacity: 0.2;
  border-radius: 50%;
}

.attendance-table-grid .days .student-row .day a.present span {
  background: green;
  opacity: 0.2;
}

.jconfirm {
    z-index: 999999999999;
}

.bg-gradient-primary {
	background: #1f1498 !important;
	background: linear-gradient(45deg,#321fdb 0%,#1f1498 100%) !important;
	border-color: #1f1498 !important;
}
.bg-gradient-danger {
	background: #d93737 !important;
	background: linear-gradient(45deg,#e55353 0%,#d93737 100%) !important;
	border-color: #d93737 !important;
}

.bg-gradient-warning {
	background: #f6960b !important;
	background: linear-gradient(45deg,#f9b115 0%,#f6960b 100%) !important;
	border-color: #f6960b !important;
}

.bg-gradient-info {
	background: #2982cc !important;
	background: linear-gradient(45deg,#39f 0%,#2982cc 100%) !important;
	border-color: #2982cc !important;
}

.bg-gradient-secondary {
	background: #66ffff !important;
	background: linear-gradient(45deg,#39f 0%,#66ffff 100%) !important;
	border-color: #66ffff !important;
}