﻿.d-components-popup-viewwrapper .d-table-row-leftside.d-components-popup-multi,
.d-components-popup-viewwrapper .d-table-row-rightside {
    width: 46% !important;
}

.d-components-popup-middlebtns{
    height:auto;
    top:40%;
    position:absolute;
}

.d-components-popup-middlebtns button{
    margin-bottom:20px;
}

#PopupTreeMulti .k-grid-content {
    overflow: auto!important;
}

.d-components-popup-viewwrapper div.k-grid-footer,
div.k-grid-header{
    padding-right:0!important;
}

.d-components-popup-multi{
    width:100%;
    margin-right:0!important;
}

.d-components-popup-multi > div.d-table-row-leftside {
    width: 440px;
    margin-right:7px
}

    .d-components-popup-multi div.d-table-row-rightside{
        margin-right:20px!important;
    }

    .d-components-popup-multi .k-grid-content {
        background-color: #FFFFFF;
    }

.d-components-popup-multi .k-pager-wrap{
    width:370px!important;
    margin-left:5px!important;
}

.d-components-popup-single,
.d-components-popup-single > div.d-table-row-leftside,
.d-components-popup-viewwrapper {
    width: 980px;
}

    .d-components-popup-single table,
    .d-components-popup-single .k-grid-header-wrap,
    .d-components-popup-single .k-grid {
        max-width: 940px !important;
    }

.d-components-popup-viewwrapper .k-pager-wrap{
    height:30px!important;
}

/*#PopupGrid table{
    max-width:200px!important;
}*/