﻿_:-ms-fullscreen,
:root #gridController > tbody {
        display: block;
        overflow: auto;
    }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #gridController th, #gridController tbody td {
        display: grid;
    }
		
    *::-ms-backdrop, #gridController th, #gridController tbody td {
        overflow-y: auto;
        overflow-x: hidden;
        display: inline-block;
    }

    #gridController, #documentTemplate {
        display: table;
    }

    .metadata-tab {
        display: inline-block;
    }

    .height-css {
        height: 33px;
    }

    .icon_arrow-down {
        right: 2px;
    }

    .remove-icon-dropdown {
        right: 21px;
    }

    .input-group {
        display: inline-table;
    }

    .adv-folder-tree {
        width: 344px;
    }

    .advance-search ul {
        left: -85px !important;
    }

        .advance-search ul li {
            width: 315px;
        }

    #dropdown .icon_arrow-down, .departmentSelectionid .icon_arrow-down {
        right: 5px;
    }

    .search-result-search-more #dropdown .icon_arrow-down {
        right: 2px;
    }

    #gridController > tbody {
        display: grid;
        overflow: auto;
    }
    .width-info{
        min-width: 23px !important;
        width: 23px !important;
    }
    #reading-list-tab1 .width-info-c, #reading-list-tab2 .width-info-c{
        min-width: 29px !important;
        width: 29px !important;
    }

	/*#document-content-identifier {
		height: calc(100vh - 150px) !important
	}

	#document-content-identifier.scrolling {
		height: calc(100vh - 214px) !important
	}

    #document-content-identifier.fullScreen-height {
        height: calc(100vh - 3px) !important;
        top: 0;
    }

    #document-content-identifier.fullScreen-height.scrolling {
        height: calc(100vh - 53px) !important;
        top: 0;
    }*/
}

