@bmlt-enabled/croutonjs 3.21.0 → 3.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/crouton.css CHANGED
@@ -209,7 +209,7 @@ span.bmlt_tabs_group_count {
209
209
  background-color: #F1F1F1;
210
210
  }
211
211
 
212
- #bmlt-tabs .filterButton.btn.btn-primary.btn-sm:hover {
212
+ #bmlt-tabs .groupingButton.btn.btn-primary.btn-sm:hover {
213
213
  border-color: #fff;
214
214
  }
215
215
 
@@ -248,12 +248,12 @@ span.bmlt_tabs_group_count {
248
248
  color: #000;
249
249
  }
250
250
 
251
- #bmlt-tabs .filterButton.btn.btn-primary.btn-sm.buttonHighlight {
251
+ #bmlt-tabs .groupingButton.btn.btn-primary.btn-sm.buttonHighlight {
252
252
  background-color: #DB4865;
253
253
  color: #FFF;
254
254
  }
255
255
 
256
- #bmlt-tabs .filterButton.btn.btn-primary.btn-sm.buttonLowlight {
256
+ #bmlt-tabs .groupingButton.btn.btn-primary.btn-sm.buttonLowlight {
257
257
  background-color: #93C3CD;
258
258
  color: #000;
259
259
  }
@@ -263,7 +263,7 @@ span.bmlt_tabs_group_count {
263
263
  background-color: #DB4865;
264
264
  }
265
265
 
266
- #bmlt-tabs .filterButton {
266
+ #bmlt-tabs .groupingButton {
267
267
  color: #000;
268
268
  background-color: #93c3cd;
269
269
  margin-left: 2px;
@@ -296,7 +296,7 @@ span.bmlt_tabs_group_count {
296
296
  max-width: 800px;
297
297
  }
298
298
 
299
- #bmlt-tabs #day.btn-sm,#bmlt-tabs .filterButton.btn-sm {
299
+ #bmlt-tabs #day.btn-sm,#bmlt-tabs .groupingButton.btn-sm {
300
300
  padding: 2px 10px;
301
301
  font-size: inherit;
302
302
  line-height: 1.6;
@@ -349,7 +349,7 @@ span.bmlt_tabs_group_count {
349
349
  display: block !important;
350
350
  }
351
351
 
352
- #bmlt-tabs #day.btn-sm,#bmlt-tabs .filterButton.btn-sm {
352
+ #bmlt-tabs #day.btn-sm,#bmlt-tabs .groupingButton.btn-sm {
353
353
  margin-bottom: 4px;
354
354
  }
355
355
 
@@ -671,6 +671,552 @@ table.tablesaw {
671
671
  input#search_radius, input#search_count {
672
672
  width: auto;
673
673
  }
