.ac_input::-ms-clear,
#quick-search-input::-ms-clear,
#branch-selector-search .aui input::-ms-clear {
    display: none;
}

@keyframes animationFixIe {
    0% { opacity: 1; }
    100% { opacity: 0.99; zoom: 1; }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    html body.ajax-dialog .aui-blanket {
        background-position: 25% 50%;
        /*
        AJS.dim detects (jquery "browser" actually) IE10 as IE and sets width of aui-blanket to 200%
        IE11 is detected as... mozilla and does not set the width
        */
        width: 200%;
    }

    .fancy-select .selected-value {
        display: block;
    }

    .tabs-menu .menu-item .gwt-Anchor {
        line-height: 20px;
    }

    /* "shadow-fix" for ie10 http://stackoverflow.com/a/17842857 */
    .aui-dropdown2:after {
        content: "";
    }

    .oh-come-on-ie {
        zoom: 1;
    }

    /* IE11 trims border-top from tabs due to overflow so i moved content 2px down to prevent this */
    #admin-content {
        padding-top: 2px;
    }

    .tree li {
        cursor: default;
    }

    /** fixes repaint issues */
    span.tree.open {
        zoom: 1;
    }

    .ie11 .aui-inline-dialog {
        animation: animationFixIe 1s linear;
        animation-iteration-count: infinite;
    }

    /* @ADG */
    form.aui .text:-ms-input-placeholder,
    form.aui .password:-ms-input-placeholder,
    form.aui .textarea:-ms-input-placeholder {
        color: #707070;
    }
}/*[{!style_ie10_css_8yp641j!}]*/