/*! 
* DevExtreme Exporter
* Version: 14.2.6
* Build date: Mar 18, 2015
*
* Copyright (c) 2012 - 2015 Developer Express Inc. ALL RIGHTS RESERVED
* EULA: https://www.devexpress.com/Support/EULAs/DevExtreme.xml
*/
#btnPrint .dx-menu-base {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    text-align: left;
}

    #btnPrint .dx-menu-base .dx-menu-items-container, .dx-menu-base .dx-menu-item-wrapper {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        height: 100%;
    }

    #btnPrint .dx-menu-base .dx-menu-items-container {
        list-style-type: none;
        display: inline-block;
        white-space: nowrap;
        cursor: pointer;
    }

    #btnPrint .dx-menu-base .dx-state-disabled, .dx-menu-base.dx-state-disabled .dx-menu-items-container {
        cursor: default;
    }

    #btnPrint .dx-menu-base .dx-menu-item {
        display: inline-block;
        position: relative;
        height: 100%;
        width: 100%;
    }

        #btnPrint .dx-menu-base .dx-menu-item .dx-menu-item-content {
            white-space: nowrap;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
        }

            #btnPrint .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-icon {
                display: inline-block;
                vertical-align: middle;
                border: 0;
            }

            #btnPrint .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-text {
                display: inline;
                vertical-align: middle;
                white-space: nowrap;
                overflow: ellipsis;
                -o-text-overflow: ellipsis;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
            }

            #btnPrint .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 2em;
            }

                #btnPrint .dx-menu-base .dx-menu-item .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
                    height: 100%;
                    background-position: center;
                    background-repeat: no-repeat;
                }

    #btnPrint .dx-menu-base.dx-rtl {
        text-align: right;
    }

        #btnPrint .dx-menu-base.dx-rtl .dx-menu-item-popout-container {
            left: 0;
            right: auto;
        }

#btnPrint .dx-context-menu.dx-overlay-content {
    overflow: inherit;
    position: absolute;
}

#btnPrint .dx-context-menu .dx-menu-items-container {
    padding: 1px;
}

#btnPrint .dx-context-menu .dx-menu-item .dx-submenu {
    position: absolute;
    z-index: 1003;
}

#btnPrint .dx-context-menu .dx-menu-separator {
    height: 1px;
    margin: 5px 0;
}

#btnPrint .dx-menu {
    overflow: hidden;
    position: relative;
}

#btnPrint .dx-menu-horizontal .dx-menu-item-wrapper {
    display: inline-block;
}

#btnPrint .dx-menu-horizontal .dx-menu-separator {
    display: inline-block;
    margin: 0 15px 0 0;
}

#btnPrint .dx-menu-vertical .dx-menu-item-wrapper {
    display: block;
}

#btnPrint .dx-menu-vertical .dx-menu-separator {
    margin: 0 0 15px 0;
}

#btnPrint .dx-rtl.dx-menu {
    text-align: right;
}

#btnPrint .dx-context-menu-container-border {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#btnPrint .dx-context-menu-content-delimiter {
    position: absolute;
    display: none;
    z-index: 2000;
    cursor: pointer;
}

#btnPrint .dx-overlay-wrapper {
    top: 0;
    left: 0;
    z-index: 1000;
}

#btnPrint .dx-overlay-modal {
    width: 100%;
    height: 100%;
}

#btnPrint .dx-overlay-shader {
    background-color: rgba(128,128,128,.5);
}

#btnPrint .dx-overlay-content {
    position: absolute;
    z-index: 1000;
    overflow: hidden;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    #btnPrint .dx-overlay-content > .dx-template-wrapper {
        height: 100%;
        width: 100%;
    }

#btnPrint .dx-device-android .dx-overlay-content {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#btnPrint .dx-device-android .dx-scrollable-native .dx-overlay-content {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
}

#btnPrint .dx-color-scheme {
    font-family: "#";
}

