.pmd-textfield input.form-control {
  height: 24px;
  padding-bottom: 0;
}

.pmd-textfield div.form-control {
  height: 24px;
}

.pmd-only-input input.form-control {
  height: 24px;
  padding: 0;
  margin: 0;
}

.fc-event .fc-bg {
  opacity: 0 !important;
}

.fc-title {
  display: block;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  width: calc(50% - 4px);
  float: left;
}

.pmd-card-child {
  color: #4d575d;
  background-color: #e5e5e5;
}

.pmd-card-child th {
  font-size: 12px;
}

.pmd-floating-action {
  /* zIndex should be the highest in this case, otherwise tooltip will bypass it */
  z-index: 998;
}

.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: 8px;
  bottom: 12px;
  text-align: right;
  z-index: 9999;
  width: 200px;
}

.pmd-table.table-hover tbody tr:hover {
  background-color: #eee;
}

.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);
}

/*======================== pmd-others ======================*/
.pmd-switch label input[type="checkbox"]:checked + .pmd-switch-label,
.togglebutton-default label input[type="checkbox"]:checked + .pmd-switch-label {
  background-color: hsla(0, 0%, 80%, 1);
}

.notification a.dropdown-toggle {
  margin-top: 20px;
}

.pmd-navbar {
  height: 64px;
}

.pmd-navbar .pmd-user-info .media-body {
  padding-top: 1px;
}

.pmd-card-title-text .pmd-badge.pmd-badge-text {
  font-size: 1.5rem;
}

.pmd-card-title-text .pmd-badge.pmd-badge-overlap::after {
  right: -24px;
}

.badge-primary {
  color: #fff;
  background-color: #4285f4;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                   supported by Chrome and Opera */
}

.pmd-sidebar .pmd-sidebar-nav li .menu-divider {
  padding: 0 !important;
}

.pmd-sidebar-left .nav > li > .menu-divider:hover,
.pmd-sidebar-left .nav > li > .menu-divider:focus {
  color: transparent !important;
  background-color: transparent !important;
}

.pmd-sidebar .pmd-sidebar-nav li .menu-divider > hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-color: #ccc;
}

.modal-content {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.media-body {
  width: 100%;
}

.modal-dialog .media-body {
  width: 10000px;
}

.bottom-sheet > .modal-dialog p.lead {
  margin-bottom: 0;
  margin-top: 6px;
}

@media (max-width: 1280px) {
  .bottom-sheet > .modal-dialog {
    width: 100%;
  }

  .bottom-sheet > .modal-dialog p.lead {
    margin-bottom: 4px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .modal-dialog {
    width: 90%;
  }
}

@media (min-width: 1280px) {
  .bottom-sheet > .modal-dialog {
    width: 40%;
  }
}

.bottom-sheet > .modal-dialog {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.no-padding {
  padding: 0;
}

.pmd-d {
  max-height: 318px;
  overflow-y: auto;
  top: 95%;
}

.form-group .pmd-switch {
  margin-top: 4px;
}

.form-group > .pmd-textfield .pmd-btn-fab.btn-xs {
  width: 24px;
  min-width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  bottom: 8px;
}

.form-group .pmd-textfield .pmd-btn-fab.btn-xs span,
.form-group .pmd-textfield .pmd-btn-fab.btn-xs i {
  line-height: 24px;
  font-size: 14px;
}

.form-group-sm .pmd-textfield .pmd-btn-fab.btn-xs span,
.form-group-sm .pmd-textfield .pmd-btn-fab.btn-xs i {
  line-height: 24px;
  font-size: 14px;
}

/* textAngular fixes */
.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
  margin: 20px 0;
}

/* "Split" toolbar from area of edition */
.ta-toolbar.btn-toolbar {
  border-bottom: 1px solid #eee;
  padding-bottom: 4px;
}

/*  Fix for outline of textAngular */

/* Toolbar colors */
.btn-default.active {
  background-color: #c79a00aa !important;
}

.btn-default.active > i.mdi {
  color: #fff !important;
}

/* Remove border of the editor */
div.ta-scroll-window.ng-scope.ta-text.ta-editor.form-control {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

/* Remove default outline of textArea */
div[contenteditable="true"] {
  outline: none;
  font-size: 14px !important;
}

/* textAngular end of fixes */

.mdi {
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.mdi.media-left {
  display: table-cell;
  padding-right: 32px;
  vertical-align: top;
}

.modal-footer {
  text-align: right;
  border-top: none !important;
}

.pmd-chip {
  margin: 4px;
}

/*======================== pmd-table  ======================*/
.no-table-found .mdi {
  font-size: 128px;
}

table.pmd-table thead tr th {
  cursor: pointer;
  font-weight: 700 !important;
  user-select: none;
}

.action-bar.row span.actions {
  border-left: 1px solid #dfe3e7;
  margin-left: 2px;
}

.action-bar .btn-delete {
  margin-left: 4px !important;
}

span.pmd-checkbox-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

span.sorting {
  font-family: "Material Icons", sans-serif;
  float: left;
}

span.sorting.sorting_asc::before {
  content: "\E5C5";
}

span.sorting.sorting_desc::before {
  content: "\E5C7";
}

span.sorting.sorting_asc::after {
  content: "n";
}

span.sorting.sorting_desc::after {
  content: "n";
}

.btn.btn-social {
  padding: 4px 12px;
  line-height: 1.8;
}

.pmd-btn-fab img {
  width: 18px;
  height: 18px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.btn.btn-social img {
  height: 24px;
  width: 24px;
  float: left;
}

.custom-select {
  margin: 0;
  border-bottom: 1px solid #ccc;
  width: 120px;
  overflow: hidden;
  background-color: #fff;
  padding: 2px 0 2px 0;
  margin-left: 32px;
  position: relative;
}

/*======================== pmd-tabset  ======================*/

.pmd-tabs {
  display: block;
  position: relative;
}

.pmd-tabs ul.nav.nav-tabs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.pmd-tabs ul.nav.nav-tabs li.active {
  z-index: 10;
  display: block;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  box-shadow: inset 0 -3px 0 #458cff;
}

.pmd-tabs.pmd-tabs-bg ul.nav.nav-tabs li.active {
  z-index: 10;
  display: block;
  transition: left 0.2s ease;
  -webkit-transition: left 0.2s ease;
  box-shadow: inset 0 -3px 0 #ffc107;
}

/*======================== Role Edition  ======================*/
.role {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

/*======================== pmd-progress  ======================*/
.pmd-spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.path {
  stroke: #4285f4;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite;
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

/*======================== pmd-progress-bar  ======================*/
.pmd-progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #4285f460;
  border-radius: 2px;
  background-clip: padding-box;
  margin: 0;
  overflow: hidden;
}

.pmd-progress .determinate {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #4285f4;
  transition: width 0.3s linear;
}

.pmd-progress .indeterminate {
  background-color: #4285f4;
}

.pmd-progress .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395)
    infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.pmd-progress .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1)
    infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }

  60% {
    left: 100%;
    right: -90%;
  }

  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }

  60% {
    left: 107%;
    right: -8%;
  }

  100% {
    left: 107%;
    right: -8%;
  }
}

/*======================== pmd-color-picker  ======================*/

.materialpicker-colors {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: inline-block;
  cursor: default;
  background-color: #ffffff;
  z-index: 999;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -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);
}

