|
@@ -1,10 +1,14 @@
|
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
|
|
|
+body {
|
|
|
|
|
+ overflow-x: hidden;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
a {
|
|
a {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.ui-datepicker {
|
|
.ui-datepicker {
|
|
|
- z-index: 10000 !important;
|
|
|
|
|
|
|
+ z-index: 9998 !important;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.alert {
|
|
.alert {
|
|
@@ -98,9 +102,21 @@ ul.dropdown-left {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.topbar-logo img, .topbar-network-logo img {
|
|
.topbar-logo img, .topbar-network-logo img {
|
|
|
|
|
+ margin: 6px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.topbar-logo img {
|
|
|
max-height: 95%;
|
|
max-height: 95%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.topbar-network-logo {
|
|
|
|
|
+ margin-left: 6px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+.topbar-network-logo img {
|
|
|
|
|
+ max-height: 50px;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.topbar-title {
|
|
.topbar-title {
|
|
|
margin: 0 0.8em 0 0.8em;
|
|
margin: 0 0.8em 0 0.8em;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
@@ -127,18 +143,18 @@ ul.dropdown-left {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
margin: 0 0 1em;
|
|
margin: 0 0 1em;
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ z-index: 9999;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#menu::after {
|
|
|
|
|
|
|
+#menu:after {
|
|
|
content: "";
|
|
content: "";
|
|
|
/* empty but necessary */
|
|
/* empty but necessary */
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
background-color: #4facc6;
|
|
background-color: #4facc6;
|
|
|
- left: -20vw;
|
|
|
|
|
- height: 50px;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding-left: 19.9vw;
|
|
|
|
|
- padding-right: 19.9vw;
|
|
|
|
|
|
|
+ height: 100%;
|
|
|
|
|
+ left: -50%;
|
|
|
|
|
+ width: 200%;
|
|
|
z-index: -1;
|
|
z-index: -1;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -220,6 +236,13 @@ ul.dropdown-left {
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+/* The sticky class is added to the navbar with JS when it reaches its scroll position */
|
|
|
|
|
+#menu.sticky {
|
|
|
|
|
+ position: fixed;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ max-width: 60vw;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.content {
|
|
.content {
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
padding: 0 2em;
|
|
padding: 0 2em;
|
|
@@ -254,13 +277,13 @@ ul.dropdown-left {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content h4 {
|
|
.content h4 {
|
|
|
- color: #4facc6;
|
|
|
|
|
|
|
+ color: #333333;
|
|
|
font-size: 1.2em;
|
|
font-size: 1.2em;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.content h5 {
|
|
.content h5 {
|
|
|
- color: #4facc6;
|
|
|
|
|
|
|
+ color: #333333;
|
|
|
font-size: 1em;
|
|
font-size: 1em;
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
}
|
|
}
|
|
@@ -286,10 +309,8 @@ ul.dropdown-left {
|
|
|
background-repeat: repeat-x;
|
|
background-repeat: repeat-x;
|
|
|
box-shadow: 0px -2px 10px 0px #656565;
|
|
box-shadow: 0px -2px 10px 0px #656565;
|
|
|
height: 84px;
|
|
height: 84px;
|
|
|
- left: -20vw;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- padding-left: 19.9vw;
|
|
|
|
|
- padding-right: 19.9vw;
|
|
|
|
|
|
|
+ left: -50%;
|
|
|
|
|
+ width: 200%;
|
|
|
z-index: -1;
|
|
z-index: -1;
|
|
|
margin: 0;
|
|
margin: 0;
|
|
|
}
|
|
}
|