﻿
/********统一placeholder提示信息样式******/

.quickLaunch ::-webkit-input-placeholder { /* WebKit browsers */
    font-size: 14px;
    color: #858585;
}

.quickLaunch :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-size: 14px;
    color: #858585;
}

.quickLaunch ::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-size: 14px;
    color: #858585;
}

.quickLaunch :-ms-input-placeholder { /* Internet Explorer 10+ */
    font-size: 14px;
    color: #858585;
}

.quickLaunch .searchbox-big-button {
    position: absolute;
    background: url('/Content/images/searchbox_big_button.png') no-repeat center center;
    width: 18px;
    height: 25px;
    cursor: pointer;
    height:30px;
    top: 10px;
    right: 12px;
    z-index:2
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #545454;
    font-size: 12px;
    padding-left: 3px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #545454;
    font-size: 12px;
    padding-left: 3px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #545454;
    font-size: 12px;
    padding-left: 3px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #545454;
    font-size: 12px;
    padding-left: 3px;
}


/*去掉IE文本框的X*/
input::-ms-clear {
    display: none;
}

a {
    outline: none;
}

button {
    outline: none;
}

    BUTTON[disabled], INPUT[disabled], OPTGROUP[disabled], OPTION[disabled], SELECT[disabled], TEXTAREA[disabled] {
        /*background-color: #dfdfdf;*/
        /*background-color:#ffffff;*/
    }

.wdi-border-radius {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wdi-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
    opacity: 0.3;
    display: none;
}
.wdi-wdiget-overlay-img {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    top: 45%;
    right: 45%;
}

/*Label 内容区域字段*/
.wdi-label {
    color: #696969;
}

/*文本框*/
.wdi-text, .wdi-multitext {
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .wdi-text:focus, .wdi-multitext:focus {
        -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
        box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.6);
        outline: 0;
        border-color: #66afe9;
    }

.wdi-multitext {
}

.wdi-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.wdi-input-group-addon {
    padding: 5px 7px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fefefe;
    border: 1px solid #ccc;
}

