﻿/*Grid*/
.ui-jqgrid {
    position: relative;
    margin: 1em 0 2em; /* like tables in cssMain.css */
}

    .ui-jqgrid .ui-jqgrid-view,
    .ui-jqgrid .ui-jqgrid-view input,
    .ui-jqgrid .ui-jqgrid-view select,
    .ui-jqgrid .ui-jqgrid-view textarea,
    .ui-jqgrid .ui-jqgrid-view button {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        font-size: 100% !important;
    }

    /* caption*/
    .ui-jqgrid .ui-jqgrid-titlebar {
        padding: .3em .2em .2em .3em;
        position: relative;
        border-left: 0 none;
        border-right: 0 none;
        border-top: 0 none;
        background-color: Blue;
    }

    .ui-jqgrid .ui-jqgrid-title {
        float: left;
        margin: .2em 0;
    }

    .ui-jqgrid .ui-jqgrid-titlebar-close {
        height: 1.125em;
        padding: 0;
        position: absolute;
        top: 25%;
        width: 1.1875em
    }

        .ui-jqgrid .ui-jqgrid-titlebar-close span {
            display: block;
            margin: .0625em;
        }

        .ui-jqgrid .ui-jqgrid-titlebar-close:hover {
            padding: 0;
        }

    /* header*/
    .ui-jqgrid .ui-jqgrid-hdiv {
        position: relative;
        margin: 0;
        padding: 0;
        overflow: hidden;
        border-left: 0 none !important;
        border-top: 0 none !important;
        border-right: 0 none !important;
    }

    .ui-jqgrid .ui-jqgrid-hbox {
        float: left;
        padding-right: 0;
    }

    .ui-jqgrid .ui-jqgrid-htable {
        table-layout: fixed;
        margin: 0;
    }

        .ui-jqgrid .ui-jqgrid-htable th {
            /*
    height:1.375em;
    padding: .125em;
*/
            height: 1.6em;
            padding: 0.3em 0;
            vertical-align: middle;
            /*background: #5e5e5e url(https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-bg_highlight-soft_75_5e5e5e_1x100.png) 50% 65% repeat-x;
			font-weight: normal;
			color: #ffffff;*/
            background: rgba(0, 38, 255,0.8);
            font-weight: normal;
            color: white;
        }

            .ui-jqgrid .ui-jqgrid-htable th div {
                overflow: hidden;
                position: relative;
                /*    height:1.5em; */
                /*    font-weight: bold; */
                /*    color: #fff; */
                /*    font-size: 90%; */
            }

        .ui-widget-content .ui-jqgrid .ui-jqgrid-htable thead tr.ui-jqgrid-labels .ui-icon,
        .ui-jqgrid .ui-jqgrid-htable thead tr.ui-jqgrid-labels th.ui-state-default .ui-icon {
            background-image: url(https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-icons_ffffff_256x240.png) !important;
        }

        .ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
            overflow: hidden;
            white-space: nowrap;
            text-align: center;
            border-top: 0 none;
            border-bottom: 0 none;
        }

        .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
            border-left: 0 none;
        }

        .ui-th-rtl, .ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
            border-right: 0 none;
        }

.ui-first-th-ltr {
    border-right: .0625em solid;
}

.ui-first-th-rtl {
    border-left: .0625em solid;
}

.ui-jqgrid .ui-th-div-ie {
    white-space: nowrap;
    zoom: 1;
    height: 1.6em;
}

.ui-jqgrid .ui-jqgrid-resize {
    height: 20px !important;
    position: relative;
    cursor: e-resize;
    display: inline;
    overflow: hidden;
}

.ui-jqgrid .ui-grid-ico-sort {
    overflow: hidden;
    position: absolute;
    display: inline;
    cursor: pointer !important;
}

.ui-jqgrid .ui-icon-asc {
    /*
    margin-top:-.1875em;
    height:1.125em;
*/
    margin-top: -.2em;
    height: 1.2em;
    margin-left: 0;
}

