﻿.toolbarIconSmall {
    display:none;
}

.toolbarIcon {
     max-width:175px;
     min-width:30px !important;
     width:175px;
}

.toolbarZoomBar {
     position:relative;
     /*-webkit-box-flex: 1;
     display: -webkit-box;
     width:175px;*/
     width:20%;
     max-width:175px
}

.toolbarRightContainer .x-inner {
    display:block !important;
}

@media screen and (max-width: 1150px) {
    .toolbarIcon {
        width: 30px !important;
        /*-webkit-box-flex: 0;*/
        display:none;
    }

    .toolbarZoomBar {
        /*-webkit-box-flex: 1;
        display: -webkit-box;
        display:flex;
        flex:1;*/
    }

    .hasSmallLogo {
        display:none !important;
    }

    /*.dps-howto {
        display: none;
    }*/
}

@media screen and (max-width: 1300px) {
    .toolbarIcon {
        width:30px;
    }

    .toolbarIconLarge {
        display:none !important;
    }

    .toolbarIconSmall {
        /*display:none;*/
        display:inline-block;
    }

    .hasSmallLogo {
        display:none !important;
    }
}

.zoomBtn:hover{
    cursor:pointer;
}

@media screen and (max-width: 825px) {
    .howto-dps {
        display: none;
    }
}
.translate-flag{
    display: inline-block;
}

.tflag {
    cursor:hand;
    cursor:pointer
    ;width:28px;
    height:28px;
    margin-top:2px;
}