|
@@ -1,3 +1,13 @@
|
|
|
+* {
|
|
|
+ box-sizing: border-box;
|
|
|
+}
|
|
|
+
|
|
|
+html {
|
|
|
+ line-height: 1.15;
|
|
|
+ -ms-text-size-adjust: 100%;
|
|
|
+ -webkit-text-size-adjust: 100%;
|
|
|
+}
|
|
|
+
|
|
|
#lauchSearch{
|
|
|
margin:auto;
|
|
|
}
|
|
@@ -11,14 +21,89 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
+.search_form::after {
|
|
|
+ content: "";
|
|
|
+ clear: both;
|
|
|
+ display: table;
|
|
|
+}
|
|
|
+
|
|
|
#logo {
|
|
|
width:100px;
|
|
|
height:auto;
|
|
|
}
|
|
|
|
|
|
+.search_params {
|
|
|
+ display: -ms-flexbox;
|
|
|
+
|
|
|
+ -ms-flex-pack: center;
|
|
|
+ justify-content: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+ padding: 15px;
|
|
|
+ font-family: roboto,sans-serif;
|
|
|
+ -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
|
|
|
+ -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
|
|
|
+ box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
|
|
|
+ background: #fff;
|
|
|
+ -webkit-border-radius: 10px;
|
|
|
+ -moz-border-radius: 10px;
|
|
|
+ border-radius: 10px;
|
|
|
+ margin-bottom: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-large, .input-medium {
|
|
|
+ position: relative;
|
|
|
+ margin-bottom: 23px;
|
|
|
+ padding: 16px 20px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ float: left;
|
|
|
+ margin-right: 10px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-large {
|
|
|
+ width: 400px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-medium {
|
|
|
+ width: 170px;
|
|
|
+ display: block;
|
|
|
+ text-transform: uppercase;
|
|
|
+ margin-left:20px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-small {
|
|
|
+ width: 100px;
|
|
|
+ padding-top:15px;
|
|
|
+}
|
|
|
+
|
|
|
+.choose_param {
|
|
|
+ margin: 0 auto;
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+.row.input-options {
|
|
|
+ align-items: center;
|
|
|
+ margin-bottom: 20px;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
+ margin-left: 25px;
|
|
|
+}
|
|
|
+
|
|
|
+.input-field {
|
|
|
+ width: calc(33.3333% - 30px);
|
|
|
+ position: relative;
|
|
|
+ text-transform: uppercase;
|
|
|
+ font-size: 12px;
|
|
|
+ border-bottom: 2px solid gray;
|
|
|
+ padding: 1rem 1.25rem 1rem 0rem;
|
|
|
+}
|
|
|
+
|
|
|
.choose_param {
|
|
|
margin-bottom: 2%;
|
|
|
}
|
|
|
+*/
|
|
|
|
|
|
.barraDiRicerca {
|
|
|
width:70%;
|
|
@@ -38,15 +123,78 @@
|
|
|
border: 1px solid grey;
|
|
|
padding: 5px;
|
|
|
}
|
|
|
+
|
|
|
+.table-responsive {
|
|
|
+ margin: 3% 0%;
|
|
|
+ font-size: 14px;
|
|
|
+ width: 100%;
|
|
|
+ overflow-x: auto;
|
|
|
+ -webkit-overflow-scrolling: touch;
|
|
|
+ min-width: 900px;
|
|
|
+ display: flex !important;
|
|
|
+}
|
|
|
+
|
|
|
#result {
|
|
|
- margin:3%;
|
|
|
- font-size: 12px;
|
|
|
+ width: 100%;
|
|
|
+ margin-bottom: 1rem;
|
|
|
+ color: #212529;
|
|
|
}
|
|
|
|
|
|
#result .row {
|
|
|
padding: 1%;
|
|
|
+ position: relative;
|
|
|
+ -webkit-transition: .3s all ease;
|
|
|
+ -o-transition: .3s all ease;
|
|
|
+ transition: .3s all ease;
|
|
|
+ color: #777;
|
|
|
+ font-weight: 400;
|
|
|
+ padding-bottom: 20px;
|
|
|
+ padding-top: 20px;
|
|
|
+ font-weight: 300;
|
|
|
+ padding: 0.75rem;
|
|
|
+ vertical-align: top;
|
|
|
+ border-top: 1px solid #dee2e6;
|
|
|
+}
|
|
|
+
|
|
|
+#result .row::before {
|
|
|
+ top: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+#result .row::after {
|
|
|
+ bottom: -1px;
|
|
|
+}
|
|
|
+
|
|
|
+#result .row:hover {
|
|
|
+ background-color: #f9fbff;
|
|
|
+ border: 1px solid #3498db;
|
|
|
+}
|
|
|
+
|
|
|
+.box-text {
|
|
|
+ width: 100%;
|
|
|
+display: -webkit-box;
|
|
|
+display: -webkit-flex;
|
|
|
+display: -moz-box;
|
|
|
+display: -ms-flexbox;
|
|
|
+display: flex;
|
|
|
+flex-wrap: wrap;
|
|
|
+justify-content: space-between;
|
|
|
+padding: 20px 35px 28px;
|
|
|
+font-size: 18px;
|
|
|
+}
|
|
|
+
|
|
|
+.box-label {
|
|
|
+ text-transform: uppercase;
|
|
|
+color: #fff;
|
|
|
+font-size: 18px;
|
|
|
+text-align: center;
|
|
|
+width: 100%;
|
|
|
+background-color: #4f4f4f;
|
|
|
+padding: 15px 0px 0px 0px;
|
|
|
+font-weight: 500;
|
|
|
}
|
|
|
|
|
|
+
|
|
|
+
|
|
|
#result .row:nth-child(even){
|
|
|
background-color: #fff;
|
|
|
}
|
|
@@ -55,8 +203,17 @@
|
|
|
background-color: #efefef;
|
|
|
}
|
|
|
|
|
|
+*/
|
|
|
+
|
|
|
#first_row {
|
|
|
- font-weight: bold;
|
|
|
+ font-weight: bold !important;
|
|
|
+ border-top: none !important;
|
|
|
+ border-bottom: none !important;
|
|
|
+}
|
|
|
+
|
|
|
+#first_row:hover {
|
|
|
+ background-color: #fff !important;
|
|
|
+ border: none !important;
|
|
|
}
|
|
|
|
|
|
.highlight {
|
|
@@ -66,15 +223,48 @@
|
|
|
|
|
|
#single-context-box {
|
|
|
margin-top: 3%;
|
|
|
+ width: 560px;
|
|
|
+background: #fff;
|
|
|
+border-radius: 3px;
|
|
|
+position: relative;
|
|
|
+margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
.box {
|
|
|
- border: 1px solid black;
|
|
|
- padding: 1% 3%;
|
|
|
+ border: 1px solid #777;
|
|
|
+ border-top-color: rgb(119, 119, 119);
|
|
|
+ border-top-style: solid;
|
|
|
+ border-top-width: 1px;
|
|
|
+color: #777;
|
|
|
+border-top: none;
|
|
|
}
|
|
|
|
|
|
#context-title {
|
|
|
- font-weight: bold;
|
|
|
+font-size: 20px;
|
|
|
+font-size-adjust: 0.5;
|
|
|
+line-height: 1.2;
|
|
|
+text-transform: uppercase;
|
|
|
+min-height: 128px;
|
|
|
+position: relative;
|
|
|
+z-index: 1;
|
|
|
+display: -webkit-box;
|
|
|
+display: -webkit-flex;
|
|
|
+display: -moz-box;
|
|
|
+display: -ms-flexbox;
|
|
|
+display: flex;
|
|
|
+justify-content: center;
|
|
|
+align-items: center;
|
|
|
+background-repeat: no-repeat;
|
|
|
+background-size: cover;
|
|
|
+background-position: center;
|
|
|
+border-top-left-radius: 3px;
|
|
|
+border-top-right-radius: 3px;
|
|
|
+overflow: hidden;
|
|
|
+padding: 30px 15px;
|
|
|
+background-color: #efefef;
|
|
|
+border-radius: 15px 15px 0px 0px;
|
|
|
+border: 1px solid #777;
|
|
|
+color: #777;
|
|
|
}
|
|
|
|
|
|
.page:not(#pag_1) {
|
|
@@ -198,3 +388,18 @@ footer img {
|
|
|
.underlinethrough {
|
|
|
text-decoration-line: underline line-through;
|
|
|
}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ .row.input-options {
|
|
|
+ display: block;
|
|
|
+ width: 100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .input-field {
|
|
|
+ width:100%;
|
|
|
+ }
|
|
|
+
|
|
|
+ .table-responsive {
|
|
|
+ display: block;
|
|
|
+ }
|
|
|
+}
|