.textField {
    width: 100%;
}

.selectField {
    width : 400px;
}

.grayCell {
    background-color: #EAEAEA;
}

.titleCell {
    height: 86px;
    line-height: 86px;
}

html{
    font-size: 16px;
}

body {
    font-family: Arial;
    font-size: 18px;
    padding-top: 10px;
}

.container-table{
    margin-top: 60px;
}

.separatoreTitolo{
    border-top-width: 3px;
    border-top-style: solid;
    padding-top: .625rem;
    margin-bottom: 1.875rem;
}

.separatoreForm{
    border-top-width: 2px;
    border-top-style: solid;
    padding-top: .625rem;
    margin-bottom: 1.875rem;
}

.text-light {
    color: #f8f9fa !important;
}
			
.fixed-input {
    margin-bottom: 15px;
}

.fixed-bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
}

.fixFontSizeTitile{
    font-size: 42px;
    font-weight: bold;
}

.fixFontSize{
    font-size: 16px;
}

.bg-white{
    background-color: white;
}