* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 30rem;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.login-wrapper .mdl-textfield__label,
.login-wrapper .mdl-icon-toggle__label,
.login-wrapper .mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.login-wrapper:hover .mdl-textfield__label,
.login-wrapper:hover .mdl-icon-toggle__label,
.login-wrapper:hover .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
  color: #990e13 !important;
}

.login-wrapper .mdl-textfield__input,
.login-wrapper:hover .mdl-textfield__input {
  border-color: #990e13 !important;
}

.login-wrapper .box3 {
  font-size: 1.3rem;
  color: #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-wrapper form {
  padding: 64px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0px #333;
  box-shadow: 0 0 10px 0px #333;
}

.login-wrapper .login-logo {
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  opacity: 1;
  z-index: -1;
  margin-bottom: 50px;
}

.login-wrapper .login-logo img {
  max-width: 30rem;
  max-height: 18rem;
}

.login-wrapper .mdl-button {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.login-wrapper:hover .mdl-button:hover {
  padding: 0 50px;
}

@-webkit-keyframes autofill {
  to {
    color: #333;
    background: transparent;
  }
}

@keyframes autofill {
  to {
    color: #333;
    background: transparent;
  }
}

input:-webkit-autofill {
  animation-name: autofill;
  -webkit-animation-name: autofill;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

input.is-invalid,
textarea.is-invalid {
  border: 2px solid red !important;
}

select[disabled],
input[disabled],
textarea[disabled],
select[readonly],
input[readonly]:not(.datepicker, .mdl-textfield__input),
textarea[readonly] {
  opacity: 0.7;
  cursor: not-allowed;
}

header.mdl-layout__header nav.mdl-navigation a.mdl-navigation__link,
div.mdl-layout__drawer nav.mdl-navigation a.mdl-navigation__link {
  text-decoration: none;
  line-height: 3.2;
  font-size: 1.2rem;
  border-radius: 0;
  margin-top: 0;
  height: 52px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
}

div.mdl-layout__drawer>.mdl-layout-title {
  margin-top: 16px;
}

div.mdl-layout__drawer nav.mdl-navigation a.mdl-navigation__link {
  line-height: normal;
}

header.mdl-layout__header nav.mdl-navigation a.mdl-navigation__link:hover,
header.mdl-layout__header nav.mdl-navigation a.mdl-navigation__link[active] {
  border-bottom: solid 5px #fff;
}

div.mdl-layout__drawer nav.mdl-navigation a.mdl-navigation__link:hover,
div.mdl-layout__drawer nav.mdl-navigation a.mdl-navigation__link[active] {
  border-left: solid 5px #fff;
}

header.mdl-layout__header nav.mdl-navigation a.mdl-navigation__link:hover,
div.mdl-layout__drawer nav.mdl-navigation a.mdl-navigation__link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

a {
  color: #990e13;
}

a.mdl-button {
  text-decoration: none;
  color: #990e13;
  white-space: nowrap;
}

.mdl-button.close {
  color: #555;
}

.mdl-button.confirm {
  color: #990e13;
}

.mdl-dialog__content {
  color: #555;
}

dialog::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

#managerCreationTable {
  display: none;
}

footer.mdl-mini-footer {
  border: 1px solid #555;
  padding: 16px 32px;
  background-color: #fff;
  color: #555;
  border-left: 1.5rem solid #990e13;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.mdl-mini-footer .mdl-mini-footer__left-section,
footer.mdl-mini-footer .mdl-mini-footer__right-section {
  height: auto;
}

footer.mdl-mini-footer div,
footer.mdl-mini-footer p,
footer.mdl-mini-footer a {
  font-size: 1.2rem;
  margin: 0;
}

i.material-icons {
  vertical-align: middle !important;
}

table.mdl-data-table {
  border: 0 none;
}

table.mdl-data-table tbody {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

.mdl-data-table tbody tr {
  height: 36px !important;
}

table.mdl-data-table th {
  background-color: #666;
  color: #fff;
  height: 36px;
  padding-bottom: 4px;
}

table.mdl-data-table td {
  height: 36px !important;
  padding: 8px 18px !important;
}

table.mdl-data-table a i {
  color: #555;
}

table.mdl-data-table a {
  text-decoration: none;
}

.plab-input {
  font-size: 13px;
  width: 100%;
  height: auto;
  min-height: 26px;
  border-radius: 3px;
  border: 1px solid #cddae4;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plab-select {
  font-size: 13px;
  width: 100%;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #cddae4;
  padding: 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plab-user-table {
  width: 100%;
  /*background-color: #ededed; 
  border: 1px solid #AAA;*/
  margin-bottom: 20px;
  padding: 15px;
}

.plab-user-table .plab-col1 {
  width: 180px;
  vertical-align: top;
  font-weight: bold;
}

.plab-user-table .plab-col2 {
  width: 600px;
  vertical-align: top;
}

.plab-note {
  text-align: right;
  font-size: 12px;
  padding: 0px;
  font-style: italic;
}

.plab-filemanager .plab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  line-height: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.plab-filemanager .plab-inline {
  display: inline-block;
}

.plab-filemanager .fileName a {
  text-decoration: none;
}

.plab-filemanager .fileDate {
  font-style: italic;
  font-size: 12px;
}

.plab-filemanager .file {
  width: 350px;
  max-width: 100%;
}

.plab-filemanager .buttons {
  text-align: right;
  width: 500px;
}

.plab-filemanager .previewIcon {
  padding: 0px 8px;
}

.plab-filemanager .previewIcon i {
  font-size: 32px;
}

.plab-filemanager .checkboxitem {
  /* margin-top: 12px; */
}

.plab-filemanager .fileDim {
  width: 70px;
  margin-left: -70px;
  padding: 8px 0px 0px 0px;
}

.plab-section-title {
  background-color: #eee;
  padding: 4px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
  margin: 0px -10px 8px -10px !important;
}

.plab-left-column {
  display: none;
  position: fixed;
  right: 0px;
  z-index: 10;
  width: 300px !important;
  top: 40px;
  -webkit-box-shadow: 0 15px 50px -15px black;
  box-shadow: 0 15px 50px -15px black;
}

.plab-page-content {
  margin-bottom: 50px;
}

.plab-filemanager-header {
  background-color: #eee;
  min-height: 38px;
  margin: -16px -14px 0;
  width: initial !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: black;
}

.plab-filemanager-header a {
  color: black;
  text-transform: none;
  text-decoration: none;
}

.plab-icons,
a.plab-icons {
  color: #444;
  margin-left: 16px;
  cursor: pointer;
}

.plab-filemanager-header .plab-header-right a {
  padding-left: 16px;
}

.plab-filemanager .alert-spazio-utente {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
}

.plab-clear-btn {
  margin-left: -30px;
  font-size: 20px;
  cursor: pointer;
}

.mdl-button.mdl-button--colored.mdl-button--raised {
  background-color: #12ab9e;
}

.page-content *.mdl-button {
  font-weight: normal;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
}

.page-inner:not(.file-manager-page) {
  padding: 1rem;
}

.plab-filemanager-header {
  margin: 0;
}

.containerHtml .contentBigHtml {
  padding: 0 1rem;
}

.plab-footer {
  position: fixed;
  bottom: 0px;
  background-color: #990e13;
  left: 0px;
  right: 0px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plab-footer .plab-left-section {
  line-height: 48px;
  color: white;
  padding-left: 16px;
  font-weight: normal;
  font-size: 13px;
}

.plab-footer .plab-left-section a {
  color: white;
}

.plab-footer .plab-right-section {
  background-color: white;
  margin-right: 16px;
  padding: 0px 8px;
}

.plab-footer .plab-right-section img {
  height: 100%;
}

*.bg-red {
  background-color: #990e13;
}

*.bg-green {
  background-color: #12ab9e;
}

*.bg-blue {
  background-color: #004845;
}

*.bg-white {
  background-color: #fff;
}

*.bg-gray {
  background-color: #666;
}

.head-login {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  padding: 0.5rem 1rem;
}

.content-login {
  border: 1px solid #555;
  border-top: 0 none;
  padding: 1rem;
}

dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  margin: auto;
  border: solid;
  padding: 1em;
  background: white;
  color: black;
  display: block;
}

dialog:not([open]) {
  display: none;
}

dialog+.backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}

._dialog_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

dialog.fixed {
  position: fixed;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

html *,
body * {
  font-family: 'Roboto';
}

.mdl-layout-title {
  font-size: 14px !important;
}

.mdl-layout__header-row .mdl-navigation {
  height: 56px;
}

.mdl-layout__header-row {
  height: 56px;
  /* padding: 0px 0px 0px 20px; */
}

.mdl-layout__header {
  min-height: 56px;
}

.mdl-layout__drawer-button {
  margin-top: 4px;
  margin-bottom: 0;
}

.mdl-layout__drawer-button i.material-icons {
  vertical-align: initial !important;
}

.mdl-layout__drawer {
  border: 0 none;
}

.divorologio {
  position: relative;
}

.divorologio .popup {
  right: 20px;
}

#upload {
  border: 2px dashed #666;
  width: 250px;
  height: 160px;
  padding: 10px;
  position: relative;
  background: #fff;
  overflow: hidden;
  cursor: pointer !important;
  margin: 10px auto;
}

.table-scroller {
  overflow-x: auto;
}

.error-wrapper {
  margin-top: 10px;
  color: #990e13;
}

main {
  background-color: #990e13;
}

.plab-filemanager .buttons-wrapper,
.plab-filemanager .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

#AlertMessage {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#AlertMessageTitleBarClose {
  font-size: 19px;
  font-weight: bold;
  height: auto !important;
  width: auto !important;
  margin-top: 0 !important;
}

.containerHtml .footerHtml {
  padding: 10px 0;
  height: auto;
}

*.pError {
  color: #990e13;
  margin: 10px;
}

.mdl-tooltip {
  max-width: 250px !important;
  white-space: normal !important;
}

tr.subuser td:first-of-type {
  padding-left: 38px !important;
}

#file-selezionato {
  margin-top: 10px;
}

#file-selezionato img {
  max-height: 200px;
  max-width: 200px;
}