.ui-jqgrid .ui-icon-desc {
    /*
    margin-top:.1875em;
    height:1.125em;
*/
    margin-top: .2em;
    height: 1.2em;
    margin-left: 0;
}

.ui-jqgrid .ui-i-asc {
    margin-top: 0;
    height: 1em;
}

.ui-jqgrid .ui-i-desc {
    margin-top: 0;
    margin-left: 1.1875em;
    height: 1em;
}

.ui-jqgrid .ui-jqgrid-sortable {
    cursor: pointer;
}

.ui-jqgrid tr.ui-search-toolbar th {
    border-top-width: .0625em !important;
    border-top-color: inherit !important;
    border-top-style: ridge !important
}


    /*
tr.ui-search-toolbar input {margin: .0625em 0 0 0}
tr.ui-search-toolbar select {margin: .0625em 0 0 0}
*/
    .ui-jqgrid tr.ui-search-toolbar th input,
    .ui-jqgrid tr.ui-search-toolbar th select {
        background-color: #ddd !important;
    }

        .ui-jqgrid tr.ui-search-toolbar th input:hover,
        .ui-jqgrid tr.ui-search-toolbar th select:hover {
            background-color: #ccc !important;
        }

        .ui-jqgrid tr.ui-search-toolbar th input:focus,
        .ui-jqgrid tr.ui-search-toolbar th select:focus {
            background-color: #fff !important;
        }

        .ui-jqgrid tr.ui-search-toolbar th input.active, /* [value!=""] */
        .ui-jqgrid tr.ui-search-toolbar th select.active {
            /* background-color: #ffffc9; */
            background-color: #fee89d !important;
        }


    /* .ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:100%} */



    /* SEARCH */
    .ui-jqgrid tr.ui-search-toolbar th input,
    .ui-jqgrid tr.ui-search-toolbar th select {
        display: block !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 0 0 .3em !important;
        line-height: 1.5em;
        color: #333;
        overflow: hidden;
    }

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    position: relative !important;
    height: 1.6em !important;
    padding: 0 !important; /*.125em;*/
    margin: 0 !important;
    /* background:#5e5e5e url(https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-bg_highlight-soft_75_5e5e5e_1x100.png) 0% 50% repeat-x !important; */
}



/* NEW 2015-07-07 - BEGIN */

.ui-jqgrid tr.ui-search-toolbar th {
    margin: 0;
    padding: 0;
}

    .ui-jqgrid tr.ui-search-toolbar th table {
        margin: 0;
        padding: 0;
    }

        .ui-jqgrid tr.ui-search-toolbar th table td {
            margin: 0;
            padding: 0;
        }

        .ui-jqgrid tr.ui-search-toolbar th table input,
        .ui-jqgrid tr.ui-search-toolbar th table select {
            display: block !important;
            top: 0 !important;
            left: 0 !important;
            width: 100% !important;
            height: 100% !important;
            margin: 0 !important;
            padding: 0 0 0 .5em !important;
            line-height: 1.5em;
            color: #333;
            overflow: hidden;
            border-style: none !important;
            font-size: 100%;
        }

        .ui-jqgrid tr.ui-search-toolbar th table td.ui-search-input
        /*.ui-jqgrid .ui-jqgrid-htable .ui-search-table td */ {
            position: relative !important;
            height: 1.6em !important;
            padding: 0 !important; /*.125em;*/
            margin: 0 !important;
            /* background:#5e5e5e url(https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-bg_highlight-soft_75_5e5e5e_1x100.png) 0% 50% repeat-x !important; */
        }

.ui-jqgrid .ui-jqgrid-htable th div {
    margin: 0 !important;
    padding: 0 !important;
}

div.ui-jqgrid table td, div.ui-jqgrid table th {
    border-style: none;
}

.ui-jqgrid tr.jqgrow td {
    line-height: 1.3em !important;
    height: auto !important;
}

