﻿.divSingleTechData {
    width: 100%;
    margin:auto;
    margin-bottom:50px;
    position:relative;
}
.divLabelTechData {
    float: left;
    width: calc(100% - 35px);
    margin-bottom: 20px;
}
.divLabelTechData > ul {
    list-style: revert;
    padding: revert;
    margin: revert;
}
.divValueTechData, .divValueTechDataReadOnly {
    clear: both;
    width: 100%;
    min-height: 80px;
    display: inline-block;
    background: var(--componenti) 0% 0% no-repeat padding-box;
}
.divValueTechDataReadOnly {
    background: var(--readonly-gray) 0% 0% no-repeat padding-box;
    font-style: italic;
}
/*.divInfoTechData {
    float: left;
}*/
.divValidator {
    /*position: absolute;
    top: 0px;
    right: 30px;*/
    clear: both;
}
.lbGoNextTechData, .lbCollapseCblist {
    height: 80px;
    line-height: 80px;
    float: right;
    margin-right: 20px;
}
.lbCollapseCblist {
    color:var(--black);
}
.spSelectPlaceHolder {
    float: left;
    height: 80px;
    line-height: 80px;
    /*margin-left: 20px;*/
    padding-left: 50px;
    width: calc(100% - 150px); /*740px;*/
    overflow: hidden;
    cursor: pointer;
}
.selectMenu {
    clear: both;
    background: var(--componenti) 0% 0% no-repeat padding-box;
    width: calc(100% - 75px); /*845px;*/
    line-height: 45px;
    padding-left: 55px;
    padding-right: 20px;
    display: none;
    cursor: pointer;
    position: relative;
    z-index: 40; /*per stare sopra l'overlay*/
}
.tbTechControl {
    height: 80px;
    line-height: 80px;
    width: calc(100% - 120px); /*800px;*/
    padding-left: 20px;
}

.divWarning {
    background: var(--giallo-alert) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding:20px;
    width:calc(100% - 40px);
    clear:both;
}
.imgWarning {
    width: 34px;
    height: 32px;
    margin-bottom:10px;
}
.autocompleteValue {
    display: none;
    height: 0px;
    width: 0px;
    border: none;
}
.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}
/*.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 800px;
    min-height: 80px;
    float: left;
}*/
.arrowDown, .arrowUp {
    /*cursor: pointer;
    float: left;
    width: 15px;
    height: 80px;
    margin-left: 20px;*/
    background: transparent url('../images/ctrl-down.svg') 20px 50% no-repeat padding-box;
}
.arrowUp {
    background: transparent url('../images/ctrl-up.svg') 20px 50% no-repeat padding-box;
}
.aDownloadDoc {
    line-height: 80px;
    padding-left: 50px;
    color: black;
    cursor: pointer;
}

/***********************************TOOLTIP***********************************/
.divInfoTechData {
    float:right;
    width:28px;
    position:relative;
}
.imgInfoTechData {
    cursor:pointer;
}
.tooltip {
    position: absolute;
    width: 300px;
    background: var(--azure) 0% 0% no-repeat padding-box;
    padding: 30px;
    top: 0px;
    left: 40px;
    display: none;
    z-index:1;
}

/****************************************************************************/

/*****************OVERRIDE JQUERY AUTOCOMPLETE******************************/
ul.ui-autocomplete {
    clear: both;
    line-height: 45px;
    display: none;
    cursor: pointer;
    border:none!important;
}
ul.ui-autocomplete li.ui-menu-item {
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
    background: var(--componenti) 0% 0% no-repeat padding-box;
    border: none !important;
    cursor:pointer;
}
.ui-menu-item-wrapper {
    padding: 0px !important;
    margin: 0px !important;
}
.ui-state-active {
    background: var(--componenti) 0% 0% no-repeat padding-box !important;
    border: none !important;
    color: var(--unnnamed-color-000000)!important;
    width: 100%;
}
/****************************************************************************/

#dtOverlay {
    position: absolute;
    background: var(--componenti) 0% 0% no-repeat padding-box !important;
    opacity: 0.6;
    width: 100%;
    left: 0px;
    z-index: 35;
}