.ui-datatable {
    position: relative;
}

.ui-datatable table {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}

.ui-datatable .ui-datatable-header,
.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-footer {
    text-align: center;
    padding: .5em .75em;
    box-sizing: border-box;
}

.ui-datatable .ui-datatable-caption,
.ui-datatable .ui-datatable-header {
    border-bottom: 0 none;
}

.ui-datatable .ui-datatable-footer {
    border-top: 0 none;
}

.ui-datatable thead th,
.ui-datatable tfoot td {
    text-align: center;
}

.ui-datatable thead tr {
    border-width: 0;
}

.ui-datatable .ui-datatable-thead>tr>th,
.ui-datatable .ui-datatable-tfoot>tr>td,
.ui-datatable .ui-datatable-data>tr>td {
    /*border-color: inherit;*/
    box-sizing: border-box;
    padding: .5em .5em;
    overflow: hidden;
    /*border-width: 1px;
    border-style: solid;*/
    text-overflow: ellipsis;
    border: none;
    font-weight: lighter !important;
    color: #323232;
    font-family: 'AdobeClean-Regular',adobe-clean,Helvetica,Arial,sans-serif;
}

.ui-datatable .ui-datatable-thead>tr>th {
    font-weight: normal;
}

.ui-datatable tbody {
    outline: 0;
}

.ui-datatable .ui-sortable-column {
    cursor: pointer;
}

.ui-datatable .ui-sortable-column-icon {
    display: inline-block;
    margin-left: .125em;
}

.ui-datatable tr.ui-state-highlight {
    cursor: pointer;
}


/* Scrollable */

.ui-datatable-scrollable-body {
    overflow: auto;
    background: #ffffff;
}

