﻿body {
    /*background-color: #eceff1;*/
    background-color: #F7F7F7;
    color: #212121;
}

html {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 24px;
}

a {
  color: #00918F;
  text-decoration: none;
}

  a:hover {
    color: #00ABC0
  }

@media screen and (min-width: 1025px) {
  .mdl-layout--fixed-drawer > .mdl-layout__header .mdl-layout__header-row {
    padding-left: 16px;
  }
}

@media (max-width: 479px) {
  .mdl-grid {
    padding: 0px;
  }
}

@media (min-width: 480px) and (max-width: 839px) {
  .mdl-grid {
    padding: 0px;
  }
}

.mdl-grid-inner {
  width: 100%;
  box-sizing: border-box;
}

.mdl-grid-inner-new-line {
  width: 100%;
  box-sizing: border-box;
  padding-top: 0px;
  margin-top: 0px;
}

  .mdl-grid-inner-new-line .mdl-cell {
    margin-top: 0px;
  }

@media (min-width: 840px) {
  .mdl-grid {
    padding: 0px 8px 0px 8px;
  }
}

.mdl-layout__header {
  background-color: #00918F;
  max-height: 105px;
  min-height: 105px;
}

@media screen and (max-width: 1024px) {
  .mdl-layout__header {
    max-height: 97px;
    min-height: 97px;
  }
}

.mdl-layout__drawer {
  background: rgb(19,22,28);
  color: rgb(242, 243, 247);
  border-right: 1px solid rgb(19,22,28);
  border-right-color: rgb(38, 44, 55);
}

  .mdl-layout__drawer::-webkit-scrollbar {
    display: none;
  }

  .mdl-layout__drawer > .mdl-layout__title,
  .mdl-layout__drawer > .mdl-layout-title {
    line-height: 64px;
    padding-left: 20px;
  }

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer > .mdl-layout__title,
  .mdl-layout__drawer > .mdl-layout-title {
    line-height: 56px;
    padding-left: 15px;
  }
}

.mdl-layout__drawer .mdl-navigation {
  padding-top: 8px;
}

  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    font-family: "Open Sans",'Roboto',Tahoma, Arial, Helvetica, sans-serif;
    padding: 2px 30px 2px 16px;
    color: #E4E7EF;
    font-weight: normal;
    font-size: 13px;
    width: 100%;
    max-width: calc(100% - 46px);
    text-wrap: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media screen and (max-width: 1024px) {
  .mdl-layout__drawer .mdl-navigation .mdl-navigation__link {
    padding: 4px 32px 4px 16px;
    font-size: 13px;
  }
}

.mdl-layout__drawer .mdl-navigation .mdl-navigation__link:hover {
  background-color: #00918F;
}

.mdl-layout__drawer-button {
  background-position: center center;
  color: rgb(255,255,255);
  background-image: url('../Immagini/ic_menu_white_24dp_1x.png');
  background-repeat: no-repeat;
}

.mdl-layout__header .mdl-layout__drawer-button {
  color: rgb(255,255,255);
}

mdl-layout__header-row {
  line-height: 64px;
}

.mdl-layout__content {
  margin-top: 6px;
}

.mdl-list {
  padding: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.mdl-list__item {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  color: #212121;
  padding: 0px;
  letter-spacing: 0px;
  height: auto;
}

  .mdl-list__item .mdl-list__item-secondary-content .mdl-list__item-secondary-info {
    font-size: 11px;
    color: #757575;
  }

.mdl-list__item--two-line .mdl-list__item-primary-content .mdl-list__item-sub-title {
  font-size: 11px;
  color: #757575;
}

.mdl-list__item--two-line {
  height: auto;
}

.mdl-list__item--three-line {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 13px;
  height: auto;
}

  .mdl-list__item--three-line .mdl-list__item-primary-content {
    height: auto;
  }

    .mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-avatar,
    .mdl-list__item--three-line .mdl-list__item-primary-content .mdl-list__item-icon {
    }

  .mdl-list__item--three-line .mdl-list__item-secondary-content {
    height: auto;
  }

  .mdl-list__item--three-line .mdl-list__item-text-body {
    color: #212121;
    font-size: 13px;
    height: auto;
    overflow: auto;
  }


.mdl-card {
  font-size: 13px;
  min-height: 0px;
  width: 100%;
  overflow: visible;
  border-radius: 8px;
  z-index: auto;
}

.mdl-card--border {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mdl-card__supporting-text {
  font-size: 13px;
  color: #212121;
}

.mdl-data-table td, .mdl-data-table th {
  padding: 0 8px 12px 8px;
  text-align: right;
}

  .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
    padding-left: 16px;
  }

  .mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
    padding-right: 16px;
  }


