Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
230 righe
3.6 KiB
230 righe
3.6 KiB
5 anni fa
|
.aui #content .yui3-widget-mask{z-index: 1000!important}
|
||
|
.aui #content .modal{z-index: 1001!important}
|
||
|
|
||
|
.aui {
|
||
|
.allegati-fascicolo-det {
|
||
|
.portlet-body {
|
||
|
border: none !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.soggetti-fascicolo-det {
|
||
|
.portlet-body {
|
||
|
border: none !important;
|
||
|
|
||
|
.container-soggetti {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
|
||
|
.lfr-search-container {
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container-checkbox-edit-allegato {
|
||
|
label {
|
||
|
padding-left: 0 !important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container-soggetti__bo {
|
||
|
.container-soggetti__bo-dettagli {
|
||
|
padding: 0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container-soggetti__fe {
|
||
|
.table {
|
||
|
.table-cell.last {
|
||
|
li {
|
||
|
margin: 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.anagrafica-soggetti {
|
||
|
.portlet-body {
|
||
|
border: none!important;
|
||
|
padding:0!important;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container-section-file {
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
|
||
|
.fa {
|
||
|
padding-right: 5px;
|
||
|
}
|
||
|
|
||
|
.lfr-menu-list {
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
margin: 0;
|
||
|
.tooltip-info:first-child {
|
||
|
margin-left: 6px;
|
||
|
margin-right: 3px;
|
||
|
}
|
||
|
.tooltip-info:last-child {
|
||
|
margin-right: 6px;
|
||
|
margin-left: 3px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
textarea {
|
||
|
resize: none;
|
||
|
height:100px!important;
|
||
|
}
|
||
|
|
||
|
.aui {
|
||
|
.tooltip-info {
|
||
|
padding: 6px 0;
|
||
|
|
||
|
li {
|
||
|
display: inline-block;
|
||
|
}
|
||
|
/*a {
|
||
|
color: $w;
|
||
|
}*/
|
||
|
}
|
||
|
|
||
|
#wrapper {
|
||
|
padding:0;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.alert.alert-block.popup-alert-notice {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
top: unset;
|
||
|
margin-bottom: 0;
|
||
|
color: #7b4e00!important;
|
||
|
background-color: #f1d875!important;
|
||
|
}
|
||
|
|
||
|
.alert.alert-block.popup-alert-warning.alert-error {
|
||
|
position: fixed;
|
||
|
bottom: 0;
|
||
|
top: unset;
|
||
|
margin-bottom: 0;
|
||
|
}
|
||
|
|
||
|
.aui {
|
||
|
.border-bottom-red:before {
|
||
|
content: '';
|
||
|
@include calc( width, '100% - 30px');
|
||
|
height:1px;
|
||
|
background-color: #e2001a;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
left: 50%;
|
||
|
@include transform(translateX(-50%));
|
||
|
/*border-bottom: 1px solid #e2001a;*/
|
||
|
}
|
||
|
|
||
|
.soggetti-pratica-portlet {
|
||
|
margin-bottom: em(20px);
|
||
|
}
|
||
|
|
||
|
.container-norm_esente_spese {
|
||
|
label.checkbox {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.container-norm_esente_bollo {
|
||
|
label.checkbox {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.anagrafica-soggetti {
|
||
|
.lfr-search-container {
|
||
|
.table {
|
||
|
th.table-first-header, td.first {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.allegati-tipologia-table {
|
||
|
.allegato-group__body {
|
||
|
tr {
|
||
|
td:first-child {
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.flex-center{
|
||
|
@include display-flex();
|
||
|
@include align-items(center);
|
||
|
@include justify-content(center);
|
||
|
}
|
||
|
|
||
|
.container_action-top {
|
||
|
padding-top: 7px;
|
||
|
}
|
||
|
|
||
|
.main-soggetto {
|
||
|
cursor: pointer;
|
||
|
|
||
|
&.unclickable {
|
||
|
cursor: default;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.header_back_asseverazioni {
|
||
|
padding-left: 20px;
|
||
|
}
|
||
|
|
||
|
.container-data-relazione-geologica {
|
||
|
input {
|
||
|
padding-left: 10px;
|
||
|
padding-right: 10px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.menu_button_activity {
|
||
|
@include display-flex();
|
||
|
@include justify-content(center);
|
||
|
|
||
|
.btn {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.no-taglib-text-icon {
|
||
|
.taglib-text-icon {
|
||
|
display: none;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.alegati-pratica-portlet {
|
||
|
margin-bottom: 20px;
|
||
|
}
|
||
|
|
||
|
.container_btn_all_allegati {
|
||
|
text-align: right;
|
||
|
|
||
|
&.padding_bottom {
|
||
|
padding: 0 0 15px 0px;
|
||
|
}
|
||
|
|
||
|
&.padding_right_bottom {
|
||
|
padding: 0 15px 15px 0px;
|
||
|
}
|
||
|
|
||
|
&.padding_top_bottom {
|
||
|
padding: 15px 0 15px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|