.prf-breadcrumb {
  display: flex;
  align-items: center;

  img {
    max-width: 60px;
    max-height: 65px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
  }

}

.prf-box {
  background: white;
  margin-bottom: 16px;
  padding: 26px;

  input[type="text"], input[type="email"], input[type="password"], input[type="date"], select {
    height: 40px;
    padding: 6px 15px;
    font-family: 'Lato', sans-serif;
  }

  input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background-color: #D8D8D8;
  }

  .controls-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.file-btn {
  position: relative;
}
.file-btn input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.profilo {
  .table-striped.prf-table {
    border-collapse: collapse;
    border-radius: 4px;
    overflow: hidden;

    thead {
      background-color: #07295E;
      color: white;
    }

    th, td {
      line-height: 30px;
      border-top: none;
    }

    tbody {
      tr:nth-child(even) > td {
        background: #F6F9FC;
      }
      tr:nth-child(odd) > td {
        background: #FFFFFF;
      }
    }

  }
}

.modal-body {
  .prf-box {
    margin-bottom: 0;
    padding: 10px;
  }

  form {
    margin: 0;
  }
}

.yui3-widget-mask {
  z-index: 1 !important;
}

.yui3-widget-modal {
  z-index: 2 !important;
}