|
|
@@ -3233,6 +3233,10 @@ body {
|
|
|
width: 13px !important;
|
|
|
}
|
|
|
|
|
|
+.specialization-selection__checkbox--group-header {
|
|
|
+ margin-top: 2px;
|
|
|
+}
|
|
|
+
|
|
|
.specialization-selection__checkbox-label {
|
|
|
display: block;
|
|
|
width: calc(100% - 13px - 5px);
|
|
|
@@ -3254,6 +3258,24 @@ body {
|
|
|
background-color: #006dae;
|
|
|
}
|
|
|
|
|
|
+.specialization-selection__more {
|
|
|
+ color: #0A246A;
|
|
|
+ font-size: 13px;
|
|
|
+ font-family: "opensans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
|
|
|
+ padding-left: 18px;
|
|
|
+ cursor: pointer;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__more:after {
|
|
|
+ content: '>';
|
|
|
+ margin-left: 3px;
|
|
|
+}
|
|
|
+
|
|
|
+.specialization-selection__more:hover {
|
|
|
+ color: #0e3499;
|
|
|
+ text-decoration: underline;
|
|
|
+}
|
|
|
+
|
|
|
.specialization-filter__title {
|
|
|
margin-bottom: 20px;
|
|
|
margin-top: 30px;
|