﻿/* BATTERY */
.sidemenu {
    display: block !important;
    opacity: 1 !important;
}

/* INTRALOGISTIC */

/*.hotspotbtn .hotspotlabel,
.hotspotbtn.left .hotspotlabel,
.hotspotbtn.areabtn .hotspotlabel,
.hotspotbtn.areabtn.left .hotspotlabel {
    top: auto;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translate(-50%, -1.25em) scale(0);
    text-align: center;
    height: auto;
    line-height: 1.2em;
    background-color: var(--sick-blue-primary500);
    padding: 0.5em 1em 0.6em 1em;
    width: 15em;
    text-overflow: unset;
    white-space: normal;
    font-weight: normal;
    font-size: 0.95em;

    transition: transform 0.3s ease;
}

.hotspotbtn:hover .hotspotlabel,
.hotspotbtn.left:hover .hotspotlabel,
.hotspotbtn.areabtn:hover .hotspotlabel,
.hotspotbtn.areabtn.left:hover .hotspotlabel {
    transition-delay: 0.5s;
    transform: translate(-50%, -1.25em) scale(1);

}

.hotspotbtn.areabtn .hotspotlabel,
.hotspotbtn.areabtn.left .hotspotlabel {
    background-color: var(--sick-main-secondary-400);
    font-weight: bold;
    font-size: 1em;

}*/



/* MOBILE AUTOMATION */

/*.hotspotbtn {
    width: 2.4em;
    height: 2.4em;
}

.hotspotbtn .hotspotborder.static {
    width: 3em;
    height: 3em;
}

.hotspotbtn.infobtn:hover {
    background-color: var(--sick-blue-primary400);
    background-image: none;
}

.hotspotbtn.infobtn:hover .hotspotborder {
    border-color: var(--sick-blue-primary400);
}

.hotspotbtn .hotspotlabel {
    top: 50%;
    transform: translate(3.5em, -50%);
    text-align: left;
    height: auto;
    line-height: 1.2em;
    background-color: transparent;
    padding: 0em;
    width: 15em;
    text-overflow: unset;
    white-space: normal;
    overflow: visible;
    font-weight: bold;
    text-shadow: 0px 0px 0.2em #000000b0;
    font-size: 0.95em;
}

.hotspotbtn.left .hotspotlabel {
    left: auto;
    right: 0%;
    transform: translate(-3.5em, -50%);
    text-align: right;
}

.hotspotbtn.areabtn .hotspotlabel {
    background-color: transparent;
    font-weight: bold;
    font-size: 1.2em;
    transform: translate(3em, -50%);
}

.hotspotbtn.areabtn.left .hotspotlabel {
    transform: translate(-3em, -50%);
}

.hotspotbtn.areabtn .hotspotborder.static {
    width: 3em;
    height: 3em;
    border: 1px solid #ffffff;
}

.hotspotbtn.areabtn .hotspotborder.animated {
    border: 1px solid #ffffff;
}

.hotspotbtn.mainbtn {

    width: 2.4em;
    height: 2.4em;
    font-size: 1em;
    background-color: var(--sick-blue-primary500);
    background-image: linear-gradient(135deg, var(--sick-blue-primary400) 0%, var(--sick-blue-primary500) 33%, var(--sick-blue-primary600) 100%);
    border-radius: 0%;
    transform: translate(-50%, -50%);
}

.hotspotbtn.mainbtn:hover {
    background-color: var(--sick-blue-primary400);
    background-image: none;
}

.hotspotbtn.mainbtn:hover .hotspotborder {
    border-color: var(--sick-blue-primary400);
}

.hotspotbtn.mainbtn img {
    padding: 0.35em;
}

.hotspotbtn.mainbtn:hover img {
    transform: rotate(0deg);
}

.hotspotbtn.mainbtn .hotspotborder,
.hotspotbtn.mainbtn .hotspotimage {
    display: block;
}

.hotspotbtn.mainbtn::before {
    display: none;
}


.hotspotbtn.mainbtn .hotspotlabel,
.hotspotbtn.mainbtn.bottom .hotspotlabel {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: calc(100% + 0.75em);
    color: #ffffff;
    cursor: pointer;
    padding: 0.25em 0.5em 0.35em 0.5em;
    white-space: nowrap;
    background-color: transparent;
    transform: translate(0, -50%);
    font-size: 1.4em;
    text-shadow: none;
    font-weight: bold;
    text-align: left;
    width: auto;
    pointer-events: auto;
    padding: 0;
    text-shadow: 0.1em 0.1em 0.2em #000000;

}


.hotspotbtn.mainbtn.left .hotspotlabel {
    left: auto;
    right: calc(100% + 0.75em);
    transform: translate(0, -50%);

}



.hotspotbtn.mainbtn.inactive {
    opacity: 1;
    pointer-events: none;
    background-color: var(--sick-gray-secondary500);
    background-image: none;
    animation: none;
}

.hotspotbtn.mainbtn.inactive .hotspotborder {
    border-color: var(--sick-gray-secondary500);
    animation: none;
}*/


/* TIRE */

/*.hotspotbtn.mainbtn .hotspotlabel {

    background-color: var(--sick-blue-primary500);

}

.hotspotbtn.mainbtn.link .hotspotlabel {

    background-color: var(--sick-neutral-650);

}*/