html {
  height: 100%;
  margin: 0;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
  height: 100%;
  margin: 0;
}

.italic {
  font-style: italic;
}

md-content {
  background-color: #f4f4f4 !important;
}

.site-content {
  min-height: calc(100vh - 102px);
  padding: 2em 2em 0 2em;
}

.site-sidenav {
  margin-top: 4em;
  width: 20em;
}

.site-footer {
  height: 50px;
  overflow: hidden;
  padding: 10px 0;
  color: #ffffff;
  background-color: #424242;
}

.site-toolbar {
  position: fixed;
  z-index: 100;
  background: url('/images/background-header-full.png') fixed !important;
}

.sidenav-menu {
  text-align: left;
  font-weight: bold;
  padding: 0;
}

.sidenav-menu-child {
  margin-left: 2em;
  text-align: left;
}

.sidenav-menu:not([disabled]):hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: solid;
  border-bottom-color: #1969a6 !important;
}

.sidenav-menu-child:not([disabled]):hover {
  background-color: rgba(255, 255, 255, 0) !important;
  border-bottom: solid;
  border-bottom-color: #1969a6 !important;
}

.menu-list {
  padding: 0;
}

/*#menu_container_1 {
    left: 240px !important;
}*/

.team-header {
  padding-bottom: 5px;
  /*margin-top: 1.5em;*/
}

.team-title {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  /*letter-spacing: .005em;*/
}

.team-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.005em;
  border-radius: 9999px;
  background-color: #84aced;
  display: block;
  padding: 2px;
  width: 200px;
  height: 20px;
  text-align: center;
  color: white;
  line-height: 19px;
  font-weight: 500;
  z-index: 2;
}

.team-subhead {
  font-weight: 400 !important;
  letter-spacing: 0.01em;
  display: inline-block;
  text-align: center;
  width: 100%;
}

.team-icon {
  height: 50px !important;
  width: 50px !important;
}

.team-content {
  font-size: 13px;
}

.team-card {
  margin: 0;
  padding: 0;
}

.team-content p {
  margin-bottom: -0.5em;
}

a.no-style {
  color: inherit;
  text-decoration: inherit;
}

a.no-style:hover {
  cursor: pointer;
}

.notif {
  border-radius: 9999px;
  background: -webkit-linear-gradient(top, #ff6969 0%, #ff0000 100%);
  display: block;
  padding: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  color: white;
  font-size: 10px;
  line-height: 19px;
  font-weight: 500;
  z-index: 2;
  margin-left: -4em;
}

.attribute-header {
  text-transform: uppercase;
  z-index: 0 !important;
}

.warning-data {
  /*color: #ffffff !important;*/
  color: rgba(0, 0, 0, 0.87) !important;
  margin-bottom: -2em;
}

.progress {
  position: fixed;
  margin-top: 2em !important;
  width: 150% !important;
  margin-left: -2em !important;
  z-index: 100;
}

.module-header {
  color: #4e4747;
  margin-top: 2em;
}

.form-actions {
  text-align: right;
}

.confirmation-subheader {
  font-size: 14px;
}

md-toast {
  left: 50%;
  margin-left: -150px;
}

md-toast.md-success-toast-theme .md-toast-content {
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 1em !important;
  text-align: center !important;
  margin-bottom: 5em !important;
}

md-toast.md-error-toast-theme .md-toast-content {
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 1em !important;
  text-align: center !important;
  margin-bottom: 5em !important;
}

md-toast.md-warning-toast-theme .md-toast-content {
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 1em !important;
  text-align: center !important;
  margin-bottom: 5em !important;
}

md-toast.md-info-toast-theme .md-toast-content {
  color: #ffffff !important;
  background-color: #000000 !important;
  padding: 1em !important;
  text-align: center !important;
  margin-bottom: 5em !important;
}

.shift-select {
  margin: 10px 0px 8px;
  max-width: 180px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.117647);
  border-width: 0px 0px 1px;
  color: rgba(0, 0, 0, 0.729412);
  cursor: default;
  display: block;
  line-height: 48px;
  padding: 2px 0px 1px 4px;
  position: relative;
  text-align: left;
  text-shadow: none;
  width: 100%;
  z-index: 1;
}

.shift-select-label {
  margin-bottom: 2.3em !important;
  font-size: 10px !important;
}