.ui-datatable-scrollable-header {
    overflow: hidden;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header {
    position: relative;
    border: 0 none;
}

.ui-datatable-scrollable .ui-datatable-scrollable-header td {
    font-weight: normal;
}

.ui-datatable .ui-datatable-scrollable-body {
    min-height: 0%;
}

.ui-datatable .ui-datatable-data tr.ui-state-hover,
.ui-datatable .ui-datatable-data tr.ui-state-highlight {
    border-color: inherit;
    font-weight: inherit;
    cursor: pointer;
}

.ui-datatable-scrollable-theadclone {
    height: 0;
}

.ui-datatable-scrollable-theadclone tr {
    height: 0;
}

.ui-datatable-scrollable-theadclone th.ui-state-default {
    height: 0;
    border-bottom-width: 0;
    border-top-width: 0;
    padding-top: 0;
    padding-bottom: 0;
    outline: 0 none;
}

.ui-datatable-scrollable-theadclone th span.ui-column-title {
    display: block;
    height: 0;
}

.ui-datatable .ui-paginator {
    padding: .125em;
    border-top: 0 none;
}

.ui-datatable-rtl {
    direction: rtl;
}

.ui-datatable-rtl.ui-datatable thead th,
.ui-datatable-rtl.ui-datatable tfoot td {
    text-align: right;
}


/* Row Toggler */

.ui-row-toggler {
    cursor: pointer;
}


/* Resizable */

.ui-datatable .ui-column-resizer {
    display: block;
    position: absolute !important;
    top: 0;
    right: 0;
    margin: 0;
    width: .5em;
    height: 100%;
    padding: 0px;
    cursor: col-resize;
    border: 1px solid transparent;
}


/*AMO*/

.ui-datatable-thead tr:nth-child(1) .ui-state-default {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
}

.ui-datatable-thead tr:nth-child(2) .ui-state-default {
    /*font-weight: bolder !important;*/
}

.ui-datatable-thead tr:nth-child(2) span.ui-column-resizer {
    display: none;
}

.ui-datatable-frozen-view .coral-Icon--lockOn {
    display: none;
}

.ui-datatable-frozen-view .ui-datatable-thead tr:nth-child(1) th:last-child .coral-Icon--lockOn {
    display: block;
}


/*AMO*/

.ui-datatable .ui-column-resizer-helper {
    width: 1px;
    position: absolute;
    z-index: 10;
    display: none;
}

.ui-datatable-thead tr:nth-child(1) th:hover {
    background-color: #D8D9DA;
}

.ui-datatable-thead tr:nth-child(1) th .arrow-icon {
    display: none;
}

.ui-datatable-thead tr:nth-child(1) th:hover .arrow-icon {
    display: inline-block;
}

.ui-datatable-resizable {
    padding-bottom: 1px;
    /*fix for webkit overlow*/
    overflow: auto;
}

.ui-datatable-resizable thead th,
.ui-datatable-resizable tbody td,
.ui-datatable-resizable tfoot td {
    white-space: nowrap;
}

.ui-datatable-resizable th.ui-resizable-column {
    background-clip: padding-box;
    position: relative;
}


/** Reflow **/

.ui-datatable-reflow .ui-datatable-data td .ui-column-title {
    display: none;
}


/* Filter */

.ui-datatable .ui-column-filter {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-top: .25em;
}


/* Editing */

.ui-datatable .ui-editable-column input {
    width: 100%;
    outline: 0;
}

.ui-datatable .ui-datatable-data>tr>td.ui-editable-column {
    /*padding: .5em;*/
}

.ui-datatable .ui-editable-column .ui-cell-editor {
    display: none;
}

.ui-datatable .ui-datatable-data>tr>td.ui-editable-column.ui-cell-editing {
    /*padding: 1px;*/
    padding: .25em .5em;
}

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor {
    display: inline-block;
}

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-data {
    display: none !important;
    /*border: 1px solid #57bf00;*/
}

.ui-datatable .ui-editable-column.ui-cell-editing .ui-cell-editor coral-icon {
    display: inline-block !important;
}

.ui-datatable .ui-editable-column coral-icon {
    display: none;
}

.ui-datatable .ui-editable-column:hover coral-icon {
    display: inline-block;
}

.ui-editable-column:hover .coral-Icon--playCircle {
    visibility: visible;
}

.context-menu.ui-editable-column:hover .coral-Icon--edit {
    display: none;
}

.ui-datatable-stacked thead th,
.ui-datatable-stacked tfoot td {
    display: none !important;
}

.ui-datatable-stacked .ui-datatable-data td {
    text-align: left;
    display: block;
    border: 0 none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    clear: left;
}

.ui-datatable-stacked .ui-datatable-data.ui-widget-content {
    border: 0 none;
}

.ui-datatable-stacked .ui-datatable-data tr.ui-widget-content {
    border-left: 0 none;
    border-right: 0 none;
}

.ui-datatable-stacked .ui-datatable-data td .ui-column-title {
    padding: .4em;
    min-width: 30%;
    display: inline-block;
    margin: -.4em 1em -.4em -.4em;
    font-weight: bold;
}

.ui-datatable .ui-selection-column .ui-chkbox,
.ui-datatable .ui-selection-column .ui-radiobutton {
    margin: 0;
    display: block;
}

.ui-datatable .ui-selection-column .ui-chkbox-box,
.ui-datatable .ui-selection-column .ui-radiobutton-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-datatable-scrollable-wrapper {
    position: relative;
}

.ui-datatable-scrollable-view {
    /*float: left;*/
}

.ui-datatable-unfrozen-view {
    position: absolute;
    top: 0px;
}

.ui-datatable-frozen-view .ui-datatable-scrollable-body {
    overflow: hidden;
}

@media ( max-width: 35em) {
    .ui-datatable-reflow thead th,
    .ui-datatable-reflow tfoot td {
        display: none !important;
    }
    .ui-datatable-reflow .ui-datatable-data td {
        text-align: left;
        display: block;
        border: 0 none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        clear: left;
    }
    .ui-datatable-reflow .ui-datatable-data.ui-widget-content {
        border: 0 none;
    }
    .ui-datatable-reflow .ui-datatable-data tr.ui-widget-content {
        border-left: 0 none;
        border-right: 0 none;
    }
    .ui-datatable-reflow .ui-datatable-data td .ui-column-title {
        padding: .4em;
        min-width: 30%;
        display: inline-block;
        margin: -.4em 1em -.4em -.4em;
        font-weight: bold;
    }
}

.centeredOverlay {
    position: absolute;
    background-color: rgba(242, 243, 244, 0.5);
    /*dim the background*/
    top: 65px;
    left: 0;
    width: 100%;
    /*height: 100%;*/
    color: black;
    text-align: center;
    z-index: 1;
}

.centeredOverlay span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ui-datatable-scrollable-view.ui-datatable-frozen-view {
    border-right: 2px solid rgba(0, 0, 0, 0.07);
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    zoom: 1
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-chkbox {
    display: inline-block;
    cursor: pointer;
    vertical-align: middle
}

th .ui-chkbox .ui-chkbox-box {
    width: 14px;
    height: 14px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

th .ui-chkbox .ui-chkbox-icon {
    font-size: 12px;
}

th .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default,
tr .ui-chkbox-box.ui-widget.ui-corner-all.ui-state-default {
    border: 2px solid #707070;
    font-size: 12px;
    margin: auto;
}

tr .ui-chkbox-box.ui-state-active {
    background: #fff;
}

tr .ui-chkbox .ui-chkbox-box {
    width: 12px;
    height: 12px;
}

.ui-chkbox-label {
    vertical-align: middle
}

.ui-folder-box {
    text-align: center;
    cursor: pointer;
    color: #999;
}

.ui-datatable-frozen-view .ui-column-resizer {
    display: none;
}

.ui-scrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
}

.ui-datatable .ui-datatable-load-status {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.ui-datatable .ui-datatable-virtual-table {
    position: absolute;
    top: 0px;
    left: 0px;
}

.ui-datatable-scrollable-body div.ui-chkbox-box:hover {
    background: transparent;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