674
+ div.bmlt_map_container_div
675
+ {
676
+ width: 100%;
677
+ margin:auto;
678
+ left:0;
679
+ top:0;
680
+ height:640px;
681
+ }
682
+
683
+ div.bmlt_search_map_div {
684
+ width: 100%;
685
+ margin:auto;
686
+ left:0;
687
+ top:0;
688
+ height:100%;
689
+ z-index: 10;
690
+ }
691
+ div.bmlt_map_container_div .bmlt_map_throbber_div
692
+ {
693
+ position:absolute;
694
+ top:50%;
695
+ left:50%;
696
+ height:48px;
697
+ width:48px;
698
+ margin:0;
699
+ margin-top:-24px;
700
+ margin-left:-24px;
701
+ z-index:10000;
702
+ }
703
+ div.bmlt_map_throbber_div {
704
+ background-color: transparent;
705
+ border: 0px;
706
+ }
707
+ div.bmlt_map_container_div .bmlt_map_throbber_div img
708
+ {
709
+ display:block;
710
+ height:40px;
711
+ width:40px;
712
+ margin:4px;
713
+ }
714
+
715
+ div.bmlt_map_container_div .bmlt_search_map_div,
716
+ div.bmlt_map_container_div .bmlt_map_throbber_div
717
+ {
718
+ border: 1px solid #555;
719
+ border-radius: 3px;
720
+ -moz-border-radius:3px;
721
+ -webkit-border-radius: 3px;
722
+ }
723
+
724
+ div.bmlt_map_container_div div.bmlt_search_map_div
725
+ {
726
+ width:100%;
727
+ margin:auto;
728
+ margin-top:2px;
729
+ }
730
+ .accordion {
731
+
732
+ box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
733
+ min-width: 200px !important;
734
+ /* Radio Inputs */
735
+ /* Labels */
736
+ /* Panel Content */
737
+ }
738
+ .accordion input[name='panel'] {
739
+ display: none;
740
+ }
741
+ .accordion label {
742
+ position: relative;
743
+ display: block;
744
+ padding-left: 1em;
745
+ padding-right: 1em;
746
+ padding-top: .25em;
747
+ padding-bottom: .25em;
748
+ background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 50%, #dbdbdb 55%, #e2e2e2 100%);
749
+ border-top: 1px solid #fff;
750
+ border-bottom: 1px solid rgba(0, 0, 0, 0.15);
751
+ box-shadow: inset 0 2px 0 #fff;
752
+ font-size: 14px;
753
+ font-weight: 700;
754
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
755
+ color: #666;
756
+ cursor: pointer;
757
+ transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
758
+ }
759
+ .accordion h4 {
760
+ padding-top: .25em;
761
+ font-size: 16px;
762
+ font-weight: bold;
763
+ margin-top: 8px;
764
+ margin-bottom: 8px;
765
+ }
766
+ .accordion label:after {
767
+ content: '+';
768
+ position: absolute;
769
+ right: 1em;
770
+ width: 1em;
771
+ height: 1em;
772
+ color: #eee;
773
+ text-align: center;
774
+ border-radius: 50%;
775
+ background: #27ae60;
776
+ box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.5), 0 1px 0 #fff;
777
+ text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
778
+ }
779
+ .accordion label:hover {
780
+ color: #444;
781
+ }
782
+ .accordion input:checked + label {
783
+ color: #222;
784
+ }
785
+ .accordion input:checked + label:after {
786
+ content: '-';
787
+ /* adjsut line-height to vertically center icon */
788
+ line-height: .8em;
789
+ }
790
+ .accordion .marker_div_meeting {
791
+ overflow: hidden;
792
+ height: 0px;
793
+ position: relative;
794
+ padding: 0 1.5em;
795
+ box-shadow: inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
796
+ color: #444;
797
+ transition: height 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
798
+ }
799
+ .accordion .marker_div_meeting:not(:last-of-type) {
800
+ box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
801
+ }
802
+ .accordion .marker_div_meeting .accordion__header {
803
+ padding: 1em 0;
804
+ }
805
+ .accordion .marker_div_meeting .accordion__body {
806
+ font-size: .825em;
807
+ line-height: 1.4em;
808
+ }
809
+ .active {
810
+ display: block;
811
+ }
812
+ .hidden {
813
+ display: none;
814
+ }
815
+ .hygene-button {
816
+ padding: 3px 5px;
817
+ font-size: 12px;
818
+ background-color: #F1F1F1;
819
+ color: #35414F;
820
+ border-color: #C5C5C5;
821
+ margin-bottom: 3px;
822
+ }
823
+ .bmlt-hygene-descr {
824
+ padding-top: 2px;
825
+ padding-bottom: 2px;
826
+ font-size: 12px;
827
+ border:0;
828
+ }
829
+
830
+ .bmlt-hygene-header {
831
+ font-weight: bold;
832
+ padding-bottom: 2px;
833
+ font-size:12px;
834
+ border:0;
835
+ }
836
+ input[name='panel']:checked ~ .marker_div_meeting {
837
+ height:auto;
838
+ overflow: auto !important;
839
+ padding-bottom:1em;
840
+ }
841
+
842
+ .onoffswitch {
843
+ position: relative; width: 170px !important;
844
+ opacity: 1 !important;
845
+ -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
846
+ }
847
+ .onoffswitch-checkbox {
848
+ display: none !important;
849
+ }
850
+ .onoffswitch-label {
851
+ display: block; overflow: hidden; cursor: pointer;
852
+ border: 2px solid #2d5c88 !important; border-radius: 20px !important;
853
+ box-shadow: 0 1px 4px rgba(0,0,0,0.3);
854
+
855
+ }
856
+ .onoffswitch-inner {
857
+ display: block !important; width: 200% !important; margin-left: -100% !important;
858
+ transition: margin 0.3s ease-in 0s;
859
+ }
860
+ .onoffswitch-inner:before, .onoffswitch-inner:after {
861
+ display: block; float: left; width: 50%; height: 30px; line-height: 30px;
862
+ font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important; font-weight: bold !important;
863
+ box-sizing: border-box !important;
864
+ }
865
+
866
+ .onoffswitch-switch {
867
+ display: block !important; width: 18px !important; margin: 6px !important;
868
+ background: #FFFFFF !important;
869
+ position: absolute; top: 0; bottom: 0;
870
+ right: 136px !important;
871
+ border: 2px solid #2d5c88 !important; border-radius: 20px;
872
+ transition: all 0.3s ease-in 0s;
873
+ }
874
+ .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
875
+ margin-left: 0 !important;
876
+ }
877
+ .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
878
+ right: 0px !important;
879
+ }
880
+ .mapSearchText {
881
+ background-color: #fff !important;
882
+ border: none !important;
883
+ outline: none !important;
884
+ font-size: 14px !important;font-family: Roboto, Arial, sans-serif !important; font-weight: bold !important;
885
+ border-radius: 2px !important;
886
+ box-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
887
+ cursor: pointer !important;
888
+ padding: 0px !important;
889
+ margin-left: 10px !important;
890
+ margin-bottom: 0px !important;
891
+ height: 30px !important;
892
+ }
893
+ .si-content-wrapper {
894
+ padding: 0;
895
+ }
896
+
897
+ div.bmlt_map_container_div input {
898
+ width: 100%;
899
+ background-color: #fff;
900
+ }
901
+ div.bmlt_map_container_div button {
902
+ background-color: #eeeeee !important;
903
+ color: #2d5c88 !important;
904
+ }
905
+ #open_filter {
906
+ width: inherit;
907
+ }
908
+ /* The Modal (background) */
909
+ .modal {
910
+ font-size: 14px !important; color: black; font-family: Roboto, Arial, sans-serif !important;
911
+ display: none; /* Hidden by default */
912
+ position: fixed; /* Stay in place */
913
+ z-index: 1000; /* Sit on top */
914
+ left: 0;
915
+ top: 0;
916
+ width: 100%; /* Full width */
917
+ height: 100%; /* Full height */
918
+ overflow: auto !important; /* Enable scroll if needed */
919
+ background-color: rgb(0,0,0); /* Fallback color */
920
+ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
921
+ }
922
+
923
+ /* Modal Content/Box */
924
+ .modal-content {
925
+ background-color: #fefefe;
926
+ position: absolute;
927
+ top: 50%;
928
+ left: 50%;
929
+ transform: translate(-50%, -50%);
930
+ padding: 20px;
931
+ border: 1px solid #888;
932
+ line-height: 1.2;
933
+ }
934
+ #meeting_modal .modal-content {
935
+ transform: unset;
936
+ top: 10%;
937
+ left: 8%;
938
+ max-width: 85%;
939
+ overflow-y: auto;
940
+ overflow-x: hidden;
941
+ }
942
+
943
+ /* The Close Button */
944
+ .modal-close {
945
+ color: #aaa;
946
+ float: right;
947
+ font-size: 28px;
948
+ font-weight: bold;
949
+ line-height: 0;
950
+ }
951
+ .modal-right {
952
+ color: #aaa;
953
+ font-size: 35px;
954
+ font-weight: bold;
955
+ position: absolute;
956
+ top: 50%;
957
+ right: 2px;
958
+ line-height: 38px;
959
+ opacity: 30%;
960
+ border-radius: 10px;
961
+ background-color: black;
962
+ }
963
+ .modal-left {
964
+ color: #aaa;
965
+ font-size: 35px;
966
+ font-weight: bold;
967
+ position: absolute;
968
+ top: 50%;
969
+ left: 2px;
970
+ line-height: 38px;
971
+ opacity: 30%;
972
+ border-radius: 10px;
973
+ background-color: black;
974
+ }
975
+ .table-close {
976
+ color: white;
977
+ float: right;
978
+ font-size: 20px;
979
+ font-weight: bold;
980
+ }
981
+ .map-list-title {
982
+ color: white;
983
+ font-weight:bold;
984
+ font-size: 20px;
985
+ }
986
+ .modal-search {
987
+ padding-top: 20px;
988
+ padding-bottom: 10px;
989
+ }
990
+ .modal-search .filter-button {
991
+ width: 100%
992
+ }
993
+ #goto-button {
994
+ margin-top: 10px;
995
+ }
996
+ .modal-close:hover,
997
+ .modal-close:focus {
998
+ color: black;
999
+ text-decoration: none;
1000
+ cursor: pointer;
1001
+ }
1002
+ .modal-title {
1003
+ font-size: 18px;
1004
+ text-align: left;
1005
+ }
1006
+ #filter_modal p {
1007
+ margin-top: .5em;
1008
+ margin-bottom: 0;
1009
+ }
1010
+ .filter-button {
1011
+ background-color: #1abc9c;
1012
+ color: #fff;
1013
+ margin: 10px;
1014
+ border-radius: 3px;
1015
+ padding: .3em .5em;
1016
+ }
1017
+
1018
+ /* Style the buttons inside the tab */
1019
+ #modal-tab button {
1020
+ float: left;
1021
+ border: none;
1022
+ outline: none;
1023
+ cursor: pointer;
1024
+ padding: 8px 8px;
1025
+ transition: 0.3s;
1026
+ font-size: 13px;
1027
+ margin-left: 2px;
1028
+ margin-top: 6px;
1029
+ border-color: #C5C5C5 !important;
1030
+ color: #FFF !important;
1031
+ background-color: #DB4865 !important;
1032
+ }
1033
+ #table_content {
1034
+ font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important;
1035
+ transform: translate(-50%, 0px);
1036
+ top: 15%;
1037
+ width: 75%;
1038
+ }
1039
+ #table_content h4 {
1040
+ font-size: 14px;
1041
+ font-weight: bold;
1042
+ margin-top: 0;
1043
+ line-height: 1.2;
1044
+ }
1045
+ .modal_times {
1046
+ font-size: 14px;
1047
+ font-weight: bold;
1048
+ color: #DB4865;
1049
+ }
1050
+ #table_content .meeting-header{
1051
+ background-color: #93c3cd !important;
1052
+ font-size: 14px;
1053
+ font-weight: 700 !important;
1054
+ color: #000 !important;
1055
+ }
1056
+
1057
+ #modal-day-button {
1058
+ margin-left:6px;
1059
+ }
1060
+
1061
+ /* Change background color of buttons on hover */
1062
+ #modal-tab button:hover {
1063
+ background-color: #F1F1F1 !important;
1064
+ border-color: #fff !important;
1065
+ }
1066
+
1067
+ /* Create an active/current tablink class */
1068
+ #modal-tab button.active {
1069
+ color: #000 !important;
1070
+ background-color: #93c3cd !important;
1071
+ }
1072
+
1073
+ /* Style the tab content */
1074
+ .modal-tabcontent {
1075
+ display: none;
1076
+ padding: 4px 4px;
1077
+ border: 1px solid #ccc;
1078
+ border-top: none;
1079
+ background-color: #35414F;
1080
+ }
1081
+ .modal-tabcontent td {
1082
+ background-color: inherit;
1083
+ }
1084
+
1085
+
1086
+ .modal-tabcontent tr:nth-child(even) {
1087
+ background-color: #F2F2F2 !important;
1088
+ }
1089
+
1090
+ .modal-tabcontent tr:nth-child(odd) {
1091
+ background: #FFF;
1092
+ }
1093
+
1094
+ #bmlt-tabs td {
1095
+ /* border-top: 0; */
1096
+ padding: .8em;
1097
+ }
1098
+ .menu-button {
1099
+ background-color: #EEEEEE !important;
1100
+ color: #2d5c88 !important;
1101
+ outline: none;
1102
+ width: 55px;
1103
+ height: 32px;
1104
+ border: 2px solid #2d5c88 !important; border-radius: 20px !important;
1105
+ box-shadow: 0 1px 4px rgba(0,0,0,0.3);
1106
+ cursor: pointer;
1107
+ margin-right: 10px;
1108
+ margin-top: 10px;
1109
+ padding: 0px;
1110
+ }
1111
+ .menu-button:hover, .menu-button:focus {
1112
+ background-color: #EEEEEE !important;
1113
+ }
1114
+ .menu-button-label {
1115
+ position: relative;
1116
+ top: -12px;
1117
+ left: -0.3em;
1118
+ font-weight: bold;
1119
+ font-size: 14px;
1120
+ color: #2d5c88 !important;
1121
+
1122
+ }
1123
+ #map-search-button {
1124
+ width: fit-content;
1125
+ height: fit-content;
1126
+ }
1127
+ #map-search-button .menu-button-label {
1128
+ margin: 10px;
1129
+ }
1130
+ .menu-button-child {
1131
+ width: 32px;
1132
+ height: 32px;
1133
+ background-size: 32px 32px;
1134
+ background-position: 1px -2px;
1135
+ background-repeat: no-repeat;
1136
+ font-size: 14px;
1137
+ display: inline-block;
1138
+ }
1139
+ .menu-button-childSmall {
1140
+ width: 32px;
1141
+ height: 32px;
1142
+ background-size: 24px 24px;
1143
+ background-position: 1px 2px;
1144
+ background-repeat: no-repeat;
1145
+ font-size: 14px;
1146
+ display: inline-block;
1147
+ }
1148
+ .menu-dropdown {
1149
+ display: none;
1150
+ background-color: #EEEEEE;
1151
+ color: #2d5c88;
1152
+ position: absolute;
1153
+ top: 45px;
1154
+ right: 10px;
1155
+ border-radius: 2px;
1156
+ box-shadow: 0 1px 4px rgba(0,0,0,0.3);
1157
+ min-width: 160px;
1158
+ }
1159
+ .menu-dropdown button {
1160
+ color: black;
1161
+ padding: 12px 16px;
1162
+ font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important;
1163
+ font-weight: bold;
1164
+ text-decoration: none;
1165
+ display: block;
1166
+ width: 100%;
1167
+ background-color: #EEEEEE;
1168
+ }
1169
+ .leaflet-popup-content {
1170
+ margin: 0px 0px;
1171
+ }
1172
+
1173
+ .leaflet-pseudo-fullscreen {
1174
+ position:fixed!important;
1175
+ width:100%!important;
1176
+ height:100%!important;
1177
+ top:0!important;
1178
+ left:0!important;
1179
+ z-index:99999;
1180
+ }
1181
+ .gm-style-iw-d {
1182
+ overflow: hidden !important;
1183
+ }
1184
+ .gm-style .gm-style-iw-c {
1185
+ padding: 0px;
1186
+ }
1187
+ #bmlt-map button.gm-ui-hover-effect, #byfield_embeddedMapPage .gm-ui-hover-effect {
1188
+ right: 0px;
1189
+ z-index: 999;
1190
+ width: 20px !important;
1191
+ height: 20px !important;
1192
+ }
1193
+ .gm-ui-hover-effect>span {
1194
+ position: relative;
1195
+ bottom: 13px;
1196
+ right: 13px;
1197
+ }
1198
+ #bmlt-map .gm-style-iw-chr, #byfield_embeddedMapPage .gm-style-iw-chr {
1199
+ height: 0 !important;
1200
+ }
1201
+ @media (max-width: 767px) {
1202
+ #bmltsearch_content {
1203
+ width: 80%;
1204
+ }
1205
+ }
1206
+ #modal-search-box {
1207
+ padding: 5px;
1208
+ border-style: solid;
1209
+ border-width: 1px;
1210
+ border-color: black;
1211
+ margin-top: 10px;
1212
+ }
1213
+ #bmltsearch_modal .modal-title {
1214
+ margin: 20px 0 10px 0;
1215
+ }
1216
+ button.advanced-search-button {
1217
+ float: right;
1218
+ margin-top: 20px;
1219
+ }
674
1220
  /* required styles */