/* NEW 2015-07-07 - END */



/* body */
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: left;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 0;
    outline-style: none;
    /* custom */
    /*
    font-size: 90%;
	border-collapse: collapse;
*/
    line-height: 1.3em;
    vertical-align: middle;
}

.ui-jqgrid tr.jqgrow {
    outline-style: none;
}

.ui-jqgrid tr.jqgroup {
    outline-style: none;
}

.ui-jqgrid tr.jqgrow td {
    overflow: hidden;
    white-space: pre;
    /* Statt Werten, die nicht gesetzt werden, gelten jene von cssMain.css  */
    padding: 0.3em 0.5em;
    vertical-align: middle;
    /*    height: 1.375em;
    font-weight: normal;
    padding: .125em; */
    border-bottom-width: .0625em;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    /* -------------------------------------------------------------------- */
}

.ui-jqgrid tr.jqgfirstrow td {
    padding: 0 .125em 0 .125em;
    border-right-width: .0625em;
    border-right-style: solid;
}

.ui-jqgrid tr.jqgroup td {
    font-weight: normal;
    overflow: hidden;
    white-space: pre;
    height: 1.375em;
    padding: 0 .125em 0 .125em;
    border-bottom-width: .0625em;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.jqfoot td {
    font-weight: bold;
    overflow: hidden;
    white-space: pre;
    height: 1.375em;
    padding: 0 .125em 0 .125em;
    border-bottom-width: .0625em;
    border-bottom-color: inherit;
    border-bottom-style: solid;
}

.ui-jqgrid tr.ui-row-ltr td {
    /*
    text-align:left;
*/
    border-right-width: .0625em;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.ui-row-rtl td {
    text-align: right;
    border-left-width: .0625em;
    border-left-color: inherit;
    border-left-style: solid;
}

.ui-jqgrid td.jqgrid-rownum {
    padding: .125em;
    margin: 0;
    border: 0 none;
}

.ui-jqgrid .ui-jqgrid-resize-mark {
    width: .125em;
    left: 0;
    background-color: #777;
    cursor: e-resize;
    cursor: col-resize;
    position: absolute;
    top: 0;
    height: 100px;
    overflow: hidden;
    display: none;
    border: 0 none;
    z-index: 99999;
}

/* footer */
.ui-jqgrid .ui-jqgrid-sdiv {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-left: 0 none !important;
    border-top: 0 none !important;
    border-right: 0 none !important;
}

.ui-jqgrid .ui-jqgrid-ftable {
    table-layout: fixed;
    margin-bottom: 0;
}

.ui-jqgrid tr.footrow td {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    height: 2.0625em;
    padding: 0 .125em 0 .125em;
    border-top-width: .0625em;
    border-top-color: inherit;
    border-top-style: solid;
}

.ui-jqgrid tr.footrow-ltr td {
    text-align: left;
    border-right-width: .0625em;
    border-right-color: inherit;
    border-right-style: solid;
}

.ui-jqgrid tr.footrow-rtl td {
    text-align: right;
    border-left-width: .0625em;
    border-left-color: inherit;
    border-left-style: solid;
}

/* Pager*/
/*.ui-jqgrid .ui-jqgrid-pager */
#pg_pager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px !important;
    height: 2.5em;
}

.ui-jqgrid .ui-pager-control {
    position: relative;
}

.ui-jqgrid .ui-pg-input, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-input {
    font-size: 12px !important;
}

html body #pg_pager #input_pager {
    font-size: 12px !important;
}

.ui-jqgrid .ui-pg-selbox, .ui-jqgrid .ui-jqgrid-toppager .ui-pg-selbox {
    border: 1px solid !important;
    font-size: 12px !important;
}

.ui-jqgrid .ui-pg-table {
    position: relative;
    padding-bottom: .125em;
    width: auto;
    margin: 0;
}

    .ui-jqgrid .ui-pg-table td {
        font-weight: normal;
        vertical-align: middle;
        padding: .0625em;
    }

