/*css for small screen*/
/*basic elements*/
.header-panel-left {
    position: relative;   
    max-width: 100vw;                 
}     
.header-panel-left > input {
    height: 38px;
}  
.header-panel-left button{
	padding:12px;
    margin-bottom: 0.2em;
}  
.header-panel-right {                     
    font-size: 1em;
    position: relative;
    margin-bottom: 0.2em;
}
.header-panel-right img{ 
    max-width: 15vw;  
    float: right;     
    margin-right:2em                
}
.footer-panel {                    
    right: 1em;
}
#coordinate-box{                    
    display: none;
}
.custom-mouse-position{
    display: none;
    max-width: 0;
}
.ol-attribution{
    left: 1px !important;
}
#overviewmap {
    display : none;
}
#closeOpenOverviewMap-button {
    display : none;
}
#scaleline{
    position: fixed;
    bottom: 42px;
}
#zoomPlus-button{
    display: none;
}
#zoomMinus-button{
    display: none;
}
#help-button{
    display: none;
}


/* composition */
#composition{
    height:100%;
    max-height:100% !important;
	top: 0;
    left: 0;
    padding:10px;
    overflow: auto;
}
/* #composition .annotation-title{
    float:right;
} */
#composition .annotation-title span{
    margin-right:5px;
}
#composition > img{
    margin-bottom:10px;
}
#composition-info-text{
    padding: 15px;
}
#composition table td{
    width: 100%;
    padding: 5px;
}
.result-list{
	margin-left: 5px;
}
.result-list td{
    font-size: 13px;
}
#searchParamsCheckbox{
    display: none !important;
}
#loginMenuPanelButton{
	display:none;
}
#eurzad-menu{
	display:none;
}

/*Right side menu - start*/
.menuPanel-content{
    overflow-y: auto;
    height: calc(100% - 188px);
}