body {
  font-family: 'Roboto', sans-serif;
}

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

a {
  cursor: pointer;
}

.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: #049a9b;
  color: white
}

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

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

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

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

@media (max-width:499px) {
  .loginBg .title {
    font-size: 26px !important;
    margin-left: 16px;
    margin-right: 16px;
  }

  .logincard {
    top: 40% !important;
  }
}

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

.loginBg .title {
  font-size: 48px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  vertical-align: middle;
}

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

.lighter b {
  color: #FFFFFF;
}

.pmd-sidebar.pmd-sidebar-nav li {
  max-height: 54px;
}

.material-icons.mdi {
  line-height: 18px;
}

.img-profile {
  width: 40px;
  height: 40px;
}

.page-content section {
  margin-bottom: 24px;
}

.pmd-switch {
  padding-top: 7px;
}

.forgot-password {
  font-size: 14px;
}

.login-card .alert {
  display: block;
}

.no-pad {
  padding-right: 0px;
  padding-left: 0px;
}

.p-r-16 {
  padding-right: 16px;
}

.sort-indicator {
  float: left;
}

.pmd-card {
  margin-bottom: 30px;
}

.pmd-card-table {
  padding: 0;
}

.pmd-card-body .row {
  margin-bottom: 8px;
}

.value-added .value-added-section {
  border-right: none;
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

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

.list-group-item {
  padding-top: 16px;
  padding-bottom: 18px;
  margin-bottom: -1px;
  background-color: transparent;
}

td>div.checkbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

td.pmd-table-row-action {
  text-align: right !important;
}

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

.search-paper {
  float: none;
  text-align: right;
  height: 64px;
  width: 100%;
  line-height: 64px;
  padding: 0 16px
}

.ng-table-pager {
  display: none;
}

.table-responsive {
  margin-bottom: 0;
  border: none;
}

.pmd-card-footer i.material-icons {
  vertical-align: top;
  padding-top: 1px;
}

.no-table-found .material-icons {
  font-size: 128px;
}

.pmd-btn-fab.btn-sm span,
.pmd-btn-fab.btn-sm i.material-icons.mdi {
  line-height: 34px !important;
}

.pmd-display2 {
  font-size: 2.5em !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.pmd-display3 {
  font-size: 1.25em !important;
  line-height: 1 !important;
  font-weight: 500 !important;
  color: #000 !important;
}

.material-icons.pmd-xl {
  font-size: 64px;
}

a.no-focus:hover,
a.no-focus:focus {
  color: initial;
}

/*======================== pmd-table  ======================*/
.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;
}

table.pmd-table thead tr th {
  cursor: pointer;
  user-select: none;
}

span.sorting {
  font-family: 'Material Icons';
  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";
}

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

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

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

.pmd-tabs ul.nav.nav-tabs li.active {
  z-index: 10;
  display: block;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  box-shadow: inset 0 -3px 0 #049a9b;
}


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

.pmd-tabs-bg {
  color: #fff;
  background-color: #049a9b !important;
}

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

/* Used by fullcalendar to theme buttons */
.fc-prev-button,
.fc-next-button,
.fc-today-button,
.fc-month-button,
.fc-agendaWeek-button,
.fc-agendaDay-button,
.fc-listMonth-button {
  background-color: #049a9b !important;
}

.fc-prev-button:hover,
.fc-next-button:hover,
.fc-today-button:hover,
.fc-month-button:hover,
.fc-agendaWeek-button:hover,
.fc-agendaDay-button:hover,
.fc-listMonth-button:hover {
  background-color: #036868 !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;
}

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

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

div.version {
  line-height: 0;
  font-size: 14px;
  cursor: pointer;
}

.pmd-navbar .navbar-brand {
  line-height: 38px;
}

.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>img {
  width: 100% !important;
  height: 100% !important;
  border-radius: 50%;
}

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

.scroll-ie-stats {
  position: relative;
  /* relative or absolute positioning required by Perfect Scrollbar */
  max-height: 400px;
  /* height must be limited to induce scrolling behavior */
}

.scroll-elv-stats {
  position: relative;
  /* relative or absolute positioning required by Perfect Scrollbar */
  max-height: 200px;
  /* height must be limited to induce scrolling behavior */
}

.scroll-fun-tecnicos-stats {
  position: relative;
  /* relative or absolute positioning required by Perfect Scrollbar */
  max-height: 800px;
  /* height must be limited to induce scrolling behavior */
}

.scroll-fun-lotes-stats {
  position: relative;
  /* relative or absolute positioning required by Perfect Scrollbar */
  max-height: 600px;
  /* height must be limited to induce scrolling behavior */
}

/* Heatmap for analítica funciona */
.commit-heatmap-container {
  overflow-x: auto;
  width: 100%;
}

.commit-heatmap {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 12px;
}

.commit-heatmap th,
.commit-heatmap td {
  text-align: center;
  padding: 0;
  border: 1px solid #e0e0e0;
}

.commit-heatmap th {
  /*white-space: nowrap;*/
  white-space: normal;
  overflow-wrap: break-word;   /* preferred over word-break */
  word-break: keep-all;        /* prevent breaking inside words */
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}

.commit-heatmap td {
  aspect-ratio: 1 / 1; /* Maintain square shape */
}

/* Heatmap Colors (scoped) */
/*.commit-heatmap .bg-zero        { background-color: #3182ce; }*/
.commit-heatmap .bg-low         { background-color: #AA3033; }
.commit-heatmap .bg-medium      { background-color: #FDA50F; }
.commit-heatmap .bg-high        { background-color: #388e3c; }

.commit-heatmap td:hover {
  outline: 2px solid #3182ce;
  cursor: pointer;
}

.commit-heatmap .user-col {
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  text-align: left;
  padding-left: 6px;
  background: #fafafa;
  font-weight: bold;
  position: sticky;
  left: 0;
  z-index: 1;
}

/*
   * Container style
   */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

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

.btn-primary,
.dropdown-toggle.btn-primary {
  background-color: #049a9b;
}

.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
  background-color: #108196;
}

.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-primary.active,
.dropdown-toggle.btn-primary.active {
  background-color: #108196;
}

.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
  background-color: #077385;
}

.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: #0b6575;
}

.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: #014545;
  border-color: #014545;
}