.materialpicker-colors div.selected {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 4px #000;
  border: 2px solid #fff;
}

div.materialpicker-white.selected {
  border-color: #78909c;
}

.colorpicker-preview {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
}

.materialpicker.ng-invalid .materialpicker-colors {
  border-color: #a94442;
  box-shadow: 0 1px 5px #a94442;
}

/*======================== btn-social-login  ======================*/

.btn.btn-social {
  padding: 8px 8px 8px 50px;
  line-height: 1.8;
  margin: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  outline-offset: 4px;
  border: 0;
}

.btn.btn-social img {
  height: 24px;
  width: 24px;
  float: left;
}

/*======================== text-angular  ======================*/

.ta-root > .pmd-textfield-focused {
  height: 1px;
}

/*======================== pmd-extra-sidebar  ======================*/
.pmd-extra-sidebar {
  background: #fff;
  width: 0px;
  min-width: 0px !important;
}

.pmd-sidebar-open.pmd-extra-sidebar {
  width: 400px;
}

@media (max-width: 767px) {
  .pmd-sidebar-open.pmd-extra-sidebar {
    min-width: 100vw !important;
  }

  .pmd-extra-sidebar {
    transform: translate3d(1000px, 0px, 0px);
  }
}

tr .form-group {
  margin-bottom: 0 !important;
}

/*======================== pmd-date-range-picker  ======================*/
.pmd-datetimepicker-inline .topdateinfo {
  display: none !important;
}

.pmd-datetimepicker-inline .form-control {
  height: 0px !important;
  border: none;
  display: none;
}

.modal-dr-picker {
  width: 680px;
}

@media (max-width: 768px) {
  .modal-dr-picker {
    width: 330px;
  }
}

.pmd-user-info .list-group-item-text {
  color: #fff;
  opacity: 1;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: uppercase;
}

.pmd-user-info .list-group-item-heading {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}

.pmd-footer-bar {
  position: fixed;
  padding: 8px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #eee;
  display: grid !important;
  grid-template-columns: repeat(5, 1fr);
  grid-template-columns: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  z-index: 2;
}

.pmd-footer-bar a {
  display: flex;

  flex-direction: column;
  align-items: center;
  align-self: center;
}

.pmd-footer-bar a > span {
  font-size: 10px;
  text-align: center;
}

.pmd-footer-bar a.active > span {
  font-weight: 500;
}

.pmd-footer-bar a > i {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 32px;
}

.pmd-footer-bar a.active > i {
  background-color: #ccc;
}

.pmd-footer-bar a,
.pmd-footer-bar a:hover,
.pmd-footer-bar a:focus {
  color: rgba(0, 0, 0, 0.84);
}

.pmd-footer-bar.pmd-z-depth {
  box-shadow: 0px -3px 3px rgb(0 0 0 / 12%), 0px -1px 2px rgb(0 0 0 / 14%);
}

@media (max-width: 767px) {
}

.nav.nav-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