.mdl-data-table td {
  max-width: 100px;
  text-wrap: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 24px;
  min-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
  vertical-align: top;
  /*padding-left:8px;
    padding-right:8px;*/
}

.mdl-data-table th {
  /*padding-left:8px;
    padding-right:8px;*/
}

.mdl-data-table tbody tr {
  height: 24px;
  min-height: 24px;
  padding-top: 4px;
  padding-bottom: 4px;
}

/*.mdl-data-table {
    border: 0px solid rgba(0, 0, 0, 0.12);
    font-size: 13px;
}

    .mdl-data-table thead {
        padding-bottom: 3px;
    }

        .mdl-data-table thead .mdl-data-table__select {
            margin-top: 0;
        }

    .mdl-data-table tbody tr {
        position: relative;
        min-height: 20px;
        line-height: 20px;
        transition-duration: 0.28s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-property: background-color;
    }

        .mdl-data-table tbody tr.is-selected {
            background-color: #D2ECEB;
        }

        .mdl-data-table tbody tr:hover {
            background-color: #eeeeee;
        }

    .mdl-data-table td, .mdl-data-table th {
        padding: 0 4px 0px 4px;
        text-align: right;
    }

        .mdl-data-table td:first-of-type, .mdl-data-table th:first-of-type {
            padding-left: 24px;
        }

        .mdl-data-table td:last-of-type, .mdl-data-table th:last-of-type {
            padding-right: 24px;
        }

    .mdl-data-table td {
        min-height: 20px;
        line-height: 20px;
        border-top: 0px solid rgba(0, 0, 0, 0.12);
        border-bottom: 0px solid rgba(0, 0, 0, 0.12);
        max-width: 100px;
        text-wrap: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-top: 4px;
        padding-bottom: 0px;
        vertical-align: top;
    }

        .mdl-data-table td .mdl-data-table__select {
            vertical-align: top;
        }

    .mdl-data-table th, .mdl-data-table tbody th {
        font-size: 12px;
        font-weight: bold;
        line-height: 24px;
        height: 24px;
        text-transform: uppercase;
        padding-top: 4px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

.mdl-data-table__cell--non-numeric.mdl-data-table__cell--non-numeric {
    text-align: left;
}
    */
.mdl-data-table__cell--centered.mdl-data-table__cell--centered {
  text-align: center;
}

.mdl-button {
  font-size: 12px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Arial", sans-serif;
}

  .mdl-button.mdl-button--colored:hover {
    background-color: rgba(0,0,0, 0.80) !important;
  }

.mdl-button-hover-blu:hover {
  background-color: rgba(3,169,244, 0.20);
}

.mdl-button-hover-green:hover {
  background-color: rgba(15,157,88, 0.20);
}

.mdl-button-hover-red:hover {
  background-color: rgba(219,68,55, 0.20);
}


.mdl-button.mdl-button--colored {
  color: #00918F;
}

  .mdl-button.mdl-button--colored:focus:not(:active) {
    background-color: rgba(0,0,0, 0.12);
  }

input.mdl-button[type="submit"] {
  -webkit-appearance: none;
}

.mdl-button--raised {
  background: rgba(158,158,158, 0.20);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

  .mdl-button--raised:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    background-color: rgba(158,158,158, 0.40);
  }

  .mdl-button--raised:focus:not(:active) {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
    background-color: rgba(158,158,158, 0.40);
  }

  .mdl-button--raised.mdl-button--colored {
    background: #00918F;
    color: rgb(255,255,255);
  }

    .mdl-button--raised.mdl-button--colored:hover {
      background-color: #00918F;
    }

    .mdl-button--raised.mdl-button--colored:active {
      background-color: #00918F;
    }

    .mdl-button--raised.mdl-button--colored:focus:not(:active) {
      background-color: #00918F;
    }

    .mdl-button--raised.mdl-button--colored .mdl-ripple {
      background: rgb(255,255,255);
    }

.mdl-button--primary.mdl-button--primary {
  color: #00918F;
}

.mdl-button--icon.mdl-button--mini-icon {
  height: 18px;
  min-width: 18px;
  width: 18px;
  padding: 3px;
}

.mdl-tabs__tab-bar {
  height: 40px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #FFFFFF;
}

  .mdl-tabs__tab-bar::-webkit-scrollbar {
    width: 8px;
    height: 0px;
  }

@media screen and (max-width: 1024px) {
  .mdl-tabs__tab-bar {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 8px;
    padding-right: 8px;
  }
}

.mdl-tabs__tab {
  font-family: 'Roboto', Tahoma, Arial, Helvetica, sans-serif;
  margin: 0;
  border: none;
  padding: 0 12px 0px 12px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
  font-size: 13px;
}

@media screen and (max-width: 1024px) {
  .mdl-tabs__tab {
    padding: 0 5px 0 5px;
  }
}

