.panel-group.pmd-accordion .panel,
.modal-content,
.pmd-z-depth,
.open > .dropdown-menu {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.pmd-z-depth-2 {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
input[type=search].form-control:focus {
  border-bottom: 2px solid #049a9b !important;
}
.panel-group.pmd-accordion .panel,
.modal-content,
.pmd-card {
  border-radius: 4px;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.pmd-textfield-floating-label-active.pmd-textfield-floating-label-completed > label {
  color: #049a9b;
}
.pmd-textfield-floating-label-active.pmd-textfield-floating-label-completed > *:required + label {
  content: '*';
  color: #db4437;
}
h2.pmd-card-title-text {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
h1.section-title {
  margin-top: 2rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 500;
}
.pmd-card-title-text.module {
  font-weight: 500;
}
.pmd-card-title-text.module.active {
  font-weight: 500;
  color: #049a9b;
}
.pmd-radio *:checked + span.pmd-radio-label::before {
  border-color: #049a9b;
}
.pmd-radio > span.pmd-radio-label::after {
  background-color: #049a9b;
}
.btn-danger,
.dropdown-toggle.btn-danger {
  background-color: #db4437;
}
.btn-danger:hover,
.dropdown-toggle.btn-danger:hover {
  background-color: #e4746b;
}
.pmd-btn-flat.btn-danger {
  color: #db4437;
}
.btn-default.btn-social.pmd-btn-outline {
  border: solid 1px rgba(0, 0, 0, 0.14);
}
/* Navbar */
.navbar-inverse {
  background-color: #049a9b;
  border-color: rgba(0, 0, 0, 0.1);
}
.pmd-user-info .pmd-badge > .mdi,
.pmd-user-info .pmd-badge > .material-icons {
  background-color: #fff;
  color: #333;
}
.pmd-badge.pmd-badge-overlap > .material-icons,
.pmd-badge.pmd-badge-overlap > .mdi {
  right: -10px;
}
.badge-primary {
  color: #fff;
  background-color: #049a9b;
}
.pmd-badge[data-badge]::after {
  background: #049a9b;
}
.pmd-badge > .material-icons,
.pmd-badge > .mdi {
  position: absolute;
  top: -10px;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  content: attr(data-badge);
  background: #6292f8;
  border-radius: 50%;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: center;
  justify-content: center;
}
.pmd-card-title-text .badge {
  font-size: 12px;
  background: #049a9b;
  padding: 4px;
}
.breadcrumb li a:hover,
a:focus {
  color: #049a9b;
}
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label::after,
.togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label::after {
  background-color: #049a9b;
}
/* Calendar */
.fc-event,
.fc-event-dot {
  background-color: #049a9b;
}
/* Dropdown */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #049a9b;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.12);
  outline: 0;
}
.highlighted {
  color: #049a9b;
}
/* Panel */
.panel-group .panel-title a:hover {
  color: #049a9b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* UI-Select */
.ui-select-multiple.ui-select-bootstrap {
  padding: 0 !important;
  margin: 0;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  border-radius: 1rem;
  box-sizing: border-box;
  line-height: 34px;
  padding: 0 0.5rem 0 0.75rem;
  background: #E0E0E0;
  color: rgba(0, 0, 0, 0.87);
  display: inline-block;
  cursor: default;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
}
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  color: #333;
  border-radius: 50%;
  font-size: 2em !important;
  padding: 1px 2px 2px 2px;
  margin-left: 5px;
  margin-top: 7px;
}
.ui-select-match.btn-default-focus {
  outline: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.ui-select-bootstrap > .ui-select-match > .btn {
  font-size: 16px;
  text-transform: none;
  background-color: transparent !important;
  line-height: 34px;
}
.ui-select-bootstrap .ui-select-choices-row > span {
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.ui-select-bootstrap .ui-select-choices-row.active > span {
  background-color: #049a9b !important;
}
.ui-select-bootstrap .ui-select-choices-row.active > span b {
  color: #fff;
}
/* Buttons */
.btn-primary,
.dropdown-toggle.btn-primary {
  background-color: #049a9b;
}
.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
  background-color: #025f5f;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #024142;
  border-color: #024142;
}
.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-primary.active,
.dropdown-toggle.btn-primary.active {
  background-color: #024142;
}
.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #025f5f;
}
.btn-primary:disabled,
.dropdown-toggle.btn-primary:disabled,
.btn-primary.disabled,
.dropdown-toggle.btn-primary.disabled,
.btn-primary[disabled],
.dropdown-toggle.btn-primary[disabled] {
  background-color: #b3b3b3;
}
.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
  background-color: #025f5f;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #024142;
  border-color: #024142;
}
/* Button flat */
.pmd-btn-flat.btn-primary {
  color: #049a9b;
  background-color: transparent;
}
.pmd-btn-flat.btn-primary:hover {
  color: #025f5f;
  background-color: #e5e5e5;
}
.pmd-btn-flat.btn-primary:active,
.pmd-btn-flat.btn-primary.active {
  color: #024142;
  background-color: #ccc;
}
.pmd-btn-flat.btn-primary:focus {
  color: #025f5f;
  background-color: #ccc;
}
.pmd-btn-flat.btn-primary .ink {
  background-color: #808080;
}
/* Button outline */
.pmd-btn-outline.btn-primary {
  color: #049a9b;
  background-color: transparent;
  border: solid 1px #049a9b;
}
.pmd-btn-outline.btn-primary:hover,
.pmd-btn-outline.btn-primary:focus {
  color: #fff;
  background-color: #049a9b;
  border: solid 1px #049a9b;
}
/* Tabs */
.pmd-tabs ul.nav.nav-tabs li.active {
  box-shadow: inset 0 -3px 0 #049a9b;
}
.pmd-tabs-scroll-right,
.pmd-tabs-scroll-left {
  position: absolute;
  z-index: 99;
  display: none;
  padding: 12px 24px 8px 24px;
  color: #049a9b;
  text-align: center;
  white-space: no-wrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: white;
}
.pmd-tab .badge {
  font-size: 12px;
  background: #049a9b;
  overflow: hidden;
  padding: 4px;
}
/* Progress bars */
.pmd-progress {
  background-color: rgba(4, 154, 155, 0.4);
}
.pmd-progress .determinate {
  background-color: #049a9b;
}
.pmd-progress .indeterminate {
  background-color: #049a9b;
}
/* Default Button */
.btn-default {
  background-color: #fff;
  color: #333c4e;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #ccc;
  color: #333c4e;
}
/* spinner */
.path {
  stroke: #049a9b;
}
/* Inputs */
.pmd-textfield-focused {
  background-color: #049a9b;
}
/* Checkbox */
.pmd-checkbox [type="checkbox"]:checked + .pmd-checkbox-label::before {
  background-color: #049a9b;
  border-color: #049a9b;
}
/* Datetime picker */
.topdateinfo,
.topdateinfo .dayname,
.timepicker-picker,
.bootstrap-datetimepicker-widget table td.day.active:hover span,
.bootstrap-datetimepicker-widget table td.hour.active:hover span,
.bootstrap-datetimepicker-widget table td.minute.active:hover span,
.bootstrap-datetimepicker-widget table td.second.active:hover span,
.bootstrap-datetimepicker-widget table td.active span,
.bootstrap-datetimepicker-widget table td.active span:hover,
.bootstrap-datetimepicker-widget table td span.active,
.bootstrap-datetimepicker-widget .accordion-toggle {
  background-color: #049a9b !important;
}
.timepicker .secondHnad,
.timepicker .minuteHnad,
.timepicker .hourHnad,
.timepicker .secondHnad:before,
.timepicker .minuteHnad:before,
.timepicker .hourHnad:before,
.timepicker .secondHnad:after,
.timepicker .minuteHnad:after,
.timepicker .hourHnad:after {
  background: #049a9b !important;
}
td.day.today {
  color: #049a9b;
  font-weight: 500;
}
td.day.today.active {
  color: #FFF;
  font-weight: normal;
}
.pmd-floating-action {
  z-index: 1000;
}
/* Tables and Stuff */
.pmd-card-child {
  background-color: #e5e5e5;
}
.table-hover > .pmd-card-child > tr:hover {
  background-color: #ccc !important;
}
.table-action-menu {
  position: relative;
  padding: 0 !important;
}
.pmd-btn-flat.btn-default:hover > i.mdi.md-dark {
  color: #141414;
}
.table-menu {
  display: none;
}
.table-hover > tbody > tr:hover > td > .table-menu {
  display: inline;
  line-height: 1;
  position: absolute;
  right: 0;
  height: 100%;
  text-align: right;
  z-index: 999;
  width: max-content;
  bottom: 0;
  padding-top: 5px;
  padding-left: 24px;
  padding-right: 8px;
  background: #eee;
}
.custom-select-info > .custom-select-action > .pmd-btn-flat.btn-default:hover,
.table-hover > tbody > tr:hover > td > .table-menu > .pmd-btn-flat.btn-default:hover {
  background-color: rgba(96, 125, 139, 0.5);
}
.pmd-table-action-menu ul {
  margin-bottom: 8px;
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.pmd-table-action-menu ul li {
  display: inline-block;
}
.pmd-table-action-menu ul li a.divider {
  width: 1px;
  line-height: 2.5;
  margin-left: 16px;
  margin-right: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.table-alert a {
  color: #049a9b;
}
.ng-table th.sortable {
  background-color: transparent !important;
}
.table-hover > tbody > tr:hover > td > .table-menu {
  background: none;
}
th > span {
  font-size: 14px !important;
}
.table-hover > tbody > tr:hover > td > .table-menu {
  display: flex;
  line-height: 1;
  position: absolute;
  right: 0;
  height: 100%;
  text-align: right;
  z-index: 999;
  width: max-content;
  bottom: 0;
  padding: 0px 24px;
  background: inherit ;
  align-items: center;
}
.pmd-table.table > thead > tr:hover > td > .table-menu,
.pmd-table.table > tbody > tr:hover > td > .table-menu,
.pmd-table.table > tfoot > tr:hover > td > .table-menu {
  transition: all 0.3s ease;
}
.custom-select-info > .custom-select-action > .pmd-btn-flat.btn-default:hover,
.table-hover > tbody > tr:hover > td > .table-menu > .pmd-btn-flat.btn-default:hover {
  background-color: rgba(96, 125, 139, 0.5);
}
.pmd-table-action-menu ul {
  margin-bottom: 8px;
  list-style-type: none;
  padding: 0;
  display: inline-block;
}
.pmd-table-action-menu ul li {
  display: inline-block;
}
.pmd-table-action-menu ul li a.divider {
  width: 1px;
  line-height: 2.5;
  margin-left: 16px;
  margin-right: 16px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.table-alert a {
  color: #049a9b;
}
.ng-table th.sortable {
  background-color: transparent !important;
}
.pmd-datetimepicker-inline .topdateinfo {
  display: none !important;
}
.pmd-datetimepicker-inline .form-control {
  height: 0px !important;
  border: none;
}
.modal-dr-picker {
  width: 680px;
}
@media (max-width: 768px) {
  .modal-dr-picker {
    width: 330px;
  }
}
