/* ########################################## layout PCS #############################333 */

/* Common */

/* Layout */

/* Theme */

/* Compact */

/* montserrat-300 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./../fonts/montserrat-v13-latin-300.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Light'), local('Montserrat-Light'), url('./../fonts/montserrat-v13-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./../fonts/montserrat-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('./../fonts/montserrat-v13-latin-300.woff') format('woff'), /* Modern Browsers */
  url('./../fonts/montserrat-v13-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./../fonts/montserrat-v13-latin-300.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-400 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./../fonts/montserrat-v13-latin-regular.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('./../fonts/montserrat-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./../fonts/montserrat-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('./../fonts/montserrat-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
  url('./../fonts/montserrat-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./../fonts/montserrat-v13-latin-regular.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* montserrat-700 - latin */

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./../fonts/montserrat-v13-latin-700.eot');
  /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url('./../fonts/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./../fonts/montserrat-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('./../fonts/montserrat-v13-latin-700.woff') format('woff'), /* Modern Browsers */
  url('./../fonts/montserrat-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('./../fonts/montserrat-v13-latin-700.svg#Montserrat') format('svg');
  /* Legacy iOS */
}

/* roboto-300 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("./../fonts/roboto-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("./../fonts/roboto-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("./../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("./../fonts/roboto-v15-latin-300.woff") format("woff"), url("./../fonts/roboto-v15-latin-300.ttf") format("truetype"), url("./../fonts/roboto-v15-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-regular - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("./../fonts/roboto-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("./../fonts/roboto-v15-latin-regular.eot#iefix") format("embedded-opentype"), url("./../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("./../fonts/roboto-v15-latin-regular.woff") format("woff"), url("./../fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("./../fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */
}

/* roboto-700 - latin */

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("./../fonts/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("./../fonts/roboto-v15-latin-700.eot#iefix") format("embedded-opentype"), url("./../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("./../fonts/roboto-v15-latin-700.woff") format("woff"), url("./../fonts/roboto-v15-latin-700.ttf") format("truetype"), url("./../fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(".././../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("./../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("./../fonts/MaterialIcons-Regular.woff") format("woff"), url("./../fonts/MaterialIcons-Regular.ttf") format("truetype");
}

body, html {
  height: 100%;
  font-family: SourceSansPro-Regular, sans-serif;
}

/* Utils */

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*[hidden] {
  display: none;
}

.carDocument {
  background: #ffffff;
  padding: 1.5em;
}

.card {
  background: #ffffff;
  padding: 0.5%;
  margin-bottom: 1em;
  box-sizing: border-box;
}

.plusAndTrash {
  margin-right: 30px;
  color: #06729E;
  cursor: pointer;
}

.plusAndTrashOrange {
  margin-right: 30px;
  color: #EE7C5D;
  cursor: pointer;
}

div.section {
  width: 100%;
}

div.title {
  width: 100%;
  height: 140px;
  overflow: hidden;
  border-bottom: 1px solid #2a2a6d;
}

div.information {
  width: 100%;
  height: 0px;
  display: block;
  background-color: #f5f5f5;
  overflow: hidden;
  transition: 1s;
  -webkit-transiton: height 1s;
}

.marca {
  clear: both;
  height: 2px;
  width: 100%;
  background-color: #2a2a6d;
}

.partida {
  border: 1px solid #2a2a6d;
  background: #f5f5f5
}

div.spinnerBill {
  text-align: center
}

.centerAling {
  text-align: center
}

.justify-center{
  justify-content: center;
}

.verde {
  color: green;
}

.rojo {
  color: red;
}

.containerIfsum {
  height: 150px;
  overflow-y: scroll;
}

.buttonIfcsum {
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb
}

.ifcsumText {
  cursor: pointer;
  font-family: fantasy;
  color: #2a2a6d;
  font-size: medium;
}

.portel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background: #ffffff;
  padding: 1em;
  margin-bottom: 120px;
  box-sizing: border-box;
  opacity: 0.8;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
}

.card h1 {
  font-size: 1.5em;
  font-weight: 400;
  margin: 1em 0;
}

.card h1:first-child {
  margin-top: 0.667em;
}

.card h2 {
  font-size: 1.375em;
  font-weight: 400;
}

.card h3 {
  font-size: 1.25em;
  font-weight: 400;
}

.card h4 {
  font-size: 1.125em;
  font-weight: 400;
}

.nopad {
  padding: 0;
}

.nopad .p-panel-content {
  padding: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.p-icon-spin {
  -webkit-animation-name: spin;
  animation-name: spin;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

.p-shadow-1 {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-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);
}

.p-shadow-2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.p-shadow-3 {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.p-shadow-4 {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.p-shadow-5 {
  -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

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

.p-g.form-group>div {
  padding: 1em;
}

.p-g.form-group-m>div {
  padding: 1em;
}

/* Ripple */

/* Ripple Effect Style like Google Material Buttons Effect*/

.ripplelink {
  /* display:block; */
  /*color:#fff;*/
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
}

.ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.ripple-animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}

@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}

@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}

@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

.splash-screen {
  width: 100%;
  min-height: 100%;
  background-color: #06729E;
  position: absolute;
}

.splash-loader-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.splash-loader {
  animation: rotator 1.4s linear infinite;
}

@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}

.splash-path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

.dashboard .overview {
  padding: 0 !important;
  min-height: 140px;
  position: relative;
  margin-bottom: 0px !important;
}

.dashboard .overview .overview-content {
  padding: 16px;
}

.dashboard .overview .overview-content .overview-title {
  font-size: 18px;
}

.dashboard .overview .overview-content .overview-badge {
  float: right;
  color: #757575;
}

.dashboard .overview .overview-content .overview-detail {
  display: block;
  font-size: 24px;
  margin-top: 5px;
}

.dashboard .overview .overview-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.dashboard .overview .overview-footer img {
  display: block;
}

.dashboard .colorbox {
  padding: 0 !important;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px !important;
}

.dashboard .colorbox i {
  font-size: 48px;
  margin-top: 10px;
  color: #ffffff;
}

.dashboard .colorbox .colorbox-name {
  font-size: 20px;
  display: inline-block;
  width: 100%;
  margin: 4px 0 10px 0;
  color: #ffffff;
}

.dashboard .colorbox .colorbox-count {
  color: #ffffff;
  font-size: 36px;
}

.dashboard .colorbox .colorbox-count {
  font-weight: bold;
}

.dashboard .colorbox.colorbox-1 {
  background-color: #4CAF50;
}

.dashboard .colorbox.colorbox-1 div:first-child {
  background-color: #2E7D32;
}

.dashboard .colorbox.colorbox-2 {
  background-color: #03A9F4;
}

.dashboard .colorbox.colorbox-2 div:first-child {
  background-color: #0277BD;
}

.dashboard .colorbox.colorbox-3 {
  background-color: #673AB7;
}

.dashboard .colorbox.colorbox-3 div:first-child {
  background-color: #4527A0;
}

.dashboard .colorbox.colorbox-4 {
  background-color: #009688;
}

.dashboard .colorbox.colorbox-4 div:first-child {
  background-color: #00695C;
}

.dashboard .task-list {
  overflow: hidden;
}

.dashboard .task-list>.p-panel {
  min-height: 340px;
}

.dashboard .task-list .p-panel-content {
  padding: 10px 0 !important;
}

.dashboard .task-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.dashboard .task-list ul li {
  padding: 0.625em 0.875em;
  border-bottom: 1px solid #dbdbdb;
}

.dashboard .task-list ul li:first-child {
  margin-top: 10px;
}

.dashboard .task-list ul .p-chkbox {
  vertical-align: middle;
  margin-right: 5px;
}

.dashboard .task-list ul .task-name {
  vertical-align: middle;
}

.dashboard .task-list ul i {
  color: #757575;
  float: right;
}

.dashboard .contact-form {
  overflow: hidden;
}

.dashboard .contact-form .p-panel {
  min-height: 340px;
}

.dashboard .contact-form .p-g-12 {
  padding: 16px 10px;
}

.dashboard .contact-form .p-button {
  margin-top: 20px;
}

.dashboard .contacts {
  overflow: hidden;
}

.dashboard .contacts>.p-panel {
  min-height: 340px;
}

.dashboard .contacts .p-panel-content {
  padding: 15px 0 10px 0 !important;
}

.dashboard .contacts ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dashboard .contacts ul li {
  border-bottom: 1px solid #d8d8d8;
}

.dashboard .contacts ul li a {
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  display: block;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.dashboard .contacts ul li a .name {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 18px;
  color: #212121;
}

.dashboard .contacts ul li a .email {
  position: absolute;
  right: 10px;
  top: 30px;
  font-size: 13px;
  color: #757575;
}

.dashboard .contacts ul li a:hover {
  cursor: pointer;
  background-color: #e8e8e8;
}

.dashboard .contacts ul li:last-child {
  border: 0;
}

.dashboard .activity-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dashboard .activity-list li {
  border-bottom: 1px solid #bdbdbd;
  padding: 15px 0 9px 9px;
}

.dashboard .activity-list li .count {
  font-size: 24px;
  color: #ffffff;
  background-color: #03A9F4;
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.dashboard .activity-list li:first-child {
  border-top: 1px solid #bdbdbd;
}

.dashboard .activity-list li:last-child {
  border: 0;
}

.dashboard .activity-list li .p-g-6:first-child {
  font-size: 18px;
  padding-left: 0;
}

.dashboard .activity-list li .p-g-6:last-child {
  text-align: right;
  color: #757575;
}

.dashboard .timeline {
  height: 100%;
  box-sizing: border-box;
}

.dashboard .timeline>.p-g .p-g-3 {
  font-size: 13px;
  position: relative;
  border-right: 1px solid #bdbdbd;
}

.dashboard .timeline>.p-g .p-g-3 i {
  background-color: #ffffff;
  font-size: 36px;
  position: absolute;
  top: 0px;
  right: -18px;
}

.dashboard .timeline>.p-g .p-g-9 {
  padding-left: 1.5em;
}

.dashboard .timeline>.p-g .p-g-9 .event-text {
  color: #757575;
  font-size: 13px;
  display: block;
  padding-bottom: 20px;
}

.dashboard .timeline>.p-g .p-g-9 .event-content img {
  width: 100%;
}

.dashboard>div>.p-panel {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.layout-rightpanel .layout-rightpanel-header {
  /*background: url("images/dashboard/sidebar-image.jpg") no-repeat;*/
  background-size: cover;
  height: 118px;
  padding: 20px 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.layout-rightpanel .layout-rightpanel-header .weather-day, .layout-rightpanel .layout-rightpanel-header .weather-date {
  color: #ffffff;
  left: 14px;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 4px;
}

.layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
}

.layout-rightpanel .layout-rightpanel-content h1 {
  font-size: 18px;
  margin: 0 0 4px 0;
}

.layout-rightpanel .layout-rightpanel-content h2 {
  font-size: 16px;
  margin: 0;
  color: #757575;
  font-weight: normal;
}

.layout-rightpanel .layout-rightpanel-content .weather-today {
  text-align: center;
  margin-top: 28px;
}

.layout-rightpanel .layout-rightpanel-content .weather-today .weather-today-value {
  font-size: 36px;
  vertical-align: middle;
  margin-right: 14px;
}

.layout-rightpanel .layout-rightpanel-content .weather-today img {
  vertical-align: middle;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather {
  list-style-type: none;
  margin: 28px 0 0 0;
  padding: 0;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li {
  padding: 8px 14px;
  border-bottom: 1px solid #d8dae2;
  position: relative;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li .weekly-weather-value {
  position: absolute;
  right: 40px;
}

.layout-rightpanel .layout-rightpanel-content .weekly-weather li img {
  width: 24px;
  position: absolute;
  right: 0px;
  top: 4px;
}

.login-body {
  background-size: 100% auto;
  height: auto;
}

.login-panel {
  text-align: center;
  width: 350px;
  min-height: 440px;
  padding: 50px 20px;
  margin: 100px auto 0 auto;
}

.login-panel .p-g .p-g-12 {
  padding: 25px 40px;
}

.login-panel .p-g .p-g-12 .p-button {
  margin-bottom: 20px;
}

.login-panel .p-button:hover {
  background-color: #06729E;
}

.login-panel .p-button:focus {
  outline: 0 none;
  background-color: #06729E;
}

.login-panel .p-button.secondary:hover {
  background-color: #627b86;
}

.login-panel .p-button.secondary:focus {
  outline: 0 none;
  background-color: #acb7ba;
}

.login-footer {
  position: absolute;
  bottom: 10px;
  font-size: 16px;
  width: 100%;
  text-align: center;
  color: #757575;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .login-body {
    background-size: 100% auto;
  }
}

@media (max-width: 1024px) {
  .login-panel {
    text-align: center;
    min-height: 440px;
    margin: 100px auto 0 auto;
  }
}

@media (max-width: 640px) {
  .login-panel {
    text-align: center;
    width: 300px;
    min-height: 440px;
    padding: 40px 20px;
    margin: 75px auto 0 auto;
  }
  .login-panel .p-g .p-g-12 {
    padding: 20px 20px;
  }
  .login-panel .p-g .p-g-12 .p-button {
    margin-top: 30px;
  }
}

.exception-body {
  background-color: #f7f7f7;
  height: auto;
}

.exception-body .exception-type {
  width: 100%;
  height: 50%;
  padding: 100px 100px 0 100px;
  box-sizing: border-box;
  text-align: center;
}

.exception-body .exception-panel {
  text-align: center;
  width: 350px;
  padding: 35px;
  margin: -10% auto 0 auto;
  z-index: 100;
}

.exception-body .exception-panel i {
  font-size: 72px;
}

.exception-body .exception-panel h1 {
  font-size: 36px;
  line-height: 36px;
  color: #757575;
}

.exception-body .exception-panel .exception-detail {
  margin: 20px 0px 100px 0px;
  color: #757575;
}

.exception-body .p-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.exception-body .p-button:hover {
  background-color: #627b86;
}

.exception-body.error-page .exception-type {
  background-color: #e62a10;
}

.exception-body.error-page .exception-type img {
  width: 100%;
}

.exception-body.error-page .exception-panel i {
  color: #f79a84;
}

.exception-body.notfound-page .exception-type {
  background-color: #06729E;
}

.exception-body.notfound-page .exception-type img {
  width: 54%;
}

.exception-body.notfound-page .exception-panel i {
  color: #9fa8da;
}

.exception-body.accessdenied-page .exception-type {
  background-color: #e91e63;
}

.exception-body.accessdenied-page .exception-type img {
  width: 50%;
}

.exception-body.accessdenied-page .exception-panel i {
  color: #f48fb1;
}

@media (max-width: 1024px) {
  .exception-body .exception-panel {
    margin-top: -50px;
  }
}

@media (max-width: 640px) {
  .exception-body .exception-panel {
    width: 250px;
    margin-top: -15px;
  }
}

.landing-wrapper .p-button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.landing-wrapper .p-button:hover {
  background-color: #627b86;
}

.landing-wrapper #header {
  width: 100%;
  min-height: 400px;
  /*background: url("images/landing/landing-header.png") top left no-repeat #f7f7f7;*/
  background-size: 100% auto;
}

.landing-wrapper #header .header-top {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px;
}

.landing-wrapper #header .header-top .logo {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 30px;
  /*background: url("images/logo.png") top left no-repeat;*/
}

.landing-wrapper #header .header-top #menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.landing-wrapper #header .header-top #menu li {
  float: left;
  display: block;
  margin-left: 30px;
}

.landing-wrapper #header .header-top #menu li a {
  color: #ffffff;
}

.landing-wrapper #header .header-top #menu li i {
  display: none;
}

.landing-wrapper #header .header-top #menu.lmenu-active {
  display: block;
}

