/* Sidebar */
/* Primary */
/* Accent */
/* Topbar */
/* Submenu */
/* Default MenuItem */
/* Hover MenuItem */
/* Active MenuItem */
/* Dark Default MenuItem */
/* Dark Hover MenuItem */
/* Dark Active MenuItem */
/******************************/
/*           Common           */
/******************************/
/* Predefined Colors */
	/* Titillum Web */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,400i,600,700,900');
			  
/* 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"); }
.splash-screen {
  width: 100%;
  min-height: 100%;
  background-color: #37474F;
  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); } }
.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); } }
/* Utils */
.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

*[hidden] {
  display: none; }

.card {
  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: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #ffffff;
  padding: 16px;
  margin-bottom: 16px;
  box-sizing: border-box; }
  .card.card-w-title {
    padding-bottom: 32px; }
  .card h1 {
    font-size: 24px;
    font-weight: 400;
    margin: 24px 0; }
    .card h1:first-child {
      margin-top: 16px; }
  .card h2 {
    font-size: 22px;
    font-weight: 400; }
  .card h3 {
    font-size: 20px;
    font-weight: 400; }
  .card h4 {
    font-size: 18px;
    font-weight: 400; }
  .loginbox p-card {
      border-radius:0px !important;
  }
  .loginbox .ui-card {
      border:0px !important;
      border-radius:0px !important;
      box-shadow:none !important;
      box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1) !important;
      padding: 20px !important;
  }
  .loginbox .ui-card-header img {
    width: auto !important;
}
  .loginbox .ui-card-title {
      font-size: 30px !important;
      color: #093956 !important;
      margin-bottom: 0px !important;
  
  }
  .loginbox .ui-card-content {
    font-size: 17px !important;
    line-height: 22px;
    margin-bottom: 20px;
    

}
.nopad {
  padding: 0; }
  .nopad .ui-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); } }
.fadeInDown {
  -webkit-animation: fadeInDown 5s;
  /* Safari 4.0 - 8.0 */
  animation: fadeInDown 5s; }

.fadeOutUp {
  -webkit-animation: fadeOutUp 0.3s;
  /* Safari 4.0 - 8.0 */
  animation: fadeOutUp 0.3s; }

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

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

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

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

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

.ui-g {
  -ms-flex-wrap: wrap; }
  .ui-g.form-group > div {
    padding: 1em; }
  .ui-g.form-group-m > div {
    padding: 1em; }

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

.ripplelink:hover {
  /*z-index:1000;*/ }

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

    @media(min-width:480px) {
      .ui-grid-fixed {
      width: 480px;
      margin: 0 auto;
  }}
  
  @media(min-width:768px) {
      .ui-grid-fixed {
      width: 768px;
      margin: 0 auto;
  }}
  @media(min-width:960px) {
      .ui-grid-fixed {
      width: 960px;
      margin: 0 auto;
  }}
  @media(min-width:1340px) {
      .ui-grid-fixed {
      width: 1340px !important;
      margin: 0 auto;
  }}


