﻿/*Gestione AreaFor Personalizata */

.FieldContain {
    width:100%;
    display: inline-block;
    box-sizing: border-box;
    font-family: Roboto;
    font-weight: normal;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    min-height: 59px;
    color: black;
    border: 0px solid white;
    background-color: transparent;
}
    .FieldContain > input, select {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        min-height: 30px;
        border: 1px solid #e2dfdf;
        border-radius: 3px;
        background-color: white;
        max-width: unset !important;
        outline: none;
    }
    .FieldContain > *:focus {
        background-color: white;
        border: 1px solid #FFBF00;
    } 
    .FieldContain > * :disabled {
        color:#a3a2a2;
    }
    .FieldContain > label {
        width: 100%;
        font-weight: normal;
        margin-left: 0px;
        margin-right: 0px;
        outline: none;
        min-height: unset;
    }
    .FieldContain > textarea {
        width: 100%;
        border-radius: 3px;
        border: 1px solid #e2dfdf;
        margin-left: 0px;
        margin-right: 0px;
        min-height: 80px;
        background-color: white;
        max-width: unset !important;
        outline: none;
    }
FieldContain > *:after {
    min-height:unset;
    min-width:unset;
    max-height:unset;
    max-width:unset;
    width: unset;
    margin: unset;
    border-radius: unset;
    background-color:unset;
}

.divField {
    display: grid;
    min-width: 320px;
    grid-template-columns: 30% auto;
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
} 
.LabelField {
        font-weight: bolder;
        margin-left: 1%;
        margin-right: 1%;
        min-height: 28px;
        background-color: transparent
    } 
  .ValueField {
    width: 100%;
    font-weight: normal;
    padding-left: 1%;
    min-height: 24px;
    border-radius: 6px;
    border: 1px solid #e2dfdf;
    background-color: white;
    display: inline-block;
    box-sizing: border-box;
    max-width: unset !important;
} 
  .OnlyReadField {
    width: 100%;
    font-weight: normal;
    padding-left: 1%;
    min-height: 24px;
    border-radius: 6px;
    border: 1px solid #e2dfdf;
    background-color: white;
    max-width: unset !important;
} .MultiLineField {
    width: 100%;
    font-weight: normal;
    padding-left: 1%;
    padding-top: 4px;
    min-height: 100px;
    border-radius: 6px;
    border: 1px solid #e2dfdf;
    background-color: white;
    display: inline-block;
    box-sizing: border-box;
    max-width: unset !important;
} 
  
  .divFieldDouble {
    display: grid;
    grid-template-columns: auto auto;
    width: 100%;
    border:0px none white!important;
    background-color:transparent;
}
  @media screen and (max-width: 1500px) {
} 
  @media screen and (max-width: 1300px) {
} 
  @media screen and (max-width: 992px) {
/*    .LabelField {
        width: 20%;
    }

    .ValueField {
        width: 70%;
    }

    .OnlyReadField {
        width: 70%;
    }

    .MultiLineField {
        width: 70%;
    }*/
} 
  @media screen and (max-width: 768px) {
}
