/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Aug 22, 2022, 8:58:33 AM
    Author     : jsquared
*/


@font-face
{
    font-family:"Montserrat";
    src: url("assets/fonts/Montserrat-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family:"Montserrat";
    src: url("assets/fonts/Montserrat-Bold.otf");
    font-weight: bold;
    font-style: normal;
}


body
{
    margin:0;
    color:#FFF;
    font-family: 'Montserrat';
}

a,
a:hover,
a:visited
{
    text-decoration: none;
}

a,
a:visited
{
    color: #FFF;
}

a:hover
{
    color: #FFF;
}


#mainDIV
{
    height: 100vh;
    display: flex;
    align-items:center;
    justify-content: center;
    background-color: #559e43;
}

#contentDIV
{
    box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.5);
}


#contentDIV,
#sideBarDIV
{
    display: block;
}



#mapDIV
{
    position: absolute;
    top: 12vw;
    left:0;
}

#layer0,
#layer1,
#layer2,
#sideBarDIV,
#sideBarVGroup,
#mainAtkoreLogoImage
{
    width: 100%;
}

#mapDIV,
#mapBaseDIV,
#mapHighlightsDIV,
#mapOverlayDIV,
#mapButtonsDIV,
#mapPopUpsDIV,
#labelsDIV,
.pointContainer,
.labelContainer,
.groupingDIV,
.overlayContainer
{
    width: 100vw;
    height: 56.25vw;
}

#mapDIV,
#mapBaseDIV,
#mapHighlightsDIV,
#mapOverlayDIV,
#mapButtonsDIV,
#mapPopUpsDIV,
#sideBarVGroup,
#sideBarButtons,
.sideBarButton,
#mainAtkoreLogoImage,
#labelsDIV,
.sideBarButton span,
.exitDIV,
.pointContainer,
.labelContainer,
.productImageDIV,
.productNameDIV,
.productDescrDIV,
.productButtonDIV,
.groupingDIV,
.overlayContainer
{
    display: flex;
}

.evenLayer
{
    margin: 0 -100%;
}

#mapPopUpsDIV,
#labelsDIV,
.pointContainer,
.labelContainer,
.mouseDisabled
{
    pointer-events: none;
}

#sideBarDIV,
#sideBarVGroup
{
    height: 12vw;
}

#mainAtkoreLogoDIV
{
    margin-left: 3vw;
    margin-top: auto;
    margin-bottom: auto;
    width: 20vw;
}

#layer0,
#layer1,
#layer2
{
    height: auto;
}

#sideBarVGroup
{
    
}

#sideBarButtons
{
    margin-top: unset;
    margin-left: 4vw;
}

#sideBarDIV
{
    background-color: #559e43;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.5);
}

.sideBarButton
{
    width: 15vw;
    height: 5vw;
}

.sideBarButton,
.productButtonDIV
{
    margin: auto 3vw;
    border: #FFF solid thin;
    background-color: #559e43;
    border-radius: 0.3vw;
    /* box-shadow: 0.2vh 0.2vh 2vh 0 rgba(0,0,0,0.5); */
}

.sideBarButton,
.point,
.overlay,
.exitDIV,
.productButtonDIV,
.activeLabel,
.mouseEnabled,
#layerBackDIV
{
    cursor: pointer;
    pointer-events: all;
}

.sideBarButton span
{
    padding: 0 0.5vw;
    font-size: 1vw;
    line-height: 1.4vw;
    height: 100%;
    text-align: center;
    align-items: center;
}

.point
{
    /*filter: drop-shadow(0 0 0.3vw rgb(0 0 0 / 1));*/
    transition: 0.3s ease-in-out;
}

.mapMarker
{
    background: url(assets/images/Map_Marker.svg);
}

.magGlass
{
    background: url(assets/images/Mag_Glass.svg);
}

.mapMarker,
.magGlass
{
    background-repeat:no-repeat;
}

#layerBackDIV
{
    background: url(assets/images/return-104.svg);
    background-color: rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-size: 5vw;
    background-position: center;
    border: #559e43 solid;
    position: relative;
    width: 6vw;
    height: 6vw;
    top: 1vw;
    left: 1vw;
    filter: drop-shadow(0 0 0.3vw rgb(0 0 0 / 1));
}

.pointContainer .small
{
    width: 1.9vw;
    height: 1.9vw;
}

.pointContainer .large
{
    width: 2.6vw;
    height: 2.6vw;
}

.point:hover
{
    transform: scaleX(1.5) scaleY(1.5);
    transition: 0.3s ease-in-out;
}

.removeFilter
{
    filter:unset !important;
}

.label
{
    text-shadow: 0.15vw 0.15vw 0.15vw rgba(0,0,0,0.7);
    font-size: 1vw;
    height: min-content;
}

.overlayImage
{
    width: 100%;
}