.landing-wrapper #header .header-top #menu-button {
  height: 36px;
  margin-top: -2px;
  float: right;
  color: #ffffff;
  display: none;
}

.landing-wrapper #header .header-top #menu-button i {
  font-size: 36px;
}

.landing-wrapper #header .header-content {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.landing-wrapper #header .header-content h1 {
  margin: 75px 0px 50px 0px;
  font-weight: 400;
  color: #ffffff;
  line-height: 36px;
}

.landing-wrapper #features {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #features h2 {
  font-weight: 400;
  line-height: 28px;
}

.landing-wrapper #features h3 {
  font-weight: 400;
}

.landing-wrapper #features p {
  color: #757575;
}

.landing-wrapper #features .p-g-12 {
  padding: 2em 0.5em;
}

.landing-wrapper #features .feature-icon {
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f8fc;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  text-align: center;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.landing-wrapper #features .feature-icon i {
  margin-top: 30px;
  font-size: 36px;
}

.landing-wrapper #features .feature-icon:hover {
  background-color: #e91e63;
}

.landing-wrapper #features .feature-icon:hover i {
  color: #ffffff;
}

.landing-wrapper #promotion {
  /*background: url("images/landing/promotion.png") top left no-repeat;*/
  background-size: 100% auto;
}

.landing-wrapper #promotion .p-lg-8 {
  padding: 150px 0 0 150px;
}