.dashboard .task-box {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .task-box .task-box-header {
    padding: 8px 14px; }
    .dashboard .task-box .task-box-header:before, .dashboard .task-box .task-box-header:after {
      content: "";
      display: table; }
    .dashboard .task-box .task-box-header:after {
      clear: both; }
    .dashboard .task-box .task-box-header i {
      float: right;
      color: #ffffff; }
  .dashboard .task-box .task-box-content {
    background-color: #ffffff;
    padding: 8px 14px; }
    .dashboard .task-box .task-box-content h3 {
      font-weight: bold;
      font-size: 14px;
      margin: 14px 0 7px 0;
      padding: 0; }
    .dashboard .task-box .task-box-content p {
      color: #757575;
      margin: 0 0 28px 0;
      padding: 0; }
  .dashboard .task-box .task-box-footer {
    background-color: #ffffff;
    padding: 8px 14px; }
    .dashboard .task-box .task-box-footer:before, .dashboard .task-box .task-box-footer:after {
      content: "";
      display: table; }
    .dashboard .task-box .task-box-footer:after {
      clear: both; }
    .dashboard .task-box .task-box-footer img {
      width: 32px;
      float: right;
      margin-left: 4px; }
    .dashboard .task-box .task-box-footer .task-status {
      -moz-border-radius: 9px;
      -webkit-border-radius: 9px;
      border-radius: 9px;
      padding: 2px 8px;
      color: #ffffff; }
  .dashboard .task-box.task-box-1 .task-box-header {
    background-color: #e91e63; }
  .dashboard .task-box.task-box-1 .task-box-footer .task-status {
    background-color: #e91e63; }
  .dashboard .task-box.task-box-2 .task-box-header {
    background-color: #ffc107; }
  .dashboard .task-box.task-box-2 .task-box-footer .task-status {
    background-color: #ffc107; }
  .dashboard .task-box.task-box-3 .task-box-header {
    background-color: #00bcd4; }
  .dashboard .task-box.task-box-3 .task-box-footer .task-status {
    background-color: #00bcd4; }
.dashboard .overview-box {
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .overview-box .overview-box-header {
    height: 24px; }
  .dashboard .overview-box .overview-box-content {
    padding: 8px 14px 14px 14px; }
    .dashboard .overview-box .overview-box-content .overview-box-icon {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      margin-top: -28px; }
      .dashboard .overview-box .overview-box-content .overview-box-icon i {
        line-height: inherit;
        font-size: 28px; }
    .dashboard .overview-box .overview-box-content .overview-box-title {
      font-size: 16px; }
    .dashboard .overview-box .overview-box-content .overview-box-count {
      font-size: 24px; }
  .dashboard .overview-box.overview-box-1 .overview-box-header {
    background-color: #f06292; }
  .dashboard .overview-box.overview-box-1 .overview-box-content {
    background-color: #e91e63; }
    .dashboard .overview-box.overview-box-1 .overview-box-content .overview-box-icon {
      background-color: #e91e63; }
  .dashboard .overview-box.overview-box-2 .overview-box-header {
    background-color: #4dd0e1; }
  .dashboard .overview-box.overview-box-2 .overview-box-content {
    background-color: #00bcd4; }
    .dashboard .overview-box.overview-box-2 .overview-box-content .overview-box-icon {
      background-color: #00bcd4; }
  .dashboard .overview-box.overview-box-3 .overview-box-header {
    background-color: #ffd54f; }
  .dashboard .overview-box.overview-box-3 .overview-box-content {
    background-color: #ffc107; }
    .dashboard .overview-box.overview-box-3 .overview-box-content .overview-box-icon {
      background-color: #ffc107; }
  .dashboard .overview-box.overview-box-4 .overview-box-header {
    background-color: #9e9e9e; }
  .dashboard .overview-box.overview-box-4 .overview-box-content {
    background-color: #616161; }
    .dashboard .overview-box.overview-box-4 .overview-box-content .overview-box-icon {
      background-color: #616161; }
.dashboard .task-list {
  overflow: hidden; }
  .dashboard .task-list .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .task-list .ui-panel-content {
    padding: 10px 0 0 0 !important; }
  .dashboard .task-list button {
    margin-top: -28px;
    margin-right: 10px;
    float: right; }
  .dashboard .task-list .task-list-container {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .dashboard .task-list .task-list-container > li {
      padding: 10px 14px;
      border-bottom: 1px solid #dbdbdb; }
      .dashboard .task-list .task-list-container > li:first-child {
        margin-top: 10px; }
    .dashboard .task-list .task-list-container .ui-chkbox {
      vertical-align: middle;
      margin-right: 5px; }
    .dashboard .task-list .task-list-container .task-name {
      vertical-align: middle; }
    .dashboard .task-list .task-list-container i {
      color: #757575;
      float: right; }
.dashboard .contact-form {
  overflow: hidden; }
  .dashboard .contact-form .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .contact-form .ui-g-12 {
    padding: 16px 10px; }
  .dashboard .contact-form .ui-button {
    margin-top: 20px; }
.dashboard .messages {
  overflow: hidden; }
  .dashboard .messages .ui-panel {
    min-height: 340px;
    border: 0 none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .messages .ui-panel-content {
    padding: 15px 0 10px 0 !important; }
  .dashboard .messages ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .dashboard .messages ul li {
      border-bottom: 1px solid #d8d8d8; }
      .dashboard .messages ul li > div {
        display: inline-block;
        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 .messages ul li > div:before, .dashboard .messages ul li > div:after {
          content: "";
          display: table; }
        .dashboard .messages ul li > div:after {
          clear: both; }
        .dashboard .messages ul li > div img {
          float: left; }
        .dashboard .messages ul li > div > div {
          float: left;
          margin-left: 10px; }
          .dashboard .messages ul li > div > div .name {
            font-size: 14px;
            font-weight: 700;
            display: block;
            color: #212121; }
          .dashboard .messages ul li > div > div .message {
            font-size: 14px;
            color: #757575; }
        .dashboard .messages ul li > div button {
          position: absolute;
          top: 15px; }
          .dashboard .messages ul li > div button.message-btn {
            right: 20px; }
          .dashboard .messages ul li > div button.remove-btn {
            right: 60px; }
        .dashboard .messages ul li > div:hover {
          cursor: pointer;
          background-color: #e8e8e8; }
      .dashboard .messages ul li:last-child {
        border: 0; }
.dashboard .chat .ui-panel {
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .chat .ui-panel-content {
  padding: 0 !important; }
.dashboard .chat .ui-tabview {
  border-color: transparent; }
  .dashboard .chat .ui-tabview .ui-tabview-panel {
    border: 0 none; }
.dashboard .chat .chat-messages {
  padding: 12px;
  margin: 0;
  list-style-type: none; }
  .dashboard .chat .chat-messages li {
    padding: 6px 0; }
    .dashboard .chat .chat-messages li:before, .dashboard .chat .chat-messages li:after {
      content: "";
      display: table; }
    .dashboard .chat .chat-messages li:after {
      clear: both; }
    .dashboard .chat .chat-messages li img {
      width: 36px;
      float: left; }
    .dashboard .chat .chat-messages li span {
      padding: 6px 12px;
      float: left;
      display: inline-block;
      margin: 4px 0;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
    .dashboard .chat .chat-messages li.message-from img, .dashboard .chat .chat-messages li.message-from span {
      float: left; }
    .dashboard .chat .chat-messages li.message-from img {
      margin-right: 8px; }
    .dashboard .chat .chat-messages li.message-from span {
      background-color: #e8eaf6; }
    .dashboard .chat .chat-messages li.message-own img, .dashboard .chat .chat-messages li.message-own span {
      float: right; }
    .dashboard .chat .chat-messages li.message-own img {
      margin-left: 8px; }
    .dashboard .chat .chat-messages li.message-own span {
      background: #c8e6c9;
      color: #000000; }
.dashboard .chat .new-message {
  height: 40px;
  border-top: 1px solid #dce2e7;
  color: #afafc0; }
  .dashboard .chat .new-message .message-attachment {
    display: inline-block;
    border-right: 1px solid #dce2e7;
    width: 40px;
    line-height: 40px;
    height: 100%;
    text-align: center; }
    .dashboard .chat .new-message .message-attachment i {
      line-height: inherit;
      font-size: 24px; }
  .dashboard .chat .new-message .message-input {
    position: relative;
    top: -6px;
    width: calc(100% - 100px);
    display: inline-block; }
    .dashboard .chat .new-message .message-input input {
      border: 0 none;
      font-size: 14px;
      width: 100%;
      background-color: transparent;
      outline: 0 none;
      color: #757575; }
.dashboard .global-sales .header-helper {
  float: right;
  opacity: 0.7;
  filter: alpha(opacity=70); }
.dashboard .global-sales .ui-panel {
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
.dashboard .global-sales .ui-panel-content {
  padding: 14px 9px 0px 9px; }
.dashboard .global-sales table {
  width: 100%;
  border-collapse: collapse; }
  .dashboard .global-sales table th {
    font-weight: 700;
    text-align: left;
    padding: 8px 5px; }
  .dashboard .global-sales table tbody tr {
    border-top: 1px solid #dbdbdb; }
    .dashboard .global-sales table tbody tr img {
      width: 36px;
      height: 36px; }
    .dashboard .global-sales table tbody tr td {
      padding: 8px 5px; }
      .dashboard .global-sales table tbody tr td:nth-child(1) {
        font-weight: 700;
        text-align: center; }
      .dashboard .global-sales table tbody tr td:nth-child(3) {
        font-weight: 700; }
      .dashboard .global-sales table tbody tr td:nth-child(7) {
        text-align: right; }
        .dashboard .global-sales table tbody tr td:nth-child(7) button {
          margin-left: 10px; }
      .dashboard .global-sales table tbody tr td .up-arrow {
        color: #cddc39; }
      .dashboard .global-sales table tbody tr td .down-arrow {
        color: #e91e63; }
.dashboard .status-bars ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .dashboard .status-bars ul li {
    padding: 8px 14px;
    position: relative; }
    .dashboard .status-bars ul li span {
      position: absolute;
      right: 36px;
      top: 8px; }
    .dashboard .status-bars ul li i {
      position: absolute;
      right: 4px;
      top: 4px; }
.dashboard .status-bars .status-bar {
  height: 18px;
  width: 75%;
  background-color: #d8d8d8;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px; }
  .dashboard .status-bars .status-bar .status-bar-value {
    height: 100%;
    color: #ffffff;
    text-align: right;
    padding-right: 4px;
    padding-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  .dashboard .status-bars .status-bar.status-bar-1 .status-bar-value {
    background-color: #e91e63; }
  .dashboard .status-bars .status-bar.status-bar-1 ~ i {
    color: #e91e63; }
  .dashboard .status-bars .status-bar.status-bar-2 .status-bar-value {
    background-color: #00bcd4; }
  .dashboard .status-bars .status-bar.status-bar-2 ~ i {
    color: #00bcd4; }
  .dashboard .status-bars .status-bar.status-bar-3 .status-bar-value {
    background-color: #ffc107; }
  .dashboard .status-bars .status-bar.status-bar-3 ~ i {
    color: #ffc107; }
  .dashboard .status-bars .status-bar.status-bar-4 .status-bar-value {
    background-color: #cddc39; }
  .dashboard .status-bars .status-bar.status-bar-4 ~ i {
    color: #cddc39; }
  .dashboard .status-bars .status-bar.status-bar-5 .status-bar-value {
    background-color: #ff9800; }
  .dashboard .status-bars .status-bar.status-bar-5 ~ i {
    color: #ff9800; }
.dashboard .image-box .card {
  padding: 0; }
  .dashboard .image-box .card img {
    width: 100%; }
  .dashboard .image-box .card .image-box-content {
    padding: 16px; }
    .dashboard .image-box .card .image-box-content h3 {
      font-weight: 700;
      margin-top: 0; }
    .dashboard .image-box .card .image-box-content .image-box-tag {
      width: 40px;
      text-align: left;
      color: #ffffff;
      background-color: #e91e63;
      padding: 0 8px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
  .dashboard .image-box .card .image-box-footer {
    text-align: right; }
.dashboard .user-card {
  border: 1px solid #dbdbdb;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .dashboard .user-card .user-card-header {
    height: 100px;
    overflow: hidden; }
    .dashboard .user-card .user-card-header img {
      width: 100%; }
  .dashboard .user-card .user-card-content {
    min-height: 340px;
    background-color: #ffffff;
    position: relative; }
    .dashboard .user-card .user-card-content img {
      position: absolute;
      top: -90px;
      left: 24px; }
    .dashboard .user-card .user-card-content .ui-button {
      position: absolute;
      width: 36px;
      height: 36px;
      top: -18px;
      right: 24px; }
    .dashboard .user-card .user-card-content .user-card-name {
      font-size: 20px;
      color: #212121;
      position: absolute;
      top: -60px;
      margin-left: 110px;
      font-weight: 700;
      white-space: nowrap; }
    .dashboard .user-card .user-card-content .user-detail {
      text-align: left; }
      .dashboard .user-card .user-card-content .user-detail ul {
        padding: 0px 0 32px 0;
        margin: 0;
        list-style-type: none; }
        .dashboard .user-card .user-card-content .user-detail ul li {
          padding: 16px 24px;
          border-top: 1px solid #dbdbdb; }
          .dashboard .user-card .user-card-content .user-detail ul li:last-child {
            border-bottom: 1px solid #dbdbdb; }
          .dashboard .user-card .user-card-content .user-detail ul li i {
            font-size: 24px;
            margin-right: 8px;
            width: 32px;
            vertical-align: middle;
            color: #757575; }
          .dashboard .user-card .user-card-content .user-detail ul li .project-title {
            font-weight: 700;
            margin-right: 8px; }
          .dashboard .user-card .user-card-content .user-detail ul li .project-detail {
            color: #757575; }
          .dashboard .user-card .user-card-content .user-detail ul li .project-progressbar {
            display: inline-block;
            width: 100px;
            background-color: #dbdbdb;
            float: right;
            margin-top: 12px; }
            .dashboard .user-card .user-card-content .user-detail ul li .project-progressbar .project-progressbar-value {
              background-color: #43A047;
              height: 4px; }
.dashboard .map .ui-panel {
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .map .ui-panel .ui-panel-content {
    padding: 8px; }
    .dashboard .map .ui-panel .ui-panel-content img {
      width: 100%; }
.dashboard .schedule .ui-panel {
  border: 0 none;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
  .dashboard .schedule .ui-panel .fc-today-button {
    display: none; }

@media (max-width: 640px) {
  .dashboard .status-bars .status-bar {
    width: 65%; }
  .dashboard .global-sales table tbody tr td:nth-child(7) {
    text-align: left; }
    .dashboard .global-sales table tbody tr td:nth-child(7) button {
      display: block;
      margin-left: 0; }
      .dashboard .global-sales table tbody tr td:nth-child(7) button:first-child {
        margin-bottom: 4px; } }
.login-body {
  background-image: url("../images/login/login-bg.jpg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  }
  .login-body .login-panel {
    width: 550px;
    height: 480px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -240px;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    }
    .login-body .login-panel .login-panel-header {
      background-color: #43A047;
      text-align: center;
      padding: 8px 14px;
      }
      .login-body .login-panel .login-panel-header img {
        vertical-align: middle;
        width: 50px; }
    .login-body .login-panel .login-panel-content {
      padding: 50px 100px;
      }
      .login-body .login-panel .login-panel-content h1 {
        font-size: 16px;
        margin-top: 0;
        margin-bottom: 16px;
        text-align: center; }
      .login-body .login-panel .login-panel-content .ui-g-12, .login-body .login-panel .login-panel-content .ui-g-6 {
        padding: 1em; }
        .login-body .login-panel .login-panel-content .ui-g-12:last-child, .login-body .login-panel .login-panel-content .ui-g-6:last-child {
          text-align: center; }
          .login-body .login-panel .login-panel-content .ui-g-12:last-child a, .login-body .login-panel .login-panel-content .ui-g-6:last-child a {
            color: #6D4C41; }
      .login-body .login-panel .login-panel-content .password-reset {
        text-align: right; }
        .login-body .login-panel .login-panel-content .password-reset a {
          color: #757575; }
      .login-body .login-panel .login-panel-content .ui-chkbox-label {
        margin: 0 0 0 8px;
        vertical-align: middle; }

@media (max-width: 640px) {
  .login-body .login-panel {
    left: 0;
    margin-left: 0;
    width: 100%; }
    .login-body .login-panel .login-panel-content {
      padding: 50px 25px; } }
.exception-body {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .exception-body.error {
    background-image: url("../images/exception/error-bg.jpg"); }
    .exception-body.error .exception-panel .exception-code {
      background-color: #e91e63; }
      .exception-body.error .exception-panel .exception-code img {
        margin-left: -194px; }
    .exception-body.error .exception-panel .exception-icon {
      background-color: #e91e63; }
  .exception-body.notfound {
    background-image: url("../images/exception/notfound-bg.jpg"); }
    .exception-body.notfound .exception-panel .exception-code {
      background-color: #e91e63; }
      .exception-body.notfound .exception-panel .exception-code img {
        margin-left: -206px; }
    .exception-body.notfound .exception-panel .exception-icon {
      background-color: #e91e63; }
  .exception-body.accessdenied {
    background-image: url("../images/exception/access-bg.jpg"); }
    .exception-body.accessdenied .exception-panel .exception-code {
      background-color: #ffb300; }
      .exception-body.accessdenied .exception-panel .exception-code img {
        margin-left: -178px; }
    .exception-body.accessdenied .exception-panel .exception-icon {
      background-color: #ffb300; }
  .exception-body .exception-panel {
    width: 550px;
    height: 480px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -275px;
    margin-top: -240px;
    padding: 0;
    text-align: center;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14); }
    .exception-body .exception-panel .exception-code {
      height: 240px;
      position: relative; }
      .exception-body .exception-panel .exception-code img {
        position: absolute;
        bottom: 0;
        height: 190px;
        left: 50%; }
    .exception-body .exception-panel .exception-detail {
      height: 240px;
      position: relative;
      padding: 60px 0 0 0; }
      .exception-body .exception-panel .exception-detail .exception-icon {
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        display: inline-block;
        z-index: 100;
        position: absolute;
        top: -45px;
        left: 50%;
        margin-left: -45px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.12), 0 0 1px 0 rgba(0, 0, 0, 0.14); }
        .exception-body .exception-panel .exception-detail .exception-icon i {
          font-size: 45px;
          line-height: inherit;
          color: #ffffff; }
      .exception-body .exception-panel .exception-detail h1 {
        font-size: 15px;
        font-weight: bold;
        margin: 10px 0 8px 0; }
      .exception-body .exception-panel .exception-detail p {
        color: #757575;
        margin: 0 0 60px 0; }

@media (max-width: 640px) {
  .exception-body .exception-panel {
    left: 0;
    margin-left: 0;
    width: 100%; }
  .exception-body.error .exception-panel .exception-code img {
    height: 150px;
    margin-left: -150px; }
  .exception-body.notfound .exception-panel .exception-code img {
    height: 150px;
    margin-left: -163px; }
  .exception-body.accessdenied .exception-panel .exception-code img {
    height: 150px;
    margin-left: -141px; } }
.landing-body {
  background-color: #F5F5F5; }
  .landing-body * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .landing-body p {
    line-height: 1.5; }
  .landing-body #header {
    background-color: #F5F5F5; }
    .landing-body #header > div {
      width: 960px;
      margin: 0 auto;
      height: 90px;
      padding: 15px 0; }
      .landing-body #header > div img {
        height: 60px; }
      .landing-body #header > div #landing-menu {
        float: right;
        list-style-type: none;
        padding: 0;
        margin: 20px 0 0 0; }
        .landing-body #header > div #landing-menu > li {
          display: inline-block; }
          .landing-body #header > div #landing-menu > li a {
            border-bottom: 5px solid transparent;
            color: #616161;
            display: inline-block;
            min-width: 80px;
            text-align: center;
            height: 55px;
            font-size: 15px;
            -moz-transition: border-color 0.3s;
            -o-transition: border-color 0.3s;
            -webkit-transition: border-color 0.3s;
            transition: border-color 0.3s; }
          .landing-body #header > div #landing-menu > li:hover a {
            color: #3f51b5;
            border-color: #3f51b5; }
      .landing-body #header > div #landing-menu-button {
        color: #3f51b5;
        display: none;
        float: right;
        margin-right: 15px;
        margin-top: 5px; }
        .landing-body #header > div #landing-menu-button i {
          font-size: 48px; }
  .landing-body #introduction > div {
    background: url("../images/landing/landing-header.png");
    min-height: 400px;
    color: #ffffff;
    text-align: center;
    padding-top: 120px;
    background-size: cover; }
    .landing-body #introduction > div h1 {
      padding: 0;
      margin: 0 0 20px 0; }
    .landing-body #introduction > div p {
      max-width: 400px;
      margin: 0 auto;
      margin-bottom: 40px; }
    .landing-body #introduction > div button {
      min-width: 180px; }
  .landing-body #features > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0; }
    .landing-body #features > div .feature-box {
      padding: 30px 15px 30px 0; }
      .landing-body #features > div .feature-box:before, .landing-body #features > div .feature-box:after {
        content: "";
        display: table; }
      .landing-body #features > div .feature-box:after {
        clear: both; }
      .landing-body #features > div .feature-box img {
        float: left;
        margin-right: 30px; }
      .landing-body #features > div .feature-box > div {
        padding: 16px 0; }
        .landing-body #features > div .feature-box > div h3 {
          font-size: 15px;
          margin: 0; }
        .landing-body #features > div .feature-box > div p {
          color: #757575;
          margin: 8px; }
  .landing-body #stats {
    background-color: #212121;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#424242));
    background-image: -webkit-linear-gradient(to bottom, #212121, #424242);
    background-image: -moz-linear-gradient(to bottom, #212121, #424242);
    background-image: -ms-linear-gradient(to bottom, #212121, #424242);
    background-image: -o-linear-gradient(to bottom, #212121, #424242);
    background-image: linear-gradient(to bottom, #212121, #424242);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#424242'); }
    .landing-body #stats > div {
      width: 960px;
      margin: 0 auto;
      padding: 40px 0; }
      .landing-body #stats > div .ui-g-12 {
        padding: 20px; }
      .landing-body #stats > div .stat-box {
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        padding: 18px;
        text-align: center;
        color: #e91e63; }
        .landing-body #stats > div .stat-box h3 {
          font-weight: 400;
          margin: 0; }
        .landing-body #stats > div .stat-box p {
          margin: 0; }
        .landing-body #stats > div .stat-box.stat-box-active {
          background-color: #e91e63;
          color: #ffffff; }
  .landing-body #video {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
    .landing-body #video > div {
      width: 960px;
      margin: 0 auto;
      padding: 60px 0; }
      .landing-body #video > div .video-description {
        padding-top: 80px;
        padding-right: 50px; }
        .landing-body #video > div .video-description h3 {
          font-weight: 400;
          font-size: 24px;
          margin: 0 0 12px 0; }
        .landing-body #video > div .video-description p {
          margin: 0 0 24px 0; }
  .landing-body #pricing > div {
    width: 960px;
    margin: 0 auto;
    padding: 60px 0;
    text-align: center; }
    .landing-body #pricing > div > h2 {
      font-size: 24px;
      font-weight: normal;
      margin: 0 0 12px 0; }
    .landing-body #pricing > div > p {
      color: #757575;
      margin: 0 0 40px 0; }
    .landing-body #pricing > div .pricing-box {
      width: 100%;
      text-align: left;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
      .landing-body #pricing > div .pricing-box .pricing-header {
        background-color: #212121;
        padding: 16px;
        text-align: center; }
        .landing-body #pricing > div .pricing-box .pricing-header h3 {
          margin: 0;
          color: #ffffff;
          font-size: 15px;
          font-weight: 400;
          padding-bottom: 4px;
          border-bottom: 1px solid #a7a5a5; }
        .landing-body #pricing > div .pricing-box .pricing-header p {
          color: #a7a5a5;
          margin: 0;
          padding: 4px 0 0 0; }
      .landing-body #pricing > div .pricing-box .pricing-content {
        padding: 16px;
        min-height: 350px;
        position: relative;
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
        .landing-body #pricing > div .pricing-box .pricing-content ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          .landing-body #pricing > div .pricing-box .pricing-content ul li {
            padding: 8px 0; }
            .landing-body #pricing > div .pricing-box .pricing-content ul li i {
              color: #093956;
              vertical-align: middle;
              margin-right: 6px; }
        .landing-body #pricing > div .pricing-box .pricing-content button {
          position: absolute;
          min-width: 180px;
          bottom: 20px;
          left: 50%;
          margin-left: -90px; }
        .landing-body #pricing > div .pricing-box .pricing-content .pricing-fee {
          position: absolute;
          top: -24px;
          right: 14px;
          margin-left: -90px;
          text-align: center;
          font-size: 16px;
          width: 48px;
          height: 48px;
          line-height: 48px;
          background-color: #e91e63;
          color: #ffffff;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
      .landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header {
        background-color: #e91e63;
        color: #ffffff; }
        .landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header h3 {
          border-bottom: 1px solid #ffffff; }
        .landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-header p {
          color: #ffffff; }
      .landing-body #pricing > div .pricing-box.pricing-box-pro .pricing-content .pricing-fee {
        background-color: #212121;
        color: #ffffff; }
  .landing-body #contact {
    background-color: #424242; }
    .landing-body #contact > div {
      width: 960px;
      margin: 0 auto;
      padding: 60px 0;
      text-align: center; }
      .landing-body #contact > div > h2 {
        font-size: 24px;
        font-weight: normal;
        margin: 0 0 12px 0;
        color: #f5f5f5; }
      .landing-body #contact > div > p {
        margin: 0 0 40px 0;
        color: #e0e0e0; }
      .landing-body #contact > div .contact-form {
        text-align: left; }
        .landing-body #contact > div .contact-form > div {
          padding: 1em .5em; }
        .landing-body #contact > div .contact-form button {
          width: auto;
          min-width: 180px;
          margin-left: 15px;
          margin-top: 40px; }
        .landing-body #contact > div .contact-form .md-inputfield input:focus ~ label,
        .landing-body #contact > div .contact-form .md-inputfield input.ui-state-filled ~ label,
        .landing-body #contact > div .contact-form .md-inputfield textarea:focus ~ label,
        .landing-body #contact > div .contact-form .md-inputfield textarea.ui-state-filled ~ label,
        .landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-focus ~ label,
        .landing-body #contact > div .contact-form .md-inputfield .md-inputwrapper-filled ~ label {
          color: #81C784; }
        .landing-body #contact > div .contact-form .md-inputfield input:-webkit-autofill ~ label {
          color: #81C784; }
        .landing-body #contact > div .contact-form .md-inputfield input:focus {
          border-color: #81C784; }
        .landing-body #contact > div .contact-form .md-inputfield input {
          color: #ffffff; }
  .landing-body #footer {
    background-color: #212121;
    color: #ffffff; }
    .landing-body #footer > div {
      width: 960px;
      margin: 0 auto;
      padding: 30px 0; }
      .landing-body #footer > div .footer-logo {
        height: 54px;
        float: left;
        margin-right: 14px; }
      .landing-body #footer > div h4 {
        margin: 0 0 8px 0;
        font-weight: 700; }
      .landing-body #footer > div p {
        margin: 0;
        line-height: 1.5; }
        .landing-body #footer > div p:last-child {
          margin-top: 8px; }
      .landing-body #footer > div i {
        vertical-align: middle; }
      .landing-body #footer > div .footer-social a {
        margin-right: 14px;
        opacity: 0.7;
        filter: alpha(opacity=70); }
        .landing-body #footer > div .footer-social a img {
          width: 30px;
          height: 30px; }
        .landing-body #footer > div .footer-social a:hover {
          opacity: 1;
          filter: alpha(opacity=100); }

@media screen and (max-width: 64em) {
  .landing-body {
    padding-top: 90px; }
    .landing-body #header {
      position: fixed;
      top: 0;
      z-index: 100;
      width: 100%;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
      .landing-body #header > div {
        width: 100%;
        padding-left: 15px; }
        .landing-body #header > div #landing-menu-button {
          display: block; }
        .landing-body #header > div #landing-menu {
          -webkit-animation-duration: .5s;
          -moz-animation-duration: .5s;
          animation-duration: .5s;
          display: none;
          float: none;
          width: 100%;
          text-align: center;
          background-color: #F5F5F5;
          position: fixed;
          top: 70px;
          left: 0;
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
          -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 0 2px 0 rgba(0, 0, 0, 0.14); }
          .landing-body #header > div #landing-menu li {
            display: block; }
            .landing-body #header > div #landing-menu li a {
              height: auto;
              border-bottom: 0 none;
              padding: 15px; }
          .landing-body #header > div #landing-menu.landing-menu-active {
            display: block; }
    .landing-body #introduction {
      width: 100%; }
      .landing-body #introduction > div h1, .landing-body #introduction > div p {
        padding-left: 15px;
        padding-right: 15px; }
    .landing-body #features > div {
      width: 100%;
      padding-left: 15px; }
    .landing-body #stats > div {
      width: 100%; }
    .landing-body #video > div {
      width: 100%;
      text-align: center;
      padding-left: 15px;
      padding-right: 15px; }
      .landing-body #video > div .video-description {
        padding-top: 0;
        padding-right: 0; }
      .landing-body #video > div iframe {
        width: 300px;
        height: 200px; }
    .landing-body #pricing > div {
      width: 100%;
      adding-left: 15px;
      padding-right: 15px; }
    .landing-body #contact > div {
      width: 100%;
      text-align: center; }
      .landing-body #contact > div .contact-map {
        text-align: center; }
        .landing-body #contact > div .contact-map img {
          width: 100%; }
      .landing-body #contact > div .contact-form .ui-g-12 {
        padding: 15px; }
    .landing-body #footer > div {
      width: 100%; }
      .landing-body #footer > div .ui-g-12 {
        padding-top: 24px; } }
html {
  height: 100%; }

body {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 14px;
  color: #212121;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
  min-height: 100%;
  background-color: #F5F5F5; }
  body .ajax-loader {
    font-size: 32px;
    color: #6D4C41; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.layout-wrapper .layout-sidebar {
  width: 240px;
  height: 100%;
  position: fixed;
  left: -180px;
  top: 0;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 999999;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 0 6px rgba(0, 0, 0, 0.3); }
  .layout-wrapper .layout-sidebar .ui-scrollpanel {
    border: none;
    background-color: transparent;
    border-radius: 0; }
    .layout-wrapper .layout-sidebar .ui-scrollpanel .ui-scrollpanel-bar {
      background-color: #aaaaaa;
      opacity: 0.3;
      filter: alpha(opacity=30); }
    .layout-wrapper .layout-sidebar .ui-scrollpanel .ui-scrollpanel-hidden {
      display: block;
      visibility: hidden; }
    .layout-wrapper .layout-sidebar .ui-scrollpanel .ui-scrollpanel-content {
      overflow-x: hidden; }
    .layout-wrapper .layout-sidebar .ui-scrollpanel .layout-menu {
      padding-bottom: 120px; }
  .layout-wrapper .layout-sidebar .sidebar-logo {
    height: 64px;
    background-color: #2E7D32;
    padding-top: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .layout-wrapper .layout-sidebar .sidebar-logo img {
      height: 48px;
      margin-left: 12px;
      vertical-align: middle; }
    .layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
      display: none;
      width: 18px;
      height: 18px;
      border: 2px solid #ffffff;
      background-color: #43A047;
      vertical-align: middle;
      float: right;
      margin-right: 8px;
      margin-top: 12px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
    .layout-wrapper .layout-sidebar .sidebar-logo .app-name {
      color: #ffffff;
      vertical-align: middle;
      font-size: 26px; }
  .layout-wrapper .layout-sidebar .layout-menu {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 258px; }
    .layout-wrapper .layout-sidebar .layout-menu li {
      padding: 4px 30px 4px 10px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a {
        color: #43A047; }
        .layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i {
          color: #43A047; }
        .layout-wrapper .layout-sidebar .layout-menu li.active-menuitem > a i.layout-submenu-toggler {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -o-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
      .layout-wrapper .layout-sidebar .layout-menu li > a {
        color: #212121;
        display: block;
        padding: 10px 10px 10px 10px;
        position: relative;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .layout-wrapper .layout-sidebar .layout-menu li > a:hover {
          background-color: #E0E0E0;
          color: #212121; }
          .layout-wrapper .layout-sidebar .layout-menu li > a:hover i {
            color: #212121; }
        .layout-wrapper .layout-sidebar .layout-menu li > a > .menuitem-text {
          display: inline-block;
          max-width: 145px;
          word-break: break-all; }
        .layout-wrapper .layout-sidebar .layout-menu li > a i {
          color: #616161;
          float: right;
          width: 20px;
          height: 20px;
          font-size: 20px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -10px; }
          .layout-wrapper .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            right: 34px;
            display: none; }
        .layout-wrapper .layout-sidebar .layout-menu li > a .menuitem-badge {
          display: none;
          position: absolute;
          right: 54px;
          top: 50%;
          margin-top: -8px; }
      .layout-wrapper .layout-sidebar .layout-menu li ul {
        overflow: hidden;
        list-style-type: none;
        margin: 0;
        padding: 0; }
        .layout-wrapper .layout-sidebar .layout-menu li ul li {
          padding: 4px 0; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li a {
            padding-left: 20px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li a {
            padding-left: 30px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul li a {
            padding-left: 40px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul li a {
            padding-left: 50px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul li a {
            padding-left: 60px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul li a {
            padding-left: 70px; }
          .layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul ul li a {
            padding-left: 80px; }
    .layout-wrapper .layout-sidebar .layout-menu > li > a {
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px; }
      .layout-wrapper .layout-sidebar .layout-menu > li > a.active-menuitem-routerlink {
        color: #43A047; }
    .layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a {
      color: #ffffff;
      background-color: #43A047;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      -moz-border-radius-bottomleft: 0;
      -webkit-border-bottom-left-radius: 0;
      border-bottom-left-radius: 0;
      -moz-border-radius-bottomright: 0;
      -webkit-border-bottom-right-radius: 0;
      border-bottom-right-radius: 0;
      -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
      -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1);
      box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(60, 72, 88, 0.3), 0 7px 10px -5px rgba(60, 72, 88, 0.1); }
      .layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > a i {
        color: #ffffff; }
    .layout-wrapper .layout-sidebar .layout-menu > li.active-menuitem > ul {
      background-color: #EEEEEE;
      -moz-border-radius-bottomleft: 6px;
      -webkit-border-bottom-left-radius: 6px;
      border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -webkit-border-bottom-right-radius: 6px;
      border-bottom-right-radius: 6px; }
    .layout-wrapper .layout-sidebar .layout-menu .menuitem-badge {
      float: right;
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 6px;
      text-align: center;
      background-color: #6D4C41;
      color: #ffffff;
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  .layout-wrapper .layout-sidebar.layout-sidebar-active {
    left: 0; }
    .layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo img {
      display: inline; }
    .layout-wrapper .layout-sidebar.layout-sidebar-active .sidebar-logo .sidebar-anchor {
      display: inline-block; }
    .layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a i.layout-submenu-toggler {
      display: inline-block;
      }
    .layout-wrapper .layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
      display: inline-block; }
  .layout-wrapper .layout-sidebar.layout-sidebar-dark {
    background-color: #424242; }
    .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a {
      color: #dee0e3; }
      .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover {
        background-color: #545454;
        color: #ffffff; }
        .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a:hover i {
          color: #ffffff; }
      .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a i {
        color: #dee0e3; }
      .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li > a.active-menuitem-routerlink {
        color: #81C784; }
    .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a {
      color: #81C784; }
      .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a i {
        color: #81C784; }
    .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
      background-color: #81C784;
      color: #ffffff; }
      .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
        color: #ffffff; }
    .layout-wrapper .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
      background-color: #616161; }
.layout-wrapper .layout-main {
  margin-left: 60px;
  -moz-transition: margin-left 0.3s;
  -o-transition: margin-left 0.3s;
  -webkit-transition: margin-left 0.3s;
  transition: margin-left 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

  .material-icons {
    vertical-align: middle;
}

  /* HomeComponent */
  .menu-btn-wrapper{
    display: inline; 
    float:right;
  }


  body .layout-topbar .md-inputfield{
    display:inline !important;
    float:right;
    margin-top: -30px;
    background-color: #E5E5E5;
    
    border-radius: 30px;
    
    
    text-align: center;
    padding: 5px 20px;
}
body .ui-inputtext {
  background: transparent no-repeat;
  background-image: none !important;
  background-size: 0 !important;
  background-position: none !important;
  transition: none !important;
  border-width: 0;
  padding: 2px;
  font-size: 1em;
  border-radius: 0px;
}


body .md-inputfield > label{
      color:#666 !important;
      transition: none !important;
      
      text-align: left !important;
    }

  .layout-wrapper .layout-main .tophead {
    background: #093956;
    padding: 0px;
    color: #fff;
    min-height: 55px;
  }
  .layout-wrapper .layout-main .tophead a{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.3px;
    display: inline-block;
    margin-top: 10px;
   
    
  }
  .layout-wrapper .layout-main .tophead img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
   
   
  }
  .layout-wrapper .layout-main .tophead .topbar-menu  {
    background: #00985b;
    padding: 15px 20px;
    margin: 0;
  }
  .layout-wrapper .layout-main .tophead .topbar-menu  li{
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .layout-wrapper .layout-main .tophead .topbar-menu  li a{
    margin: 0;
  }
  .layout-wrapper .layout-main .tophead .topbar-menu  li .ui-icon-person{
    vertical-align: middle;
    margin-right: 10px;
  }
  
  .layout-wrapper .layout-main .tophome {
    background: #05263e;
    padding: 5px 21px;
    color: #fff;
    
    margin-top: 0px;
    width: 100%;
   
  }

  .layout-wrapper .layout-main .tophome.riepilogo {
    
    height:150px;
    margin-bottom: 60px;
   
  }

  .layout-wrapper .layout-main .tophome h4 {
    font-size: 22px;
    letter-spacing: -0.2px;
    padding: 25px 0px;
    margin: 0;
  }

  .ui-g-12.boxlanding .card{
    border-bottom: 0;
    border-right: 0;
    border-left: 0;
    border-top: 3px solid green;
    border-radius:0;
    background-color:#fff;
    margin-top: 40px;
    padding:0px;
 
    
    box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1) !important;
  }


  .dettaglioaccordionmultiple .ui-accordion{
    background: #fff;
    padding: 30px;
    margin-bottom:20px;
    margin-top:0px !important;
  }
  
  .dettaglioaccordionmultiple .ui-accordion-header {
    margin-top: 0px !important;
    padding: 0px !important;
  }
  .dettaglioaccordionmultiple .ui-accordion-header > a, .dettaglioaccordionmultiple .ui-accordion-header > a .ui-accordion-header-text {
    border:0px !important;
  }

.dettaglioaccordion {
  background: #fff;
  padding: 30px;
  margin-bottom:20px;
}
.dettaglioaccordion .ui-accordion-header {
  margin-top: 0px !important;
}
.dettaglioaccordion .ui-accordion-header > a, .dettaglioaccordion .ui-accordion-header > a .ui-accordion-header-text {
  border:0px !important;
}

.dettaglioaccordion .nobrd .ui-table-thead{
  display:none !important;
}
.dettaglioaccordion .nobrd .ui-table-tbody > tr > td {
  border-left: 0px;
  border-right: 0px;
  padding: 15px;
}


.dettaglioaccordion.mlp {
  padding: 0px;
  background: none;
}
.dettaglioaccordion.mlp p-accordiontab {
  padding: 30px;
margin-bottom: 20px;
display: inline-block;
background: #fff;
width: 100%;
}



  .top-sub-green {
    background:#093956; width:100%;
  }
  .top-sub-green ul{
    background:#093956 !important;
  }
  .top-sub-green .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem a {
    color: #fff !important;
    font-size: 17px;
    padding: 12px 0px !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    background:#093956 !important;
}
.top-sub-green .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active {
  background-color: #093956;
  border-color: #fff !important;
  border-style: solid;
  
}
.top-sub-green .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem {
  border:0px !important;
}
.top-sub-green .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active a {
  color: #fff !important;
  font-weight: 600 !important;
  
}
.top-sub-green .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active a::before { 
  content: '';
  width: 0px;
  height: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  
  border-bottom: 5px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;

}
.top-sub-green .ui-widget-content {
  border: 0px !important;
}


.top-sub-green .ui-g-12 {
  padding: 0px !important;
}

body .ui-table .ui-sortable-column .ui-sortable-column-icon {
  vertical-align: middle;
  font-size: 14px;
  margin-top: -5px;
  margin-left: 10px;
}
.disaccoppiato .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active {
 
  border-bottom: 3px solid #093956 !important;
}
.disaccoppiato .tabsmall .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem {
  margin-right: 15.5px !important;
}

  /* RicercaFascicoliComponent */



.square-box {
    background-color: #eaeaea;
   
    text-align: center;
    display: inline-block;
    vertical-align: middle;
 
    width: 100%;
    min-height: 260px;
    cursor: pointer;
    color:#125F40 !important;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    line-height: 24px !important;
    
}


.square-box img{
    margin-top: 30px;
    margin-bottom: 20px;
}

.square-boxsmall {
  background-color: #ffffff;
 
  text-align: center;
  display: inline-block;
  vertical-align: middle;

  width: 100%;
  min-height: 100px;
  cursor: pointer;
  color:#125F40 !important;
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
  line-height: 24px !important;
  
}
.disaccoppiato .square-boxsmall {
  background-color: #ffffff;
 
  text-align: left;
  display: inline-block;
  vertical-align: middle;

  width: 100%;
  min-height: 100px;
  cursor: pointer;
  color:#333 !important;
  font-weight: 400;
  font-size: 20px;
  padding: 25px;
  line-height: 24px !important;
  
}

.square-boxsmall img{
  margin-top: 30px;
  margin-bottom: 20px;
}


.tophome .ui-grid-fixed h4 {
  font-weight: 600;
  text-transform: uppercase;
}

.command-button button {
  text-transform: uppercase;
}

.subhome{
    background-color:#093956;
    padding: 15px 20px;
    vertical-align: middle;
}
.subhome .ui-md-3{
  border-right:1px solid #048752;
}
.subhome .ui-md-3:last-child{
  border-right:0px solid #048752;
}
.subhome .ui-md-5ths{
  border-right:1px solid #048752;
}
.subhome .ui-md-5ths:last-child{
  border-right:0px solid #048752;
}

.separator-fsc {
  border-right:1px solid #048752;
}
.separator-fsc:last-child{
  border-right:0px solid #048752;
}


@media screen and (min-width:40.063em) {

.ui-md-5ths {
   width: 20%;
   padding: .5em;
} 
}


/* STEPPER */
p-steps {
  width: 100%;
  margin-bottom: 20px;
}
body .ui-steps {
  position: relative; }
  body .ui-steps .ui-steps-item {
    background-color: transparent;
    text-align: center !important;
    width: 14.2857% !important;
   }
    body .ui-steps .ui-steps-item.ui-state-disabled {
      opacity: 1;
      filter: alpha(opacity=100);
     }
    body .ui-steps .ui-steps-item .ui-menuitem-link {
      display: inline-block;
      text-align: center !important;
      background-color: #ffffff;
      background: none !important;
      overflow: hidden;
       }


      
      body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-number {
        display: inline-block;
        background-color: #8cbe2b !important;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 36px !important;
        color: #ffffff;
        vertical-align: middle;
        text-align: center;
        width: 47px !important;
          height: 47px !important;
        padding: 0;
        line-height: 24px !important;
        top: 16px !important;
        text-align: center !important;
        font-weight: 700 !important;
        padding-top: 10px !important;
        margin-bottom: 10px !important;
      }

        


      body .ui-steps .ui-steps-item .ui-menuitem-link .ui-steps-title {
        display: block !important;
        margin-left: 0 !important;
        color: #093956 !important;
      opacity:.6 !important;
    font-weight: 700;
  font-size: 18px !important }
    body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-number {
      background-color: #05263e !important;
      color: #ffffff; }
    body .ui-steps .ui-steps-item.ui-state-highlight .ui-steps-title {
      font-weight: 700;
      color: #093956 !important;
      opacity:1 !important; }
    body .ui-steps .ui-steps-item:last-child .ui-menuitem-link {
      display: block; }
  body .ui-steps:before {
    content: ' ';
    border: 0px !important;
    border-top: 1px solid #c8c8c8 !important;
    width: 100% !important;
    top: 33% !important;
    left: 0;
    display: block;
    position: absolute; }

    /* FINE STEPPER */

 /* Inizio tab antimafia */
 body .funzioni-grid.tab-new .ui-tabview .ui-tabview-nav > li.ui-state-default a{
  color:#05263e !important;
  font-size: 18px !important;
  font-weight:700 !important;

}

body .funzioni-grid.tab-new .ui-tabview .ui-tabview-nav > li > a{
  padding: 0.625em 0em !important;
}

body .ui-tabview .ui-tabview-nav > li{
  margin-right: 30px !important;
}

body .funzioni-grid.tab-new .ui-tabview .ui-tabview-nav > li.ui-state-active a{
  color:#093956 !important;
  font-size: 18px;
  font-weight:700;
}

body .funzioni-grid.tab-new .ui-tabview .ui-tabview-nav > li.ui-state-active{
  border-color:#093956 !important;

}
body .funzioni-grid.tab-new .ui-tabview .ui-tabview-panel {
  padding:0px !important;
  margin-top: 20px !important;
}

body .ui-tabview{
  border:none !important;
}
body .funzioni-grid.tab-new .ui-tabview .ui-tabview-nav > li .ui-tabview-title span {
background: #05263e;
line-height: 0px;
color: #fff;
font-size: 13px;
border-radius: 30px;
display: inline;
padding: 0px 7px;
}
.globalfilter {
  background: #fff !important;
  padding: 10px !important;
  border: 1px solid #dedede !important;
  border-radius: 3px !important;
  margin-bottom: 20px !important; 
}
.globalfilter i{
color: #666;
margin-right: 5px;
font-size: 22px;
}
.globalfilter input{
  width: 80% !important;
}


/* FINE tab antimafia */
.h2title {
  border-bottom:1px solid #dedede;
  margin: 30px 0 20px 0;
}
.h2title span{
  color: #093956;
  border-bottom: solid;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 8px;
}

/* CARD DOMANDE */

.card-domande img {
  
  width: 50px!important;
  display: block;
  margin-left: auto;
margin-right: auto;
margin-top: 20px;
}
.f18 {
  font-size: 18px;
  position: relative;
}
.f18 input{
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    padding: 5px !important;
}

.f18 .ui-button.ui-button-icon-only {
  background: none !important;

}
.f18 .ui-button.ui-button-icon-only .pi, .f18 .ui-datepicker-buttonpane > button.ui-button-icon-only .pi {
  margin-left: -.6em !important;
  margin-top: -20px !important;
}
.f18 .pi.pi-calendar:before {
  
  font-size: 18px !important;
}
.card-domande .ui-card{
  min-height: 400px;
  background: #f6f6f7;
  border:1px solid #ededed;
  margin-bottom: 30px;
}
.card-domande .ui-card-header {
  padding: 1em !important;
  text-align: center;
}

.card-domande .ui-card-body {
  
  text-align: center;
}

.card-domande .label-font {
  color: #0D5F3D!important;
  text-transform: lowercase;
  font-weight: 600 !important;
  font-size: 24px;
  margin-top: 10px;
}
.card-domande .label-font::first-letter {
  text-transform: uppercase;
  
}
.card-domande .size-numero-domande {
  font-size: 60px;
  font-weight: 700 !important;
  line-height: 36px;
}


.card-domande .btn-green {
  min-height: 42px;
  box-shadow:none;
  width: 80%;
}
.card-domande p-button {
  width: 100%;
}
.card-domande p-button button {
  color: #fff !important;
    background-color: #05263e !important;
    border-color: #05263e !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 6px 15px !important;
    display: inline-block;
    min-height: 42px;
    box-shadow:none;
    width: 80%;
}
.btn-white.btn-white {
    color: #05263e !important;
    background-color: #fff !important;
    border: 1px solid #05263e !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 6px 15px !important;
    display: inline-block;
    min-height: 42px;
    box-shadow:none;
    width: 80%;
    margin-bottom: 15px;
}
.btn-white.btn-white span{
  line-height: normal !important;
}
.popup-istruttoria h1 {
  font-size: 32px;
  color: #05263e;
  text-transform: lowercase;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin-left: 7px;
  margin-bottom: 15px;
}
.popup-istruttoria h1::first-letter {
  text-transform: uppercase;
}
.popup-istruttoria {
padding: 0px 17px;
}
.popup-istruttoria label {
  text-transform: lowercase;
  font-size: 18px;
  margin-top: 5px;
}
.popup-istruttoria label::first-letter {
  text-transform: uppercase;
}
.popup-istruttoria .num-domande {
  color: #0D5F3D!important;
  text-transform: lowercase;
  font-weight: 700 !important;
  font-size: 28px;
  line-height: 28px;

}
.popup-istruttoria .ui-g {
  border-top:1px solid #dedede;
  padding: 10px 0px;
}




/* FINE CARD DOMANDE */


  body .funzioni-grid{
    padding: 0px 0 !important;
    margin: 20px 0 !important;
  }

  body  .ui-tabmenu{
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    font-weight: 700;

  }
  body .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active {
    border-color:#093956 !important;
  }
  body .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem {
    margin-right:30px !important;
  }

  body  .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem a {
    color: #05263e !important;
    font-size: 18px;
    padding: 15px 0px !important;
  }
  body  .ui-tabmenu .ui-tabmenu-nav > .ui-tabmenuitem.ui-state-active a {
    color: #093956 !important;
  }

  .boxgrey{
    background-color: #f6f6f7;
    padding: 25px;
    width: 100%;
    margin-bottom: 30px;
  }


  

  label {
    color:#333 !important;
    font-weight: 700 !important;
   
  }
  .ui-fluid .ui-inputtext{
    background-color:white;
    
    border:1px solid #dedede;
    padding: 10px;
    
  }
  .ui-fluid .ui-inputtext:focus{
    background-color:white;
   
    border:1px solid #05263e;
    padding: 10px;
  }
  body .ui-button.ui-state-default.ui-button-success, body .ui-buttonset.ui-button-success > .ui-button.ui-state-default{
    
    background:#093956;
    border-radius:0px;
    box-shadow: none;
    padding: 8px;
    height: 45px;
    font-weight: 700;
  }
  body .ui-button.ui-state-default.ui-button-success.small  {
    color: #ffffff;
    background-color: #093956;
    max-width: 100px;
  }

  body .searchbutton .ui-button.ui-state-default.ui-button-success, body .ui-buttonset.ui-button-success > .ui-button.ui-state-default{
    background-color: #8cbe2b;
    text-transform: uppercase;
  }

  body .ui-paginator {
    background: none !important;
    padding: 0.625em 1em;
    border:0px !important;
  }

  body .ui-paginator a{
    color: #555555 !important;
  }
  
.ui-table .ui-paginator-bottom {
 
  text-align: right !important;
  margin-top: 10px;
}
body .ui-paginator .ui-paginator-pages a {
  border-radius:1px !important;
  font-weight: 700;
  color: #555555 !important;
}
body .ui-paginator .ui-paginator-pages a.ui-state-active {
  background-color: #05263e;
  color: #ffffff !important;
}
h3.title-section {
  color: #093956;
  font-weight: 700;
  font-size: 24px;
  border-bottom:1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;

}
h3.title-section span{
  border-bottom:3px solid #093956;
  padding-bottom: 5px;
  
}
.boxgrey h3 {
  color: #093956;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
 
  padding-bottom: 10px;
  margin-bottom: 15px;

}

.tabella-full .editabile input{
  border: 1px solid #ccc !important;
  padding: 5px !important;
  border-radius: 3px !important;
  background: #fff;
  width: 100% !important;
}
.tabella-full .layout-menu > li > a {
  padding: 8px !important;
  width: 70px !important;
  font-size: 13px !important;
}
.tabella-full .pos-drop {
  position: relative;
}
.tabella-full td{
word-wrap: break-word !important;
padding: .5em .5em !important;
font-size: 15px !important;
}
.tabella-full th {
  padding: .5em .5em !important;
  font-size: 15px !important;
  }

  .btn-green {
    color: #fff !important;
    background-color: #05263e !important;
    border-color: #05263e !important;
    border-radius: 0px !important;
    
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 6px 15px !important;
    display: inline-block;
}
.btn-green:hover {
  opacity: .9;
  text-decoration: none;
}

  .btn-darkgreen {
    color: #fff !important;
    background-color: #093956 !important;
    border-color: #093956 !important;
    border-radius: 0px !important;
    margin-top: 20px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    padding: 8px 20px !important;
}
.boxpopup .btn-dark {
  color: #fff !important;
  background-color: #343a40 !important;
  border-color: #343a40 !important;
  border-radius: 0px !important;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 4px 20px !important;
  height: auto !important;
}
.boxpopup .btn-darkgreen {
  color: #fff !important;
  background-color: #093956 !important;
  border-color: #093956 !important;
  border-radius: 0px !important;
  margin-top: 20px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 4px 20px !important;
  height: auto !important;
  margin-right: 5px !important;
}
app-popup-rifiuta-domanda .ui-dialog .ui-dialog-titlebar, app-popup-rifiuta-domanda .ui-dialog .ui-dialog-content {
  padding: 0px !important;
}

.boxpopup .form-control {

  display: block !important;
  width: 100% !important;
  height: calc(2.25rem + 2px) !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: .25rem !important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;

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

.boxpopup p-header {

  background:none !important;
  color: #093956 !important;
  padding: .625em 5px 0 !important;
  
  font-weight: 700 !important;
  font-size: 20px !important;

}







  /* FineRicercaFascicoliComponent */

  /* PresentazioneIstanze*/

  .round-icon {
    border-radius: 50%;
}
  body .istanze-grid .ui-tabmenu{
    margin-top: 30px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    font-weight: 700;
    margin-bottom: 20px;
  }

  /* Fine PresentazioneIstanze*/

/* Antimafia */

.richiesta-title{
  padding: 30px 0;
  color:#093956;
  font-weight: 600;
  text-transform: lowercase;
  font-size: 36px;
  letter-spacing: -0.5px;

}
.richiesta-title::first-letter {
  text-transform: uppercase;
}

.button-text{
  display: inline-block;
}

body .back-button .ui-button.blue-grey-btn, ui-button.deep-orange-btn, .ui-button.orange-btn, .ui-button.red-btn, body .ui-datepicker-buttonpane > button.blue-grey-btn{
  background-color: #363636;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 700;
  height:  auto !important;
  float: left;
  box-shadow: none;
  text-transform: uppercase;
}

body .next-button .ui-button, body .ui-datepicker-buttonpane > button{
  background-color: #8ABC36;
  float: right;
  border-radius: 0;
  padding: 10px 30px;
  font-weight: 700;
  height:  auto !important;
  box-shadow: none;
  text-transform: uppercase;
} 

body .back-button.sm .ui-button.blue-grey-btn, .ui-button.deep-orange-btn, body .next-button.sm .ui-button{
  
  padding: 5px 15px !important;
  
}



/* fine Antimafia */

/* Utente */

.float-right-class{
  float: right;
  margin-left: 10px;
}


.boxgrey-user{ 
    display: inline-block;
    background-color: #f6f6f7;
    padding: 25px;
    width: 100%;
    margin-bottom: 30px;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-header.ui-state-active{
    background-color: #ffffff;
    color: #ffffff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 20px;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-content{
    border:none;
    padding:0px !important;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-header{
    background-color: white;
    margin-top: 30px;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-header > a{
    border-bottom: 1px solid #dedede;
    padding: 0 !important;
  }
  

  
  
  body .accordion-wrapper .ui-accordion .ui-accordion-header:hover{
    background-color: #fff !important;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-header > a .ui-accordion-header-text{
  color:#093956;
  border-bottom: solid;
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 5px;
  }

  body .accordion-wrapper .ui-accordion .ui-accordion-header > a .ui-accordion-toggle-icon{
    color:#093956;
    float:right;
  }

  body .ui-dropdown .ui-dropdown-label.ui-inputtext {
    font: 1em 'Titillium Web', sans-serif;
    background-color: white;
    border: 1px solid #dedede;
    vertical-align: middle;
    width: 100% !important;
}

body .ui-dropdown .ui-dropdown-trigger{
  margin-top:8px !important;
}

body .ui-dropdown{
  width: 100% !important;
}

.ui-fluid .ui-multiselect {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #dededede;
  background-color: white;
  padding: 5px;
}

  body .ui-multiselect .ui-multiselect-trigger {
    margin-top: 10px !important;
  }

  body .save-button .ui-button, body .ui-datepicker-buttonpane > button{
    background-color: #8ABC36;
    float: right;
    border-radius: 0;
    height: 40px;
    width: 150px;
    font-weight: 700;
    box-shadow: none;
  } 

  body .ui-table .ui-table-thead {
    border-top: solid 2px #093956 !important;
  }

  body .ui-table .ui-table-thead > tr > th, body .ui-table .ui-table-tfoot > tr > td{
    border: 1px solid #dededede !important;
  }
  body .ui-table .ui-table-thead > tr > th {
    line-height: 18px;
  }

  body .protocol .ui-button, body .ui-datepicker-buttonpane > button{
    float: right;
    border-radius: 0;
    height: 40px;
    font-weight: 700;
    box-shadow: none;
  }

  body .test-button .ui-button .ui-button-text, body .ui-datepicker-buttonpane > button .ui-button-text{
    background-color: #8ABC36;
    float: right;
    border-radius: 0;
    height: 40px;
    width: 150px;
    font-weight: 700;
    box-shadow: none;
  } 


/* Fine Utente */

 .ui-g-12.boxlanding .card .topcard{
   background: #ebefee;
   padding: 30px;
   min-height: 220px;
 }
  .ui-g-12.boxlanding .card h4{
    font-size: 28px;
    color:#093956;
    margin: 0px;
    margin-top:20px;
    font-weight: 600;
    letter-spacing: -0.3px;
  
  }

  .ui-g-12.boxlanding .card img{
    width: 70px;

  }

  .ui-g-12.boxlanding .pi.pi-caret-down:before {
    content: "keyboard_arrow_down";
    font-size: 30px;
}
.ui-g-12.boxlanding .pi.pi-caret-right:before {
  content: "keyboard_arrow_right";
  font-size: 30px;
}
  .ui-g-12.boxlanding .ui-panelmenu .ui-panelmenu-header a, body .ui-panelmenu .ui-panelmenu-header .pi{
  
    color:#444 !important;
    font-size: 20px;
    font-weight: 700;
  }
  .ui-g-12.boxlanding .ui-panelmenu-content {
    border:0px;
    border-top: 1px solid #dedede;
  }
  .ui-g-12.boxlanding .ui-panelmenu-header-link {
    

  }
  .ui-g-12.boxlanding .pi.pi-caret-down, .ui-g-12.boxlanding .pi.pi-caret-right {
    
    float:right;
}

  body .ui-panelmenu .ui-panelmenu-header a, body .ui-panelmenu .ui-panelmenu-header .pi{
    background-color:white;
    color:#093956 !important;
    font-size: 20px;
    font-weight: 600;
  }
  
  /*Fine HomeComponent */
  .layout-wrapper .layout-main .layout-topbar {
    height: 115px;
    padding: 16px 42px 16px 24px;
    position: relative;
    width: calc(100% - 40px);
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
/*-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999997;}
    .layout-wrapper .layout-main .layout-topbar a h1{
    color:#05263e;
    font-size: 40px;
    margin: 0px;
    line-height: 45px;
    margin-top:5px;
    font-weight: 700;
    }
    .layout-wrapper .layout-main .layout-topbar a span {
      font-size: 18px;
      color: #093956;
    }
   
   
   
    .layout-wrapper .layout-main .layout-topbar .menu-btn {
      display: none;
      color: #E8F5E9;
      float: left; }
      .layout-wrapper .layout-main .layout-topbar .menu-btn i {
        font-size: 32px; }
    .layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
      display: none;
      color: #E8F5E9;
      float: right; }
      .layout-wrapper .layout-main .layout-topbar .topbar-menu-btn i {
        font-size: 32px; }
    .layout-wrapper .layout-main .layout-topbar .mobile-logo {
      display: none;
      height: 48px;
      margin-top: -8px; }
    .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
      list-style-type: none;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      margin: 0;
      -webkit-animation-duration: 0s;
      -moz-animation-duration: 0s;
      animation-duration: 0s; }
      .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
        content: "";
        display: table; }
      .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:after {
        clear: both; }
      .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu .topbar-badge {
        width: 16px;
        height: 16px;
        text-align: center;
        background-color: #6D4C41;
        color: #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
      .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li {
        float: left;
        position: relative;
        margin-left: 20px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a {
          color: #E8F5E9;
          position: relative; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-item-name {
            display: none; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a i {
            font-size: 32px;
            color: #E8F5E9;
            -moz-transition: color 0.3s;
            -o-transition: color 0.3s;
            -webkit-transition: color 0.3s;
            transition: color 0.3s; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a i:hover {
              color: #c4e6c7; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-badge {
            position: absolute;
            right: -4px;
            top: -24px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
          float: left;
          margin-left: 0;
          padding-top: 4px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a {
            display: inline-block;
            position: relative;
            top: -10px;
            color: #E8F5E9; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-image-wrapper {
              display: inline-block;
              vertical-align: middle;
              border: 2px solid transparent;
              width: 40px;
              height: 40px;
              -moz-border-radius: 50%;
              -webkit-border-radius: 50%;
              border-radius: 50%;
              -moz-transition: border-color 0.3s;
              -o-transition: border-color 0.3s;
              -webkit-transition: border-color 0.3s;
              transition: border-color 0.3s; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-image-wrapper img {
                width: 40px;
                height: 40px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
              display: inline-block;
              margin-left: 6px;
              vertical-align: middle;
              margin-top: -4px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a:hover .profile-image-wrapper {
              border-color: #6D4C41; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
            right: auto;
            left: 5px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
              left: 8px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          height: 40px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
            border: 0 none;
            width: 150px;
            padding: 6px 24px 6px 6px;
            background-color: transparent;
            background-image: linear-gradient(to bottom, #ffffff, #ffffff), linear-gradient(to bottom, #91d194, #91d194);
            border-width: 0;
            outline: 0 none;
            color: #E8F5E9; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus label {
              color: #E8F5E9; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item i {
            position: absolute;
            right: 0;
            top: 0;
            color: #E8F5E9;
            font-size: 28px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item label {
            color: #E8F5E9;
            margin-top: 6px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input:focus ~ i {
            color: #ffffff; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul {
          position: absolute;
          top: 60px;
          right: 5px;
          display: none;
          width: 250px;
          background-color: #ffffff;
          -webkit-animation-duration: .5s;
          -moz-animation-duration: .5s;
          animation-duration: .5s;
          list-style-type: none;
          margin: 0;
          padding: 8px 0;
          border-top: 4px solid #43A047;
          -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); }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a {
            padding: 10px 10px 10px 10px;
            display: block;
            width: 100%;
            box-sizing: border-box;
            color: #212121; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i {
              color: #757575;
              margin-right: 8px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img {
              margin-right: 8px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img, .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a span {
              vertical-align: middle;
              display: inline-block; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a .topbar-submenuitem-badge {
              background-color: #6D4C41;
              padding: 2px 4px;
              display: block;
              font-size: 12px;
              -moz-border-radius: 3px;
              -webkit-border-radius: 3px;
              border-radius: 3px;
              color: #ffffff;
              float: right; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a:hover {
              background-color: #f1f2f7;
              -moz-transition: background-color 0.3s;
              -o-transition: background-color 0.3s;
              -webkit-transition: background-color 0.3s;
              transition: background-color 0.3s; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a:hover i {
                color: #212121; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul:before {
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 15px solid #43A047;
            content: " ";
            position: absolute;
            top: -15px;
            left: 232px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.active-topmenuitem > ul {
          display: block; }
  .layout-wrapper .layout-main .layout-breadcrumb {
    background-color: #ffffff;
    -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);
    box-shadow: inset 0 -2px 4px 0 rgba(0, 0, 0, 0.14);
    min-height: 42px;
    padding-top: 64px; }
    .layout-wrapper .layout-main .layout-breadcrumb:before, .layout-wrapper .layout-main .layout-breadcrumb:after {
      content: "";
      display: table; }
    .layout-wrapper .layout-main .layout-breadcrumb:after {
      clear: both; }
    .layout-wrapper .layout-main .layout-breadcrumb ul {
      margin: 8px 0 0 0;
      padding: 0 0 0 20px;
      list-style: none;
      color: #757575;
      display: inline-block; }
      .layout-wrapper .layout-main .layout-breadcrumb ul li {
        display: inline-block;
        vertical-align: middle;
        color: #757575; }
        .layout-wrapper .layout-main .layout-breadcrumb ul li:nth-child(even) {
          font-size: 20px; }
        .layout-wrapper .layout-main .layout-breadcrumb ul li:first-child(even) {
          color: #43A047; }
        .layout-wrapper .layout-main .layout-breadcrumb ul li a {
          color: #757575; }
    .layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options {
      float: right;
      padding: 0px 20px 0 0;
      height: 100%; }
      .layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a {
        color: #757575;
        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-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a:hover {
          background-color: #e8e8e8; }
        .layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options a i {
          line-height: inherit; }
  .layout-wrapper .layout-main .layout-content {
    /* padding: 17px 17px 24px 17px;  */ }
  .layout-wrapper .layout-main .layout-main-mask {
    display: none; }


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

  
    .ui-g-6 .left-col {
      text-align: center;
    }
    
    .layout-wrapper .layout-main .layout-footer {
      background: #30373D;
      padding: 70px 0px 30px;
    }
    
    .layout-wrapper .layout-main .layout-footer .left-piece {
      display: inline;
    }
    
    .layout-wrapper .layout-main .layout-footer img {
      display: inline-block;
      vertical-align: middle;
      
      
    }
    
    .layout-wrapper .layout-main .layout-footer .footer-text-right {
      padding: 10px 10px;
      margin-top: 10px;
      color: white;
    }
    
    
    .layout-wrapper .layout-main .layout-footer .right-piece {
      display: inline;
      margin-left: 10%;
    }
    
    .layout-wrapper .layout-main .layout-footer .footer-text-left {
      padding: 0px 20px;
      color: white;
    }
    
    .layout-wrapper .layout-main .layout-footer .footer-text-left span {
      
      font-size: 30px;
    }
    
    .layout-wrapper .layout-main .layout-footer .footer-text-right span {
      vertical-align: middle;
      font-size: 18px;
    }
    
  

  
    
    .bold-text {
      padding: 5px 0;
      text-align: center;
      color: white;
      font-size: 30px;
      font-weight: 700;
      border-bottom-style: solid;
      border-width: 1px;
      border-color: #444e57;
    }
    
    .under-text {
      color: white;
      text-align: left;
      font-size: 18px;
    }
    
    .mail {
      padding: 0px 15px;
    }
    
    .ui-g-12 .next-row {
      border-top: 1px solid #737373;
      padding-top: 15px;
      margin-top: 30px;
      
    }
    
    .footer-bottom-text {
     
      color: #65de84;
      margin-right: 20px;
      font-size: 18px;
      text-decoration-line: underline;
    }
    
    .layout-wrapper .layout-main .layout-footer .footer-bottom-text-right {
      
      color: #989b9e;
      padding: 10px;
     
      font-size: 18px;
    }

    .layout-wrapper .layout-main .layout-footer h4 {
      color: #fff;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 1px solid #444e57;
      padding-bottom: 10px;
    }


.layout-wrapper-static .layout-sidebar {
  left: 0; }
  .layout-wrapper-static .layout-sidebar .sidebar-logo .sidebar-anchor {
    display: inline-block;
    background-color: #ffffff; }
  .layout-wrapper-static .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
    display: inline-block; }
  .layout-wrapper-static .layout-sidebar .layout-menu li a .menuitem-badge {
    display: inline-block; }
.layout-wrapper-static .layout-main {
  margin-left: 240px; }
  .layout-wrapper-static .layout-main .layout-topbar {
    width: calc(100% - 240px); }

.layout-wrapper-static-restore .layout-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }

@media (max-width: 1024px) {
  .layout-wrapper .layout-sidebar {
    left: -240px; }
    .layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
      display: none !important; }
  .layout-wrapper .layout-main {
    margin-left: 0;
    left: 0;
    -moz-transition: left 0.3s;
    -o-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); }
    .layout-wrapper .layout-main .layout-topbar {
      width: 100%;
      text-align: center;
      padding: 16px 24px; }
      .layout-wrapper .layout-main .layout-topbar:before, .layout-wrapper .layout-main .layout-topbar:after {
        content: "";
        display: table; }
      .layout-wrapper .layout-main .layout-topbar:after {
        clear: both; }
      .layout-wrapper .layout-main .layout-topbar .menu-btn {
        display: inline-block; }
      .layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
        display: inline-block; }
      .layout-wrapper .layout-main .layout-topbar .mobile-logo {
        display: inline; }
      .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
        display: none;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .5s;
        text-align: left;
        -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before {
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 15px solid #43A047;
          content: " ";
          position: absolute;
          top: -15px;
          left: 232px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active {
          position: fixed;
          top: 75px;
          right: 30px;
          width: 250px;
          display: block;
          padding: 8px 0;
          background-color: #ffffff;
          border-top: 4px solid #43A047; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li {
            float: none;
            display: block;
            margin: 0; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a {
              padding: 8px 14px;
              display: block;
              color: #212121; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a:hover {
                background-color: #e8e8e8; }
                .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a:hover i {
                  color: #212121; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a i {
                color: #757575;
                display: inline-block;
                vertical-align: middle;
                margin-right: 8px; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-item-name {
                display: inline-block;
                vertical-align: middle; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-badge {
                position: static;
                float: right;
                margin-top: 4px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul {
              position: static;
              box-shadow: none;
              -webkit-box-shadow: none;
              -moz-box-shadow: none;
              padding: 0;
              width: 100%;
              border-top: 0 none;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul:before {
                display: none; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul a {
                padding-left: 28px; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li.profile-item img {
              width: 24px;
              height: 24px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li a {
          font-size: 14px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li a i {
            font-size: 24px; }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
          background-image: linear-gradient(to bottom, #43A047, #43A047), linear-gradient(to bottom, #a5bea6, #a5bea6); }
        .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item {
          padding: 8px 14px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
            padding: 2px;
            border-width: 0;
            border-style: solid;
            color: #212121;
            margin-left: 28px;
            width: 85%; }
            .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus {
              border-width: 0;
              width: 85%; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ i {
                color: #43A047; }
              .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input:focus ~ label {
                color: #43A047;
                top: -15px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item i {
            color: #757575;
            right: auto;
            left: 0px; }
          .layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item label {
            color: #757575;
            left: 32px;
            margin-top: 0; }
  .layout-wrapper.layout-wrapper-active {
    overflow: hidden; }
    .layout-wrapper.layout-wrapper-active .layout-sidebar {
      left: 0;
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
      .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a i.layout-submenu-toggler {
        display: inline-block; }
      .layout-wrapper.layout-wrapper-active .layout-sidebar .layout-menu li a .menuitem-badge {
        display: inline-block; }
    .layout-wrapper.layout-wrapper-active .layout-main {
      position: fixed;
      left: 240px;
      width: calc(100%);
      -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
      box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
      .layout-wrapper.layout-wrapper-active .layout-main .layout-topbar {
        -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
      .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb {
        -webkit-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3);
        box-shadow: inset 3px 0px 6px 1px rgba(0, 0, 0, 0.3); }
        .layout-wrapper.layout-wrapper-active .layout-main .layout-breadcrumb .layout-breadcrumb-options {
          display: none; }
    .layout-wrapper.layout-wrapper-active .layout-main-mask {
      z-index: 999998;
      position: absolute;
      left: 0;
      top: 0;
      background-color: #424242;
      display: block;
      opacity: 0.5;
      filter: alpha(opacity=50);
      width: 100%;
      height: 100%;
      overflow: hidden; }

  body.hidden-overflow {
    overflow: hidden; } }
.layout-rtl.layout-wrapper .layout-sidebar {
  left: auto;
  right: -180px;
  -moz-transition: right 0.3s;
  -o-transition: right 0.3s;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  direction: rtl; }
  .layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo {
    direction: rtl; }
    .layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo img {
      margin-left: 0px;
      margin-right: 12px; }
    .layout-rtl.layout-wrapper .layout-sidebar .sidebar-logo .sidebar-anchor {
      float: left;
      margin-right: 0px;
      margin-left: 8px; }
  .layout-rtl.layout-wrapper .layout-sidebar .layout-menu {
    direction: rtl; }
    .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li {
      padding: 4px 10px 4px 30px; }
      .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a i {
        float: left;
        right: auto;
        left: 10px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
          right: auto;
          left: 34px; }
      .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li > a .menuitem-badge {
        right: auto;
        left: 54px; }
      .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li {
        padding: 4px 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li a {
          padding-right: 20px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li a {
          padding-right: 30px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul li a {
          padding-right: 40px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul li a {
          padding-right: 50px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul li a {
          padding-right: 60px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul li a {
          padding-right: 70px;
          padding-left: 0px; }
        .layout-rtl.layout-wrapper .layout-sidebar .layout-menu li ul li ul li ul ul ul ul ul li a {
          padding-right: 80px;
          padding-left: 0px; }
    .layout-rtl.layout-wrapper .layout-sidebar .layout-menu .menuitem-badge {
      float: left;
      margin-right: 0px;
      margin-left: 6px; }
  .layout-rtl.layout-wrapper .layout-sidebar.layout-sidebar-active {
    left: auto;
    right: 0px; }
.layout-rtl.layout-wrapper .layout-main {
  margin-left: 0px;
  margin-right: 60px;
  -moz-transition: margin-right 0.3s;
  -o-transition: margin-right 0.3s;
  -webkit-transition: margin-right 0.3s;
  transition: margin-right 0.3s; }
  .layout-rtl.layout-wrapper .layout-main .layout-topbar .menu-btn {
    float: right; }
  .layout-rtl.layout-wrapper .layout-main .layout-topbar .topbar-menu-btn {
    float: left; }
  .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li {
    float: left;
    margin-left: 0px;
    margin-right: 20px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > a .topbar-badge {
      left: -4px;
      right: auto; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
      float: right;
      margin-left: 0px;
      margin-right: 0px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
        margin-left: 0px;
        margin-right: 6px;
        margin-top: 13px;
        float: left; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
        left: auto;
        right: 5px;
        direction: rtl;
        text-align: right; }
        .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
          left: auto;
          right: 8px; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item {
      direction: rtl; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item input {
        padding: 6px 6px 6px 24px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item i {
        right: auto;
        left: 0; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.search-item label {
        right: 5px;
        left: auto; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul {
      left: 5px;
      right: auto;
      direction: rtl;
      text-align: right; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a i, .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a img {
        margin-right: 0px;
        margin-left: 8px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul a .topbar-submenuitem-badge {
        float: left; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li > ul:before {
        left: auto;
        right: 232px; }
  .layout-rtl.layout-wrapper .layout-main .layout-breadcrumb {
    direction: rtl; }
    .layout-rtl.layout-wrapper .layout-main .layout-breadcrumb ul {
      padding: 0 20px 0 0; }
    .layout-rtl.layout-wrapper .layout-main .layout-breadcrumb .layout-breadcrumb-options {
      float: left;
      padding: 0px 0px 0 20px; }
  .layout-rtl.layout-wrapper .layout-main .layout-footer {
    direction: rtl; }
    .layout-rtl.layout-wrapper .layout-main .layout-footer .footer-text-right {
      float: left;
      margin-top: 10px; }
.layout-rtl.layout-wrapper-static .layout-sidebar {
  left: auto;
  right: 0; }
.layout-rtl.layout-wrapper-static .layout-main {
  margin-left: 0px;
  margin-right: 240px; }
.layout-rtl.layout-wrapper-static-restore .layout-sidebar {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none; }
@media (max-width: 1024px) {
  .layout-rtl.layout-wrapper .layout-sidebar {
    left: auto;
    right: -240px; }
  .layout-rtl.layout-wrapper .layout-main {
    margin-right: 0px;
    margin-left: 0px;
    left: auto;
    right: 0;
    -moz-transition: right 0.3s;
    -o-transition: right 0.3s;
    -webkit-transition: right 0.3s;
    transition: right 0.3s; }
    .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu {
      direction: rtl;
      text-align: right; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu:before {
        right: 232px;
        left: auto; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active {
        left: 30px;
        right: auto; }
        .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li {
          float: none;
          margin: 0px; }
          .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a i {
            margin-right: 0px;
            margin-left: 8px; }
          .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > a .topbar-badge {
            float: left; }
          .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu.topbar-menu-active > li > ul a {
            padding-left: 0px;
            padding-right: 28px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > a .profile-name {
        float: none; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item input {
        margin-left: 0px;
        margin-right: 28px;
        padding: 2px 2px 1px 2px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item i {
        left: auto;
        right: 0px; }
      .layout-rtl.layout-wrapper .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu li.search-item label {
        right: 32px;
        left: auto; }
  .layout-rtl.layout-wrapper.layout-wrapper-active .layout-sidebar {
    right: 0;
    left: auto; }
  .layout-rtl.layout-wrapper.layout-wrapper-active .layout-main {
    left: auto;
    right: 240px; }
  .layout-rtl.layout-wrapper.layout-wrapper-active .layout-main-mask {
    left: auto;
    right: 0; } }

@media (min-width: 1025px) {
  .layout-wrapper.layout-menu-horizontal .layout-sidebar {
    width: 100%;
    height: auto;
    top: 64px;
    left: 0;
    z-index: 99; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .sidebar-logo {
      display: none; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel {
      overflow: visible;
      border: none;
      background: transparent; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .ui-scrollpanel-wrapper {
        overflow: visible; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .ui-scrollpanel-wrapper .ui-scrollpanel-content {
          overflow: visible; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu {
        margin: 0;
        padding-bottom: 0;
        width: 100%; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li {
          width: auto;
          padding: 0;
          position: relative;
          float: left; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > a {
            height: 44px;
            padding-top: 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > a:hover {
              background-color: #E0E0E0; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > a .menuitem-text {
              vertical-align: middle; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > a i {
              float: none;
              position: static;
              vertical-align: middle;
              margin-top: 0;
              top: auto;
              right: auto;
              margin-right: 5px; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > a i.layout-submenu-toggler {
                display: inline-block;
                margin-top: 2px; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li.active-menuitem > a {
            color: #ffffff; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li.active-menuitem > a i {
              color: #ffffff; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li.active-menuitem > a:hover {
              color: #212121; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li.active-menuitem > a:hover i {
                color: #212121; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul {
            top: 44px;
            left: 0;
            width: 230px;
            position: absolute;
            padding: 0;
            margin: 0;
            z-index: 100;
            overflow: auto;
            max-height: 450px;
            -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); }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li a {
              padding-left: 40px; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li a:hover {
                background-color: #E0E0E0; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li a i {
                float: none;
                left: 10px; }
                .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li a i:last-child {
                  right: 10px;
                  left: auto; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li a .layout-submenu-toggler {
                display: block;
                left: auto;
                right: 10px; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul li a {
              padding-left: 50px; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul li a:hover {
                background-color: #E0E0E0; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul li a i:first-child {
                left: 20px; }
            .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul ul li a {
              padding-left: 60px; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul ul li a:hover {
                background-color: #E0E0E0; }
              .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li > ul li ul ul li a i:first-child {
                left: 30px; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu > li.active-menuitem > ul {
            background-color: #EEEEEE; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu li a:hover {
          background-color: #E0E0E0;
          color: #212121; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu li a:hover i {
            color: #212121; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar .ui-scrollpanel .layout-menu li a .menuitem-badge {
          left: 18px;
          top: 15px;
          display: block; }
    .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark {
      background-color: #616161; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover {
        background-color: #545454;
        color: #ffffff; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > a:hover i {
          color: #ffffff; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li > ul li a:hover {
        background-color: #545454; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover {
        color: #ffffff; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li a:hover i {
          color: #ffffff; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a {
        color: #96d099; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a i {
          color: #96d099; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover {
          color: #ffffff; }
          .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu li.active-menuitem > a:hover i {
            color: #ffffff; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a {
        color: #ffffff; }
        .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > a i {
          color: #ffffff; }
      .layout-wrapper.layout-menu-horizontal .layout-sidebar.layout-sidebar-dark .layout-menu > li.active-menuitem > ul {
        background-color: #616161; }
  .layout-wrapper.layout-menu-horizontal .layout-main {
    margin-left: 0px; }
  .layout-wrapper.layout-menu-horizontal .layout-topbar {
    width: 100%; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo {
      float: left;
      /*margin-top: -10px;*/
      margin-right: 20px;
      display: inline-block;
    width: 100%;; }
      .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo img {
        /*height: 56px;*/
        vertical-align: middle;
      float:left;
    margin-right: 20px; }				 
      .layout-wrapper.layout-menu-horizontal .layout-topbar .topbar-logo .app-name {
        color: #ffffff;
        font-size: 26px; }
    .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
      float: right;
      margin-left: 20px; }
      .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
        left: auto;
        right: 105px; }
        .layout-wrapper.layout-menu-horizontal .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
          left: 232px; }
  .layout-wrapper.layout-menu-horizontal .layout-breadcrumb {
    padding-top: 108px; }
  .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main {
    margin-right: 0px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item {
      float: left;
      margin-right: 20px;
      margin-left: auto; }
      .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul {
        left: 105px;
        right: auto; }
        .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .layout-topbar-menu-wrapper .topbar-menu > li.profile-item > ul:before {
          left: auto;
          right: 232px; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-main .layout-topbar .topbar-logo {
      float: right;
      margin-right: auto;
      margin-left: 20px; }
  .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar {
    -moz-transition: right 0s;
    -o-transition: right 0s;
    -webkit-transition: right 0s;
    transition: right 0s; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li {
      float: right; }
      .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > a i {
        margin-right: auto;
        margin-left: 5px; }
      .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul {
        left: auto; }
        .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a {
          padding-right: 40px;
          padding-left: 0px; }
          .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a i {
            right: 10px;
            left: auto; }
            .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a i:last-child {
              left: 10px;
              right: auto; }
          .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li a .layout-submenu-toggler {
            right: auto;
            left: 10px; }
        .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul li a {
          padding-right: 50px;
          padding-left: 0px; }
          .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul li a i:first-child {
            right: 20px;
            left: auto; }
        .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul ul li a {
          padding-right: 60px;
          padding-left: 0px; }
          .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu > li > ul li ul ul li a i:first-child {
            right: 30px;
            left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu li a .menuitem-badge {
      right: 18px;
      left: auto; }
    .layout-wrapper.layout-menu-horizontal.layout-rtl .layout-sidebar .layout-menu li a i:last-child {
      margin-right: 3px; } }

/*Start - Antimafia Modul*/

.layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu > li > a{
  color: #ffffff;
  background-color: #05263e;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 20px; 
  width: 95px;
  font-weight: 700;
  font-size: 14px;
  
 
  }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu > li.active-menuitem > ul {
    background-color: #ffffff;
    border: 1px solid #c8c8c8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 2px;
  }


  body .ui-button.ui-button-icon-only {
    background: #093956 !important;
    
    width: 30px !important;
    height: 30px !important;
    font-size: 8px !important;
    box-shadow:none;
   

  }
/* MY BREADCRUMB */

body .ui-breadcrumb {
  /*background-color: #fff !important;
  color: #757575 !important;
  border: 1px solid #fff !important;*/
  font-size: 14px !important;
  font-weight: 400 !important;
  min-height: 38px !important;
  padding: 0.625em 3px !important;
}
.ui-breadcrumb-chevron {
  font-size: 15px !important;
}
body .ui-breadcrumb ul li a {
  
  font-size: 14px !important;
}
body .ui-breadcrumb .pi-home {
  margin-top: 3px !important;
  font-size: 16px !important;
}
body .ui-breadcrumb .pi {
 
}
.cont-breadcrumb {
  
  min-height: 38px;
  box-shadow:none;
  background: #093956 !important;
}

 

  

  .tabella-full .editabile .ui-button-icon-only {
    background: none !important;
  }
  .box-familiare .ui-widget-header{
    background: #fff !important;
    border:0px solid #ccc !important;
    color: #333 !important;
    position: relative;

  }
  .box-familiare .titlefamiliari h4 {
    font-size: 18px !important;
    font-weight: 700;
    margin: 0px;
  }
  .box-familiare  .ui-g-4, .box-familiare  .ui-g-2  {
    
    padding-top: 20px;
  }
  .box-familiare .ui-panel-titlebar {
    /*padding: 0px !important;*/
  }
  .box-familiare .ui-panel-titlebar-toggler {
    position: absolute !important;
    top: 15px;
    right: 15px;
    border-radius: 2px !important;
    width: 100px !important;
    height: 80px !important;
   
    margin: 0;
    transition: background-color 0.3s;
    border-radius: 50%;
    border-left: 1px solid #ccc;
    padding-top: 20px;
    padding-left: 25px;
    
    
  }
  .box-familiare .ui-panel-titlebar-toggler:hover {
    background: none !important;
    color: #093956;
  }
  .box-familiare .ui-panel-titlebar-toggler .pi.pi-plus:before {
    content: "DETTAGLI";
    font-family:'Titillium Web', sans-serif;
    font-size: 14px;
    font-weight: 700;
}
.box-familiare .ui-panel-titlebar-toggler .pi.pi-minus:before {
  content: "CHIUDI";
  font-family:'Titillium Web', sans-serif;
  font-size: 14px;
  font-weight: 700;
}
  body .box-familiare .ui-button.ui-button-icon-only {
    background: #dedede !important;
    border-radius:2px !important;
    color: #333 !important;
    width: 42px !important;
    height: 42px !important;
    
    

  }
  .contenitore_familiari {
    margin-top:40px;
  }
  .box-familiare .ui-panel-titlebar-toggler .pi {
    color: #333 !important;
  }
  .addfamiliari {
    text-align: right;
    font-weight: 700;
    font-size: 15px;
    color: #093956;
  }
  .addfamiliari .ui-icon-add {
    font-size:18px !important;
  }
  body .ui-button.ui-button-icon-only {
   
    width: 25px !important;
    height: 25px !important;
  }

  .icon-action .ui-button.ui-button-icon-only, .icon-action .ui-datepicker-buttonpane > button.ui-button-icon-only {

    border-radius: 3px !important;
    width: auto !important;
    height: 42px !important;

}


  .icon-action .ui-button.ui-button-icon-only {
    overflow: hidden;
    background-color: #fff !important;
    color: #05263e !important;
    font-size: 1em !important;
    height: auto !important;
    padding: 5px 10px 0px !important;
    border: 0 !important;
    box-shadow: 0 0px 3px 0 rgba(0,0,0,.2) !important;
    transition: background-color .3s !important;
  }
  .icon-action div {
    margin-right: 3px !important;
  }
  .icon-action button:hover {
    background-color: #05263e !important;
    color: #fff !important;
  }
  .icon-action button.ui-state-disabled:hover {
    background-color: #fff !important;
    color: #05263e !important;
  }
  
  .icon-action button .ui-button-text {
    display: none !important;
  }


  .white-btn {
    background: #fff !important;
    border: 1px solid #ccc !important;
    color: #093956 !important;
    text-transform: uppercase;
    font-weight: 700;
    box-shadow: none !important;
  }
  .ng-trigger-children {
  font-size: 14px !important;
  }
  table.table {
    background: #fff;
  }
  body .ui-toast .ui-toast-message.ui-toast-message-warn {

    
    border: 0 none;
    color: #093956 !important;
    background-color: #ffe399 !important;
  }
  body .ui-toast .ui-toast-message.ui-toast-message-error {

    
    border: 0 none;
    color: #333 !important;
    background-color: #f8b7bd !important;
  }
  body .ui-toast .ui-toast-message.ui-toast-message-success {

    
    border: 0 none;
    color: #093956 !important;
    background-color: #b7d8b7 !important;
  }
  
  body .ui-toast .ui-toast-message .ui-button.ui-state-default.ui-button-success {

    
    padding: 0px !important;
    height: 37px !important;
  }
  body .ui-toast .ui-toast-message .ui-button.ui-state-default.ui-button-secondary {
  box-shadow: none !important;
  border-radius: 0px !important;
  }
  body .ui-toast .ui-toast-message.ui-toast-message-warn .ui-toast-close-icon {

    color: #000 !important;

}

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li {
    padding: 2px 0;
    }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li a {
    padding-left: 5px;
    }
  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li ul li a {
    padding-left: 13px;
    }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li > a {
    display: block;
    
  }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu .action.ul li a{
    padding-left: 10px;
  } 

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li > a i {
    color: #616161; 
    float: right;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    /*right: 10px; */
    top: 50%;
    margin-top: -10px;
    }

    .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li > a i.layout-submenu-toggler {
      transition: all 0.3s;
      color: #ffffff;
      right: 4px;
  }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li a, .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li a i {
    color: #616161 !important;
  }

  .layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu {
    list-style-type: none;
    /* margin: 10px 0 0 0; */
    padding: 0;
    width: 115px;
    }

.layout-wrapper .layout-actionmenu .layout-sidebar {
  position: initial !important;
  display: inline !important;
}

.layout-actionmenu .ui-scrollpanel-bar-x {
  height: unset !important;
}

 .layout-actionmenu .table-responsive{
  overflow-x: unset;
}

.layout-wrapper .layout-actionmenu .layout-sidebar.layout-sidebar-active .layout-menu li a .menuitem-badge {
  display: inline-block;
}

.layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li > a .menuitem-badge {
  right: 4px;
}
.layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu .menuitem-badge {
  margin-right: 0px;
  background-color: #43A047;
}

.layout-wrapper .layout-actionmenu .layout-sidebar .layout-menu li ul li.ui-menu-separator {
  padding: unset;
  border: 1px solid #c8c8c8;
  border-width: 1px 0 0 0
}

.file-uploaded-ok{
  background-image: url("../../../assets/img/uploadFile_ok.png") !important;
  padding: 14px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: 23px 23px;
}


.file-uploaded-ok:hover {
  background-image: url("../../../assets/img/uploadFile_okDL.png") !important;
}

/*End - Antimafia Modul*/


.layout-menu li > a > .menuitem-text {
  display: inline-block;
  max-width: 145px;
  word-break: break-all;
}

.colori-per-numeri {
  background: #05263e;
  line-height: 0px;
  color: #fff;
  font-size: 13px;
  border-radius: 30px;
  display: inline;
  padding: 0px 7px;
}

.boxgrey_bottom h5 {
  color: #093956;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.boxgrey_bottom > h5 {
  border-bottom: 2px solid #093956;
}

.messaggiprocesso {
  margin-top: 20px;
}

.results_text_button {
  max-width: 25%;
  float: right;
  margin-top: 5%;
  margin-right: 10px;
  text-transform: uppercase;
  height: fit-content;
}

.results_text_button_longtext_fix {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