.main-content .wdi-button {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #4d72a9;
    padding: 4px 25px;
    color: #f7f7f7;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

/*#region 控件组*/
.wdi-input-group .form-control, .wdi-input-group-addon {
    display: table-cell;
}

.wdi-input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

    .wdi-input-group-addon:last-child {
        border-left: 0;
    }

    .wdi-input-group .form-control:last-child,
    .wdi-input-group-addon:last-child {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        -moz-border-bottom-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
    }

    .wdi-input-group .form-control:first-child,
    .wdi-input-group-addon:first-child {
        -moz-border-top-right-radius: 0px;
        -moz-border-bottom-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.wdi-combobox-clear {
    position: absolute;
    top: 5px;
    right: 30px;
    z-index: 1000;
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("images/close.png") no-repeat;
}

    .wdi-combobox-clear:hover {
        background-color: #F7f7f7;
    }

.wdi-input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.wdi-input-search {
    background-image: url("images/search.png");
    display: inline-block;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
}
/*#endregion*/

/*表格控件*/


/*Link按钮组*/
.wdi-linkopts {
    display: inline-block;
}

.wdi-linkopt {
    display: inline-block;
    padding: 5px 10px;
    font-size: 12px;
}

    .wdi-linkopt:hover {
        color: #f7f7f7;
        background-color: #2299ee;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

.wdi-linkseparate {
    padding-left: 2px;
    padding-right: 2px;
}

/*#region Panel*/
.wdi-panel:before, .wdi-panel:after {
    display: table;
    content: " ";
}

.wdi-panel {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.wdi-panel-header {
    border-bottom: 1px solid #cccccc;
    padding-top: 4px;
    padding-bottom: 8px;
    position: relative;
}

.wdi-panel-header-padding {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 8px;
}

.wdi-panel-headerlogo {
    width: 18px;
    display: inline-block;
    height: 18px;
    background-image: url(wdiimg/title-logo.png);
    /*background-color: #0072c6;*/
    background-repeat: no-repeat;
    background-position: -1px -1px;
    position: absolute;
    left: 10px;
    top: 1px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

.wdi-panel-headerlogo-error, 
.wdi-panel-headerlogo-warning,
.wdi-panel-headerlogo-success {
    width: 18px;
    display: inline-block;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 1px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
.wdi-panel-headerlogo-error {
    background-image: url(wdiimg/error.png) !important;
    background-repeat: no-repeat;
}

.wdi-panel-headerlogo-warning{
    background-image: url(wdiimg/warning.png) !important;
    background-repeat: no-repeat;
}
.wdi-panel-headerlogo-success{
    background-image: url(wdiimg/success.png) !important;
    background-repeat: no-repeat;
}

.wdi-headerbeforelogo {
    padding-left: 35px;
    position: relative;
}

.wdi-panel-headertitle {
    font-size: 14px;
    display: inline-block;
}

.wdi-panel-headertitle-padding {
    font-size: 16px;
    display: inline-block;
    padding: 5px 0 10px 10px !important;
}

.wdi-panel-headersettings {
    display: inline-block;
    float: right;
}

.wdi-panel-body {
    padding-top: 5px;
}

.wdi-foldable .wdi-panel-header:hover {
    background-color: #eaf0f9;
}

.wdi-foldable .wdi-panel-header {
    cursor: pointer;
}

.wdi-panel-headermenusetting {
    display: inline-block;
    /*float: right;
    padding-right: 10px;*/
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 5px;
}

.wdi-headersettingslogo {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(images/icon-down.png);
    background-repeat: no-repeat;
}

    .wdi-headersettingslogo:hover {
        background-color: #cccccc;
    }

.wdi-headersettingslogo-hover {
    background-color: #cccccc;
    background-image: url(images/icon-up.png);
}

.wdi-panel-headermenu {
    display: none;
    position: absolute;
    right: 10px;
    border: 1px solid #dedede;
    top: 20px;
    background-color: #F8f8f8;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    z-index: 10000;
    width: 150px;
    padding: 5px;
}

.wdi-panel-headermenu-item {
    display: inline-block;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 5px 10px;
    border: 1px solid #F8f8f8;
}

    .wdi-panel-headermenu-item:hover {
        background-color: #dedede;
        border: 1px solid #cccccc;
    }

.wdi-panel-headermenu .wdi-linkopt {
    display: block;
}
/*#endregion*/

/*视图展示布局控件*/
.wdi-item-row {
    padding-bottom: 0px;
}

    .wdi-item-row:before, .wdi-item-row:after {
        display: table;
        content: " ";
        clear: both;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

/*.wdi-item-row-fixedCellHeight .col-width-2,
.wdi-item-row-fixedCellHeight .col-width-4,
.wdi-item-row-fixedCellHeight .col-width-5,
.wdi-item-row-fixedCellHeight .col-width-6,
.wdi-item-row-fixedCellHeight .col-width-8,
.wdi-item-row-fixedCellHeight .col-width-12 {
    padding-bottom: 5px;
}*/

.wdi-item-viewlabel31 {
    width: 33.33333%;
}

.wdi-item-viewconent32 {
    width: 66.66666%;
}

.wdi-item-viewlabel61 {
    width: 16.6666%;
}

.wdi-item-viewconent65 {
    width: 83.3333%;
}

.wdi-item-viewlabel25 {
    width: 25%;
}

.wdi-item-viewconent75 {
    width: 75%;
}

.wdi-item-viewlabel13 {
    width: 12.5%;
}

.wdi-item-viewconent87 {
    width: 87.5%;
}

.wdi-item-viewlabel31, .wdi-item-viewlabel61, .wdi-item-viewlabel25, .wdi-item-viewlabel13 {
    padding: 5px 0;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    float: left;
}

.wdi-item-viewconent65, .wdi-item-viewconent87, .wdi-item-viewconent32, .wdi-item-viewconent75 {
    padding: 5px 5px;
    display: inline-block;
    float: left;
}

/*#region Tabs*/
.wdi-tabs div.wdi-tab-nav:hover {
    color: #2898e0;
    border-bottom: 3px solid #2898e0;
}

.wdi-tabs div.wdi-tab-nav-action {
    color: #2898e0;
    border-bottom: 3px solid #2898e0;
    cursor: pointer;
}

.wdi-tabs {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
}

.wdi-tabs-body {
    padding: 0 10px 10px 10px;
}

.wdi-tabs ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    .wdi-tabs ul li {
        float: left;
        line-height: 24px;
        font-size: 14px;
        margin: 0;
        padding: 2px 10px 0 10px;
        position: relative;
    }

.wdi-tabs div.wdi-tab-nav {
    cursor: pointer;
}

.wdi-tabs-paddingtop {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/*#endregion*/

/*#region Home Tabs*/
.wdi-home-tabs div.wdi-home-tab-nav-action {
    color: #58bdf0;
    border-top: 3px solid #58bdf0;
    cursor: pointer;
    background-color: #ffffff;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
}

.wdi-home-tabs div.wdi-home-tab-nav {
    cursor: pointer;
    border-top: 3px solid #fbfbfb;
    color: #858585;
}

.wdi-home-tabs {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 1;
    background-color: #fbfbfb;
    border-bottom: 1px solid #DDDDDD;
}

    .wdi-home-tabs ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .wdi-home-tabs ul li {
            float: left;
            width: 92px;
            height: 72px;
            font-size: 13px;
            margin: 0;
            padding: 0;
            position: relative;
        }

.wdi-home-tab-nav-text {
    font-family: 'Microsoft YaHei';
    font-size: 12px;
}

.wdi-home-tabs-img-div {
    text-align: center;
    padding-top: 10px;
    height: 36px;
}

.wdi-home-tabs-span-div {
    text-align: center;
    padding-top: 8px;
    height: 34px;
}

.wdi-home-tabs-refresh {
    position: absolute;
    top: 5px;
    right: 5px;
}

.wdi-home-tabs-count-span {
    -webkit-transform: scale(0.8);
    position: absolute;
    top: 5px;
    right: 25px;
    font-size: 10px;
    background-color: red;
    height: 18px;
    width: 18px;
    padding-top: 2px;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
}
/*#endregion*/

/*#region 修改的JQWidget的样式*/
.jqx-grid .jqx-grid-header .jqx-widget-header {
    background-color: #fffdf5;
}

.jqx-grid .jqx-grid-pager {
    background-color: #f5f7fa;
}

.jqx-grid-header .jqx-grid-column-header {
    border-color: #C7C7C7;
}

.jqx-grid-content .jqx-grid-cell {
    border-color: #DDDDDD;
    border-left: 0;
    border-right: 0;
    font-size: 12px;
}
/*
.jqx-fill-state-normal {
    background-color: #FFF;
    border-color: #ddd;
}
.jqx-fill-state-hover {
    border-color: #dddddd;
    background-color: #FFF; 
}
.jqx-fill-state-focus {
    border-color: #dddddd;
}*/
.jqx-listbox {
    border-color: #dddddd;
}

.jqx-dropdownlist-state-normal {
    border-color: #dddddd;
    background-color: #FFF;
    font-size: 12px;
}

.jqx-datetimeinput {
    border-color: #dddddd;
}

.jqx-listitem-element {
    font-size: 12px;
}

.jqx-input-content {
    font-size: 12px;
}

.jqx-listitem-element:hover {
    background-color: #eaf0f9;
}

.jqx-listitem-element .jqx-listitem-state-normal {
    background-color: transparent;
    border-color: transparent;
}

.jqx-listitem-element[aria-selected='true'] {
    background-color: #85aee6;
    color: #ffffff;
}

.jqx-calendar .jqx-calendar-title-header {
    background-color: #eaf0f9;
}

.jqx-calendar .jqx-calendar-cell-hover, .jqx-datetimeinput .jqx-fill-state-normal {
    background-color: #eaf0f9;
    border: 1px solid #eaf0f9;
}

.jqx-calendar .jqx-calendar-cell-selected {
    background-color: #85aee6;
    color: #ffffff;
    border: 1px solid #85aee6;
}

.wrapper .jqx-widget-content,
.wrapper .jqx-widget-content,
.menu-item-panel .jqx-widget-content,
.wrapper .jqx-fill-state-normal,
.jqx-widget-content {
    font-family: '微软雅黑', 'Microsoft YaHei', 'arial';
    /*color: #333;*/
    background-color: #fffdf5;
}

.jqx-grid .jqx-grid-cell-hover, .jqx-grid .jqx-grid-cell-selected {
    background-color: #eeeef3;
}

.jqx-grid-statusbar .jqx-grid-cell {
    border: none;
}

.jqx-grid-statusbar .jqx-grid-cell-pinned {
    background-color: #f5f7fa;
}

.jqx-dropdownlist-state-normal .jqx-dropdownlist-content {
    color: #545454;
}

/*#endregion*/

/*#region 按钮下拉*/
.wdi-dropdown-btn {
    display: inline-block;
    padding: 3px 10px 3px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #8D8D8D;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    font-weight: bold;
    background-color: #ffffff;
}

a.wdi-dropdown-btn-link {
    background-color: #22bb88;
    border-left: 1px solid #dedede;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

    a.wdi-dropdown-btn-link:hover {
        background-color: #11aa77;
    }

.wdi-dropdown-btn-link .wdi-caret {
    color: #ffffff;
}


.wdi-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.wdi-dropdown-menu {
    font-family: 'Microsoft YaHei';
    position: absolute;
    top: 100%;
    /*left: 0;*/
    z-index: 1000;
    display: none;
    float: left;
    min-width: 140px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .wdi-dropdown-menu .wdi-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .wdi-dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

.wdi-dropdown-btn-open > .wdi-dropdown-menu {
    display: block;
}

.wdi-btn-group {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    line-height: 20px;
}

    .wdi-btn-group a {
        color: #337ab7;
        text-decoration: none;
    }

.wdi-btn-default {
    background-color: #ffffff;
    border: 1px solid #ccc;
}

.wdi-btn-itemprimary {
    background-color: #0072c6;
    border: 1px solid #0072c6;
}

a.wdi-btn-itemprimary {
    color: #f7f7f7;
}

.wdi-dropdown-menu > li > a:hover,
.wdi-dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #85aee6;
}

.wdi-btn-item {
    display: inline-block;
    padding: 3px 10px;
    /*margin-bottom: 0;*/
    font-size: 14px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
    background-color: #22bb88;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

a.wdi-btn-item {
    color: #ffffff;
}

.wdi-btn-item:hover {
    background-color: #11aa77;
}
/*#endregion*/

/*#region CustomCombobox*/
.customcombobox-menu-content .desc {
    display: block;
    color: #a0aebf;
    margin-bottom: 5px;
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: bold;
}

.customcombobox-menu-content .content {
    padding: 10px;
    border: 1px solid #dfdfdf;
    overflow: auto;
}

    .customcombobox-menu-content .content .menu-left {
        min-height: 420px;
        width: 450px;
        float: left;
        border-right: 1px solid #eee;
        padding-right: 15px;
    }

        .customcombobox-menu-content .content .menu-left .head {
            line-height: 40px;
            float: left;
            width: 100%;
            height: 40px;
            cursor: pointer;
            border-bottom: 1px solid #f0f0f0;
        }

        .customcombobox-menu-content .content .menu-left .body ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .customcombobox-menu-content .content .menu-left .body ul li {
                line-height: 40px;
                height: 40px;
                border-bottom: 1px dotted #f0f0f0;
            }

                .customcombobox-menu-content .content .menu-left .body ul li label, .customcombobox-menu-content .content .menu-left .body ul li input {
                    cursor: pointer;
                }

                .customcombobox-menu-content .content .menu-left .body ul li:hover {
                    background: #eeeef3;
                }

                .customcombobox-menu-content .content .menu-left .body ul li span {
                    padding-left: 10px;
                }

    .customcombobox-menu-content .content .menu-right {
        width: 270px;
        float: right;
        border: none;
    }

        .customcombobox-menu-content .content .menu-right .listItem {
            width: 100%;
            overflow: hidden;
            height: 40px;
            cursor: pointer;
            padding-left: 10px;
        }

            .customcombobox-menu-content .content .menu-right .listItem span.handle {
                display: block;
                float: right;
                width: 30px;
                text-align: center;
                cursor: pointer;
            }

    .customcombobox-menu-content .content div .jqx-listbox {
        border: none;
    }
/*#endregion*/

/*Fix Bug*/
.filter-body .filter-item {
    height: 55px;
}

.dialog-loading-over {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fefefe;
    z-index: 100;
    display: none;
}

/*StaffCard*/
.toolTipFont {
    font-size: 12px;
    color: #858585;
    font-family: 'Microsoft YaHei';
}

.staffCardTitle {
    width: 90px;
    display: inline-block;
}


.wdi-sc-div-table {
    display: table;
    width: 100%;
    padding: 15px 12px 0 12px;
}

.wdi-sc-div-row {
    display: table-row;
    height: 35px;
    line-height: 15px;
}

    .wdi-sc-div-row div {
        display: table-cell;
    }

     .wdi-grid-div-table {
        display: table;
        text-align: center;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 3px;
        color:#858585;
    }

    .wdi-grid-div-row {
        display: table-row;
        height: 20px;
        line-height: 20px;
        
    }

    .wdi-grid-div-row-head {
        display: table-row;
        height: 20px;
        line-height: 20px;
        background-color:#ccc;
        color:#fff
    }

    .wdi-grid-div-row div {
        display: table-cell;
    }


    .wdi-grid-div-row-head div {
        display: table-cell;
    }

    .wdi-grid-div-row-head .wdi-grid-div-one {
        width: 40%;
    }

    .wdi-grid-div-row-head .wdi-grid-div-two {
        width: 30%;
    }

    .wdi-grid-div-row-head .wdi-grid-div-three {
        width: 30%;
    }

/*审批按钮*/
.main-content .wdi-approvalLink {
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #2898E0;
    padding: 4px 15px;
    color: #f7f7f7;
    font-size: 12px;
    border: none;
    cursor: pointer;
}


#tipZone {
    float: left;
    padding-top: 3px;
}

.border-red {
    border: 1px solid #dd4b39 !important;
}

.disp-file {
    display: none;
    margin-bottom: 3px;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #c7c7c7;
    height: 30px;
    line-height: 1.231;
    width: 100%;
    clear: both;
}

.disp-file div.jqx-file-upload-file-name {
    width: 89%;
    border: 0;
}

        

            .disp-file div.jqx-file-upload-file-name a:hover {
                text-decoration: underline;
                color: #000;
            }

.grid-popupPanelDialog {
    display: inline-block;
    position: fixed;
    border: 3px solid #a0a0a0;
    z-index: 1999;
    background-color: #fff;
}
.grid-popupImgPanel {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