.landing-wrapper #promotion .p-lg-8 h1 {
  font-weight: 48px;
  color: #ffffff;
  font-weight: 400;
}

.landing-wrapper #promotion .p-lg-4 {
  margin: -50px 0 -50px 0;
}

.landing-wrapper #promotion .p-lg-4 .card {
  -webkit-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  -moz-box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  box-shadow: 0 0 27px 4.5px rgba(13, 36, 62, 0.1);
  margin-bottom: 20px;
}

.landing-wrapper #promotion .p-lg-4 .card h3 {
  font-weight: 400;
}

.landing-wrapper #promotion .p-lg-4 .card p {
  color: #757575;
}

.landing-wrapper #promotion .p-lg-4 .card:last-child {
  margin-bottom: 0;
}

.landing-wrapper #pricing {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #pricing h2 {
  font-weight: 400;
}

.landing-wrapper #pricing p {
  color: #757575;
}

.landing-wrapper #pricing .pricing-box .card {
  height: 100%;
  padding: 0;
}

.landing-wrapper #pricing .pricing-box .pricing-header {
  padding: 40px 0;
  color: #ffffff;
}

.landing-wrapper #pricing .pricing-box .pricing-header span {
  display: block;
  line-height: 48px;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.name {
  font-weight: 300;
  font-size: 24px;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.fee {
  font-size: 48px;
  font-weight: 700;
}

.landing-wrapper #pricing .pricing-box .pricing-header span.type {
  font-weight: 300;
  font-size: 16px;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul {
  margin: 0;
  padding: 30px 20px;
  list-style-type: none;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li {
  font-size: 18px;
  text-align: left;
  padding: 10px 14px;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li i {
  margin-right: 20px;
  vertical-align: middle;
}

.landing-wrapper #pricing .pricing-box .pricing-content ul li span {
  vertical-align: middle;
}

.landing-wrapper #pricing .pricing-box.pricing-basic .pricing-header {
  background-color: #06729E;
}

.landing-wrapper #pricing .pricing-box.pricing-basic i {
  color: #06729E;
}

.landing-wrapper #pricing .pricing-box.pricing-standard .pricing-header {
  background-color: #e91e63;
}

.landing-wrapper #pricing .pricing-box.pricing-standard i {
  color: #e91e63;
}

.landing-wrapper #pricing .pricing-box.pricing-professional .pricing-header {
  background-color: #607d8b;
}

.landing-wrapper #pricing .pricing-box.pricing-professional i {
  color: #607d8b;
}

.landing-wrapper #video {
  background-color: #f7f7f7;
  min-width: 400px;
}

.landing-wrapper #video .video-content {
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
  text-align: center;
}

.landing-wrapper #video .video-content h2 {
  font-weight: 400;
}

.landing-wrapper #video .video-content p {
  color: #757575;
}

.landing-wrapper .footer {
  background-color: #f7f7f7;
  border-top: 1px solid #dddddd;
}

.landing-wrapper .footer .footer-content {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0px 50px 0px;
}

.landing-wrapper .footer .footer-content ul {
  float: right;
  list-style-type: none;
}

.landing-wrapper .footer .footer-content ul li a {
  color: #757575;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.landing-wrapper .footer .footer-content ul li a:hover {
  color: #212121;
}

@media (max-width: 1024px) {
  .landing-wrapper #header {
    min-height: 200px;
    background-size: cover;
  }
  .landing-wrapper #header .header-top {
    z-index: 100;
    position: fixed;
    top: 0;
    background: #424242;
    background-size: 100% auto;
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .landing-wrapper #header .header-top #menu-button {
    display: inline-block;
  }
  .landing-wrapper #header .header-top #menu {
    z-index: 100;
    position: fixed;
    top: 86px;
    right: 30px;
    float: none;
    display: none;
    margin: 0;
    padding: 0;
    width: 225px;
    list-style: none;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .landing-wrapper #header .header-top #menu li {
    float: none;
    margin-left: 0;
  }
  .landing-wrapper #header .header-top #menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 16px;
    color: #212121;
    width: 100%;
    box-sizing: border-box;
    -moz-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    overflow: hidden;
  }
  .landing-wrapper #header .header-top #menu li a i {
    color: #757575;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    font-size: 24px;
  }
  .landing-wrapper #header .header-top #menu li a:hover {
    background-color: #e8e8e8;
  }
  .landing-wrapper #header .header-top #menu li a span {
    display: inline-block;
    vertical-align: middle;
  }
  .landing-wrapper #header .header-content {
    width: 100%;
    padding: 100px 30px 60px 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #header .header-content h1 {
    margin: 75px 0px 50px 0px;
    font-weight: 400;
  }
  .landing-wrapper #features, .landing-wrapper #promotion, .landing-wrapper #pricing, .landing-wrapper #video, .landing-wrapper .footer .footer-content {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    box-sizing: border-box;
  }
  .landing-wrapper #promotion .p-lg-8 {
    padding: 100px 0 30px;
    text-align: center;
  }
  .landing-wrapper #promotion .p-lg-8 h1 {
    margin-top: -30px;
    font-weight: 48px;
    color: #ffffff;
    font-weight: 400;
  }
  .landing-wrapper #video .video-content {
    width: 100%;
  }
  .landing-wrapper #video .video-content .video-container iframe {
    width: 350px;
    height: 220px;
  }
  .landing-wrapper .footer .footer-content {
    text-align: center;
  }
  .landing-wrapper .footer .footer-content ul {
    float: none;
    margin: 0;
    padding: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .landing-wrapper .header .header-top .logo {
    /*background: url("images/logo2x.png") top left no-repeat;*/
    background-size: 200px 30px;
  }
}

html {
  height: 100%;
}

.sizeMessage {
  font-size: 13px;
}

body {
  font-family: Montserrat, Roboto, "Helvetica Neue", sans-serif;
  font-size: 13px;
  line-height: 1.5em;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
  min-height: 100%;
}

body a {
  text-decoration: none;
}