#btnPrint .dx-widget {
    -ms-content-zooming: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-text-size-adjust: none;
    -webkit-touch-callout: none;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#btnPrint .dx-item {
    outline: 0;
}

#btnPrint .dx-widget.dx-collection.dx-state-focused {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#btnPrint .dx-rtl {
    direction: rtl;
    unicode-bidi: embed;
}

#btnPrint .dx-theme-marker {
    font-family: "dx.generic.light";
}

#btnPrint .dx-menu-item {
    color: #2b2b2b;
}

    #btnPrint .dx-menu-item.dx-state-focused, .dx-menu-item.dx-state-active, .dx-menu-item-expanded {
        outline: none;
        background-color: rgba(96,96,96,.15);
        color: #2b2b2b;
    }

#btnPrint .dx-menu-base {
    color: #2b2b2b;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;
    line-height: normal;
}

    #btnPrint .dx-menu-base input, .dx-menu-base textarea {
        font-family: 'Helvetica Neue','Segoe UI',Helvetica,Verdana,san-serif;
    }

    #btnPrint .dx-menu-base .dx-menu-item-selected, .dx-menu-base .dx-menu-item-selected.dx-state-focused, .dx-menu-base .dx-menu-item-selected.dx-state-active {
        background-color: #606060;
        color: #fff;
    }

    #btnPrint .dx-menu-base.dx-state-disabled {
        color: #aaa;
        opacity: .5;
    }

    #btnPrint .dx-menu-base.dx-state-focused {
        outline: none;
    }

    #btnPrint .dx-menu-base .dx-icon {
        margin: 0 1px;
        width: 16px;
        height: 16px;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    #btnPrint .dx-menu-base .dx-menu-item-content {
        padding: 3px 5px 7px;
    }

        #btnPrint .dx-menu-base .dx-menu-item-content .dx-menu-item-text {
            padding: 0 25px 5px 5px;
        }

        #btnPrint .dx-menu-base .dx-menu-item-content .dx-menu-item-popout {
            min-width: 7px;
            min-height: 7px;
        }

    #btnPrint.dx-menu-base.dx-rtl .dx-menu-item-content .dx-icon {
        margin-left: auto;
        margin-right: 5px;
    }

    #btnPrint .dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container {
        margin-left: 0;
        margin-right: auto;
    }

        #btnPrint .dx-menu-base.dx-rtl .dx-menu-item-content .dx-menu-item-popout-container .dx-menu-item-popout {
            -ms-filter: "FlipH";
            filter: FlipH;
            -moz-transform: scaleX(-1);
            -o-transform: scaleX(-1);
            -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
        }

#btnPrint.dx-context-menu {
    color: #2b2b2b;
}

    #btnPrint .dx-context-menu.dx-overlay-content.dx-state-focused {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #btnPrint.dx-context-menu .dx-submenu > .dx-menu-items-container {
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,.2);
        -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.15);
        -moz-box-shadow: 0 2px 2px rgba(0,0,0,.15);
        box-shadow: 0 2px 2px rgba(0,0,0,.15);
    }

    #btnPrint .dx-context-menu .dx-menu-item-selected > .dx-menu-item-content, .dx-context-menu .dx-menu-item-selected.dx-state-focused > .dx-menu-item-content, .dx-context-menu .dx-menu-item-selected.dx-state-active > .dx-menu-item-content {
        color: #fff;
    }

    #btnPrint .dx-context-menu .dx-item-selected > .dx-menu-item > .dx-menu-item-content .dx-menu-item-popout {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAIklEQVQYV2P47/ufAQQZ/v+HMBmAFJgJEgYzkUSQ1IB1AQB+mSPiDtT8NgAAAABJRU5ErkJggg==);
    }

    #btnPrint .dx-context-menu .dx-menu-item-popout {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAKklEQVQYV2Oo9q1hqGH4z8BQ8x/ErAYxgBDIhDCAoiApoAhYCqYGyAMxADcNGRxZXrsnAAAAAElFTkSuQmCC);
    }

    #btnPrint .dx-context-menu .dx-menu-separator {
        background-color: #ccc;
    }

    #btnPrint .dx-context-menu.dx-rtl .dx-menu-item-content {
        padding: 5px 3px 5px 5px;
    }

        #btnPrint .dx-context-menu.dx-rtl .dx-menu-item-content .dx-menu-item-text {
            padding: 0 5px 5px 25px;
        }

