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.
140 righe
3.0 KiB
140 righe
3.0 KiB
5 anni fa
|
.nav-header{
|
||
|
font-size: 1.28571em;
|
||
|
font-weight: bold;
|
||
|
text-transform: uppercase;
|
||
|
margin: 0;
|
||
|
color: white;
|
||
|
background-color: #e2001a;
|
||
|
padding: .55556em .83333em;
|
||
|
}
|
||
|
|
||
|
.nav-body{
|
||
|
padding: .55556em .83333em;
|
||
|
border: 1px solid #ddd;
|
||
|
}
|
||
|
|
||
|
#accessoAttiId{
|
||
|
margin:3%;
|
||
|
|
||
|
.tabContent{
|
||
|
border-right: 1px solid #ddd;
|
||
|
border-left: 1px solid #ddd;
|
||
|
border-bottom: 1px solid #ddd;
|
||
|
padding : .55556em .83333em;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.noBold{
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
.lfr-search-container .table-columns th {
|
||
|
|
||
|
background-color: #e2001a;
|
||
|
color: white;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
|
||
|
.aui .txt-orange {
|
||
|
|
||
|
color: orange !important;
|
||
|
|
||
|
}
|
||
|
.aui .txt-green {
|
||
|
|
||
|
color: green !important;
|
||
|
|
||
|
}
|
||
|
|
||
|
.table td, .table td a {
|
||
|
|
||
|
font-family: "Montserrat",sans-serif;
|
||
|
|
||
|
}
|
||
|
|
||
|
.aui .panel-default > .panel-heading, .aui .accordion-group > .panel-heading, .aui .panel-default > .accordion-heading, .aui .accordion-group > .accordion-heading {
|
||
|
|
||
|
color: #333;
|
||
|
background-color: whitesmoke;
|
||
|
border-color: #ddd;
|
||
|
|
||
|
}
|
||
|
|
||
|
.aui .panel-group .panel, .aui .nav-list .panel, .aui .nav-header .panel, .aui .accordion .panel, .aui .panel-group .accordion-group, .aui .nav-list .accordion-group, .aui .nav-header .accordion-group, .aui .accordion .accordion-group {
|
||
|
|
||
|
margin-bottom: 0;
|
||
|
border-radius: 4px;
|
||
|
|
||
|
}
|
||
|
.aui .panel-heading, .aui .accordion-heading {
|
||
|
|
||
|
padding: 10px 15px;
|
||
|
border-bottom: 1px solid transparent;
|
||
|
border-top-right-radius: 3px;
|
||
|
border-top-left-radius: 3px;
|
||
|
|
||
|
}
|
||
|
.aui .panel-group .panel-heading, .aui .nav-list .panel-heading, .aui .nav-header .panel-heading, .aui .accordion .panel-heading, .aui .panel-group .accordion-heading, .aui .nav-list .accordion-heading, .aui .nav-header .accordion-heading, .aui .accordion .accordion-heading {
|
||
|
|
||
|
border-bottom: 0;
|
||
|
border-bottom-color: currentcolor;
|
||
|
|
||
|
}
|
||
|
.aui .panel-group .collapse_a {
|
||
|
|
||
|
display: -webkit-box;
|
||
|
display: -moz-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-justify-content: space-between;
|
||
|
-moz-justify-content: space-between;
|
||
|
-ms-justify-content: space-between;
|
||
|
justify-content: space-between;
|
||
|
-webkit-align-items: center;
|
||
|
-moz-align-items: center;
|
||
|
-ms-align-items: center;
|
||
|
align-items: center;
|
||
|
text-decoration: none;
|
||
|
|
||
|
}
|
||
|
.aui .panel-group .collapse_a .allegato-group__title {
|
||
|
|
||
|
flex: 1;
|
||
|
|
||
|
}
|
||
|
.aui .panel-title {
|
||
|
|
||
|
margin-top: 0;
|
||
|
margin-bottom: 0;
|
||
|
font-size: 16px;
|
||
|
color: inherit;
|
||
|
|
||
|
}
|
||
|
.aui .panel-group .collapse_a .num_allegati.green {
|
||
|
|
||
|
background-color: #00906e;
|
||
|
|
||
|
}
|
||
|
.aui .panel-group .collapse_a .num_allegati {
|
||
|
|
||
|
width: 30px;
|
||
|
height: 30px;
|
||
|
border-radius: 50%;
|
||
|
display: -webkit-box;
|
||
|
display: -moz-box;
|
||
|
display: -ms-flexbox;
|
||
|
display: -webkit-flex;
|
||
|
display: flex;
|
||
|
-webkit-justify-content: center;
|
||
|
-moz-justify-content: center;
|
||
|
-ms-justify-content: center;
|
||
|
justify-content: center;
|
||
|
-webkit-align-items: center;
|
||
|
-moz-align-items: center;
|
||
|
-ms-align-items: center;
|
||
|
align-items: center;
|
||
|
color: white;
|
||
|
|
||
|
}
|
||
|
|