.layout-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #424242;
  top: 0;
  left: 0;
  z-index: 999999997;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.layout-container .topbar {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 75px;
  background-color: #06729E;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}


/* Arreglo cabecera */

.layout-container .topbar .logo {
  margin-left: 20px;
  display: block;
  width: auto;
  height: 100%;
  background: url("../images/portel-logo-header.png") top left no-repeat;
  /* background: url("../images/portel-logo-header.jpg") top left no-repeat; */
  background-size: auto auto;
}

.layout-container .topbar .topbar-left {
  box-sizing: border-box;
  padding: 2px;
  height: 75px;
  width: 450px;
  background-color: #06729E;
  float: left;
}

/* Fin de arreglo cabecera */

.layout-container .topbar .topbar-right {
  padding: 15px;
  position: relative;
}

.layout-container .topbar .topbar-right-without-padding {
  margin-top: 15px;
  position: relative;
}

.layout-container .topbar .topbar-right #menu-button {
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  height: 36px;
  margin-right: 10px;
  position: relative;
  left: -16px;
  top: 3px;
  background-color: #909fa3;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.23), 0 3px 10px rgba(0, 0, 0, 0.16);
}

.layout-container .topbar .topbar-right #menu-button:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.layout-container .topbar .topbar-right #menu-button i {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 36px;
}

.layout-container .topbar .topbar-right #menu-button i:before {
  content: "chevron_left";
}

.layout-container .topbar .topbar-right #topbar-menu-button, .layout-container .topbar .topbar-right #rightpanel-menu-button {
  display: none;
  color: #ffffff;
  vertical-align: middle;
  height: 36px;
  margin-top: 4px;
  float: right;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.layout-container .topbar .topbar-right #topbar-menu-button i, .layout-container .topbar .topbar-right #rightpanel-menu-button i {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 36px;
}

.layout-container .topbar .topbar-right #rightpanel-menu-button {
  display: block;
}

.layout-container .topbar .topbar-right #rightpanel-menu-button:hover {
  color: #e8e8e8;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input {
  position: relative;
  top: -10px;
  font-size: 16px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #5858bf, #5858bf);
  border-width: 0;
  padding: 2px;
  color: #ffffff;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input:focus {
  outline: 0 none;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input:focus~label {
  top: -5px;
  font-size: 13px;
}

.layout-container .topbar .topbar-right .topbar-items .search-item input.p-state-filled~label {
  display: none;
}

.layout-container .topbar .topbar-right .topbar-items .search-item label {
  color: #ffffff;
  top: 8px;
}