.ui-jqgrid .ui-pg-button {
    height: 1.1875em !important;
}

    .ui-jqgrid .ui-pg-button span {
        display: block;
        margin: .0625em;
        float: left;
    }

    .ui-jqgrid .ui-pg-button:hover {
        padding: 0;
    }

.ui-jqgrid .ui-state-disabled:hover {
    padding: .0625em;
}

.ui-jqgrid .ui-jqgrid-pager input,
.ui-jqgrid .ui-jqgrid-pager select {
    height: 1.5em;
    margin: 0;
    margin-top: -2px;
    padding: 0 .3em;
    line-height: 1.5em;
    width: 4em;
}

.ui-jqgrid .ui-jqgrid-pager select {
    width: auto;
    padding-right: 0;
    width: 5em;
}

.ui-jqgrid .ui-pg-selbox {
    /*
    font-size:.8em;
    line-height:1.125em;
    display:block;
    height:1.125em;
    margin: 0;
*/
}

.ui-jqgrid .ui-separator {
    height: 1.125em;
    border-left: .0625em solid #ccc;
    border-right: .0625em solid #ccc;
    margin: .0625em;
    float: right;
}

.ui-jqgrid .ui-paging-info {
    font-weight: normal;
    height: 1.1875em;
    margin-top: .1875em;
    margin-right: .25em;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    padding: .0625em 0;
    float: left;
    position: relative;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
    cursor: pointer;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
    float: left;
    margin: 0 .125em;
}

.ui-jqgrid td input, .ui-jqgrid td select .ui-jqgrid td textarea {
    margin: 0;
}

.ui-jqgrid td textarea {
    width: auto;
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-top: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 1.5625em !important;
    white-space: nowrap;
    overflow: hidden;
}

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
        padding: .0625em 0;
        float: left;
        position: relative;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
        cursor: pointer;
    }

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
        float: left;
        margin: 0 .125em;
    }
/*subgrid*/
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
    display: block;
}

.ui-jqgrid .ui-subgrid {
    margin: 0;
    padding: 0;
    width: 100%;
}

    .ui-jqgrid .ui-subgrid table {
        table-layout: fixed;
    }

    .ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
        height: 1.125em;
        border-right-width: .0625em;
        border-right-color: inherit;
        border-right-style: solid;
        border-bottom-width: .0625em;
        border-bottom-color: inherit;
        border-bottom-style: solid;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-data {
        border-top: 0 none !important;
    }

    .ui-jqgrid .ui-subgrid td.subgrid-cell {
        border-width: 0 0 .0625em 0;
    }

.ui-jqgrid .ui-th-subgrid {
    height: 20px;
}
/* loading */
.ui-jqgrid .loading {
    position: absolute;
    top: 45%;
    left: 45%;
    width: auto;
    z-index: 101;
    padding: .375em;
    margin: .3125em;
    text-align: center;
    font-weight: bold;
    display: none;
    border-width: .125em !important;
    font-size: 1.0625em;
}

.ui-jqgrid .jqgrid-overlay {
    display: none;
    z-index: 100;
}

