/* Palette generated by Material Palette - materialpalette.com/blue/teal */
@import url("../fw/animate/animate.css");
@import url("../fw/icomoon/fonts.css");
@import url("../fw/materialize/css/materialize.min.css");
@import url("../../assets/font/material-icons.css");
@import url("../fw/pikaday/pikaday.css?v=1");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

::-webkit-scrollbar {
  width: 5px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  background-color: transparent;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

::-webkit-scrollbar-track {
  background: #eee;
}

::-webkit-scrollbar-thumb {
  background: #2196f3;
}

::-webkit-scrollbar:horizontal {
  height: 5px;
}

input,
textarea {
  outline: none !important;
}
input[readonly="readonly"],
textarea[readonly="readonly"] {
  color: initial !important;
}

div.input-field.is-money-input {
  position: relative;
}
div.input-field.is-money-input:before {
  content: "EUR";
  position: absolute;
  right: 0;
  line-height: 3rem;
  top: 0;
  font-size: 0.9rem;
  font-weight: bold;
  color: #39b54a;
}
div.input-field.is-money-input input {
  padding-right: 2rem;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-wrapper * {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.autocomplete-content {
  position: absolute !important;
  width: 100%;
  max-height: 50vh;
  overflow: auto;
}

ul li {
  list-style: none;
  line-height: 2.4rem;
}

.pika-title select {
  padding: initial !important;
  height: initial !important;
  width: initial !important;
}

.img-container {
  overflow: hidden;
  background-color: #333;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.img-container.round {
  border-radius: 50%;
}

.pointer {
  cursor: pointer;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.h-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.h-ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.v-ct {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.v-tp {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex .grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex .grow-2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

.i-close-it {
  color: tomato;
  cursor: pointer;
}

body .btn-wth-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body .btn-wth-load .mdl-spinner {
  opacity: 0;
}
body .btn-wth-load button {
  margin-left: 1rem;
}
body .btn-wth-load button.saving + div {
  opacity: 1;
}

.x-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  color: #555;
  z-index: 1000;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
}
.x-modal .modal-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.x-modal .x-container {
  background: #fff;
  min-width: 340px;
  min-height: 100px;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 20px #777;
  box-shadow: 0 5px 20px #777;
  position: relative;
}
.x-modal .x-container .header-top {
  background: #f4f4f4;
  padding: 0 1rem 0 2rem;
}
.x-modal .x-container .header-top li {
  width: 40px;
  text-align: center;
  line-height: 3.3rem;
  height: 2.7rem;
}
.x-modal .x-container .header-top li:hover {
  background: #ddd;
}
.x-modal .x-container .header-top i {
  font-size: 1.2rem;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  font-weight: bold;
  display: block;
  line-height: 2.5rem;
}
.x-modal .x-container .body-modal {
  padding: 2rem;
}
.x-modal h3 {
  font-size: 1.2rem;
  margin-top: 0;
  white-space: nowrap;
  font-weight: 500;
}
.x-modal.m-confirm {
  text-align: center;
  color: #444;
}
.x-modal.m-confirm .x-container {
  min-width: 300px;
  max-width: 420px;
}
.x-modal.m-confirm h4 {
  font-size: 2rem;
}
.x-modal.m-confirm p {
  margin-bottom: 3.5rem;
  padding: 0 2rem;
}
.x-modal.m-confirm div.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.x-modal.m-confirm div.buttons button {
  width: 100%;
  border: 1px transparent solid;
  line-height: 2.7;
  color: #fff;
  cursor: pointer;
}
.x-modal.m-confirm div.buttons button:first-child {
  border-bottom-left-radius: 3px;
}
.x-modal.m-confirm div.buttons button:last-child {
  border-bottom-right-radius: 3px;
}
.x-modal.m-confirm div.buttons button[text="no"] {
  color: #333;
  background: #dedede;
  border-top-color: #ddd;
}
.x-modal.m-confirm div.buttons button[text="yes"] {
  background: #2196f3;
}
.x-modal.m-confirm i.conf-i {
  font-size: 8rem;
}
.x-modal.m-confirm.bad i.conf-i {
  color: orange;
}
.x-modal.m-confirm.bad div.buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.x-modal.m-confirm.good i.conf-i {
  color: #4caf50;
}

.xpert-alert {
  position: fixed;
  bottom: 0;
  right: -420px;
  padding: 1.5rem;
  color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 320px;
  max-width: 420px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
}

.xpert-alert.show {
  right: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.xpert-alert .x-close {
  color: #fff !important;
  font-size: 0.9rem;
  cursor: pointer;
  position: absolute;
  right: 0.5rem;
  top: 10px;
}

.xpert-alert h1 {
  font-size: 1.3rem;
  font-weight: lighter;
  margin-bottom: 10px;
  margin-top: 0;
}

.xpert-alert i {
  margin-right: 1.5rem;
  font-size: 4rem;
}

/*font-size: 2.2rem;*/
.xpert-alert.alert i {
  color: #fac552;
}

.xpert-alert.success i {
  color: #2fcc71;
}

.xpert-alert.error i {
  color: tomato;
}

.xpert-alert.notification i {
  color: #3398dc;
}

.close-it {
  cursor: pointer;
}

@-webkit-keyframes in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.xpert-toggle-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.xpert-toggle-2 span {
  padding: 0 10px;
  line-height: 2rem;
  font-weight: bolder;
  background: #fbfbfb;
  color: #555;
  border: 1px #ddd solid;
  font-size: 0.95rem;
}

.xpert-toggle-2.blue span.active {
  background: #4387fd;
  color: #fff;
  border: 1px #4387fd solid;
}

.xpert-toggle-2.green span.active {
  background: #26a69a;
  color: #fff;
  border: 1px #26a69a solid;
}

.xpert-toggle-2 span:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.xpert-toggle-2 span:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.list-items-advanced {
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

body .list-items-advanced.empty {
  position: relative;
}
body .list-items-advanced.empty:after {
  content: "Nada encontrado!";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #888;
}

.m-pdf-visualize .cctnrr {
  width: 100%;
  height: 100vh;
}
.m-pdf-visualize .cctnrr .list-pdfs {
  width: 320px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  height: 100%;
  padding: 1rem;
}
.m-pdf-visualize .cctnrr .list-pdfs > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.m-pdf-visualize .cctnrr .list-pdfs b {
  margin: 2rem 0;
  padding-left: 2rem;
}
.m-pdf-visualize .cctnrr .list-pdfs ul {
  padding-left: 2rem;
}
.m-pdf-visualize .cctnrr .list-pdfs ul li {
  cursor: pointer;
  margin-bottom: 5px;
}
.m-pdf-visualize .cctnrr .list-pdfs ul li.active,
.m-pdf-visualize .cctnrr .list-pdfs ul li.active i {
  color: #e14045;
}
.m-pdf-visualize .cctnrr .list-pdfs ul li i {
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
.m-pdf-visualize .cctnrr .container-pdf iframe {
  width: 100%;
  height: 100vh;
}

.m-pdf-visualize .controllers {
  right: 4rem;
  top: 10vh;
  color: #fff;
  position: absolute;
}
.m-pdf-visualize .controllers div {
  width: 36px;
  height: 35px;
  background: #f2f2f2;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 0 #666;
  box-shadow: 0 2px 0 #666;
  cursor: pointer;
  border-radius: 50%;
}
.m-pdf-visualize .controllers div i {
  font-size: 1.1rem;
  color: #616161;
  font-weight: bold;
}

.master-page {
  height: 100vh;
}
.master-page.loading .progress-loader {
  visibility: visible;
}
.master-page .progress-loader {
  visibility: hidden;
  position: absolute;
  top: 0;
  margin: 0;
}
.master-page .rest-page {
  background: #e9ebee;
  position: relative;
}
.master-page .rest-page .master-btn-add {
  position: absolute;
  z-index: 5;
  right: 3rem;
  bottom: 2.7rem;
}

.frame-close-click,
.about-me-frame {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
}
.frame-close-click.show,
.about-me-frame.show {
  visibility: visible;
  opacity: 1;
}
.frame-close-click.show .about,
.frame-close-click.show .c-c-container,
.about-me-frame.show .about,
.about-me-frame.show .c-c-container {
  right: 0;
}
.frame-close-click .c-c-container,
.frame-close-click .about,
.about-me-frame .c-c-container,
.about-me-frame .about {
  position: absolute;
  width: 340px;
  height: 100%;
  right: -350px;
  top: 0;
  background: #fff;
  border-left: 1px solid #eaeaea;
  -webkit-box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2);
  box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2);
  padding: 2rem;
}
.frame-close-click .c-c-container h4,
.frame-close-click .about h4,
.about-me-frame .c-c-container h4,
.about-me-frame .about h4 {
  font-size: 1.4rem;
  font-weight: 300;
}
.frame-close-click .c-c-container .scroll-body,
.frame-close-click .about .scroll-body,
.about-me-frame .c-c-container .scroll-body,
.about-me-frame .about .scroll-body {
  margin-top: 1.5rem;
}
.frame-close-click .c-c-container li,
.frame-close-click .about li,
.about-me-frame .c-c-container li,
.about-me-frame .about li {
  line-height: 2.8rem;
  margin-bottom: 5px;
}
.frame-close-click .c-c-container li i,
.frame-close-click .about li i,
.about-me-frame .c-c-container li i,
.about-me-frame .about li i {
  margin-right: 5px;
  font-size: 1.4rem;
  color: #1976d2;
}
.frame-close-click .c-c-container li i.edit,
.frame-close-click .about li i.edit,
.about-me-frame .c-c-container li i.edit,
.about-me-frame .about li i.edit {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  font-size: 1.2rem;
  border: 1px #eee solid;
}
.frame-close-click .c-c-container li i.edit:hover,
.frame-close-click .about li i.edit:hover,
.about-me-frame .c-c-container li i.edit:hover,
.about-me-frame .about li i.edit:hover {
  border-color: #1976d2;
  background: #1976d2;
  color: #fff;
}
.frame-close-click .c-c-container li.pointer,
.frame-close-click .about li.pointer,
.about-me-frame .c-c-container li.pointer,
.about-me-frame .about li.pointer {
  color: #1976d2;
}
.frame-close-click .c-c-container .ttl,
.frame-close-click .about .ttl,
.about-me-frame .c-c-container .ttl,
.about-me-frame .about .ttl {
  margin-top: 2.2rem;
}
.frame-close-click .c-c-container .auth,
.frame-close-click .about .auth,
.about-me-frame .c-c-container .auth,
.about-me-frame .about .auth {
  margin-bottom: 2.2rem;
}

.minimized-modal-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  width: calc(100% - 195px);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 150;
}
.minimized-modal-bar .m-modal {
  background: #eee;
  width: 180px;
  background: #eee;
  padding: 5px;
  border: 1px #ccc solid;
  cursor: pointer;
  margin-left: 15px;
}
.minimized-modal-bar .m-modal:hover {
  background: #fff;
}
.minimized-modal-bar .m-modal:hover i {
  color: #222;
  opacity: 1;
}
.minimized-modal-bar .m-modal:hover span {
  color: #222;
}
.minimized-modal-bar .m-modal span {
  color: #444;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.minimized-modal-bar .m-modal i {
  font-size: 1.05rem;
  font-weight: bold;
  cursor: pointer;
  color: #777;
  opacity: 0;
}

.pattern-menus-top-include ul {
  position: relative;
  overflow: hidden;
}
.pattern-menus-top-include ul li {
  line-height: 45px;
  margin-left: 1.5rem;
  color: #3b4c5d;
  font-size: 1rem;
  cursor: pointer;
  border-bottom: 3px transparent solid;
}
.pattern-menus-top-include ul li:first-child {
  margin-left: 0;
}
.pattern-menus-top-include ul li.active {
  color: #1976d2;
  font-weight: bold;
  border-bottom-color: #1976d2;
}
.pattern-menus-top-include ul .bottom-focus {
  position: absolute;
  display: block;
  height: 3px;
  width: 15px;
  background: #1976d2;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pattern-menus-top-include ul.focused .bottom-focus {
  bottom: 0;
}

.master-btn-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
}

.xm-definir-senha .x-container {
  min-width: 320px;
}
.xm-definir-senha .x-container .btn {
  margin-top: 2rem;
}

.xm-definir-senha .change-pwd {
  display: none;
}

.xm-definir-senha.is-change-pwd .change-pwd {
  display: block;
  margin-bottom: 1rem;
}
.xm-definir-senha.is-change-pwd .change-pwd p {
  text-align: center;
  color: #1976d2;
}

.master-master-menu-page-frame {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
}
.master-master-menu-page-frame.show {
  visibility: visible;
  opacity: 1;
}
.master-master-menu-page-frame.show .master-master-menu-page {
  left: 0;
}
.master-master-menu-page-frame .master-master-menu-page {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  left: -50px;
  -webkit-box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2);
  box-shadow: -30px 0px 30px -30px rgba(0, 0, 0, 0.2);
}
.master-master-menu-page-frame .master-master-menu-page ul li {
  text-align-last: center;
  line-height: 45px;
  color: #1976d2;
}
.master-master-menu-page-frame .master-master-menu-page ul li:hover span {
  padding: 0 1rem;
  max-width: 500px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.master-master-menu-page-frame .master-master-menu-page ul li span {
  max-width: 0;
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: bold;
  text-transform: uppercase;
}
.master-master-menu-page-frame .master-master-menu-page ul li i {
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.master-master-menu-page-frame .master-master-menu-page ul li:nth-child(2) i {
  font-size: 2rem;
}

.top-menu {
  position: relative;
  padding: 1rem 2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 1px #ddd solid;
  -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 12px;
  box-shadow: rgba(0, 0, 0, 0.8) 0px 0px 12px;
}
.top-menu h1 {
  font-size: 1.2rem;
  margin: 0;
  color: #26a69a;
}
.top-menu h1.list:after {
  content: attr(found) " encontrados";
  color: #999;
  font-size: 0.94rem;
  margin-left: 1rem;
}
.top-menu .search {
  position: relative;
}
.top-menu .search input {
  border: none !important;
  max-width: 10px;
  padding-left: 1rem;
  margin: 0;
  padding: 0 1rem;
  border-radius: 3px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-menu .search input:hover {
  cursor: pointer;
}
.top-menu .search input.in-focus,
.top-menu .search input:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 2rem;
  max-width: 380px;
  cursor: initial;
}
.top-menu .search input.in-focus + i,
.top-menu .search input:focus + i {
  color: #1976d2;
}
.top-menu .search i {
  position: absolute;
  left: 0;
  top: 0.8rem;
  color: #777;
  z-index: -1;
}
.top-menu .notification-user {
  position: relative;
}
.top-menu .notification-user.has-new:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: tomato;
  top: 0;
  right: 0;
}
.top-menu .panel-notifications {
  position: absolute;
  width: 380px;
  height: 100vh;
  max-height: 0;
  overflow: hidden;
  z-index: 550;
  background: #fff;
  right: 0;
  top: 100%;
  -webkit-transform: translate(43px, 24px);
  -ms-transform: translate(43px, 24px);
  transform: translate(43px, 24px);
  border: 1px #ddd solid;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 4px 2px -2px rgba(85, 85, 85, 0.4);
  box-shadow: 0 4px 2px -2px rgba(85, 85, 85, 0.4);
}
.top-menu .panel-notifications.show {
  max-height: 78vh;
  visibility: visible;
  overflow: visible;
  opacity: 1;
}
.top-menu .panel-notifications:before,
.top-menu .panel-notifications:after {
  content: "";
  position: absolute;
}
.top-menu .panel-notifications:after {
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-bottom: 8px #fff solid;
  top: 0;
  right: 3.4rem;
  margin-top: -8px;
}
.top-menu .panel-notifications:before {
  border-left: 7px transparent solid;
  border-right: 7px transparent solid;
  border-bottom: 10px #ddd solid;
  position: absolute;
  top: 0;
  right: 3.25rem;
  margin-top: -10px;
}
.top-menu .panel-notifications > div {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 1rem;
}
.top-menu .panel-notifications > div.me-header {
  padding: 7px 1rem;
  border-bottom: 2px #ededed solid;
}
.top-menu .panel-notifications > div.me-header span {
  color: #666;
  font-size: 0.95rem;
}
.top-menu .panel-notifications > div.me-header i {
  font-size: 1.3rem;
  width: 2rem;
  margin-left: 0.5em;
  text-align: center;
  cursor: pointer;
  height: 2rem;
  line-height: 2rem;
  color: #1976d2;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.top-menu .panel-notifications > div.me-header i:hover {
  font-weight: bold;
}
.top-menu .panel-notifications > div.me-footer {
  text-align: center;
  border-top: 2px #eee solid;
}
.top-menu .panel-notifications > div.me-footer b {
  display: inline-block;
  line-height: 2.4rem;
  font-size: 0.85rem;
  color: #1976d2;
}
.top-menu .panel-notifications ul {
  overflow: auto;
}
.top-menu .panel-notifications ul li {
  padding: 5px 1rem 1rem;
  border-bottom: 1px #eee solid;
  cursor: pointer;
  position: relative;
}
.top-menu .panel-notifications ul li:after {
  content: "\2714";
  position: absolute;
  border-radius: 50%;
  top: 0.3rem;
  right: 1rem;
  color: #aaa;
}
.top-menu .panel-notifications ul li.new-one {
  background: #f7f7f7;
}
.top-menu .panel-notifications ul li.new-one:after {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  background: tomato;
  top: 1rem;
  right: 1rem;
}
.top-menu .panel-notifications ul li:hover {
  background: #f5f5f5;
}
.top-menu .panel-notifications ul li b {
  color: #26a69a;
}
.top-menu .panel-notifications ul li span {
  font-size: 0.8rem;
  line-height: 18px;
  max-width: 240px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.top-menu .panel-notifications ul li span:last-child {
  font-size: 0.85rem;
  color: #888;
}
.top-menu .notifications {
  color: #777;
}
.top-menu .user-name {
  margin-left: 1.5rem;
  font-weight: bold;
  color: #1976d2;
}
.top-menu .cliente-menu {
  margin-left: 1rem;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}
.top-menu .cliente-menu i {
  color: #1976d2;
  font-size: 1.7rem;
}
.top-menu .cliente-menu:hover ul {
  visibility: visible;
  opacity: 1;
  max-height: 50vh;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.top-menu .cliente-menu ul {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  position: absolute;
  top: 100%;
  color: #2e2e2e;
  width: 100%;
  min-width: 240px;
  right: 0;
  background: #fff;
  visibility: hidden;
  border: 1px #eee solid;
  opacity: 0;
  max-height: 0;
  -webkit-box-shadow: 0 3px 6px rgba(100, 100, 100, 0.16),
    0 3px 6px rgba(100, 100, 100, 0.23);
  box-shadow: 0 3px 6px rgba(100, 100, 100, 0.16),
    0 3px 6px rgba(100, 100, 100, 0.23);
  z-index: 500;
}
.top-menu .cliente-menu ul li {
  padding: 0 1rem;
  line-height: 3rem;
}
.top-menu .cliente-menu ul li i {
  margin-right: 10px;
}
.top-menu .cliente-menu ul li:hover {
  background: #eee;
}

.is-money-text {
  color: #39b54a;
}
.is-money-text:before {
  content: "EUR";
  display: inline-block;
  margin-right: 6px;
  color: #39b54a;
  font-size: 0.85rem;
  font-weight: bold;
}

.master-stage {
  height: 8px;
  width: 100%;
  position: relative;
}
.master-stage.complete .bar {
  background: #39b54a;
  border-radius: 0;
}
.master-stage.complete .spec {
  left: 50% !important;
}
.master-stage.canceled .bar {
  background: tomato;
  border-radius: 0;
  width: 100%;
}
.master-stage.canceled .spec {
  left: 50%;
}
.master-stage.in-left .spec {
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}
.master-stage.in-left .spec:after {
  left: 5%;
}
.master-stage.in-right .spec {
  -webkit-transform: translateX(-95%);
  -ms-transform: translateX(-95%);
  transform: translateX(-95%);
}
.master-stage.in-right .spec:after {
  left: 95%;
}
.master-stage .bar {
  width: 0;
  height: 100%;
  border-radius: 0 5px 5px 0;
  background: #2196f3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.master-stage:hover span {
  opacity: 1;
}
.master-stage .spec {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-bottom: 6px;
  display: inline-block;
  font-size: 0.85rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  color: #f5f5f5;
  padding: 0 1rem;
  white-space: nowrap;
  opacity: 0;
}
.master-stage .spec:after {
  content: "";
  position: absolute;
  border-left: 5px transparent solid;
  border-right: 5px transparent solid;
  border-top: 5px rgba(0, 0, 0, 0.9) solid;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

body .list-items-advanced.empty {
  position: relative;
}
body .list-items-advanced.empty:after {
  content: "Nada encontrado!";
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
