123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- body {
- background-color: #a71b24;
- color: #fff;
- }
- #sc{
- background-color: #fff;
- color: #000;
- opacity: 0.5;
- }
- .campo {
- font-size: 16px;
- font-weight: 400;
- display: inline-block;
- }
- .row-dati-opera .label {
- text-transform: initial;
- }
- .row-dati-opera .label {
- min-width: 200px;
- font-size: 16px;
- font-weight: 400;
- margin-right: 15px;
- display: inline-block;
- text-transform: uppercase;
- }
- .label {
- min-width: 60px;
- font-size: 16px;
- font-weight: 400;
- margin-right: 15px;
- display: inline-block;
- }
- .table-risorse {
- border-top: 1px solid #f8f9fa;
- border-bottom: 1px solid #f8f9fa;
- }
- *, ::after, ::before {
- box-sizing: border-box;
- }
- .wrap-altre-risorse {
- margin: 30px 0;
- }
- .row-risorse {
- list-style: none;
- margin: 0;
- padding: 0;
- }
- .row-risorse li {
- border-bottom: 1px solid #f8f9fa;
- padding-bottom: 5px;
- margin-top: 5px;
- display: flex;
- }
- .justify-content-start {
- -ms-flex-pack: start!important;
- justify-content: flex-start!important;
- }
- .d-flex {
- display: -ms-flexbox!important;
- display: flex!important;
- }
- .title-page-sx {
- font-size: 16px;
- text-transform: uppercase;
- letter-spacing: 0.26px;
- font-weight: 500;
- margin-left: 15px;
- margin-bottom: 25px;
- }
- .search-catalogo-home .input-group-text button {
- background-color: transparent;
- border: 0;
- border-radius: 0;
- padding: 0;
- }
- .input-group {
- padding: 1% 20%;
- }
- .btn-avanzata {
- font-family: 'IBM Plex Sans', sans-serif;
- float: right;
- font-size: 11px;
- color: #fff;
- text-transform: lowercase;
- padding-right: 20%;
- }
- #letters {
- font-size: 20px;
- margin-top:25px;
- }
- .search-image {
- width: 30px;
- }
- .btn-icon {
- width:30px;
- }
- #res-table {
- background-color: #fff;
- }
- .table th {
- text-align: center;
- vertical-align: middle;
- }
- .table td {
- text-align: center;
- vertical-align:middle;
- padding: 20px 10px;
- }
- .table thead td{
- border-top:#fff;
- border-bottom: #fff;
- }
- #lodview {
- width:100%;
- }
- #cities ul li{
- border-bottom: 1px solid #fff;
- padding: 4px 0;
- }
- #cities ul {
- list-style-type: none;
- background-color: rgba(255, 255, 255, 0.3);
- padding: 10px;
- font-size: small;
- }
- .img-doc {
- width:100%;
- }
- .doc p {
- font-style: italic;
- background-color: rgba(255, 255, 255, 0.3);
- padding: 10px;
- font-size: small;
- }
- #mappa-view {
- width:100%;
- }
- footer.footer {
- padding-top: 4rem;
- padding-bottom: 4rem;
- }
- .img-logo {
- max-height:30px;
- width:auto;
- }
|