.lighter {
  font-weight: lighter;
  margin-right: 8px;
}

.loginBg {
  height: 100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
  background: url("/assets/images/fundo-login3.jpg") 0;
  background-size: cover;
}

@media (min-width: 500px) {
  .loginBg .title-box {
    top: 35%;
  }
}
@media (max-width: 499px) {
  .loginBg .title-box {
    top: 20%;
  }
}

.login-card {
  width: 360px;
}

.loginBg .title-box {
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
  margin-bottom: 16px;
}

.loginBg .title {
  font-size: 48px;
  font-weight: 100;
  color: #ffffff;
  vertical-align: middle;
}

.loginBg .title b {
  font-weight: 500;
  color: #ffffff;
}

.ng-hide.ng-hide-animate {
  display: none !important;
}

.no-animate {
  -webkit-transition: none !important;
  transition: none !important;
}

span.version {
  font-size: 9px;
  cursor: pointer;
}

.list-group-item:hover {
  cursor: pointer !important;
}

.media,
.media-body {
  overflow: visible !important;
  zoom: 1;
}

.pmd-floating-action-btn.btn-default {
  background-color: #fff;
}

.btn-default > i.mdi {
  color: rgba(0, 0, 0, 0.54);
}

/** - DROPDOWN FIX BY TIAGO.RIBEIRO (06/08/2018) **/
.dropdown-menu > li > a {
  padding: 12px 16px;
}

.pmd-dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
  transform: scale(1);
}

.dropdown.open > .pmd-dropdown-menu-container {
  display: block;
}

.dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
  display: block;
  border: none;
  border-radius: 0;
  /**box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);**/
}

.dropdown.open > .pmd-dropdown-menu-container > .pmd-dropdown-menu-bg {
  transform: scale(1);
}

.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.open > .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.175);

  -webkit-transform-origin: top;
  transform-origin: top;
}

.open > .dropdown-menu > .pmd-card {
  width: 400px;
}

.open > .dropdown-menu > .pmd-card > .pmd-card-body > .row > .col-md-6 {
  vertical-align: middle;
}

.open
  > .dropdown-menu
  > .pmd-card
  > .pmd-card-body
  > .row
  > .col-md-6
  > .user-name {
}

.open > .dropdown-menu > .pmd-card > .pmd-card-body > .row > .col-md-6 > img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

/* Used by fullcalendar to not have to use url's */
.fc-event,
.fc-list-item {
  cursor: pointer;
  border: none;
  border-radius: 0;
}

.fc-event-draggable {
  padding: 10px;
  margin: 5px 10px;
}

/* Used by fullcalendar to not have a black border around list view */
.fc-list-view {
  border-width: 0px !important;
}

.fc-prev-button.active,
.fc-next-button.active,
.fc-today-button.active,
.fc-month-button.active,
.fc-agendaWeek-button.active,
.fc-agendaDay-button.active,
.fc-listMonth-button.active {
  font-weight: bold;
}

/* Regras para corrigir empty view */
.fc-list-empty-wrap2 {
  padding: 24px;
  position: inherit;
}

.fc-list-empty {
  color: #777;
  font-size: 14px;
}

.fc-event .fc-bg {
  display: none !important;
}

.fc-event > .fc-content {
  text-shadow: #000 0px 0px 5px;
}

.text-center {
  text-align: center !important;
}

.table-footer-info {
  padding-top: 8px;
  float: left;
}

.table-footer-input {
  width: 75px;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  float: right;
  height: 24px;
  line-height: 24px;
  margin-top: 4px;
  outline: none;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  background-color: transparent;
  position: relative;
}

.pmd-card-table {
  margin-bottom: 0;
}

.my-drop-zone {
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #f0f0f0;
  border: dashed;
  border-color: #c8c8c8;
  cursor: pointer;
}

.dropzoneTextStyle {
  text-align: center;
  position: relative;
}

.dropzoneParagraph {
  font-size: 24px;
  line-height: 1.2;
}

.my-drop-zone i {
  font-size: 96px;
  color: #909090 !important;
}

.pmd-table-header hr {
  margin-top: 0;
  margin-bottom: 0;
}

.pmd-table-header .alert {
  color: #4d575d;
  background-color: rgba(241, 243, 244, 0.871);
  border: 1px solid rgba(119, 119, 119, 0.3);
  margin-bottom: 2px;
  text-align: center;
  padding: 8px;
}

.noUi-handle {
  outline: none;
}
.noUi-handle:focus {
  outline: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -6px;
  left: auto;
}

.noUi-target {
  height: 1px;
  background: rgba(0, 0, 0, 0.14);
}

.pointer {
  cursor: pointer;
}

.row.equal-cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.equal-cols:before,
.row.equal-cols:after {
  display: block;
}

.row.equal-cols > [class*="col-"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row.equal-cols > [class*="col-"] > * {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.scrollable-menu {
  height: auto;
  max-height: 308px;
  overflow-x: hidden;
}

.bottom-rigth-corner {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  margin: 1em;
}

.bottom-rigth-corner .btn {
  margin-left: 4px;
}

.pmd-table > thead > tr > th.is-sorting {
  font-weight: bold;
}