.error-box {
  border-radius: 0.28571429rem;
  margin-bottom: 2em;
  margin-top: 2em;
  /*box-shadow: 1px px 1px rgb(221, 44, 0);*/
  box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent;
  background: #fff6f6;
  color: #912d2b;
  padding: 1em 1.5em;
  font-weight: bolder;
}

.warning-box {
  border-radius: 0.28571429rem;
  margin-bottom: 2em;
  margin-top: 2em;
  /*box-shadow: 0 0 0 1px #E0B4B4 inset, 0 0 0 0 transparent;*/
  background: #feefb3;
  color: #9f6000;
  padding: 1em 1.5em;
  font-weight: normal;
}

.new-features {
  float: bottom;
  font-size: 10pt;
  border-radius: 0.28571429rem;
  margin-bottom: 2em;
  margin-top: 2em;
  box-shadow: 0 0 0 1px #9ccc65 inset, 0 0 0 0 transparent;
  color: #424242;
  padding: 1em 1.5em;
  font-weight: normal;
}

.new-features ul {
  padding-left: 20px;
}

.new-features h3 {
  font-size: 11pt;
  margin-top: 5px;
  margin-bottom: 5px;
}

.new-features h4 {
  margin-bottom: 5px;
}

.new-features p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.has-changes {
  border-style: none none solid none;
  border-color: #9ccc65 !important;
}

.employee-subhead {
  background-color: rgba(255, 255, 255, 0);
}

.employee-tab-header {
  color: #4e4747;
}

.employee-tab {
  padding-top: 16px;
}

.schedule-details {
  margin-bottom: -1em;
}

.md-breadcrumb-page:hover {
  font-weight: bold;
  cursor: pointer;
}

.md-breadcrumb-current {
  color: #1969a6;
  font-weight: bold;
}

.dashboard-menu {
  -webkit-flex: 0.1 !important;
  flex: 0.1 !important;
}

.dashboard-image {
  height: 7em;
  margin: 0.5em;
}

.scale {
  -webkit-transition: all 0.5s ease;
  /* Safari and Chrome */
  -moz-transition: all 0.5s ease;
  /* Firefox */
  -o-transition: all 0.5s ease;
  /* IE 9 */
  -ms-transition: all 0.5s ease;
  /* Opera */
  transition: all 0.5s ease;
}

.scale:hover {
  -webkit-transform: scale(1.05);
  /* Safari and Chrome */
  -moz-transform: scale(1.05);
  /* Firefox */
  -ms-transform: scale(1.05);
  /* IE 9 */
  -o-transform: scale(1.05);
  /* Opera */
  transform: scale(1.05);
}

md-input-container.hide-error-msg .md-errors-spacer:empty {
  display: none;
}
md-input-container.hide-error-msg {
  margin: 10px 0 0 0;
}
/*md-input-container { margin: 5px 0 2px 0}
md-input-container div.md-errors-spacer { min-height: 0px;}*/

/* Schedule Form Styles */
.create-schedule-form,
.edit-schedule-form {
  max-width: 1200px;
  margin: 0 auto;
}

.fab-actions .md-fab {
  margin-left: 0.5em;
}
md-input-container label.lbl-orig-arrival,
md-input-container label.lbl-orig-departure {
  color: rgba(0, 0, 0, 0.87);
}

table.dtr {
  margin-top: 10px;
  margin-bottom: 20px;
}

table.dtr tr th {
  font-size: 14px;
}

table.work-hours {
  margin-top: 10px;
  margin-bottom: 20px;
}

table.work-hours tr th {
  font-size: 14px;
}

span.superscript {
  font-size: 10px;
  color: gray;
}

md-checkbox {
  margin-bottom: 0px;
}

md-checkbox.certifyCheckbox {
  font-weight: bold;
  margin-bottom: 16px;
}

md-checkbox.night-diff {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
}

.last-dtr-status {
  height: 14px;
  text-align: center;
  /*position: absolute !important;*/
  /*top:5px !important;*/
  /*right:5px !important;*/
  margin-top: -10px;
  margin-right: -10px;
  padding: 2px 3px 1px 3px;
  border-radius: 5px;
  font-size: 10px;
  color: white;
}

.last-dtr-status.red {
  background: #ff6969;
}

.last-dtr-status.orange {
  background: #f5ba6b;
}

.last-dtr-status.green {
  background: #9ccc65;
}

