body {
    text-shadow: 6px 6px 12px rgba(150, 150, 150, 1);
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    overflow-wrap: break-word;
    color: black;
    padding: 0;
    margin: 0;
    background-image: url('icos/mobile.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size:100% 100vh;
    background-color: #7DDBEE;
}
#blurBackground{
     background-image: url('icos/mobileBlur.svg');
}
#stopBlur{
     background-image: url('icos/mobile.svg');
}

html,body,#mapid {
    height: 100%;
    width: 100vw;
}

#mapControll{
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    position: absolute;
    z-index: 800;
    width: 20%;
}
#mapControll button input select {
    display: block;
    width: 100%;
}

.help img{
    width: 20px;
}

.help{
    padding: 5px;
    transform: scale(0);
    display:none;
}

.menu{

    display: flex;
    justify-content: center;
    align-items: center;
    padding-left:  5%;
    padding-right:  5%;
    width: 90%;
    height: 90%;
}

.manage{

    display: flex;
    justify-content: center;
    padding-left:  5%;
    padding-right:  5%;
    width: 90%;
    height: 50%;
}

.menu tabel{
    margin: 0 auto; 
}

button{
    font-weight: bold;
    font-size: 100%;
    box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    text-align: center;
    margin: 0.5%;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

.smallButton{
    width: 40%;
    padding-left:  2px; 
    padding-right:  2px; 
    padding-bottom:  10px;
    padding-top: 10px;
    font-size: 100%;
} 

input[type=text]{
    font-size: 80%;
    box-sizing: border-box;
    width: 100%;   
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding-left:  2px; 
    padding-right:  2px; 
    padding-bottom:  10px;
    padding-top: 10px;
    border-radius: 8px;
}

input[type=number]{
    font-size: 80%;
    box-sizing: border-box;
    width: 100%;
    -moz-appearance: textfield;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding-left:  2px; 
    padding-right:  2px; 
    padding-bottom:  10px;
    padding-top: 10px;
    border-radius: 8px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

input[type=select]{
    font-size: 100%;
    box-sizing: border-box;
    width: 100%;
    background-color: #499C9F;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
    height: 200%;
    padding: 10px; 
}

input[type=submit]{
    font-size: 100%;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    padding: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding: 10px; 
    border-radius: 8px;
}

input[type=file]{
    text-shadow: 6px 6px 12px rgba(150, 150, 150, 1);
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: black;
    padding: 10px; 
    border-radius: 8px;
}
input[type=file]::file-selector-button{
    font-weight: bold;
    box-sizing: border-box;
    width: 60%;
    white-space: nowrap;
    text-align: center;
    margin: 0.5%;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding: 8px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 8px;
}

select{
    font-size: 100%;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    margin: 0.5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-color: #28BED1;
    background-color: #00bcd4;
    padding: 10px; 
    border-radius: 8px;
}

ul{ 
    overflow-wrap: break-word;
    list-style-position: initial;
}

#initOrder{
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    pointer-events: none;
    position: absolute;
    padding-top: 10%;
    padding-left: 50%;
    z-index: 1000;
}

#menuDown{
    -webkit-transform:rotate(180deg);
    transform: rotate(180deg);
    display: none;
    color: white;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    position: absolute;
    top: 5px;
    left: 6%;
    z-index: 700;
    width:auto;
} 

.leaflet-compass .compass-icon {
    height: 32px;
    width: 32px;
    margin: 2px;
    background: url('icos/compass-icon.png') center center no-repeat;
}

/*
Animations 
*/
.slide-top-slow{
    -webkit-animation: slide-in-blurred-top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 2s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
.slide-in-blurred-top {
    -webkit-animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
    animation: slide-in-blurred-top 0.6s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
}
.slide-out-blurred-top {
    -webkit-animation: slide-out-blurred-top 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
    animation: slide-out-blurred-top 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

@-webkit-keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes slide-in-blurred-top {
    0% {
        -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}

@-webkit-keyframes slide-out-blurred-top {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}
@keyframes slide-out-blurred-top {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(-1000px) scaleY(2) scaleX(0.2);
        transform: translateY(-1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 0%;
        transform-origin: 50% 0%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}