.windowDIV
{
    width: 30vw;
    height: min-content;
    background-color: rgba(255,255,255,0.8);
    color:#000;
    border: #559e43 solid;
    /*
    background-color: rgba(0,0,0,0.7);
    */
}

.exitDIV
{
    float: right;
    margin-right: 0.6vw;
    margin-top: 0.6vw;
    width: 2.2vw;
    height: 2.2vw;
    border: #fff solid thin;
    align-items: center;
    justify-content: center;
    font-size: 1.6vw;
    color: #FFF;
    background-color: #559e43;
    /* box-shadow: 0.2vh 0.2vh 2vh 0 rgb(0 0 0 / 50%); */
}

.productImageDIV
{
    margin: 2vw 1vw;
    justify-content: center;
}

.productNameDIV,
.productDescrDIV,
.productButtonDIV
{
    justify-content: center;
}


.productNameDIV,
.productDescrDIV
{
    margin: 1.1vw 1.4vw;
    align-items: center;
}

.productNameDIV
{
    height: 3vw;
}

.productDescrDIV
{
    min-height: 3vw;
    /*overflow-y:auto;*/
    pointer-events: all;
    display: inline-grid;
}

.productNameDIV span
{
    font-weight: bold;
    /*font-family: 'Montserrat-Bold';*/
}

.productNameDIV span
{
    font-size: 1.4vw;
    text-align: center;
}

.productDescrDIV span
{
    font-size: 1.2vw;
    line-height: 1.6vw;
    text-align: center;
}

.productButtonDIV
{
    width: 16vw;
    height: 4vw;
    font-size: 1.5vw;
    margin: 0 auto 2vw;
    align-items: center;
}

.productImage
{
    max-width: 100%;
    height: max-content;
}

.hidden
{
    display: none !important;
}

#mapBaseDIV
{
    /*background-color: #000;*/
    box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.5);
}

.shaded
{
    background-color: rgba(0,0,0,0.8);
}

.HGroup
{
    display:inline-flex;
    align-items: center;
}

.HGroup .windowDIV,
.Flex .windowDIV
{
    margin-right: 3.5vw;
}

.Flex
{
    display: flex;
}

.scalingDIV
{
    transform-origin: top left;
    height: min-content;
}

.dimmed
{
    opacity: 0.3;
}


@media (min-aspect-ratio: 1300/900)
{
    #mapDIV,
    #mapBaseDIV,
    #mapOverlayDIV,
    #mapHighlightsDIV,
    #mapButtonsDIV,
    #mapPopUpsDIV,
    #labelsDIV,
    .pointContainer,
    .labelContainer,
    .groupingDIV,
    .overlayContainer
    {
        width: 85vw;
        height: 47.8125vw;
    }
    
    #sideBarDIV,
    #mainAtkoreLogoDIV
    {
        width: 15vw;
    }
    
    #sideBarVGroup,
    #sideBarButtons,
    .sideBarButton
    {
        display: block;
    }
    
    #sideBarButtons,
    #mainAtkoreLogoDIV
    {
        text-align: center;
    }
    
    #sideBarButtons
    {
        margin-top: 7vw;
        margin-left: unset;
    }
    
    #contentDIV,
    #mapDIV,
    #sideBarDIV
    {
        display: inline-flex;
        position:inherit; 
    }
    
    #mainAtkoreLogoDIV
    {
        margin-left: unset;
        margin-top: 2vw;
    }
    
    .sideBarButton
    {
        width: 12vw;
        height: 4vw;
        margin: 3vw auto;
    }
    
    .windowDIV
    {
        width: 25.5vw;
    }
    
    #sideBarDIV,
    #mapBaseDIV
    {
        box-shadow: unset;
    }
    
    .productButtonDIV
    {
        margin: auto 2.25vw;
    }
    
    .exitDIV
    {
        margin-right: 0.45vw;
        margin-top: 0.45vw;
        width: 1.65vw;
        height: 1.65vw;
        font-size: 1.2vw;
    }
    
    .productImageDIV
    {
        margin: 1.5vw 0.75vw 0.5vw;
    }
    
    .productNameDIV,
    .productDescrDIV
    {
        margin: 0.8vw 1vw;
    }
    
    .productNameDIV
    {
        height: 2.25vw;
    }

    .productDescrDIV
    {
        min-height: 4vw;
        height: fit-content;
    }
    
    .productNameDIV span
    {
        font-size: 1.2vw;
    }

    .productDescrDIV span
    {
        font-size: 1vw;
        line-height: 1.2vw;
    }

    .productButtonDIV
    {
        width: 12vw;
        height: 3vw;
        font-size: 1.1vw;
        margin: 0 auto 1.5vw;
    }
    
    .HGroup .windowDIV,
    .Flex .windowDIV
    {
        margin-right: 2.6vw;
    }
}

