.lighter {
  font-weight: lighter;
  margin-right: 8px;
}
.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;
}

.stepper-indicator a {
  color: #c8c8c8;
  display:inline-block;
  margin-right:10px;
  margin-bottom: 4px;
  text-align:center;
  text-transform:uppercase;
  cursor: pointer;
}

/* we will style the span as the circled number */
.stepper-indicator span {
  color: white;
  background:#c8c8c8;
  display:block;
  height:30px;
  margin:0 auto 10px;
  padding-top:5px;
  width:30px;
  border-radius:50%;
}

/* active buttons turn light green-blue*/
.stepper-indicator a.active span   { background:#003f68; color: white }

.stepper-indicator a.active   { color: #555; font-weight: 500 }

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

@media (min-width: 768px) {
  .loginBg .title-box {
    top: 28%;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .loginBg .title-box {
    top: 11%;
  }
  .login-card {
    max-width: 360px !important;
  }
}

@media (min-width: 480px) and (max-height: 768px) {
  .loginBg .title-box {
    top: 11%;
  }
}

@media (max-width: 480px) {
  .loginBg .title-box {
    top: 11%;
  }

  .login-card {
    max-width: 360px !important;
  }
}

.login-card {
  width: 720px;
}

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

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

.loginBg .title b {
  font-weight: 800;
  color: #FFFFFF;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8); /* Adds a small drop shadow */
}

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

h1.section-title {
  margin-top: 2rem;
}

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

.form-control {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  transition: none !important;
  -webkit-transition: none !important;
  border-radius: 0;
}

.fc-event {
  border: none !important;
}

.pin-code {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  font-size: 20px;
  padding: 2px;
  background: #55555526;
  margin-left: 10px;
  border-radius: 3px;
}

.pin-code:first-child {
  margin-left: 0px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ta-bind {
  outline: none;
}

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

.pmd-textfield input.form-control {
  height: 34px;
}



/***** Testing *****/
.pmd-new-table {

}
.d-hidden {
  display: none;
}

.d-block {
  display: block !important;
}

.pmd-new-table > thead > tr > th {
  text-transform: uppercase !important;
  user-select: none !important;
  font-weight: 500 !important;
}

.pmd-new-table > thead > tr > th.is-sorting {
  color: #049a9b !important;
}

.pmd-new-table > thead > tr > th.is-sorting {
  color: #049a9b !important;
}

.pmd-new-table > tbody>tr>td {
  padding: 0.25rem 0.75rem;
}

/* Sidebar additions */
.pmd-extra-sidebar {
  background: #fff;
  width: 600px !important;
  right: -600px;
  /* Make sure this is above fab */
  z-index: 1002;
}
.pmd-sidebar-open.pmd-extra-sidebar {
  right: 0;
}

.pmd-extra-sidebar span.ui-select-match-text {
  font-size: 14px !important;
}

.ui-select-bootstrap .ui-select-search-hidden {
  opacity: 0;
  height: 0 !important;
  min-height: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.uiselect-menu-right .ui-select-dropdown {
  right: 0;
  left: auto;
}

.pointer {
  cursor: pointer;
}

.filter-delete {
  z-index: 1003;
  position: fixed;
  line-height: 34px;
}

.filter-delete > .btn {
  min-width: 0;
  padding: 2px;
}

.nv-point {
  fill-opacity: 1!important;
  stroke-opacity: 1!important;
}

.custom-select-info {
  position: initial !important;
  height: 64px;
}

.custom-select-info {
  background-color: rgba(0,0,0,0.1);
  height: 64px;
  top: 0;
  width: 100%;
  line-height: 64px;
  padding: 0 16px;
  font-size: 16px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.custom-select-item {
  float: left;
}
.custom-select-action {
  float: right;
}

html {
  font-size: 80%;
}

.table-divider-right {
  border-right: 1px solid #777;
}

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

.tooltip {
  pointer-events: none !important;
}

.date-delete {
  position: absolute;
  bottom: 4px;
  right: 16px;
}

td .dropdown {
  position: inherit;
}

td .dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu {
  clip: auto;
  background-color: white;
}

td .dropdown.open > .pmd-dropdown-menu-container > .dropdown-menu.dropdown-menu-right {
  right: -40px;
}

.btn-red {
  background-color: #d32f2f;
}