675
1221
 
676
1222
  .leaflet-pane,
@@ -1141,797 +1687,251 @@ svg.leaflet-image-layer.leaflet-interactive path {
1141
1687
  text-align: center;
1142
1688
  margin-bottom: 20px;
1143
1689
  }
1144
- .leaflet-popup-content-wrapper {
1145
- padding: 1px;
1146
- text-align: left;
1147
- border-radius: 12px;
1148
- }
1149
- .leaflet-popup-content {
1150
- margin: 13px 19px;
1151
- line-height: 1.4;
1152
- }
1153
- .leaflet-popup-content p {
1154
- margin: 18px 0;
1155
- }
1156
- .leaflet-popup-tip-container {
1157
- width: 40px;
1158
- height: 20px;
1159
- position: absolute;
1160
- left: 50%;
1161
- margin-left: -20px;
1162
- overflow: hidden;
1163
- pointer-events: none;
1164
- }
1165
- .leaflet-popup-tip {
1166
- width: 17px;
1167
- height: 17px;
1168
- padding: 1px;
1169
-
1170
- margin: -10px auto 0;
1171
-
1172
- -webkit-transform: rotate(45deg);
1173
- -moz-transform: rotate(45deg);
1174
- -ms-transform: rotate(45deg);
1175
- transform: rotate(45deg);
1176
- }
1177
- .leaflet-popup-content-wrapper,
1178
- .leaflet-popup-tip {
1179
- background: white;
1180
- color: #333;
1181
- box-shadow: 0 3px 14px rgba(0,0,0,0.4);
1182
- }
1183
- .leaflet-container a.leaflet-popup-close-button {
1184
- position: absolute;
1185
- top: 0;
1186
- right: 0;
1187
- padding: 4px 4px 0 0;
1188
- border: none;
1189
- text-align: center;
1190
- width: 18px;
1191
- height: 14px;
1192
- font: 16px/14px Tahoma, Verdana, sans-serif;
1193
- color: #c3c3c3;
1194
- text-decoration: none;
1195
- font-weight: bold;
1196
- background: transparent;
1197
- }
1198
- .leaflet-container a.leaflet-popup-close-button:hover {
1199
- color: #999;
1200
- }
1201
- .leaflet-popup-scrolled {
1202
- overflow: auto;
1203
- border-bottom: 1px solid #ddd;
1204
- border-top: 1px solid #ddd;
1205
- }
1206
-
1207
- .leaflet-oldie .leaflet-popup-content-wrapper {
1208
- zoom: 1;
1209
- }
1210
- .leaflet-oldie .leaflet-popup-tip {
1211
- width: 24px;
1212
- margin: 0 auto;
1213
-
1214
- -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
1215
- filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
1216
- }
1217
- .leaflet-oldie .leaflet-popup-tip-container {
1218
- margin-top: -1px;
1219
- }
1220
-
1221
- .leaflet-oldie .leaflet-control-zoom,
1222
- .leaflet-oldie .leaflet-control-layers,
1223
- .leaflet-oldie .leaflet-popup-content-wrapper,
1224
- .leaflet-oldie .leaflet-popup-tip {
1225
- border: 1px solid #999;
1226
- }
1227
-
1228
-
1229
- /* div icon */
1230
-
1231
- .leaflet-div-icon {
1232
- background: #fff;
1233
- border: 1px solid #666;
1234
- }
1235
-
1236
-
1237
- /* Tooltip */
1238
- /* Base styles for the element that has a tooltip */
1239
- .leaflet-tooltip {
1240
- position: absolute;
1241
- padding: 6px;
1242
- background-color: #fff;
1243
- border: 1px solid #fff;
1244
- border-radius: 3px;
1245
- color: #222;
1246
- white-space: nowrap;
1247
- -webkit-user-select: none;
1248
- -moz-user-select: none;
1249
- -ms-user-select: none;
1250
- user-select: none;
1251
- pointer-events: none;
1252
- box-shadow: 0 1px 3px rgba(0,0,0,0.4);
1253
- }
1254
- .leaflet-tooltip.leaflet-clickable {
1255
- cursor: pointer;
1256
- pointer-events: auto;
1257
- }
1258
- .leaflet-tooltip-top:before,
1259
- .leaflet-tooltip-bottom:before,
1260
- .leaflet-tooltip-left:before,
1261
- .leaflet-tooltip-right:before {
1262
- position: absolute;
1263
- pointer-events: none;
1264
- border: 6px solid transparent;
1265
- background: transparent;
1266
- content: "";
1267
- }
1268
-
1269
- /* Directions */
1270
-
1271
- .leaflet-tooltip-bottom {
1272
- margin-top: 6px;
1273
- }
1274
- .leaflet-tooltip-top {
1275
- margin-top: -6px;
1276
- }
1277
- .leaflet-tooltip-bottom:before,
1278
- .leaflet-tooltip-top:before {
1279
- left: 50%;
1280
- margin-left: -6px;
1281
- }
1282
- .leaflet-tooltip-top:before {
1283
- bottom: 0;
1284
- margin-bottom: -12px;
1285
- border-top-color: #fff;
1286
- }
1287
- .leaflet-tooltip-bottom:before {
1288
- top: 0;
1289
- margin-top: -12px;
1290
- margin-left: -6px;
1291
- border-bottom-color: #fff;
1292
- }
1293
- .leaflet-tooltip-left {
1294
- margin-left: -6px;
1295
- }
1296
- .leaflet-tooltip-right {
1297
- margin-left: 6px;
1298
- }
1299
- .leaflet-tooltip-left:before,
1300
- .leaflet-tooltip-right:before {
1301
- top: 50%;
1302
- margin-top: -6px;
1303
- }
1304
- .leaflet-tooltip-left:before {
1305
- right: 0;
1306
- margin-right: -12px;
1307
- border-left-color: #fff;
1308
- }
1309
- .leaflet-tooltip-right:before {
1310
- left: 0;
1311
- margin-left: -12px;
1312
- border-right-color: #fff;
1313
- }
1314
- .leaflet-container.crosshair-cursor-enabled {
1315
- cursor:crosshair;
1316
- }
1317
- .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
1318
- -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
1319
- -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
1320
- -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
1321
- transition: transform 0.3s ease-out, opacity 0.3s ease-in;
1322
- }
1323
-
1324
- .leaflet-cluster-spider-leg {
1325
- /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
1326
- -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
1327
- -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
1328
- -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
1329
- transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
1330
- }
1331
-
1332
- .marker-cluster-small {
1333
- background-color: rgba(181, 226, 140, 0.6);
1334
- }
1335
- .marker-cluster-small div {
1336
- background-color: rgba(110, 204, 57, 0.6);
1337
- }
1338
-
1339
- .marker-cluster-medium {
1340
- background-color: rgba(241, 211, 87, 0.6);
1690
+ .leaflet-popup-content-wrapper {
1691
+ padding: 1px;
1692
+ text-align: left;
1693
+ border-radius: 12px;
1341
1694
  }
1342
- .marker-cluster-medium div {
1343
- background-color: rgba(240, 194, 12, 0.6);
1695
+ .leaflet-popup-content {
1696
+ margin: 13px 19px;
1697
+ line-height: 1.4;
1344
1698
  }
1345
-
1346
- .marker-cluster-large {
1347
- background-color: rgba(253, 156, 115, 0.6);
1699
+ .leaflet-popup-content p {
1700
+ margin: 18px 0;
1348
1701
  }
1349
- .marker-cluster-large div {
1350
- background-color: rgba(241, 128, 23, 0.6);
1702
+ .leaflet-popup-tip-container {
1703
+ width: 40px;
1704
+ height: 20px;
1705
+ position: absolute;
1706
+ left: 50%;
1707
+ margin-left: -20px;
1708
+ overflow: hidden;
1709
+ pointer-events: none;
1351
1710
  }
1711
+ .leaflet-popup-tip {
1712
+ width: 17px;
1713
+ height: 17px;
1714
+ padding: 1px;
1352
1715
 
1353
- /* IE 6-8 fallback colors */
1354
- .leaflet-oldie .marker-cluster-small {
1355
- background-color: rgb(181, 226, 140);
1716
+ margin: -10px auto 0;
1717
+
1718
+ -webkit-transform: rotate(45deg);
1719
+ -moz-transform: rotate(45deg);
1720
+ -ms-transform: rotate(45deg);
1721
+ transform: rotate(45deg);
1356
1722
  }
1357
- .leaflet-oldie .marker-cluster-small div {
1358
- background-color: rgb(110, 204, 57);
1723
+ .leaflet-popup-content-wrapper,
1724
+ .leaflet-popup-tip {
1725
+ background: white;
1726
+ color: #333;
1727
+ box-shadow: 0 3px 14px rgba(0,0,0,0.4);
1359
1728
  }
1360
-
1361
- .leaflet-oldie .marker-cluster-medium {
1362
- background-color: rgb(241, 211, 87);
1729
+ .leaflet-container a.leaflet-popup-close-button {
1730
+ position: absolute;
1731
+ top: 0;
1732
+ right: 0;
1733
+ padding: 4px 4px 0 0;
1734
+ border: none;
1735
+ text-align: center;
1736
+ width: 18px;
1737
+ height: 14px;
1738
+ font: 16px/14px Tahoma, Verdana, sans-serif;
1739
+ color: #c3c3c3;
1740
+ text-decoration: none;
1741
+ font-weight: bold;
1742
+ background: transparent;
1363
1743
  }
1364
- .leaflet-oldie .marker-cluster-medium div {
1365
- background-color: rgb(240, 194, 12);
1744
+ .leaflet-container a.leaflet-popup-close-button:hover {
1745
+ color: #999;
1366
1746
  }
1367
-
1368
- .leaflet-oldie .marker-cluster-large {
1369
- background-color: rgb(253, 156, 115);
1747
+ .leaflet-popup-scrolled {
1748
+ overflow: auto;
1749
+ border-bottom: 1px solid #ddd;
1750
+ border-top: 1px solid #ddd;
1370
1751
  }
1371
- .leaflet-oldie .marker-cluster-large div {
1372
- background-color: rgb(241, 128, 23);
1373
- }
1374
1752
 
1375
- .marker-cluster {
1376
- background-clip: padding-box;
1377
- border-radius: 20px;
1753
+ .leaflet-oldie .leaflet-popup-content-wrapper {
1754
+ zoom: 1;
1378
1755
  }
1379
- .marker-cluster div {
1380
- width: 30px;
1381
- height: 30px;
1382
- margin-left: 5px;
1383
- margin-top: 5px;
1756
+ .leaflet-oldie .leaflet-popup-tip {
1757
+ width: 24px;
1758
+ margin: 0 auto;
1384
1759
 
1385
- text-align: center;
1386
- border-radius: 15px;
1387
- font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
1388
- }
1389
- .marker-cluster span {
1390
- line-height: 30px;
1760
+ -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
1761
+ filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
1762
+ }
1763
+ .leaflet-oldie .leaflet-popup-tip-container {
1764
+ margin-top: -1px;
1391
1765
  }
1392
- div.bmlt_map_container_div
1393
- {
1394
- width: 100%;
1395
- margin:auto;
1396
- left:0;
1397
- top:0;
1398
- height:640px;
1399
- }
1400
-
1401
- div.bmlt_search_map_div {
1402
- width: 100%;
1403
- margin:auto;
1404
- left:0;
1405
- top:0;
1406
- height:100%;
1407
- z-index: 10;
1408
- }
1409
- div.bmlt_map_container_div .bmlt_map_throbber_div
1410
- {
1411
- position:absolute;
1412
- top:50%;
1413
- left:50%;
1414
- height:48px;
1415
- width:48px;
1416
- margin:0;
1417
- margin-top:-24px;
1418
- margin-left:-24px;
1419
- z-index:10000;
1420
- }
1421
- div.bmlt_map_throbber_div {
1422
- background-color: transparent;
1423
- border: 0px;
1424
- }
1425
- div.bmlt_map_container_div .bmlt_map_throbber_div img
1426
- {
1427
- display:block;
1428
- height:40px;
1429
- width:40px;
1430
- margin:4px;
1431
- }
1432
-
1433
- div.bmlt_map_container_div .bmlt_search_map_div,
1434
- div.bmlt_map_container_div .bmlt_map_throbber_div
1435
- {
1436
- border: 1px solid #555;
1437
- border-radius: 3px;
1438
- -moz-border-radius:3px;
1439
- -webkit-border-radius: 3px;
1440
- }
1441
-
1442
- div.bmlt_map_container_div div.bmlt_search_map_div
1443
- {
1444
- width:100%;
1445
- margin:auto;
1446
- margin-top:2px;
1447
- }
1448
- .accordion {
1449
-
1450
- box-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
1451
- min-width: 200px !important;
1452
- /* Radio Inputs */
1453
- /* Labels */
1454
- /* Panel Content */
1455
- }
1456
- .accordion input[name='panel'] {
1457
- display: none;
1458
- }
1459
- .accordion label {
1460
- position: relative;
1461
- display: block;
1462
- padding-left: 1em;
1463
- padding-right: 1em;
1464
- padding-top: .25em;
1465
- padding-bottom: .25em;
1466
- background: linear-gradient(to bottom, #fefefe 0%, #d1d1d1 50%, #dbdbdb 55%, #e2e2e2 100%);
1467
- border-top: 1px solid #fff;
1468
- border-bottom: 1px solid rgba(0, 0, 0, 0.15);
1469
- box-shadow: inset 0 2px 0 #fff;
1470
- font-size: 14px;
1471
- font-weight: 700;
1472
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
1473
- color: #666;
1474
- cursor: pointer;
1475
- transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
1476
- }
1477
- .accordion h4 {
1478
- padding-top: .25em;
1479
- font-size: 16px;
1480
- font-weight: bold;
1481
- margin-top: 8px;
1482
- margin-bottom: 8px;
1483
- }
1484
- .accordion label:after {
1485
- content: '+';
1486
- position: absolute;
1487
- right: 1em;
1488
- width: 1em;
1489
- height: 1em;
1490
- color: #eee;
1491
- text-align: center;
1492
- border-radius: 50%;
1493
- background: #27ae60;
1494
- box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.5), 0 1px 0 #fff;
1495
- text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
1496
- }
1497
- .accordion label:hover {
1498
- color: #444;
1499
- }
1500
- .accordion input:checked + label {
1501
- color: #222;
1502
- }
1503
- .accordion input:checked + label:after {
1504
- content: '-';
1505
- /* adjsut line-height to vertically center icon */
1506
- line-height: .8em;
1507
- }
1508
- .accordion .marker_div_meeting {
1509
- overflow: hidden;
1510
- height: 0px;
1511
- position: relative;
1512
- padding: 0 1.5em;
1513
- box-shadow: inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
1514
- color: #444;
1515
- transition: height 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87);
1516
- }
1517
- .accordion .marker_div_meeting:not(:last-of-type) {
1518
- box-shadow: inset 0 -2px 2px rgba(0, 0, 0, 0.25), inset 4px 0 0 0 #27ae60, inset 0 3px 6px rgba(0, 0, 0, 0.75);
1519
- }
1520
- .accordion .marker_div_meeting .accordion__header {
1521
- padding: 1em 0;
1522
- }
1523
- .accordion .marker_div_meeting .accordion__body {
1524
- font-size: .825em;
1525
- line-height: 1.4em;
1526
- }
1527
- .active {
1528
- display: block;
1529
- }
1530
- .hidden {
1531
- display: none;
1532
- }
1533
- .hygene-button {
1534
- padding: 3px 5px;
1535
- font-size: 12px;
1536
- background-color: #F1F1F1;
1537
- color: #35414F;
1538
- border-color: #C5C5C5;
1539
- margin-bottom: 3px;
1540
- }
1541
- .bmlt-hygene-descr {
1542
- padding-top: 2px;
1543
- padding-bottom: 2px;
1544
- font-size: 12px;
1545
- border:0;
1546
- }
1547
1766
 
1548
- .bmlt-hygene-header {
1549
- font-weight: bold;
1550
- padding-bottom: 2px;
1551
- font-size:12px;
1552
- border:0;
1553
- }
1554
- input[name='panel']:checked ~ .marker_div_meeting {
1555
- height:auto;
1556
- overflow: auto !important;
1557
- padding-bottom:1em;
1558
- }
1767
+ .leaflet-oldie .leaflet-control-zoom,
1768
+ .leaflet-oldie .leaflet-control-layers,
1769
+ .leaflet-oldie .leaflet-popup-content-wrapper,
1770
+ .leaflet-oldie .leaflet-popup-tip {
1771
+ border: 1px solid #999;
1772
+ }
1559
1773
 
1560
- .onoffswitch {
1561
- position: relative; width: 170px !important;
1562
- opacity: 1 !important;
1563
- -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
1564
- }
1565
- .onoffswitch-checkbox {
1566
- display: none !important;
1567
- }
1568
- .onoffswitch-label {
1569
- display: block; overflow: hidden; cursor: pointer;
1570
- border: 2px solid #2d5c88 !important; border-radius: 20px !important;
1571
- box-shadow: 0 1px 4px rgba(0,0,0,0.3);
1572
1774
 
1573
- }
1574
- .onoffswitch-inner {
1575
- display: block !important; width: 200% !important; margin-left: -100% !important;
1576
- transition: margin 0.3s ease-in 0s;
1577
- }
1578
- .onoffswitch-inner:before, .onoffswitch-inner:after {
1579
- display: block; float: left; width: 50%; height: 30px; line-height: 30px;
1580
- font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important; font-weight: bold !important;
1581
- box-sizing: border-box !important;
1582
- }
1775
+ /* div icon */
1583
1776
 
1584
- .onoffswitch-switch {
1585
- display: block !important; width: 18px !important; margin: 6px !important;
1586
- background: #FFFFFF !important;
1587
- position: absolute; top: 0; bottom: 0;
1588
- right: 136px !important;
1589
- border: 2px solid #2d5c88 !important; border-radius: 20px;
1590
- transition: all 0.3s ease-in 0s;
1591
- }
1592
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
1593
- margin-left: 0 !important;
1594
- }
1595
- .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
1596
- right: 0px !important;
1597
- }
1598
- .mapSearchText {
1599
- background-color: #fff !important;
1600
- border: none !important;
1601
- outline: none !important;
1602
- font-size: 14px !important;font-family: Roboto, Arial, sans-serif !important; font-weight: bold !important;
1603
- border-radius: 2px !important;
1604
- box-shadow: 0 1px 4px rgba(0,0,0,0.3) !important;
1605
- cursor: pointer !important;
1606
- padding: 0px !important;
1607
- margin-left: 10px !important;
1608
- margin-bottom: 0px !important;
1609
- height: 30px !important;
1610
- }
1611
- .si-content-wrapper {
1612
- padding: 0;
1613
- }
1777
+ .leaflet-div-icon {
1778
+ background: #fff;
1779
+ border: 1px solid #666;
1780
+ }
1614
1781
 
1615
- div.bmlt_map_container_div input {
1616
- width: 100%;
1617
- background-color: #fff;
1618
- }
1619
- div.bmlt_map_container_div button {
1620
- background-color: #eeeeee !important;
1621
- color: #2d5c88 !important;
1622
- }
1623
- #open_filter {
1624
- width: inherit;
1625
- }
1626
- /* The Modal (background) */
1627
- .modal {
1628
- font-size: 14px !important; color: black; font-family: Roboto, Arial, sans-serif !important;
1629
- display: none; /* Hidden by default */
1630
- position: fixed; /* Stay in place */
1631
- z-index: 1000; /* Sit on top */
1632
- left: 0;
1633
- top: 0;
1634
- width: 100%; /* Full width */
1635
- height: 100%; /* Full height */
1636
- overflow: auto !important; /* Enable scroll if needed */
1637
- background-color: rgb(0,0,0); /* Fallback color */
1638
- background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
1639
- }
1640
1782
 
1641
- /* Modal Content/Box */
1642
- .modal-content {
1643
- background-color: #fefefe;
1644
- position: absolute;
1645
- top: 50%;
1646
- left: 50%;
1647
- transform: translate(-50%, -50%);
1648
- padding: 20px;
1649
- border: 1px solid #888;
1650
- line-height: 1.2;
1651
- }
1652
- #meeting_modal .modal-content {
1653
- transform: unset;
1654
- top: 10%;
1655
- left: 8%;
1656
- max-width: 85%;
1657
- overflow-y: auto;
1658
- overflow-x: hidden;
1659
- }
1783
+ /* Tooltip */
1784
+ /* Base styles for the element that has a tooltip */
1785
+ .leaflet-tooltip {
1786
+ position: absolute;
1787
+ padding: 6px;
1788
+ background-color: #fff;
1789
+ border: 1px solid #fff;
1790
+ border-radius: 3px;
1791
+ color: #222;
1792
+ white-space: nowrap;
1793
+ -webkit-user-select: none;
1794
+ -moz-user-select: none;
1795
+ -ms-user-select: none;
1796
+ user-select: none;
1797
+ pointer-events: none;
1798
+ box-shadow: 0 1px 3px rgba(0,0,0,0.4);
1799
+ }
1800
+ .leaflet-tooltip.leaflet-clickable {
1801
+ cursor: pointer;
1802
+ pointer-events: auto;
1803
+ }
1804
+ .leaflet-tooltip-top:before,
1805
+ .leaflet-tooltip-bottom:before,
1806
+ .leaflet-tooltip-left:before,
1807
+ .leaflet-tooltip-right:before {
1808
+ position: absolute;
1809
+ pointer-events: none;
1810
+ border: 6px solid transparent;
1811
+ background: transparent;
1812
+ content: "";
1813
+ }
1660
1814
 
1661
- /* The Close Button */
1662
- .modal-close {
1663
- color: #aaa;
1664
- float: right;
1665
- font-size: 28px;
1666
- font-weight: bold;
1667
- line-height: 0;
1668
- }
1669
- .modal-right {
1670
- color: #aaa;
1671
- font-size: 35px;
1672
- font-weight: bold;
1673
- position: absolute;
1674
- top: 50%;
1675
- right: 2px;
1676
- line-height: 38px;
1677
- opacity: 30%;
1678
- border-radius: 10px;
1679
- background-color: black;
1680
- }
1681
- .modal-left {
1682
- color: #aaa;
1683
- font-size: 35px;
1684
- font-weight: bold;
1685
- position: absolute;
1686
- top: 50%;
1687
- left: 2px;
1688
- line-height: 38px;
1689
- opacity: 30%;
1690
- border-radius: 10px;
1691
- background-color: black;
1692
- }
1693
- .table-close {
1694
- color: white;
1695
- float: right;
1696
- font-size: 20px;
1697
- font-weight: bold;
1698
- }
1699
- .map-list-title {
1700
- color: white;
1701
- font-weight:bold;
1702
- font-size: 20px;
1703
- }
1704
- .modal-search {
1705
- padding-top: 20px;
1706
- padding-bottom: 10px;
1707
- }
1708
- .modal-search .filter-button {
1709
- width: 100%
1710
- }
1711
- #goto-button {
1712
- margin-top: 10px;
1713
- }
1714
- .modal-close:hover,
1715
- .modal-close:focus {
1716
- color: black;
1717
- text-decoration: none;
1718
- cursor: pointer;
1719
- }
1720
- .modal-title {
1721
- font-size: 18px;
1722
- text-align: left;
1723
- }
1724
- #filter_modal p {
1725
- margin-top: .5em;
1726
- margin-bottom: 0;
1727
- }
1728
- .filter-button {
1729
- background-color: #1abc9c;
1730
- color: #fff;
1731
- margin: 10px;
1732
- border-radius: 3px;
1733
- padding: .3em .5em;
1734
- }
1815
+ /* Directions */
1735
1816
 
1736
- /* Style the buttons inside the tab */
1737
- #modal-tab button {
1738
- float: left;
1739
- border: none;
1740
- outline: none;
1741
- cursor: pointer;
1742
- padding: 8px 8px;
1743
- transition: 0.3s;
1744
- font-size: 13px;
1745
- margin-left: 2px;
1817
+ .leaflet-tooltip-bottom {
1746
1818
  margin-top: 6px;
1747
- border-color: #C5C5C5 !important;
1748
- color: #FFF !important;
1749
- background-color: #DB4865 !important;
1750
- }
1751
- #table_content {
1752
- font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important;
1753
- transform: translate(-50%, 0px);
1754
- top: 15%;
1755
- width: 75%;
1756
1819
  }
1757
- #table_content h4 {
1758
- font-size: 14px;
1759
- font-weight: bold;
1760
- margin-top: 0;
1761
- line-height: 1.2;
1820
+ .leaflet-tooltip-top {
1821
+ margin-top: -6px;
1762
1822
  }
1763
- .modal_times {
1764
- font-size: 14px;
1765
- font-weight: bold;
1766
- color: #DB4865;
1823
+ .leaflet-tooltip-bottom:before,
1824
+ .leaflet-tooltip-top:before {
1825
+ left: 50%;
1826
+ margin-left: -6px;
1827
+ }
1828
+ .leaflet-tooltip-top:before {
1829
+ bottom: 0;
1830
+ margin-bottom: -12px;
1831
+ border-top-color: #fff;
1832
+ }
1833
+ .leaflet-tooltip-bottom:before {
1834
+ top: 0;
1835
+ margin-top: -12px;
1836
+ margin-left: -6px;
1837
+ border-bottom-color: #fff;
1838
+ }
1839
+ .leaflet-tooltip-left {
1840
+ margin-left: -6px;
1767
1841
  }
1768
- #table_content .meeting-header{
1769
- background-color: #93c3cd !important;
1770
- font-size: 14px;
1771
- font-weight: 700 !important;
1772
- color: #000 !important;
1842
+ .leaflet-tooltip-right {
1843
+ margin-left: 6px;
1773
1844
  }
1774
-
1775
- #modal-day-button {
1776
- margin-left:6px;
1845
+ .leaflet-tooltip-left:before,
1846
+ .leaflet-tooltip-right:before {
1847
+ top: 50%;
1848
+ margin-top: -6px;
1849
+ }
1850
+ .leaflet-tooltip-left:before {
1851
+ right: 0;
1852
+ margin-right: -12px;
1853
+ border-left-color: #fff;
1854
+ }
1855
+ .leaflet-tooltip-right:before {
1856
+ left: 0;
1857
+ margin-left: -12px;
1858
+ border-right-color: #fff;
1859
+ }
1860
+ .leaflet-container.crosshair-cursor-enabled {
1861
+ cursor:crosshair;
1862
+ }
1863
+ .leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
1864
+ -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
1865
+ -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
1866
+ -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
1867
+ transition: transform 0.3s ease-out, opacity 0.3s ease-in;
1777
1868
  }
1778
1869
 
1779
- /* Change background color of buttons on hover */
1780
- #modal-tab button:hover {
1781
- background-color: #F1F1F1 !important;
1782
- border-color: #fff !important;
1870
+ .leaflet-cluster-spider-leg {
1871
+ /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
1872
+ -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
1873
+ -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
1874
+ -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
1875
+ transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
1783
1876
  }
1784
1877
 
1785
- /* Create an active/current tablink class */
1786
- #modal-tab button.active {
1787
- color: #000 !important;
1788
- background-color: #93c3cd !important;
1789
- }
1878
+ .marker-cluster-small {
1879
+ background-color: rgba(181, 226, 140, 0.6);
1880
+ }
1881
+ .marker-cluster-small div {
1882
+ background-color: rgba(110, 204, 57, 0.6);
1883
+ }
1790
1884
 
1791
- /* Style the tab content */
1792
- .modal-tabcontent {
1793
- display: none;
1794
- padding: 4px 4px;
1795
- border: 1px solid #ccc;
1796
- border-top: none;
1797
- background-color: #35414F;
1798
- }
1799
- .modal-tabcontent td {
1800
- background-color: inherit;
1801
- }
1885
+ .marker-cluster-medium {
1886
+ background-color: rgba(241, 211, 87, 0.6);
1887
+ }
1888
+ .marker-cluster-medium div {
1889
+ background-color: rgba(240, 194, 12, 0.6);
1890
+ }
1802
1891
 
1892
+ .marker-cluster-large {
1893
+ background-color: rgba(253, 156, 115, 0.6);
1894
+ }
1895
+ .marker-cluster-large div {
1896
+ background-color: rgba(241, 128, 23, 0.6);
1897
+ }
1803
1898
 
1804
- .modal-tabcontent tr:nth-child(even) {
1805
- background-color: #F2F2F2 !important;
1806
- }
1899
+ /* IE 6-8 fallback colors */
1900
+ .leaflet-oldie .marker-cluster-small {
1901
+ background-color: rgb(181, 226, 140);
1902
+ }
1903
+ .leaflet-oldie .marker-cluster-small div {
1904
+ background-color: rgb(110, 204, 57);
1905
+ }
1807
1906
 
1808
- .modal-tabcontent tr:nth-child(odd) {
1809
- background: #FFF;
1810
- }
1907
+ .leaflet-oldie .marker-cluster-medium {
1908
+ background-color: rgb(241, 211, 87);
1909
+ }
1910
+ .leaflet-oldie .marker-cluster-medium div {
1911
+ background-color: rgb(240, 194, 12);
1912
+ }
1811
1913
 
1812
- #bmlt-tabs td {
1813
- /* border-top: 0; */
1814
- padding: .8em;
1815
- }
1816
- .menu-button {
1817
- background-color: #EEEEEE !important;
1818
- color: #2d5c88 !important;
1819
- outline: none;
1820
- width: 55px;
1821
- height: 32px;
1822
- border: 2px solid #2d5c88 !important; border-radius: 20px !important;
1823
- box-shadow: 0 1px 4px rgba(0,0,0,0.3);
1824
- cursor: pointer;
1825
- margin-right: 10px;
1826
- margin-top: 10px;
1827
- padding: 0px;
1828
- }
1829
- .menu-button:hover, .menu-button:focus {
1830
- background-color: #EEEEEE !important;
1914
+ .leaflet-oldie .marker-cluster-large {
1915
+ background-color: rgb(253, 156, 115);
1916
+ }
1917
+ .leaflet-oldie .marker-cluster-large div {
1918
+ background-color: rgb(241, 128, 23);
1831
1919
  }
1832
- .menu-button-label {
1833
- position: relative;
1834
- top: -12px;
1835
- left: -0.3em;
1836
- font-weight: bold;
1837
- font-size: 14px;
1838
- color: #2d5c88 !important;
1839
1920
 
1840
- }
1841
- #map-search-button {
1842
- width: fit-content;
1843
- height: fit-content;
1844
- }
1845
- #map-search-button .menu-button-label {
1846
- margin: 10px;
1847
- }
1848
- .menu-button-child {
1849
- width: 32px;
1850
- height: 32px;
1851
- background-size: 32px 32px;
1852
- background-position: 1px -2px;
1853
- background-repeat: no-repeat;
1854
- font-size: 14px;
1855
- display: inline-block;
1856
- }
1857
- .menu-button-childSmall {
1858
- width: 32px;
1859
- height: 32px;
1860
- background-size: 24px 24px;
1861
- background-position: 1px 2px;
1862
- background-repeat: no-repeat;
1863
- font-size: 14px;
1864
- display: inline-block;
1865
- }
1866
- .menu-dropdown {
1867
- display: none;
1868
- background-color: #EEEEEE;
1869
- color: #2d5c88;
1870
- position: absolute;
1871
- top: 45px;
1872
- right: 10px;
1873
- border-radius: 2px;
1874
- box-shadow: 0 1px 4px rgba(0,0,0,0.3);
1875
- min-width: 160px;
1876
- }
1877
- .menu-dropdown button {
1878
- color: black;
1879
- padding: 12px 16px;
1880
- font-size: 14px !important; font-family: Roboto, Arial, sans-serif !important;
1881
- font-weight: bold;
1882
- text-decoration: none;
1883
- display: block;
1884
- width: 100%;
1885
- background-color: #EEEEEE;
1886
- }
1887
- .leaflet-popup-content {
1888
- margin: 0px 0px;
1889
- }
1921
+ .marker-cluster {
1922
+ background-clip: padding-box;
1923
+ border-radius: 20px;
1924
+ }
1925
+ .marker-cluster div {
1926
+ width: 30px;
1927
+ height: 30px;
1928
+ margin-left: 5px;
1929
+ margin-top: 5px;
1890
1930
 
1891
- .leaflet-pseudo-fullscreen {
1892
- position:fixed!important;
1893
- width:100%!important;
1894
- height:100%!important;
1895
- top:0!important;
1896
- left:0!important;
1897
- z-index:99999;
1898
- }
1899
- .gm-style-iw-d {
1900
- overflow: hidden !important;
1901
- }
1902
- .gm-style .gm-style-iw-c {
1903
- padding: 0px;
1904
- }
1905
- #bmlt-map button.gm-ui-hover-effect, #byfield_embeddedMapPage .gm-ui-hover-effect {
1906
- right: 0px;
1907
- z-index: 999;
1908
- width: 20px !important;
1909
- height: 20px !important;
1910
- }
1911
- .gm-ui-hover-effect>span {
1912
- position: relative;
1913
- bottom: 13px;
1914
- right: 13px;
1915
- }
1916
- #bmlt-map .gm-style-iw-chr, #byfield_embeddedMapPage .gm-style-iw-chr {
1917
- height: 0 !important;
1918
- }
1919
- @media (max-width: 767px) {
1920
- #bmltsearch_content {
1921
- width: 80%;
1922
- }
1923
- }
1924
- #modal-search-box {
1925
- padding: 5px;
1926
- border-style: solid;
1927
- border-width: 1px;
1928
- border-color: black;
1929
- margin-top: 10px;
1930
- }
1931
- #bmltsearch_modal .modal-title {
1932
- margin: 20px 0 10px 0;
1933
- }
1934
- button.advanced-search-button {
1935
- float: right;
1936
- margin-top: 20px;
1937
- }
1931
+ text-align: center;
1932
+ border-radius: 15px;
1933
+ font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
1934
+ }
1935
+ .marker-cluster span {
1936
+ line-height: 30px;
1937
+ }