﻿.divPageUserLogged {
    padding-top: /*201px;*/ 250px;
}
.divUserType {
    width: 1362px;
    margin: auto;
    height: auto;
    overflow: visible;
}
.divUserType {
    clear: both;
    height: 70px;
    margin-bottom: 50px;
    margin-top: 25px;
}
.lbUserTypeActive, .lbUserTypeInActive {
    float:left;
    width:50%;
    text-align:center;
    height:70px;
    line-height:70px;
}
.divUserType > a:first-child{
    margin-right:10px;
    width:calc(50% - 10px);
}

.lbUserTypeActive {
    background: var(--light-blue) 0% 0% no-repeat padding-box;
    color: var(--white);
}
.lbUserTypeInActive {
    background: var(--componenti) 0% 0% no-repeat padding-box;
    color: var(--black);
}
.divTitle {
    clear:both;
    height:30px;
    line-height:30px;
    padding:20px 0px;
}
.divRow {
    clear: both;
    margin-bottom: 10px;
}
.field {
    position: relative;
    float: left;
}
.tbValue {
    float: left;
    width: 410px;
    text-align: left;
    opacity: 1;
    margin-bottom: 20px;
    padding-left: 20px;
    height: 55px;
    /*line-height: 55px;*/
}
.lbValue {
    padding-left: 0px;
}

.tbRight {
    float: right;
}
.tbValueInner, .tbValueCellInner {
    width: 300px;
    height: 55px;
    /*line-height: 55px;*/
}
.tbValueLarger {
    width: 500px;
}
.tbValueCell {
    width: 280px;
}
.tbValueCellInner {
    width: 180px;
}
.tbWithMargin {
    margin-left: 20px;
}

.ddlValue
{
    border:none;
    padding:0px!important;
}
.spCategories {
    margin-bottom: 0px !important;
}
.divCategories {
    background: var(--componenti) 0% 0% no-repeat padding-box;
    clear: both;
    line-height: 45px;
    cursor: pointer;
    width: 410px;
    text-align: left;
    padding-left: 20px;
}

.headerRowNucleo, .rowNucleo {
    clear: both;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.headerRowNucleo {
    border: 1px solid var(--azure);
    background: var(--azure) 0% 0% no-repeat padding-box;
}
.rowNucleo {
    border: 1px solid var(--azure);
}
.columnNucleo, .columnNucleoSmall, .columnNucleoBig {
    float: left;
    width: 10%;
}
.columnNucleoBig {
    width: 16%;
}
.columnNucleoSmall {
    width: 6%;
}
.validators {
    float: left;
}
.divTooltip, .divTooltipLeft {
    position: relative;
    float: right;
    margin: 10px;
    cursor:pointer;
    
}
.divTooltipLeft {
    float: left;
    margin-top: 0px;
}
.clsInfo {
    margin-bottom: 20px;
    height: auto;
    overflow: auto;
    clear: both;
}
.clsInfoText {
    background: var(--azure) 0% 0% no-repeat padding-box;
    margin-bottom: 20px;
    height: 100px;
    overflow-y: scroll;
    padding: 30px;
}
.rbConfirmQuotation {
    float: left;
}
.divAffinities{
    width:100%;
}
.divAffinityItem {
    border: solid 1px var(--azure);
    padding: 10px!important;
    height: auto;
    clear: both;
}
.divAffinityName {
    background: var(--azure) 0% 0% no-repeat padding-box;
    height: 55px;
    line-height: 55px;
    padding-left: 20px;
}
.divButtons {
    clear: both;
    margin: 20px auto;
}

/************************override var.css********************/
.lbDownloadDoc {
    float: right;
}
/************************************************************/

/************************override jquery css********************/
/*.ui-accordion .ui-accordion-content {
    overflow: inherit;
}*/

/************************************************************/