﻿
.editor-field label {
  border: 1px solid #E2E2E2;
  background: white;
  color: #333;
  font-size: 1.2em;
  margin: 5px 0 6px 0;
  padding: 5px;
  width: 85%;
}

.admincontainer {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  border: 0px solid #CCC;
  overflow: visible;
  float: left;
  width: 100%;
  overflow: hidden;
}

  .admincontainer div.content {
    display: block;
    float: left;
    margin: 10px;
    padding: 1%;
    border: 1px solid #CCC;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #5A5655;
    background-color: #F8F8F8;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    width: 97%;
    min-height: 100px;
  }


.ricercaCantiere {
  position: relative;
  margin: 0;
  overflow: hidden;
  padding: 1rem;
  background: white;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 1rem;
  margin-bottom: 1rem;
}

  .ricercaCantiere .button-group {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

    .ricercaCantiere .button-group input[type="button"],
    .ricercaCantiere .button-group button {
      width: min-content;
      margin: 0;
    }

  .ricercaCantiere section {
    flex: 1;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
  }

    .ricercaCantiere section article {
      display: block;
      padding: 1rem;
      border: 1px solid #CCC;
      border-radius: 5px;
      font: normal 12px Verdana, Arial, Helvetica, sans-serif;
      color: #5A5655;
      background-color: #F8F8F8;
      text-align: left;
      min-width: 196px;
    }

.user-management {
  background-color: White;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px;
  height: 600px;
  border-color: Orange;
  border-style: solid;
  border-width: 1px;
}

.mvcMembership-users {
  padding: 0px;
  margin: 0px;
}

  .mvcMembership-users li {
    display: block;
    padding: 1px;
    border: 1px solid gray;
    overflow: hidden;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }

    .mvcMembership-users li.head {
      background-color: #CCC;
    }

    .mvcMembership-users li > span {
      width: 100%;
      height: 100%;
    }

.mvcMembership-username a, .mvcMembership-email a, .mvcMembership-username span, .mvcMembership-email span, .mvcMembership-cantieri, .mvcMembership-isOnline, .mvcMembership-commenti, .mvcMembership-isOffline {
  width: 100%;
  height: 100%;
  padding: 5px;
  margin-right: 0px;
  border-left: 1px solid gray;
  text-decoration: none;
}

.mvcMembership-username a, .mvcMembership-email a, .mvcMembership-username span, .mvcMembership-email span {
  min-width: 210px;
  font-size: 14px;
  width: 100%;
  display: block;
  flex: 1;
  text-decoration: none;
}

.mvcMembership-username a,
.mvcMembership-email a {
  background-color: #aaa;
  color: White;
}


  .mvcMembership-username a:hover,
  .mvcMembership-email a:hover {
    background-color: #ff6e00;
    text-decoration: none;
  }

.mvcMembership-cantieri, .mvcMembership-isOnline, .mvcMembership-commenti, .mvcMembership-isOffline, .mvcMembership-username span, .mvcMembership-email span {
  border-left: 1px solid gray;
  padding-left: 10px;
}

.mvcMembership-roles {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}

  .mvcMembership-roles div {
    display: block;
    float: left;
    margin-right: 20px;
    list-style: none;
  }

.mvcMembership-isOnline, .mvcMembership-isOffline, .mvcMembership-cantieri, .mvcMembership-commenti {
  border-left: 1px solid gray;
  padding-left: 10px;
  width: 20%;
  text-align: right;
  min-width: 216px;
  max-width: 216px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mvcMembership-commenti {
  min-width: 144px;
  max-width: 144px;
}

.mvcMembership-cantieri {
  min-width: 72px;
  max-width: 72px;
}

.mvcMembership-paging {
  padding: 0px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}

  .mvcMembership-paging li {
    display: inline;
    margin: 5px;
  }

.mvcMembership-usersinrole {
  padding: 0px;
  margin: 0px;
}

  .mvcMembership-usersinrole li {
    display: block;
    list-style: none;
    margin: 5px;
  }

.header a {
  background-color: #CCC;
  min-height: 24px;
  color: black;
  font-weight: bold;
  text-decoration: none;
}

.mvcMembership-isOnline.header,
.mvcMembership-cantieri.header,
.mvcMembership-commenti.header {
  background-color: #CCC;
  min-height: 24px !important;
  color: black;
  text-decoration: none;
}

.header img {
  width: 20px;
  float: right;
}

.buttonpaged {
  width: 33px;
  min-width: 33px;
  font-size: 1em;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

  .buttonpaged.selected {
    background-color: #fff;
  }

.searchNpAttoriColumn {
  width: 350px;
  margin-right: 25px;
  float: left;
}

  .searchNpAttoriColumn article {
    margin: 0px;
    float: none;
  }

    .searchNpAttoriColumn article h3 a {
      margin: 0px;
      float: right;
      display: block;
    }

      .searchNpAttoriColumn article h3 a img {
        width: 24px;
      }

.dialogPostCantieriDetailsDiv a {
  display: block;
  float: left;
  text-decoration: none;
  margin: 25px;
}

  .dialogPostCantieriDetailsDiv a img {
    width: 100px;
  }

.dialogWaitSplash.noHeader .ui-dialog-titlebar,
.dialogWaitSplash.noHeader .ui-widget-header {
  display: none !important;
}

#dialogWaitSplash {
  font-size: 20px;
  color: rgb(230, 1, 1);
  position: relative;
}

#btn_export {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

  #btn_export img {
    visibility: hidden;
  }

  #btn_export.loading img {
    visibility: visible;
  }