.layout-container .layout-menu {
  overflow: visible;
  position: fixed;
  width: 250px;
  z-index: 99;
  top: 75px;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

.layout-container .layout-menu .p-scrollpanel {
  background: transparent;
  border-radius: 0;
  border: none;
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-bar {
  background-color: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}

.layout-container .layout-menu .p-scrollpanel .p-scrollpanel-content {
  overflow-x: hidden;
}

.layout-container .layout-menu .p-scrollpanel .layout-menu {
  padding-bottom: 120px;
}

.layout-container .layout-menu .profile {
  box-sizing: border-box;
  padding-top: 2em;
  width: 250px;
  height: 145px;
  text-align: center;
  /*background: url("images/profile-bg.png") top left no-repeat;*/
  background-size: 250px 145px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
}

.layout-container .layout-menu .profile .profile-image {
  width: 60px;
  height: 60px;
  margin: 0 auto 5px auto;
  display: block;
}

.layout-container .layout-menu .profile .profile-name {
  display: inline-block;
  color: #212121;
  vertical-align: middle;
  font-size: 13px;
}

.layout-container .layout-menu .profile i {
  color: #212121;
  vertical-align: middle;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.layout-container .layout-menu .profile.profile-expanded i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.layout-container .layout-menu .profile-menu {
  border-bottom: 1px solid #d6d5d5;
  overflow: hidden;
}

.layout-container .layout-menu .profile-menu li:first-child {
  margin-top: 1em;
}

.layout-container .layout-menu .profile-menu li:last-child {
  margin-bottom: 1em;
}
/*
.layout-container .layout-menu.layout-menu-dark {
  background-color: #424242;
}

.layout-container .layout-menu.layout-menu-dark .profile {
  background-image: url("images/profile-bg-dark.png");
}

.layout-container .layout-menu.layout-menu-dark .profile .profile-name {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark .profile i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark .profile-menu {
  border-bottom: 1px solid #545454;
}

.layout-container .layout-menu.layout-menu-dark .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
  border-radius: 0;
  border: none;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
  background-color: #676767;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
  color: #d65f3a;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
  color: #d65f3a;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover>i {
  color: #ffffff;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a {
  color: #ffffff;
  background-color: #909fa3;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a.active-menuitem-routerlink {
  color: #ffffff;
  background-color: #909fa3;
}

.layout-container .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a.active-menuitem-routerlink i {
  color: #212121;
}
*/

.layout-container .layout-menu .menuitem-badge {
  position: absolute;
  right: 3.5em;
  top: 0.75em;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  text-align: center;
  background-color: #909fa3;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.layout-container .layout-menu .layout-menu-tooltip {
  display: none;
  padding: 0 5px;
  position: absolute;
  left: 76px;
  top: 6px;
  z-index: 101;
  line-height: 1;
}

.layout-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-text {
  padding: 6px 8px;
  font-weight: 700;
  background-color: #353535;
  color: #ffffff;
  min-width: 75px;
  white-space: nowrap;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.layout-container .layout-menu .layout-menu-tooltip .layout-menu-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #353535;
}

.layout-container.menu-layout-overlay .layout-menu {
  margin-left: -250px;
}

.layout-container.menu-layout-overlay .layout-main {
  margin-left: 0px;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .layout-menu {
  z-index: 999999999;
  margin-left: 0px;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .layout-mask {
  display: block;
}

.layout-container.menu-layout-overlay.layout-menu-overlay-active .topbar .topbar-right #menu-button i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.layout-container.menu-layout-overlay .topbar {
  z-index: 999999998;
}

.layout-container.menu-layout-overlay .topbar .topbar-right #menu-button i {
  font-size: 36px !important;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.layout-container .layout-main {
  padding: 75px 0 0 0;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
}

.layout-container .layout-main .layout-content {
  min-height: 100vh;
  padding: 0 16px;
  background-color: #CEDCE5;
}

.layout-container .layout-mask {
  display: none;
}

.layout-container .layout-breadcrumb {
  /*box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);*/
  position: sticky;
  top: 75px;
  z-index: 100;
  min-height: 42px;
  width: 100%;
  background-color: #CEDCE5;
  display: table;
  white-space: nowrap;
  font-size: 12px;
}

#layout-breadCrumb {
  position: sticky;
  top: 75px;
  z-index: 1;
  min-height: 42px;
  width: 100%;
  background-color: #CEDCE5;
  display: table;
  white-space: nowrap;
  font-size: 12px;
}

.layout-container .layout-breadcrumb:before, .layout-container .layout-breadcrumb:after {
  content: "";
  display: table;
}

.layout-container .layout-breadcrumb:after {
  clear: both;
}

.layout-container .layout-breadcrumb ul {
  margin: 8px 0 0 0;
  padding: 0 0 0 20px;
  list-style: none;
  color: #5992b3;
  display: inline-block;
}

.layout-container .layout-breadcrumb ul li {
  display: inline-block;
  vertical-align: top;
  color: #5992b3;
}

.layout-container .layout-breadcrumb ul li:nth-child(even) {
  font-size: 20px;
}

.layout-container .layout-breadcrumb ul li:first-child(even) {
  color: #000;
}

.layout-container .layout-breadcrumb ul li a {
  color: #5992b3;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options {
  /*float: right;
    padding: 0px 20px 0 0;
    height: 100%;*/
  display: table;
  color: #5992b3;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a {
  color: #06729E;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a:hover {
  background-color: #e8e8e8;
}

.layout-container .layout-breadcrumb .layout-breadcrumb-options a i {
  line-height: inherit;
}

.layout-container .ultima-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 500px;
}

.layout-container .ultima-menu.ultima-main-menu {
  margin-top: 16px;
  padding-bottom: 120px;
}

.layout-container .ultima-menu li a {
  font-size: 13px;
  display: block;
  padding: 0.5em 2.5em 0.5em 1em;
  color: #212121;
  width: 100%;
  box-sizing: border-box;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  overflow: hidden;
}

.layout-container .ultima-menu li a i {
  color: #757575;
}

.layout-container .ultima-menu li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 1.5em;
}

.layout-container .ultima-menu li a i:last-child {
  float: right;
  font-size: 20px;
  margin-top: 0.15em;
  margin-right: -0.15em;
  -moz-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.layout-container .ultima-menu li a:hover {
  background-color: #e8e8e8;
}

.layout-container .ultima-menu li a span {
  display: inline-block;
  vertical-align: middle;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink {
  color: #d65f3a;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink>i {
  color: #d65f3a;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink:hover {
  color: #212121;
}

.layout-container .ultima-menu li a.active-menuitem-routerlink:hover>i {
  color: #757575;
}

.layout-container .ultima-menu li.active-menuitem>a {
  color: #000;
  background-color: #e8e8e8;
}

.layout-container .ultima-menu li.active-menuitem>a i {
  color: #000;
}

.layout-container .ultima-menu li.active-menuitem>a i:last-child {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.layout-container .ultima-menu li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.layout-container .ultima-menu li ul li a {
  padding: 0.5em 2.5em 0.5em 2em;
}

.layout-container .ultima-menu li ul li a>span {
  font-size: 15px;
}

.layout-container .ultima-menu li ul li a i:first-child {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  font-size: 1.25em;
}

.layout-container .ultima-menu li ul li ul li a {
  padding-left: 3em;
}

.layout-container .ultima-menu li ul li ul ul li a {
  padding-left: 4em;
}

.layout-container .ultima-menu li ul li ul ul ul li a {
  padding-left: 5em;
}

.layout-container .ultima-menu li ul li ul ul ul ul li a {
  padding-left: 6em;
}

.layout-container .ultima-menu li.red-badge>a .menuitem-badge {
  background-color: #F44336;
  color: #ffffff;
}

.layout-container .ultima-menu li.purple-badge>a .menuitem-badge {
  background-color: #4527A0;
  color: #ffffff;
}

.layout-container .ultima-menu li.teal-badge>a .menuitem-badge {
  background-color: #00695C;
  color: #ffffff;
}

.layout-container .footer {
  padding: 0.5em;
}

.layout-container .footer .footer-text-left {
  color: #757575;
  float: left;
}

.layout-container .footer .footer-text-right {
  color: #757575;
  float: right;
}

.layout-container .footer .footer-text-right span {
  vertical-align: middle;
  display: inline-block;
}

.layout-container .layout-rightpanel {
  position: fixed;
  top: 75px;
  height: 100%;
  right: -240px;
  width: 240px;
  z-index: 100;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.layout-container .layout-rightpanel.layout-rightpanel-active {
  right: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.layout-container .layout-rightpanel .layout-rightpanel-content {
  padding: 14px;
  padding-bottom: 120px;
}

.layout-container .layout-rightpanel .p-scrollpanel {
  border-radius: 0;
  border: none;
}

.layout-container .layout-rightpanel .p-scrollpanel .p-scrollpanel-hidden {
  display: block;
  visibility: hidden;
}

.layout-container .layout-rightpanel .p-scrollpanel .layout-rightpanel-wrapper {
  width: 258px;
  padding-right: 18px;
}

.ajax-loader {
  font-size: 2em;
  color: #909fa3;
}

@media (min-width: 1025px) {
  .layout-container.menu-layout-static .layout-menu {
    margin-left: 0;
  }
  .layout-container.menu-layout-static .layout-main {
    margin-left: 250px;
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .layout-menu {
    margin-left: -250px;
  }
  .layout-container.menu-layout-static.layout-menu-static-inactive .layout-main {
    margin-left: 0px;
  }
  .layout-container.menu-layout-static .layout-mask {
    display: none;
  }
  .layout-container.menu-layout-horizontal .topbar {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-horizontal .topbar .topbar-left {
    background-color: #06729E;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-horizontal .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-container.menu-layout-horizontal .layout-menu {
    overflow: visible;
    position: fixed;
    width: 100%;
    top: 75px;
    height: auto;
    background-color: #06729E;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel {
    overflow: visible;
    border: none;
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-container.menu-layout-horizontal .layout-menu .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu {
    width: 100%;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu.ultima-main-menu {
    margin-top: 0;
    padding-bottom: 0;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li {
    float: left;
    position: relative;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a {
    padding: 0.5em 1em;
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover {
    background-color: #e8e8e8;
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a:hover i {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink {
    color: #d65f3a;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink>i {
    color: #d65f3a;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink:hover {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>a.active-menuitem-routerlink:hover i {
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul {
    position: absolute;
    top: 41px;
    left: 0px;
    width: 250px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li a {
    padding: 10px 16px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul {
    position: static;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul li a {
    padding-left: 32px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul ul li a {
    padding-left: 80px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li ul ul ul ul ul li a {
    padding-left: 96px;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li.active-menuitem>a {
    color: #000;
    background-color: #e8e8e8;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li.active-menuitem>ul {
    display: block;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a {
    color: #ffffff;
    background-color: #909fa3;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>a i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li.active-menuitem>ul {
    display: block;
  }
  /*
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark {
    background-color: #424242;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover {
    background-color: #676767;
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a:hover i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink {
    color: #d65f3a;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink i {
    color: #d65f3a;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li a.active-menuitem-routerlink:hover i {
    color: #ffffff;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li.active-menuitem>a {
    color: #ffffff;
    background-color: #909fa3;
  }
  .layout-container.menu-layout-horizontal .layout-menu.layout-menu-dark ul.ultima-menu li ul {
    background-color: #424242;
  }
*/
  .layout-container.menu-layout-horizontal .layout-menu .menuitem-badge {
    left: 32px;
    top: 7px;
  }
  .layout-container.menu-layout-horizontal .layout-menu .active-menuitem .menuitem-badge {
    background-color: #ffffff;
    color: #212121;
  }
  .layout-container.menu-layout-horizontal .layout-main {
    padding-top: 116px;
    margin-left: 0px;
  }
  .layout-container.menu-layout-horizontal .layout-mask {
    display: none;
  }
  .layout-container.menu-layout-slim .topbar {
    left: 75px;
    width: calc(100% - 75px);
  }
  .layout-container.menu-layout-slim .topbar .topbar-left {
    background: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .layout-container.menu-layout-slim .topbar .topbar-right #menu-button {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu {
    width: 75px;
    overflow: visible;
    z-index: 100;
    top: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .profile {
    width: calc(100% - 18px);
    height: 74px;
    padding-top: 15px;
  }
  .layout-container.menu-layout-slim .layout-menu .profile>a .profile-image {
    width: 45px;
    height: 45px;
  }
  .layout-container.menu-layout-slim .layout-menu .profile>a .profile-name, .layout-container.menu-layout-slim .layout-menu .profile>a i {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel {
    border: none;
    border-radius: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-wrapper {
    overflow: visible;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-wrapper .p-scrollpanel-content {
    overflow: visible;
  }
  .layout-container.menu-layout-slim .layout-menu .p-scrollpanel .p-scrollpanel-bar {
    display: none;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu {
    padding: 0;
    width: calc(100% - 18px);
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li {
    position: relative;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a i:first-child {
    font-size: 1.75em;
    margin-right: 0;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a span, .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a .submenu-icon {
    display: inline;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>a:hover+.layout-menu-tooltip {
    display: block;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 75px;
    min-width: 200px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li a {
    padding: 0.5em 1em 0.5em 2em;
    padding-left: 16px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul li a {
    padding-left: 32px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul li a {
    padding-left: 48px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul li a {
    padding-left: 64px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul ul li a {
    padding: 80px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li>ul li ul ul ul ul ul li a {
    padding: 96px;
  }
  .layout-container.menu-layout-slim .layout-menu .ultima-menu>li.active-menuitem>a:hover+.layout-menu-tooltip {
    display: none;
  }
  /*
  .layout-container.menu-layout-slim .layout-menu.layout-menu-dark .ultima-menu>li>ul {
    background-color: #424242;
  }
  */
  .layout-container.menu-layout-slim .layout-main {
    margin-left: 75px;
  }
  .layout-container.menu-layout-slim .layout-footer {
    margin-left: 75px;
  }
}

@media (max-width: 1024px) {
  .layout-container.menu-layout-static .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .layout-container.menu-layout-static .layout-menu {
    margin-left: -265px;
  }
  .layout-container.menu-layout-static .layout-main {
    margin-left: 0px;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-menu {
    margin-left: 0;
    z-index: 999999999;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .topbar {
    z-index: 999999998;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .topbar .topbar-right #menu-button i {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-main {
    margin-left: 0;
  }
  .layout-container.menu-layout-static.layout-menu-static-active .layout-mask {
    display: block;
  }
}

body .layout-wrapper.layout-compact {
  line-height: 18px;
}

body .layout-wrapper.layout-compact .layout-container .ultima-menu li a i:last-child {
  font-size: 13px;
}

body .layout-wrapper.layout-compact .layout-container .ultima-menu li ul li a span {
  font-size: 13px;
}

body .layout-wrapper.layout-compact .layout-container .layout-breadcrumb ul li {
  vertical-align: middle;
}

body .layout-wrapper.layout-compact .p-radiobutton .p-radiobutton-box {
  width: 18px;
  height: 18px;
}

body .layout-wrapper.layout-compact .p-datepicker tbody td a, body .layout-wrapper.layout-compact .p-datepicker body .p-datepicker tbody td span {
  padding-top: 0.25em;
}

/** End left Menu styles */

@media (min-width: 1025px) {
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul {
    top: 35px;
  }
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-menu ul.ultima-menu>li>ul li span {
    font-size: 13px;
  }
  .layout-wrapper.layout-compact .layout-container.menu-layout-horizontal .layout-main {
    padding-top: 110px;
  }
}

.p-paginator-element {
  color: white;
}

/* START pcs full grid component */

.p-table-wrapper.ng-star-inserted {
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.p-chkbox-white {
  border: 1px solid #fff;
  width: 1.25em;
  height: 1.25em;
  overflow: hidden;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  font-size: 15px;
}

.errorClass {
  border-radius: 20px;
  background-color: #ec6350;
  margin-left: 60px;
  margin-bottom: 5px;
}

.infoClass {
  border-radius: 20px;
  background-color: #8BC63E;
  /* margin-left: 60px; */
  margin-bottom: 5px;
}

.warningClass {
  border-radius: 20px;
  background-color: #d9b114;
  margin-left: 60px;
  margin-bottom: 5px;
}

.notificationLi {
  overflow: auto;
  height: 515px;
}

.notificationItem {
  text-align: right;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-bottom: 0.5px solid #06729E;
}

.notificationButton {
  text-align: center;
  justify-content: center;
  font-family: Montserrat, Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  height: 100%;
  width: 100%;
  border-bottom: 0.5px solid #06729E;
  background-color: #06729E;
  color: #ffffff;
}

.notificationButton:hover {
  cursor: pointer;
}

.blueClass {
  background-color: #D6E1FF;
}

.blueClaireClass {
  background-color: #EDF3FF;
}

/* END pcs full grid component */

/* START breadcrumbs */

.app-pcs-profile-viewing {
  /*display: table-cell;
    width: 100%;
    text-align: right;
    vertical-align: middle;*/
  font-size: 12px;
  color: #06729E;
}

/* END breadcrumbs */

/* START filters */

.listFilters {
  background-color: #06729E;
  margin: 0;
  padding: 10px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.carDocument.listFilters {
  background-color: #06729E;
}

.listFilters .p-autocomplete .p-button:enabled:hover,
.listFilters .p-autocomplete .p-button {
    background-color: unset !important;
}



.showPrimary {
  z-index: 1;
}

.listFiltersContainer {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 20px;
}

.cffffff {
  color: #fff;
  background-image: linear-gradient(to bottom, #06729E, #06729E), linear-gradient(to bottom, #fff, #fff) !important;
}


.componentDarckClass::placeholder {
  color: #00BCD4;
}

.componentDarckClass input:-internal-autofill-selected {
  background-color: transparent !important;
  color: #fff !important;
  background-image: linear-gradient(to bottom, #06729E, #06729E), linear-gradient(to bottom, #fff, #fff) !important;
}


body .componentDarckClass .p-autocomplete .p-autocomplete-dropdown.p-button.p-button-icon-only .pi {
  color: #ffffff;
}

body .componentDarckClass.p-inputtext {
  background-color: transparent !important;
  color: #fff !important;
  background-image: linear-gradient(to bottom, #06729E, #06729E), linear-gradient(to bottom, #fff, #fff) !important;
}

.btn {
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  border: 0 none;
  padding: 5px;
  background-position: center;
  cursor: pointer;
}

.btnInverseColor {
  color: #06729E !important;
  background-color: #ffffff !important;
}

.btnGo {
  background-color: #8BC63E;
  background-image: url(../../../assets/images/iconGo.png);
  background-size: 50% 50%;
}

.btnGoDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconGo.png);
  background-size: 50% 50%;
  cursor: default;
}

.btnAdd {
  background-color: #8BC63E;
  background-image: url(../../../assets/images/iconAdd.png);
  background-size: 50% 50%;
}

.btnAddDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconAdd.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnDelete {
  background-color: #EE7C5D;
  background-image: url(../../../assets/images/iconTrash.png);
  background-size: 80% 80%;
}

.btnDeleteDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconTrash.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnDownload {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconDownload.png);
  background-size: 80% 80%;
}

.btnDownloadDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconDownload.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnUpload {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconUpload.png);
  background-size: 80% 80%;
}

.btnUploadDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconUpload.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnConsolidate {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconConsolidate.png);
  background-size: 80% 80%;
}

.btnConsolidateDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconConsolidate.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnConsolidateGrid {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconCheck.png);
  background-size: 80% 80%;
}

.btnSave {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconSave.png);
  background-size: 80% 80%;
}

.btnSaveDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconSave.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnSend {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconSend.png);
  background-size: 80% 80%;
}

.btnSendDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconSend.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnIfcsum {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconIfcsum.png);
  background-size: 80% 80%;
}

.btnIfcsumDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconIfcsum.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnCancelParent {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconCancel.png);
  background-size: 80% 80%;
}

.btnCancelParentDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconCancel.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnDeleteParent {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconDeleteList.png);
  background-size: 80% 80%;
}

.btnDeleteParentDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconDeleteList.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnSimplifiedList {
  background-color: #0C739E;
  background-image: url(../../../assets/images/baseline_view_list_white_48dp.png);
  background-size: 80% 80%;
}

.btnSimplifiedListDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/baseline_view_list_white_48dp.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnGenerateReportWD{
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconTypeOfListsOn.png); 
  background-size: 80% 80%;
}

.btnGenerateReportWDDisabled{
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconTypeOfListsOn.png); 
  background-size: 80% 80%;
  cursor:default;
}

.btnLock {
  background-color: #0C739E;
  background-image: url(../../../assets/images/lock.png);
  background-size: 80% 80%;
}

.btnLockDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/lock.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnUnlock {
  background-color: #0C739E;
  background-image: url(../../../assets/images/unlock.png);
  background-size: 80% 80%;
}

.btnUnlockDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/unlock.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnFullList {
  background-color: #0C739E;
  background-image: url(../../../assets/images/baseline_view_comfy_white_48dp.png);
  background-size: 80% 80%;
}

.btnFullListDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/baseline_view_comfy_white_48dp.png);
  background-size: 80% 80%;
  cursor: default;
}

.btnConfirmedList {
  background-color: #0C739E;
  background-image: url(../../../assets/images/baseline_view_module_white_48dp.png);
  background-size: 80% 80%;
}

.btnConfirmedListDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/baseline_view_module_white_48dp.png);
  background-size: 80% 80%;
  cursor: default;
}

.tooltipAlert {
  background-color: #f08000;
  background-image: url(../../../assets/images/baseline_priority_high_white_18dp.png);
  background-size: 100% 100%;
  padding-left: 1.2em;
  margin-left: 0.2em;
}

.tooltipPorts {
  color: #b4b8e2;
  background-image: url(../../../assets/images/baseline_all_out_black_18dp.png);
  background-size: 100% 100%;
  padding-left: 1.25em;
}

.menuIcon {
  background-image: url(../../../assets/images/baseline_menu_white_18dp.png);
  background-size: 100% 100%;
  padding-left: 3em;
  padding-bottom: 2em;
  position: relative;
  z-index: 2;
}

.activePorts {
  margin-left: 1em;
}

/* END filters */

/* START footer class */

.footer {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  padding: 0.5em;
  box-sizing: border-box;
  width: 99%;
  margin: 0 auto 1em auto;
  display: table;
}

/* START common class */

.table {
  display: table;
}

.tableBreadCrumb {
  display: table;
}

.cell {
  display: table-cell;
  vertical-align: middle;
}

#separateLinksBreadCrumb {
  padding: 0 10px;
  float: left;
  margin-top: 10px;
  color: #06729E
}

#itemsBreadCrumb {
  float: left;
  margin-top: 10px;
  color: #06729E
}

.powerIcon {
  color: #06729E;
  padding-right: 5px;
  padding-left: 5px;
}

#iconHomeBreadCrumb {
  padding: 0 8px;
  color: #06729E
}

#breadCrumbColor {
  color: #06729E
}

#profileViewerBreadCrumb {
  float: right;
  display: flex;
  margin-top: 10px;
}

/* END common class */

/* START menu icons class */

.menu-image {
  width: 36px;
  vertical-align: middle;
}

/* END menu icons class */

/* START new font sizes */

.p-table-tbody {
  font-size: 13px;
}

.p-table-thead, .footer-text-left, .footer-text-right {
  font-size: 13px;
}

/* END new font sizes */

h2 {
  color: #06729E;
  margin-top: 0;
}

.statusCancelled {
  text-decoration: line-through;
}

.dispatched, .greenBackgroundCell {
  background-color: rgb(200, 230, 197) !important;
}

.notDispatched, .redBackgroundCell {
  background-color: rgb(236, 158, 152) !important;
}

.yellowBackGroundColor {
  background-color: rgb(243, 231, 162) !important;
}

.notDispatchedwithComunity {
  background-color: rgb(245, 207, 190) !important;
}

.confirmed {
  background-color: rgb(200, 230, 197) !important;
}

.withoutOrder {
  background-color: rgb(245, 207, 190) !important;
}

.shortInput {
  max-width: 90%;
}

/* Style the tab */

.tab {
  overflow: hidden;
  background-color: #ffffff;
}

/* Style the buttons that are used to open the tab content */

.tab button {
  font-family: "Montserrat", "Roboto", "Helvetica Neue", sans-serif;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */

.tab button:hover {
  background-color: #ffffff;
}

/* Create an active/current tablink class */

.tab button.active {
  background-color: #ffffff;
  border-bottom: 2px solid #06729E;
}

.floatLeft {
  float: left;
}

body .p-inputtext:disabled.opacityEight {
  opacity: 0.8;
}

.floatRight {
  float: right;
}

.marginRight {
  margin-right: 10px;
}

.marginLeft {
  margin-left: 8px;
}

.marginTopMessage {
  margin-top: 12px;
}

.marginTop {
  margin-top: 5px;
}

.marginTopDiverso {
  margin-top: 25px;
}

.colorInputConf {
  color: black;
}

.styleWidth {
  width: 0.2px;
}

.styleHeight {
  height: 130px;
  overflow-y: auto
}

.styleMenu {
  width: 25px;
  height: 25px;
}

.styleSpanMenu {
  padding-bottom: 15px;
  padding-left: 5px;
}

.messageConfiguration {
  background-color: #efefef;
  border-bottom: solid 2px #06729E;
}

/* Style the tab content */

.tabcontent {
  display: none;
  border-top: none;
}

.btnGrid {
  max-width: 40px;
  margin: 5px;
}

/* Style topbar */

.layout-container .topbar-items {
  float: right;
  margin: 0;
  padding: 5px 0 0 0;
  list-style-type: none;
}

.layout-container .topbar-items>li {
  float: right;
  position: relative;
  margin-left: 8px;
}

.layout-container .topbar-items>li>a {
  position: relative;
  display: block;
}

.layout-container .topbar-items>li>a .topbar-item-name {
  display: none;
}

.layout-container .topbar-items>li>a .topbar-badge {
  position: absolute;
  right: -5px;
  top: -5px;
  background-color: #009900;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 2px 4px;
  display: block;
  font-size: 13px;
  line-height: 12px;
}

.layout-container .topbar-items>li .topbar-icon {
  font-size: 36px;
  color: #ffffff;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.layout-container .topbar-items>li .topbar-icon:hover {
  color: #e8e8e8;
}

.layout-container .topbar-items>li.profile-item .profile-image {
  width: 36px;
  height: 36px;
}

.layout-container .topbar-items>li>ul {
  position: absolute;
  top: 55px;
  right: 5px;
  display: none;
  width: 250px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 8px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

.layout-container .topbar-items>li.active-top-menu>ul {
  display: block;
}

.layout-container .topbar-items>li .topbar-message img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

/* Fin Style topbar */

.remove-pointer {
  cursor: default;
}

#fieldList .p-orderlist {
  cursor: default !important;
}

#fieldList .p-orderlist-list {
  cursor: default !important;
}

#fieldList .p-orderlist-item {
  cursor: default !important;
}

#orderList {
  width: 100%;
}

#icons {
  font-size: 1.5em;
}

#iconsDelete {
  float: right;
  font-size: 1.5em;
}

#remove {
  float: right;
  cursor: pointer;
}

#createButton {
  margin-top: 1em;
}

.marginBottonCero {
  margin-bottom: 0px
}

.textarea {
  width: 100%;
}

.documentDownload {
  width: 500px;
}

.documentSpan {
  width: 200px;
}

.div-textarea {
  margin-top: 15px;
}

.material-icons.orange600 {
  color: #FB8C00;
}

/* show multiselect equal input */

.lineMultiselect {
  border-bottom: 1px solid #bdbdbd;
  line-height: 1.17em;
}

.wasteDocument {
  display: flex;
  align-items: center;
  padding-left: 10px;
  height: 50px;
  background: #ffffff;
  color: #06729E;
  cursor: pointer;
}

.centeredButton {
  text-align: right;
}

#otherAppsMargin {
  margin-top: 10px;
}

#pdfButton {
  float: right;
  font-size: 3em;
  color: #06729E;
  cursor: pointer;
}

/* TOAST STYLES */

body .p-toast .p-toast-message {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

body .p-toast .p-toast-message.p-toast-message-info {
  background-color: #2196F3;
  border: 0 none;
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-message-content .p-toast-close-icon {
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-info .p-toast-message-content .p-toast-close-icon:hover {
  background-color: #6ab8f7;
}

body .p-toast .p-toast-message.p-toast-message-success {
  background-color: #8BC34A;
  border: 0 none;
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-message-content .p-toast-close-icon {
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-success .p-toast-message-content .p-toast-close-icon:hover {
  background-color: #b0d683;
}

body .p-toast .p-toast-message.p-toast-message-warn {
  background-color: #ffc107;
  border: 0 none;
  color: #212121;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-content .p-toast-close-icon {
  color: #212121;
}

body .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-content .p-toast-close-icon:hover {
  background-color: #ffd454;
}

body .p-toast .p-toast-message.p-toast-message-error {
  background-color: #e62a10;
  border: 0 none;
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-message-content .p-toast-close-icon {
  color: #ffffff;
}

body .p-toast .p-toast-message.p-toast-message-error .p-toast-message-content .p-toast-close-icon:hover {
  background-color: #f36450;
}

body .p-toast .p-toast-icon.pi-info-circle {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-info-circle:before {
  content: "info";
}

body .p-toast .p-toast-icon.pi-exclamation-triangle {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1.75em;
  color: #212121;
}

body .p-toast .p-toast-icon.pi-exclamation-triangle:before {
  content: "warning";
}

body .p-toast .p-toast-icon.pi-times {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-times:before {
  content: "error_outline";
}

body .p-toast .p-toast-icon.pi-check {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  text-indent: 0;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
  font-size: 1.75em;
}

body .p-toast .p-toast-icon.pi-check:before {
  content: "check_circle";
}

#statusWidth {
  width: 100%;
}

.btnCusdec {
  background-color: #0C739E;
  background-image: url(../../../assets/images/iconCusdec.png);
  background-size: 80% 80%;
}

.btnCusdecDisabled {
  background-color: #D0D0D0;
  background-image: url(../../../assets/images/iconCusdec.png);
  background-size: 80% 80%;
  cursor: default;
}

.header-style {
  overflow: visible !important;
}

.activateValidation {
  margin-left: 12px;
}

.idRelatedMessage {
  font-weight: bold;
}

#tittleShipcallList {
  text-align: center;
}

.margin-center {
  margin-left: auto;
  margin-right: auto;
}

.style-img-menu-language {
  margin: 2;
  height: 15px;
  width: 15px;
}

.style-span-menu-language {
  margin-left: 2%;
  margin: 2;
  padding-bottom: 15px;
  padding-left: 5px;
}

.style-menu-language {
  width: 150px !important;
}

.menu-language-login-options {
  position: relative;
  height: 25px;
}

#textAreaNotes {
  width: 100%;
  height: 80%;
}

#marginTopNotes {
  margin-top: 44px;
}

body .p-table .p-table-thead>tr.notesGeneric>th {
  background-color: #bdbdbd;
}

#Notes {
  margin-top: 25px;
  color: #948989;
}

#idDivObservations {
  margin-top: 15px;
}

.wasteAccordion {
  margin-bottom: 15px;
}

.boxLogin {
  width: 330px;
  height: 340px;
}

.videoLogin {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}

.containerLogin {
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: repeat;
}

.captcha {
  margin-left: -8px;
  margin-top: 14px;
}

#idTextAreaEquipments {
  max-width: 100%;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  /* Preferred icon size */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

#legend {
  float: right;
}

 #legendCheckBox{
  padding: 10px;
  padding-top: 1px;
  padding-right: 9px;
  padding-bottom: 2px;
  padding-left: 8px;
  background-color: #e9d76c;
  margin-right: 10px;
}

.paddingWaste {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.p-buttonset .p-button {
    background-color: #909fa3;
    width: 107px;
}


.wasteAccordion .p-accordion .p-accordion-header {
  background-color:#ffffff;
  padding: 0;
  color: #212121;
  font-size: 1em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

body .p-accordion .p-accordion-header.p-state-active > a {
  color: #ffffff;
}

.wasteAccordion .p-accordion .p-accordion-header.p-state-active > a {
  color: #000000;
}

.carDocument {
  background: #ffffff;
  padding: 10px;
}

.plusAndTrashOrange {
  margin-right: 30px;
  color: #EE7C5D;
  cursor: pointer;
}

.layout-container .topbar .topbar-right-without-padding {
  margin-top: 15px;
  position: relative;
}

.componentDarckClass::placeholder {
    color: #00BCD4;
}

#idDivObservations {
  margin-top: 15px;
}

.wasteAccordion {
  margin-bottom: 15px;
}
.lieralImportDocument {
  color: 06729E;
  margin-bottom: 1em;
}

.card.listFilters {
  padding-top: 20px;
}

.manual-box {
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 350px;
  height: 500px;
  position: relative;
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: all 0.5s linear;
  color: white;
  border: solid 5px #ffffff;
  border-radius: 10px;
  background-color: #06729E;
  float: left;
  cursor: pointer;
}

.cara {
  position: absolute;
  backface-visibility: hidden;
}

.cara.detras {
  transform: rotateY( 180deg );
  background-color: #cacaca;
  width: 342px;
  height: 490px;
}

.boxBaseCara {
  width: 342px;
  height: 490px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-color: #06729E;
  font-size: large;
  font-family: cursive;
}

.manual {
  height: 50px;
  background-color: #757575;
  line-height: 50px;
  font-family: sans-serif;
  font-size: larger;
}

.boxBaseDetras {
  text-align: center;
  margin-top: 15px;
}

.textWithoutData {
  font-size: x-large;
  font-family: cursive;
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dropdown {
  color: white;
  border-color:  transparent;
  position: absolute;
  height: 10px;
  width: 10px;
}

#multiselect { width: 20em;  margin-left: 0.8em; }
  
  dropdown .p-autocomplete.p-autocomplete-multiple .p-autocomplete-dropdown {
  top: .75em; }
  dropdown .p-fluid .p-autocomplete.p-autocomplete-dd > .p-inputtext {
  width: 100%; }
  dropdown .p-fluid .p-inputgroup .p-float-label .p-autocomplete {
  top: 5px; }
  dropdown .p-dropdown {
  border-width: 0;
  background: transparent no-repeat;
  background-image: linear-gradient(to bottom, #06729E, #06729E), linear-gradient(to bottom, #bdbdbd, #bdbdbd);
  background-size: 0 2px, 100% 1px;
  background-position: 50% 100%, 50% 100%;
  transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
  padding-bottom: 2px;
  box-sizing: border-box;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  dropdown .p-dropdown .p-dropdown-trigger {
  height: 1.5em;
  width: 1.5em;
  margin-top: 0;
  padding: 0;
  top: 2px;
  margin-right: 0; }
  dropdown .p-dropdown .p-dropdown-trigger .pi {
    color: #757575; }
  dropdown .p-dropdown .p-dropdown-label {
  background: none; }
  dropdown .p-dropdown .p-dropdown-label.p-inputtext {
    font: 1em "Roboto", "Helvetica Neue", sans-serif; }
  dropdown .p-dropdown.p-state-focus {
  border-width: 0;
  background-size: 100% 2px, 100% 1px;
  padding-bottom: 2px; }
  dropdown .p-dropdown.p-state-focus .p-dropdown-label {
    padding-bottom: 2px; }
  dropdown .p-dropdown-panel {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  dropdown .p-dropdown-panel .p-dropdown-list {
  padding: 0; }
  dropdown .p-dropdown-panel .p-dropdown-item {
  margin: 0;
  font-size: 13px;
  padding: 0.625em 0.875em;
  color: #212121;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  dropdown .p-dropdown-panel .p-dropdown-item:hover {
    background-color: #e8e8e8;
    color: #000000; }
  dropdown .p-dropdown-panel .p-dropdown-item.p-state-highlight {
    background-color: #E91E63;
    color: #ffffff; }
  dropdown .p-dropdown-panel.p-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-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); }
  dropdown .p-dropdown-panel .p-dropdown-filter-container {
  display: block;
  border-bottom: 1px solid #bdbdbd;
  background-color: #06729E;
  padding: 0.625em 1em; }
  dropdown .p-dropdown-panel .p-dropdown-filter-container input {
    color: #ffffff; }
  dropdown .p-dropdown-panel .p-dropdown-filter-container input:focus {
      border-bottom-color: #ffffff; 
    }
  dropdown .p-dropdown-panel .p-dropdown-filter-container .pi {
    top: .325em;
    right: .75em;
    color: #ffffff; }
  
  
  


  


  
