﻿.shadow-1 {
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shadow-1:hover {
  box-shadow: 0 11px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.shadow-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.shadow-4 {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.shadow-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}
.layout-margin-top {
  margin-top: 70px;
}
.bulk-import-download-btn {
  position: absolute;
  right: 15px;
  top: 10px;
}
.configure-extract-settings div {
  margin-left: 20px;
}
.configure-extract-settings div input {
  width: 20px;
  height: 20px;
}
.configure-extract-settings div label {
  font-size: 1.2em;
}
.no-records {
  font-weight: bold;
  font-size: 1.2em;
}
.no-records span {
  display: block;
  font-weight: normal;
}
.task-progress {
  margin: 0;
  width: 100%;
  position: relative;
}
.task-progress span {
  position: absolute;
  display: block;
  width: 100%;
  color: #656565;
}
.task-progress span em {
  font-size: 0.8em;
}
table.table-tasks {
  margin-bottom: 0;
}
table.table-tasks th,
table.table-tasks td {
  padding-left: 8px !important;
  vertical-align: middle !important;
}
.task-actions {
  width: 64px;
}
.task-actions a {
  cursor: pointer;
}
.bulk-tasks .panel-body p {
  font-size: 1.2em;
}
.bulk-tasks md-radio-button,
.bulk-tasks md-checkbox {
  font-size: 1.2em;
  font-weight: bold;
}
.task-manager-alert-btn {
  position: absolute;
  right: 10px;
  top: 8px;
  min-width: auto;
  min-height: 32px;
}
.task-manager-alert-btn i {
  margin-right: 5px;
}
.task-manager-heading-btn {
  right: 10px;
  top: 13px;
}
.selectize-input > div {
  font-size: 14px;
}