@media screen and (max-width: 1366px) {
  md-icon.team-icon {
    display: none;
  }

  .notif {
    display: none;
  }

  .notif-sm {
    /*display: block !important;*/
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 3px 9px;
    border-radius: 100px;
    background: -webkit-linear-gradient(top, #ff6969 0%, #ff0000 100%);
    -webkit-background-clip: padding-box;
    font: normal 10px/18px 'Helvetica Neue', sans-serif;
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
  }
}

.team-content .md-button.md-icon-button {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

md-card.team-card {
  max-height: 200px !important;
  min-height: inherit;
}

td.user-actions {
  text-align: center;
}

td.user-actions .md-icon-button {
  padding-left: 0;
  padding-right: 0;
  width: 24px;
  /*color: #1969a6;*/
}

.biometrics .material-icons {
  /*padding-top: 12px;*/
  vertical-align: middle;
}

.biometrics span.green,
.biometrics span.orange {
  font-weight: bold;
}

.biometrics .green {
  color: #9ccc65;
}

.biometrics .orange {
  color: #f5ba6b;
}

.biometrics .message {
  padding-bottom: 12px;
}

.biometrics .md-button {
  min-width: 48px;
  min-height: 48px;
}

h2.monthLabel {
  text-align: center;
}

h2.monthLabel a {
  color: #1969a6;
  font-size: 11px;
  text-transform: uppercase;
}

h2.monthLabel a:hover {
  border-bottom: 2px solid;
  cursor: pointer;
}

h3.monthlyScheduleEditMonth a:hover {
  cursor: pointer;
}

h3.monthlyScheduleEditMonth a.confirm {
  color: #9ccc65;
}

h3.monthlyScheduleEditMonth a.cancel {
  color: #912d2b;
}

.dtrLogs .accordionButton:hover {
  cursor: pointer;
}

.dtrLogs .accordionButton i.material-icons {
  float: right;
  height: 18px;
  margin-top: -3px;
}

.dtrLogs table {
  border-spacing: 0;
}

.dtrLogs td {
  padding: 10px;
}

.dtrLogs .messageWrapper .date {
  padding-left: 5px;
  font-weight: normal;
  color: gray;
}

.dtrLogs .messageWrapper .message {
  padding-top: 5px;
  font-weight: normal;
  display: block;
}

.dtrLogs .messageWrapper.comment .message {
  color: #1969a6;
  font-weight: bold;
}

.dtrLogs .messageWrapper.status {
  color: #424242;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

.dtrLogs .messageWrapper.status .message {
  font-weight: normal;
  font-style: italic;
}

.animate-show-hide.ng-hide {
  opacity: 0;
}

.animate-show-hide.ng-hide-add,
.animate-show-hide.ng-hide-remove {
  transition: all linear 0.5s;
}

.added-member {
  background: skyblue;
}

.removed-member {
  background: indianred;
}

.custom-search {
  border: none;
  border-radius: 100px;
  padding: 5px 3rem 5px 16px;
  margin-left: 8px;
  width: 180px;
  max-width: 240px;
  line-height: normal;
  height: 50%;
  appearance: none;
}

.lbl-orig-disable {
  color: gray;
}

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.loading-popup {
  background: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/*** Table Styles **/

/* FOR FUTURE MD-CALENDAR/MD-DATE-PICKER USE */
/*
md-calendar table {
  width: auto;
}
md-calendar table th {
  color: rgba(0,0,0,0.87) !important;
  background: rgb(224,224,224);
  font-size: 13px;
  padding: 0px;
  text-align: center;
  vertical-align: inherit;
}
md-calendar .holiday-calendar tr {
  background: #FFFFFF;
}
md-calendar .holiday-calendar td {
  padding: 0px;
  text-align: center;
  vertical-align: inherit;
  font-weight: normal;
  font-size: 13px;
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
*/

.footer-link {
  color: #ffffff;
  font-size: 0.83em;
  text-decoration: none;
  font-weight: 700;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Pagination styling */
.pagination-container {
  border-top: 1px solid #e0e0e0;
  margin-top: 16px;
  padding-top: 16px;
}

.pagination-info {
  margin: 0 16px;
  color: #757575;
  font-size: 14px;
  white-space: nowrap;
}

.pagination-input {
  margin: 0 16px;
  align-items: center;
}

.pagination-input md-input-container {
  margin-bottom: 0 !important;
  height: 32px;
  line-height: 32px;
}

.pagination-input input {
  text-align: center;
  padding: 4px;
}