@media screen and (min-width: 1025px) {
  .mdl-layout__drawer-button {
    display: none !important;
  }

  .mdl-layout__header-row {
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 1025px) {
  .mdl-layout--fixed-header>.mdl-layout__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .mdl-layout__header-row {
    padding: 0 40px 0 80px;
  }

  .login-wrapper form {
    padding: 20px !important;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-content.plab-page-content {
    margin-bottom: 0;
  }

  .plab-footer {
    position: absolute;
    margin: 0;
  }

  .login-wrapper {
    position: relative;
    top: auto;
    left: auto;
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    margin: auto;
  }

  .login-wrapper .login-logo img {
    max-width: 100%;
  }

  .plab-footer {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    margin-left: -16px;
    width: 100vw;
    margin-top: 30px;
  }

  .plab-footer .plab-left-section {
    line-height: normal;
    margin-bottom: 10px;
    padding: 8px;
  }

  .plab-footer .plab-right-section {
    padding: 5px;
    margin-right: 0;
    text-align: center;
  }

  .plab-footer .plab-right-section img {
    max-height: 3.5rem !important;
  }

  .file-manager-page {
    margin-left: -8px;
    margin-right: -8px;
    width: 100vw;
  }

  .plab-filemanager-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .plab-filemanager-header .plab-header-right {
    text-align: right;
  }

  .plab-filemanager .plab-row[id^='file'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
  }

  .plab-filemanager .buttons-wrapper {
    margin: 10px 0 0;
  }

  .containerHtml .contentHtml {
    padding: 0;
    border: 0 none;
  }

  .containerHtml .contentBigHtml {
    margin-top: 0;
    padding: 0 1rem;
  }

  .containerHtml .footerHtml {
    height: auto;
  }

  .containerHtml .footerHtml .operation {
    height: auto;
    width: auto;
  }

  .containerHtml .footerHtml .operation .se_selezionato {
    display: inline-block;
  }

  .containerHtml .footerHtml .operation ul {
    float: none;
    display: block;
    padding: 10px 0;
  }

  .containerHtml .footerHtml .operation ul li,
  .containerHtml .footerHtml .operation ul li a {
    float: none;
  }

  .containerHtml .footerHtml .operation .se_selezionato {
    float: none;
  }
}

@media only screen and (max-width: 600px) {
  .plab-user-table .plab-col1 {
    width: 100%;
    display: block;
  }

  .plab-user-table .plab-col2 {
    width: 100%;
    display: block;
  }

  .plab-singlecol {
    font-size: 12px;
    text-align: left;
  }
}