.mdl-tabs.is-upgraded .mdl-tabs__tab.is-active {
  color: #00918F;
}

  .mdl-tabs.is-upgraded .mdl-tabs__tab.is-active:after {
    background: #00918F;
    -webkit-animation: none;
    animation: none;
    transition: none;
  }

.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
  background: #00918F;
}

.mdl-switch__label {
  font-size: 13px;
  line-height: 24px;
  padding-top: 2px;
  color: #212121;
}

.mdl-switch.is-checked .mdl-switch__track {
  background-color: #00918F;
}

.mdl-switch.is-checked .mdl-switch__thumb {
  background: #D2ECEB;
}

.mdl-switch__ripple-container .mdl-ripple {
  background: #00918F;
}

.mdl-chip {
  height: 28px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 28px;
  padding: 0 12px;
  border: 0;
  border-radius: 16px;
  background-color: #dedede;
  display: inline-block;
  color: rgba(0,0,0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
}

.mdl-chip-outline {
  height: 28px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  line-height: 28px;
  padding: 0 12px;
  border-radius: 16px;
  border: 2px solid;
  background-color: transparent;
  display: inline-block;
  color: rgba(0,0,0, 0.87);
  margin: 2px 0;
  font-size: 0;
  white-space: nowrap;
}

.mdl-chip__text {
  font-size: 13px;
  max-width: 300px;
  line-height: 20px;
  text-wrap: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mdl-chip__action {
  height: 18px;
  width: 18px;
}

.mdl-chip__contact {
  height: 28px;
  width: 28px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  margin-left: -12px;
}

.mdl-chip__contact-mini {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  overflow: hidden;
  text-align: center;
  font-size: 8px;
  line-height: 16px;
  margin-left: -12px;
}

.mdl-data-table {
  width: calc(100%);
  box-sizing: border-box;
  border: none;
}

.mdl-menu__item {
  line-height: 32px;
  height: 32px;
  font-size: 13px;
}

  .mdl-menu__item:hover {
    color: #00918F;
  }

.mdl-textfield {
  /*font-size: 13px;
    padding: 20px 0 10px 0;*/
}

.mdl-textfield__input {
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  color: #212121;
  font-size: 13px;
  line-height: 16px;
}

.mdl-textfield__label {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    color: #898E95;
}

.mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    color: #898E95;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    color: #00918F;
    font-size: 12px;
}

.mdl-textfield__label:after {
  color: #00918F;
  /*bottom: 10px;*/
  background-color: #00918F;
}


.mdl-textfield.is-focused .mdl-textfield__expandable-holder, .mdl-textfield.is-dirty .mdl-textfield__expandable-holder {
  max-width: 100%;
}

.mdl-textfield__expandable-holder .mdl-textfield__label:after {
  /*bottom: 0px;*/
}

.mdl-progress {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 5px;
  width: 100%;
  max-width: 100%;
  z-index: 999;
}

  .mdl-progress > .progressbar {
    background-color: #00918F;
  }

  .mdl-progress > .bufferbar {
    background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, #00918F, #00918F);
  }

  .mdl-progress:not(.mdl-progress--indeterminate) > .auxbar,
  .mdl-progress:not(.mdl-progress__indeterminate) > .auxbar {
    background-image: linear-gradient(to right, rgba(255,255,255, 0.9), rgba(255,255,255, 0.9)), linear-gradient(to right, rgb(0,145,143), rgb(0,145,143));
  }

  .mdl-progress.mdl-progress--indeterminate > .bar1, .mdl-progress.mdl-progress__indeterminate > .bar1 {
    /*background-color: #03A9F4;
    background: linear-gradient(to right,rgb(171,230,254), rgb(3,169,244), rgb(171,230,254));*/
    background-color: #007B78;
  }

  .mdl-progress.mdl-progress--indeterminate > .bar3,
  .mdl-progress.mdl-progress__indeterminate > .bar3 {
    /*background-color: #03A9F4;
    background: linear-gradient(to right,rgb(171,230,254), rgb(3,169,244), rgb(171,230,254));*/
    background-color: #007B78;
  }


.mdl-spinner:not(.is-upgraded).is-active:after {
  content: "";
}

.mdl-spinner--single-color .mdl-spinner__layer-1 {
  border-color: rgb(0,145,143);
}

.mdl-spinner--single-color .mdl-spinner__layer-2 {
  border-color: rgb(0,145,143);
}

.mdl-spinner--single-color .mdl-spinner__layer-3 {
  border-color: rgb(0,145,143);
}

.mdl-spinner--single-color .mdl-spinner__layer-4 {
  border-color: rgb(0,145,143);
}
.mdl-tooltip {
    text-transform:none;
}

