/* This css file is the one in active use, at least on many pages */

body {
    padding-top: 55px;
}
.clearfix {clear: both;}
.ngViewport.ng-scope {
    height: auto !important;
    overflow-y: hidden;
}

.ngTopPanel.ng-scope, .ngHeaderContainer {
    width: auto !important;
}

input.limit-width {
    width: auto;
}

input.search-icon {
    /* background-image: url('https://cdn0.iconfinder.com/data/icons/very-basic-2-android-l-lollipop-icon-pack/24/search-512.png'); */

    /* magnifying glass is free without attribution from https://pixabay.com/vectors/magnifying-glass-looking-for-1083373/ */
    /* background-image: url("../img/magnifying-glass.png"); */
    /* background-size: 90%; */
    /* border: 20px solid red; */


    background-image: url("../img/magnifying-glass.svg");
    background-size:contain;
    background-repeat: no-repeat;
    text-indent: 32px;
    padding: 5px 3px;
    transition:0.3s;
    background-origin: content-box;
}
input.search-icon:focus {
    background-image:none;
    text-indent:3px
}


a.disabled {
    /* color: #888 !important; */
    pointer-events: none;
    opacity: 0.5;
}