* html .jqgrid-overlay {
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

* .jqgrid-overlay iframe {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}
/* end loading div */
/* toolbar */
.ui-jqgrid .ui-userdata {
    border-left: 0 none;
    border-right: 0 none;
    height: 2.0625em;
    overflow: hidden;
}
/*Modal Window */
.ui-jqdialog {
    display: none;
    width: 300px;
    position: absolute;
    padding: .2em;
    font-size: 1.0625em;
    overflow: visible;
}

    .ui-jqdialog .ui-jqdialog-titlebar {
        padding: .3em .2em;
        position: relative;
    }

    .ui-jqdialog .ui-jqdialog-title {
        margin: .1em 0 .2em;
    }

    .ui-jqdialog .ui-jqdialog-titlebar-close {
        position: absolute;
        top: 50%;
        width: 1.1875em;
        margin: -10px 0 0 0;
        padding: .0625em;
        height: 1.125em;
    }

        .ui-jqdialog .ui-jqdialog-titlebar-close span {
            display: block;
            margin: .0625em;
        }

        .ui-jqdialog .ui-jqdialog-titlebar-close:hover, .ui-jqdialog .ui-jqdialog-titlebar-close:focus {
            padding: 0;
        }

    .ui-jqdialog-content, .ui-jqdialog .ui-jqdialog-content {
        border: 0;
        padding: .3em .2em;
        background: none;
        height: auto;
    }

    .ui-jqdialog .ui-jqconfirm {
        padding: .4em 1em;
        border-width: .1875em;
        position: absolute;
        bottom: 10px;
        right: 10px;
        overflow: visible;
        display: none;
        height: 80px;
        width: 220px;
        text-align: center;
    }
/* end Modal window*/
/* Form edit */
.ui-jqdialog-content .FormGrid {
    margin: 0;
}

.ui-jqdialog-content .EditTable {
    width: 100%;
    margin-bottom: 0;
}

.ui-jqdialog-content .DelTable {
    width: 100%;
    margin-bottom: 0;
}

.EditTable td input, .EditTable td select, .EditTable td textarea {
    margin: 0;
}

.EditTable td textarea {
    width: auto;
    height: auto;
}

.ui-jqdialog-content td.EditButton {
    text-align: right;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    padding-bottom: .3125em;
    padding-top: .3125em;
}

.ui-jqdialog-content td.navButton {
    text-align: center;
    border-left: 0 none;
    border-top: 0 none;
    border-right: 0 none;
    padding-bottom: .3125em;
    padding-top: .3125em;
}

.ui-jqdialog-content input.FormElement {
    padding: .3em
}

.ui-jqdialog-content .data-line {
    padding-top: .1em;
    border: 0 none;
}

.ui-jqdialog-content .CaptionTD {
    vertical-align: middle;
    border: 0 none;
    padding: .125em;
    white-space: nowrap;
}

.ui-jqdialog-content .DataTD {
    padding: .125em;
    border: 0 none;
    vertical-align: top;
}

.ui-jqdialog-content .form-view-data {
    white-space: pre
}

.fm-button {
    display: inline-block;
    margin: 0 .25em 0 0;
    padding: .4em .5em;
    text-decoration: none !important;
    cursor: pointer;
    position: relative;
    text-align: center;
    zoom: 1;
}

.fm-button-icon-left {
    padding-left: 1.9em;
}

.fm-button-icon-right {
    padding-right: 1.9em;
}

.fm-button-icon-left .ui-icon {
    right: auto;
    left: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
}

.fm-button-icon-right .ui-icon {
    left: auto;
    right: .2em;
    margin-left: 0;
    position: absolute;
    top: 50%;
    margin-top: -.5em;
}

#nData, #pData {
    float: left;
    margin: .1875em;
    padding: 0;
    width: 1.3125em;
}
/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
.ui-jqgrid .selected-row, div.ui-jqgrid .selected-row td {
    font-style: normal;
    border-left: 0 none;
}
/* inline edit actions button*/
.ui-inline-del.ui-state-hover span, .ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span, .ui-inline-cancel.ui-state-hover span {
    margin: -.0625em;
}
/* Tree Grid */
.ui-jqgrid .tree-wrap {
    float: left;
    position: relative;
    height: 1.125em;
    white-space: nowrap;
    overflow: hidden;
}

.ui-jqgrid .tree-minus {
    position: absolute;
    height: 1.125em;
    width: 1.125em;
    overflow: hidden;
}

.ui-jqgrid .tree-plus {
    position: absolute;
    height: 1.125em;
    width: 1.125em;
    overflow: hidden;
}

.ui-jqgrid .tree-leaf {
    position: absolute;
    height: 1.125em;
    width: 1.125em;
    overflow: hidden;
}

