Files
newwalls.pl/modules/epaka/views/css/map-popup.css
2024-12-17 13:43:22 +01:00

275 lines
5.0 KiB
CSS

.epakaPointHidden{
display: none;
}
.epakaPointDesc{
min-width: 200px;
}
.showMapOnClick{
cursor: pointer!important;
}
#mapPopup{
background:rgba(0,0,0,.4);
cursor:pointer;
display:none;
height:100%;
position:fixed;
text-align:center;
top:0;
left:0;
width:100%;
z-index: 9999;
}
#mapPopup .helper{
display:inline-block;
height:100%;
vertical-align:middle;
}
#mapPopup > div {
background-color: #fff;
/* box-shadow: 10px 10px 60px #555; */
display: inline-block;
min-width: 60vw;
min-height: 80vh;
vertical-align: middle;
position: relative;
border-radius: 8px;
}
#mapPopup .popupCloseButton {
background-color: #fff;
cursor: pointer;
display: inline-block;
font-family: arial;
font-weight: bold;
position: absolute;
top: 0px;
right: -30px;
font-size: 25px;
line-height: 30px;
width: 30px;
height: 30px;
text-align: center;
}
#mapPopup .popupCloseButton:hover {
background-color: #ccc;
}
#mapPopup .trigger_popup_fricc {
cursor: pointer;
font-size: 20px;
margin: 20px;
display: inline-block;
font-weight: bold;
}
#mapPopup .mapPopupContent{
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 100%;
width: 100%;
}
#mapPopup .mapContainer{
height: 90vh;
width: 80vw;
}
@media only screen and (min-width: 860px) {
#mapPopup .mapContainer{
height: 90vh;
width: 80vw;
}
}
@media only screen and (min-width: 1200px) {
#mapPopup .mapContainer{
height: 90vh;
width: 90vw;
}
}
@media only screen and (min-width: 1687px) {
#mapPopup .mapContainer{
height: 90vh;
width: 90vw;
}
}
#mapPopup a{
text-decoration: none;
}
#mapPopup input{
line-height: 1;
}
#mapPopup .input-field{
padding: .6180469716em;
background-color: #f2f2f2;
color: #43454b;
border: 0;
-webkit-appearance: none;
box-sizing: border-box;
font-weight: 400;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 13%);
}
#mapPopup .font-weight-bold{
font-weight: 600;
font-size: 14px;
}
#mapPopup .point-details-content{
font-size:12px;
}
#mapPopup .localise-me{
font-size: 14px;
}
#mapPopup .menu-control{
position: absolute;
z-index: 500;
right: 22px;
top: 22px;
}
#mapPopup button {
padding: 2.5px 10px;
}
#mapPopup .menu{
display: flex;
flex-direction: column;
align-items: stretch;
padding-top: 5px;
max-height: 90%;
width: 80%;
}
@media only screen and (min-width: 750px) {
#mapPopup .menu{
display: flex;
flex-direction: column;
align-items: stretch;
padding-top: 5px;
max-height: 90%;
width: 40%;
}
}
@media only screen and (min-width: 900px) {
#mapPopup .menu{
display: flex;
flex-direction: column;
align-items: stretch;
padding-top: 5px;
max-height: 90%;
width: 30%;
}
}
@media only screen and (min-width: 1687px) {
#mapPopup .menu{
display: flex;
flex-direction: column;
align-items: stretch;
padding-top: 5px;
max-height: 90%;
width: 20%;
}
}
#mapPopup .menu .menu-content{
border-bottom: 1px solid rgba(0,0,0,0.2);
}
#mapPopup .pointsList{
overflow-y: scroll;
overflow-x: hidden;
margin-bottom: 5px;
}
#mapPopup .pointsList .active{
background-color: #dbd9d8;
}
/* width */
#mapPopup .pointsList::-webkit-scrollbar {
width: 10px;
}
/* Track */
#mapPopup .pointsList::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* Handle */
#mapPopup .pointsList::-webkit-scrollbar-thumb {
background: #ED3330;
}
/* Handle on hover */
#mapPopup .pointsList::-webkit-scrollbar-thumb:hover {
background: #8f1e1c;
}
#mapPopup .choose-point-details{
padding: 10px;
margin: 10px;
box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
#mapPopup .pointButton {
color: #fff !important;
text-transform: uppercase;
text-decoration: none;
background: #ed3330;
padding: 8px;
margin: 5px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
text-align: center;
vertical-align: middle;
}
#mapPopup .pointButton:hover {
background: #434343;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
cursor: pointer;
}
#mapPopup .input-container {
display: flex;
width: 100%;
margin-bottom: 15px;
}
#mapPopup .icon-wrap{
padding: 10px;
background: #ed3330;
}
#mapPopup .icon {
/* font-size: 22px; */
color: white;
min-width: 50px;
text-align: center;
}
#mapPopup .input-field {
width: 100%;
padding: 10px;
outline: none;
}
@-webkit-keyframes marquee {
0% {text-indent:0%;}
25% {text-indent:-150%}
50% {text-indent: 10%;}
100% {text-indent: -150%}
}
#mapPopup input.marquee:hover {
-webkit-animation: marquee 5s infinite;
-webkit-animation-timing-function: linear;
}
#text-decoration a{
text-decoration: none;
}
#mapPopup .menu{
position: absolute;
z-index: 400;
right: 20px;
top: 20px;
background-color: #fff;
border: 2px solid rgba(0,0,0,0.2);
}
div.chosen-container {
width: 100% !important;
}