/*-- Buttons primary flat --*/
.pmd-btn-flat.btn-primary {
  color: #049a9b;
  background-color: transparent;
}

.pmd-btn-flat.btn-primary:hover {
  color: #108196;
  background-color: #e5e5e5;
}

.pmd-btn-flat.btn-primary:active,
.pmd-btn-flat.btn-primary.active {
  color: #077385;
  background-color: #ccc;
}

.pmd-btn-flat.btn-primary:focus {
  color: #0b6575;
  background-color: #ccc;
}

.pmd-btn-flat.btn-primary .ink {
  background-color: #808080;
}

/*-- Buttons primary 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;
}

.pmd-card-body.table-responsive {
  padding-left: 0;
  padding-right: 0;
}

.pmd-card-body .table-responsive {
  margin-left: -16px;
  /* 100%  + 32px (this is to fill the padding from pmd-card-body */
  width: calc(100% + 32px);
}

.pmd-child-table {
  background-color: #ddd;
}

.pmd-chip {
  margin-bottom: 4px;
}

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

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

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

.pmd-table.table>thead>tr>th, .pmd-table.table>tbody>tr>th, .pmd-table.table>tfoot>tr>th, .pmd-table.table>thead>tr>td, .pmd-table.table>tbody>tr>td, .pmd-table.table>tfoot>tr>td {
    text-align: left;
    transition: all .3s ease;
}
.pmd-table.table>thead>tr>th, .pmd-table.table>tbody>tr>th, .pmd-table.table>tfoot>tr>th, .pmd-table.table>thead>tr>td, .pmd-table.table>tbody>tr>td, .pmd-table.table>tfoot>tr>td {
    vertical-align: middle;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #eceeef;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table.no-first  td:first-child {
    width: auto;
}

.pmd-card {
  border-radius: 5px !important;
}

.hideCalendarTime > div > span.fc-time{
  display:none;
}

.hideCalendarTime > td.fc-list-item-time {
  display:none;
}

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


.tab-responsive {
  margin-left: -16px;
  width: calc(100% + 32px);
}

.tab-responsive > .pmd-tabs {
  background: #4d575d;
  color: white;
}

.tab-responsive > .pmd-tabs .nav > li > a {
  color: white;
}

.progress-bar-success {
  background-color: #049a9b;
}

.progress-bar-danger {
  background-color: #db4437;
}


.enquadramento-orcamental-danger {
  color: #db4437;
}

.avatar-list-img-dashboard {
  display: inline-block;
  width: 100px;
  height: 100px;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 50%;
}

.pad-state-change-observations {
  font-weight: bold;
  color: #db4437;
  font-size: 18px;
}

.lme-cliente-locked {
  font-weight: bold;
  color: #db4437;
}

.susene-cliente-locked {
  font-weight: bold;
  color: #db4437;
}

:not(.MuiTableBody-root) > tr > td:first-child {
  width: 24px;
}

/* Use for mui-file-dropzone to override the default (in chrome always shows red) */
/* Keep invalid drag state gray everywhere */
.dzNoRed {
  border-color: rgba(0,0,0,0.23) !important;
  background-image: repeating-linear-gradient(
    -45deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 25px,
    rgba(0, 0, 0, 0.12) 25px,
    rgba(0, 0, 0, 0.12) 50px
  ) !important;
}

/* Apply to any <text-angular class="textAngularCompact"> ... */
.textAngularCompact .ta-text.ta-editor,
.textAngularCompact .ta-html.ta-editor {
  min-height: 0 !important;     /* override default ~300px */
  max-height: 120px !important;  /* cap visible lines */
  overflow-y: auto;              /* scroll when content exceeds */
}
