#LeftSideMenuSmallResolution{
    display: none;
}
#leftSideSmallMenu{
    display: block;
}
#toolbar{
    display:block;

}

.scrollUpDown{
    margin-top: 0px;
}
@media (max-width: 900px) {
#streetViewNav{
    transform: scale(.9);
    top: -10px;
    right: 5px;
}
}
@media (max-width: 780px) {
    #manualContainerHeader {
        transform: scale(0.8);
    }
    #scaleSet{
        left: 60px;
        bottom: 30px;
    }
    #streetViewNav{
            transform: scale(.8);
            top: -20px;
            right: 0px;
    }
    #streetViewBackToApp{
        font-size: 13px;
        height: 16px;
        width: 120px;
        padding: 5px;
           
    }
}

@media screen and (max-width: 580px) {
    #manualContainerHeader {
        transform: scale(0.6);
    }
    #logo img {
        transform: scale(0.9);
     }
    
    #poweredby img {
        transform: scale(0.95);
        }
    #dataC{
        transform: scale(.9);
        margin-bottom: -.1rem;
    }


    #toolbar{
        display:block;
    }

    #toolbar {
        transition-property: all;
        transition-duration: .6s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    }
    .scrollUpDown{
        margin-top: -100vh;
    }
    
    
   

    #LeftSideMenuSmallResolution{
        position: fixed;
        left: 0px;
        top: 5px;
        width: 50px;
        height: 29px;
        display: block;
        background: url(../images/more2.png) top center no-repeat;
        cursor: pointer;
        background-position-y: -21px;
        background-size: 72% 91%;
        /* background-color: red; */
        z-index: 8888888;
        
    }
    .togglebutton{
        position: absolute;
        display: block;
/*       
            position: fixed;
            top: 0px;
            width: 50px;
            z-index: 1000;
            box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.6); */
    }
    
    /* .show {
    display: block; 
    }    */

    .window-view-button{
        left: 0;
    }
    #leftSideSmallMenu{
        display:block;
        margin-top: 35px;

    }
    /* #searchBox, */
    #layersBox,
    #documents,
    #exportBox,
    #brightnessButton,
    #plotButton
    {
        display:none;
    }
    .togglebutton{
        text-align: center;
    } 

    .olOptions select{
        size: "5";
    }
    /* wyszukiwarka */
    .select_mate {
        top: 90px;
    }
    .footer-gradient{
        width: calc(100% + 50px);
        left:-50px;
    }
    .single-view > .text-site{
        padding-left: 0;
    }
    #scaleSet{
        transform: (0.9);
        left: 70px;
    }
}

@media screen and  (max-width: 415px) {
    .text-site {
        /* width: 5.6rem;/ /*nat 01/06 */
        font-size: 8px;
        padding:0;
    }
    /* #toolbar {
        padding-left: 10px;
    } */
    #manualContainerHeader {
        transform: scale(0.5);
    }
   /* nat */
     /*------ dropdown top menu ------*/
   
    .navi-container {
        transform: scale(0.75);
        top: 10px;
        right: 5px;
    }

            /*------ dropdown top menu ------*/

    #LayerButtonTop1{
        transform: scale(0.7);
        margin-top: -5px;
        /* padding-top: 7px; */
        font-size: 11pt;
    }

   .dropdown-menu{
       transform: scale(.8);
   }

    #LayerPicker1{
        margin-top: -30px;
        padding-top: 25px;
        font-size: 11pt;
    }

    .baseLayerPicker-item{
        transform: scale(0.8);
        font-size: 11pt;
    }

          /* ------- dropdown down menu ------- */
     #logo img {
        transform: scale(0.85);
        left: 40px;
     }
    
    #poweredby img {
        transform: scale(0.85);
        right: 10px;
        }
    #dataC{
        transform: scale(.8);
        margin-bottom: -.5rem;
    }

   /* ------- measure-window ------- */

   #measure-popupElevation, #measure-popup, #resizeModel3dWindow{
    left: calc(100% - 50%);
    max-width: 50%;
   }

             /* ------- dropdown left menu ------- */

 /* #LeftSideMenuSmallResolution{
        display: block;
    }
    .togglebutton{
        position: absolute;
        display: block;
    }
     /* .show {
        display: block; 
    }    */
/*     
    #leftSideSmallMenu{
        display:none;
        margin-top: 50px;
        
    }
    #searchBox,
    #layersBox,
    #documents,
    #exportBox,
    #brightnessButton,
    #plotButton
    {
        display:none;
    }
    .togglebutton{
       text-align: center;
    }  */ 

    #scaleSet{
        transform: (0.9);
        left: 60px;
    }
}
      

@media (max-width: 360px) {
    /* .text-site {
        width: 35px; 
        font-size: 6px;
        padding: 0!important;
    } */
    
    #manualContainerHeader {
        transform: scale(0.35);
    }
    .baseLayerPicker-itemLabel{ 
        font-size: 20px;
    }
       /* nat */
    #logo img {
        transform: scale(0.5);
        left: 25px;
    }
    #poweredby img {
        transform: scale(0.8);
        right: 5px;
    }
    #LayerButtonTop1{
        transform: scale(0.8);
    }
    #LayerPiker1{
        transform: scale(0.8);
    }
    .baseLayerPicker-item {
        transform: scale(0.7);
        padding-left: 0;
    }
    .window-view-corridor,
    .window-view,
    .navi-container{
        display: none;
    }

    #window-view-button{
        display: none!important; 
    }
    .footer-gradient{
        width: calc(100% + 50px);
        left:-50px;
    }
    }
@media screen and(min-width: 579px){
    .verticle{
        display: block;
    }
}

/* nat end */