#btnPrint.dx-context-menu-content-delimiter {
    background-color: #fff;
}

#btnPrint.dx-context-menu-container-border {
    background-color: transparent;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.15);
    box-shadow: 0 1px 1px rgba(0,0,0,.15);
}

#btnPrint.dx-menu {
    color: #2b2b2b;
    background-color: transparent;
}

    #btnPrint .dx-menu .dx-menu-item-expanded {
        background-color: #fff;
    }

    #btnPrint .dx-menu .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
        margin: 0 19px 0 3px;
    }

    #btnPrint .dx-menu .dx-menu-item-has-text .dx-menu-item-text {
        padding: 0 0 5px 5px;
    }

    #btnPrint .dx-menu .dx-menu-item-has-text.dx-menu-item-has-icon .dx-icon {
        margin: 0 3px;
    }

    #btnPrint .dx-menu .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
        padding: 0 19px 5px 5px;
    }

    #btnPrint .dx-menu .dx-menu-horizontal .dx-menu-item-popout {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAQAAADoz+32AAAAJ0lEQVQY0zXHsQ0AIADDsDzYi5rfywDIkzHuayhNXwQR44wIvSJlHGpwGRxVkleEAAAAAElFTkSuQmCC);
    }

    #btnPrint .dx-menu .dx-menu-vertical .dx-menu-item-popout {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHCAQAAACFbCRbAAAAKklEQVQYV2Oo9q1hqGH4z8BQ8x/ErAYxgBDIhDCAoiApoAhYCqYGyAMxADcNGRxZXrsnAAAAAElFTkSuQmCC);
    }

    #btnPrint .dx-menu.dx-rtl .dx-menu-item-has-icon.dx-menu-item-has-submenu .dx-icon {
        margin: 0 3px 0 19px;
    }

    #btnPrint .dx-menu.dx-rtl .dx-menu-item-has-text .dx-menu-item-text {
        padding: 0 5px 5px 0;
    }

    #btnPrint .dx-menu.dx-rtl .dx-menu-item-has-text.dx-menu-item-has-submenu .dx-menu-item-text {
        padding: 0 5px 5px 19px;
    }

    #btnPrint .dx-menu .dx-icon-exportTo {
        width: 24px;
        height: 24px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAmElEQVRIx2P4//8/Ay0xw6gFJFlQWlICw/+JxPVIemhiAYol5FjAgAdjWEJLC8CW0NqC/9S2AEP9oLbAF4hnomGqWiAJxK3UtuAqkuEp1PbBaiB2BWIjIC5AMrQBiNMpsYADiOWA2AmIU4F4MpLhIIM1keKELAuigbgaiCdBcTVUzASI2aiZivigmObJlCQ88BaMVpkDYgEAy2mM03/fzb0AAAAASUVORK5CYII=) no-repeat;
    }

    #btnPrint .dx-menu .dx-icon-print {
        width: 24px;
        height: 24px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAbUlEQVRIx2P8//8/Ay0B46gFg9+CstLSmfjku7q700ctGLXgP7qBh4GUDUweiGcSSIkgC2CGHAFaaEvIAmQBUi0A+YiRVAuIAWRbQDKghQWMQ94HJFvAQKEFDMRYgJwXiAVHQXoIWjBao9HdAgCLAorRIWotogAAAABJRU5ErkJggg==) no-repeat;
    }