.ui-jqgrid .treeclick {
    cursor: pointer;
}
/* moda dialog */
* iframe.jqm {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: expression(this.parentNode.offsetWidth+'px');
    height: expression(this.parentNode.offsetHeight+'px');
}

.ui-jqgrid-dnd tr td {
    border-right-width: .0625em;
    border-right-color: inherit;
    border-right-style: solid;
    height: 20px;
}
/* RTL Support */
.ui-jqgrid .ui-jqgrid-title-rtl {
    float: right;
    margin: .1em 0 .2em;
}

.ui-jqgrid .ui-jqgrid-hbox-rtl {
    float: right;
    padding-left: 20px;
}

.ui-jqgrid .ui-jqgrid-resize-ltr {
    float: right;
    margin: -.125em -.125em -.125em 0;
}

.ui-jqgrid .ui-jqgrid-resize-rtl {
    float: left;
    margin: -.125em 0 -.0625em -.1875em;
}

.ui-jqgrid .ui-sort-rtl {
    left: 0;
}

.ui-jqgrid .tree-wrap-ltr {
    float: left;
}

.ui-jqgrid .tree-wrap-rtl {
    float: right;
}

.ui-jqgrid .ui-ellipsis {
    text-overflow: ellipsis;
}

.ui-widget-content {
    background: none !important
}


/* jqGrid overriding themes/diversey/jquery-ui.min.css !! */

tr.nth-child_2n {
    background-color: #f2f2f2 !important;
}

/* hover */
/*
tr.ui-state-hover 
{
    border:.0625em solid #999;
    background:#d3d3d3;
    font-weight:normal;
    color:#000;
}
*/

tr.ui-state-hover,
.ui-widget-content tr.ui-state-hover,
.ui-widget-header tr.ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    cursor: default;
    /*
    border-color: #000 !important;
    background: #f5fdff !important;
    background: #d9d9d9 !important;
    font-weight:normal;
    color:#000;
*/
    /*   
    background-color: #d3d3d3 !important;
    background-image: url("https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-bg_highlight-soft_50_f0f0f0_1x100.png");
*/
    /*border: 0.0625em solid #333;*/
    /*background: #d3d3d3 url(https://www.diversey-consulting.com/eCOrESOURCE/styles/themes/diversey/images/ui-bg_highlight-soft_50_d3d3d3_1x100.png) 50% 50% repeat-x !important;*/
    background: rgba(0, 38, 255,0.8) !important;
    font-weight: normal;
    color: white;
}

    tr.ui-state-hover a,
    tr.ui-state-hover a:hover,
    tr.ui-state-hover a:link,
    tr.ui-state-hover a:visited {
        color: #000;
        text-decoration: none
    }


/*highlight (mouseclick)*/
tr.ui-state-highlight,
.ui-widget-content tr.ui-state-highlight,
.ui-widget-header tr.ui-state-highlight {
    cursor: pointer;
    /*border: .0625em solid #000;
    background-image: none !important;
    background-color: #D7EBF2 !important;
    color: #000;*/
    background: rgba(0, 38, 255,0.8) !important;
    font-weight: normal;
    color: white;
}

    tr.ui-state-highlight a,
    .ui-widget-content tr.ui-state-highlight a,
    .ui-widget-header tr.ui-state-highlight a {
        color: #000
    }

/*
tr.ui-state-highlight .ui-icon
{
    background-image:url(images/ui-icons_2e83ff_256x240.png)
}
*/


/* NO horizontal scrollbar!! */        

div.ui-jqgrid table,
div.ui-jqgrid table.ui-jqgrid-htable,
div.ui-jqgrid div#pager table.ui-pg-table {
    border-style: none;
    border-top-style: none;
    border-collapse: separate;
}

    div.ui-jqgrid table td,
    div.ui-jqgrid table th {
        border-left-style: none;
        border-top-style: none;
    }

div.ui-jqgrid div#pager table.ui-pg-table {
    padding: 0;
}
