|
@@ -7,10 +7,6 @@ a {
|
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.ui-datepicker {
|
|
|
|
|
- z-index: 9998 !important;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.alert {
|
|
.alert {
|
|
|
color: #e60000;
|
|
color: #e60000;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
@@ -53,6 +49,18 @@ body {
|
|
|
min-width: 185px;
|
|
min-width: 185px;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+.ui-datepicker {
|
|
|
|
|
+ z-index: 9990 !important;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#menu {
|
|
|
|
|
+ z-index: 9991;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+#login-popup .popup-form {
|
|
|
|
|
+ z-index: 9992;
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.dropdown {
|
|
.dropdown {
|
|
|
position: relative;
|
|
position: relative;
|
|
|
display: inline-block;
|
|
display: inline-block;
|
|
@@ -144,7 +152,6 @@ ul.dropdown-left {
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
margin: 0 0 1em;
|
|
margin: 0 0 1em;
|
|
|
position: relative;
|
|
position: relative;
|
|
|
- z-index: 9999;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#menu:after {
|
|
#menu:after {
|
|
@@ -477,7 +484,6 @@ footer .logo-ot {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
right: 0;
|
|
right: 0;
|
|
|
top: 1em;
|
|
top: 1em;
|
|
|
- z-index: 1;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/* Toggle this class when clicking on the popup container (hide and show the popup) */
|
|
/* Toggle this class when clicking on the popup container (hide and show the popup) */
|