.table2 {
    font-size: 12px;
    position: relative;
}

.t2Slider {
    margin: 10px 80px 5px 20px;
}

.t2Slider .t2CustomHandle {
    width: 80px;
    height: 25px;
    top: 50%;
    margin-top: -8px;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
}

.table2 .t2Header {
    overflow-y: hidden;
    overflow-x: hidden;
    position: relative;
    background-color: #3e81c1;
    color: #fff;
}

.table2 .t2Body {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 12px;
}

.table2 div[class*="r-"] {
    display: block;
    white-space: nowrap;
}

.table2 div[class*="c-"] {
    display: inline-block;
    width: 300px;
    min-width: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    position: relative;
}

.table2 .t2Header div[class*="c-"] {
    text-align: center;
}

.table2 .t2Header div[class*="c-"] .header {
    padding: 2px 5px;
}

.table2 .t2FixedCols {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    background-color: #eaeaea;
    border-radius: 4px;
    z-index: 3;
}

.table2 .t2Header .t2FixedCols {
    background-color: #3e81c1;
}

.table2 .t2FlexiCols {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    background-color: #eaeaea;
}

.table2 .t2Header .t2FlexiCols {
    background-color: #3e81c1;
}

.table2 .item select {
    padding: 2px 0px 2px 5px;
    border-radius: 4px;
    box-shadow: none;
}

.table2 .item input.editable[type="number"] {
    padding: 3px 10px;
    height: auto;
    border-radius: 4px;
}

.table2 .item input.editable[type="text"] {
    padding: 3px 10px;
    height: auto;
    border-radius: 4px;
}

.table2 .item input.editable[type="date"] {
    padding: 3px 10px;
    height: auto;
    border-radius: 4px;
}

.table2 .item input.editable[type="datetime"] {
    padding: 3px 10px;
    height: auto;
    border-radius: 4px;
}

.table2 .item input.editable.sizeXS[type="text"] {
    width: 80px;
}

.table2 .item input.editable.sizeS[type="text"] {
    width: 160px;
}

.table2 .item input.editable.sizeM[type="text"] {
    width: 160px;
}

.table2 .item input.editable.sizeL[type="text"] {
    width: 160px;
}

.t2type-text .item i.fa {
    color: #918f7f;
    padding: 5px 5px;
    cursor: zoom-in;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: #fff;
}

.table2longTextValueBox textarea {
    width: 100%;
}

.table2 .t2dt-number {
    text-align: right;
}

.table2 .item {
    padding: 0px 5px;
    display: inline-block;
}

.table2 .item.neg {
    color: red;
}

.table2 div.simpleFilter {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: auto;
    overflow: hidden;
    line-height: 14px;
    text-align: center;
    background-color: rgba(255,255,255,0.2);
}
.table2 div.simpleFilter .filter {
    display: block;
}

.table2 div.filterspace {
    line-height: 14px;
    margin-bottom: 5px;
}


.table2 div.orderButtons {
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    width: auto;
    overflow: hidden;
    line-height: 5px;
    text-align: center;
}

.table2 div.orderButtons button.filter,
.table2 div.orderButtons button.asc,
.table2 div.orderButtons button.desc {
    width: 14px;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: 12px;
}

.table2 div.orderButtons button.active,
.table2 div.orderButtons button:hover {
    color: rgba(255, 255, 255, 1);
}

.table2 div.orderButtons span.filter {
    width: 14px;
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    border: none;
    padding: 0px;
    margin: 0px 3px;
    cursor: pointer;
    font-size: 12px;
}

.table2 div.orderButtons span.filter.active,
.table2 div.orderButtons span.filter:hover {
    color: rgba(255, 255, 255, 1);
}

.table2 .filterToolsEnvelope {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #fff;
    background-color: #3e81c1;
    padding: 5px 5px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.table2 .filterToolsEnvelope select {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.table2 .filterToolsEnvelope input {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}

.table2 .filterToolsEnvelope .item {
    padding: 5px 5px 0px;
    display: block;
    position: relative;
}

.table2 .filterToolsEnvelope .filterToolsButtons {
    display: block;
    padding: 5px;
    text-align: center;
}

.table2 .filterToolsEnvelope .filterToolsButtons .button {
    display: inline-block;
    width: 30%;
    margin: 0px 1%;
    font-size: 16px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3px;
    border-radius: 3px;
    color: #3e81c1;
    cursor: pointer;
}

.table2 .filterToolsEnvelope .filterToolsButtons .button:hover {
    background-color: rgba(255, 255, 255, 1);
}

.DebugTable .t2paging th {
    background-color: transparent;
}

.table2ImportBox.ajaxProcess,
.t2TableActionBar.ajaxProcess,
.DebugTable .t2paging.ajaxProcess,
.table2 .actionWindow.ajaxProcess .dataRowBox,
.table2 .ajaxProcess {
    background-color: #f59292;
}

.table2ImportBox.ajaxSuccess,
.t2TableActionBar.ajaxSuccess,
.DebugTable .t2paging.ajaxSuccess,
.table2 .actionWindow.ajaxSuccess .dataRowBox,
.table2 .ajaxSuccess {
    background-color: #7ecea0;
}

.table2 .t2type-number .item input.editable[type="text"] {
    width: 100px;
    text-align: right;
}

@keyframes inputInProcess {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.table2ImportBox.ajaxSuccess,
.table2ImportBox.ajaxProcess,
.table2 .checkCol.ajaxSuccess,
.table2 .checkCol.ajaxProcess,
.t2TableActionBar.ajaxSuccess,
.t2TableActionBar.ajaxProcess,
.DebugTable .t2paging.ajaxProcess,
.DebugTable .t2paging.ajaxSuccess,
.table2 .actionWindow.ajaxSuccess .dataRowBox,
.table2 .col.ajaxSuccess>.item,
.table2 .col.ajaxProcess>.item {
    animation: inputInProcess;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

.table2 .t2Header .checkCol.c-0A {
    width: auto;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    /*border-bottom: none;*/
}

.table2 .t2Header .checkCol.c-0A .header {
    display: block;
    line-height: 22px;
}

.table2 .t2Header .checkCol.c-0A .rowAction {
    vertical-align: top;
    display: block;
    line-height: 16px;
    margin-bottom: 5px;
}

.table2 .t2Body .checkCol.c-0A {
    width: auto;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    border-bottom: none;
}

.table2 .t2Body .checkCol.c-0A span.rowAction {
    position: relative;
    top: 2px;
    margin: 0px 3px;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    opacity: 0.6;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}

.table2 .t2Body .checkCol.c-0A span.rowAction:hover {
    opacity: 1;
}

.table2 .t2Body .checkCol.c-0A span.rowAction .fa {
    line-height: 20px;
    font-size: 16px;
}

.table2 .t2Header .checkCol.c-0 {
    width: 20px;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    /*border-bottom: none;*/
}

.table2 .t2Header .checkCol.c-0 .header {
    display: block;
    line-height: 22px;
}

.table2 .t2Header .checkCol.c-0 .rowcheck {
    display: block;
    vertical-align: top;
    line-height: 16px;
    margin-bottom: 5px;
}

.table2 .t2Header .checkCol.c-0 .rowcheck.unchecked .uncheckAll {
    display: none;
}

.table2 .t2Header .checkCol.c-0 .rowcheck.checked .checkAll {
    display: none;
}

.table2 .t2Body .checkCol.c-0 {
    width: 20px;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    border-bottom: none;
}

.table2 .t2Body .checkCol.c-0 input {
    width: 20px;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.tablePaging.t2paging {
    display: block;
}

.tablePaging.t2paging tbody {
    display: block;
}

.tablePaging.t2paging tr {
    display: block;
}

.tablePaging.t2paging th {
    display: inline-block;
}

.tablePaging.t2paging th.rowActions button {
    padding: 3px 4px 3px 4px;
}

.tablePaging.t2paging th.rowActions button .fa {
    font-size: 20px;
}

.tablePaging.t2paging th.rowActions .checkedOnly {
    display: none;
}

.tablePaging.t2paging th.rowActions.checked .checkedOnly {
    display: inline-block;
}

.tablePaging.t2paging th.rowActions .selectedRows {
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    margin-right: 10px;
}

.tablePaging.t2paging th.rowActions .selectedRows .numOfSelectedRows {
    margin-right: 5px;
}

.tablePaging.t2paging select[name="selectedPage"] {
    padding: 3px 0px 2px 5px;
    text-align: center;
    border-radius: 4px;
    margin: 0px 3px 0px 3px;
}

.tablePaging.t2paging select[name="pageSize"] {
    padding: 3px 0px 2px 5px;
    text-align: center;
    border-radius: 4px;
    margin: 0px 3px 0px 3px;
}

.tablePaging.t2paging button[name="reset"] {
    padding: 1px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="reset"] .fa-stack {
    height: 22px;
    width: 22px;
    text-align: center;
}

.tablePaging.t2paging button[name="reset"] .fa-stack-2x {
    opacity: 0.5;
    font-size: 26px;
    line-height: 26px;
}

.tablePaging.t2paging button[name="reset"] .fa-stack-1x {
    font-size: 12px;
    line-height: 12px;
    padding-top: 9px;
}

.tablePaging.t2paging button[name="save"] {
    padding: 5px 7px 3px 7px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="save"] .fa {
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
}

.tablePaging.t2paging button[name="exportExcel"] {
    padding: 5px 7px 3px 7px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="exportExcel"] .fa {
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
}

.tablePaging.t2paging button[name="exportImport"] {
    padding: 5px 7px 3px 7px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="exportImport"] .fa {
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
}

.tablePaging.t2paging button[name="importExport"] {
    padding: 5px 7px 3px 7px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="importExport"] .fa {
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
}

.table2 .actionWindow {
    display: block;
    position: absolute;
    top: 0px;
    left: 5px;
    max-width: calc(100% - 10px);
    height: calc(100% + 73px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
    overflow: hidden auto;
    padding: 3px;
}

.table2 .actionWindow.t2Delete {
    width: calc(100% - 10px);
    height: calc(100% + 73px);
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
    overflow: hidden auto;
    padding: 3px;
    text-align: center;
}

.table2 .actionWindow.t2Delete .error.bigMessage {
    width: calc( 100% - 20px );
    padding: 50px 0px;
    height: 100%;
    background-color: #f89292;
    font-size: 18px;
    margin-top: 10px;
}

.table2 .actionWindow .numOfRows {
    padding: 0px 5px;
    font-weight: bold;
}

.table2 .actionWindow .rowActionLabel {
    background-color: #337abc;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0px;
    margin-bottom: 3px;
}

.table2 .actionWindow .rowActionLabel .closeButton {
    position: absolute;
    right: 0px;
    top: 0px;
}

.easy #wrapper-center .table2 .actionWindow .row.dataRow {
    padding: 0px 10px;
}

.table2 .actionWindow .row.dataRow .dataType {
    color: #929292;
    width: 200px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 3px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.table2 .actionWindow .row.dataRow .dataAction {
    width: 200px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    padding: 3px 0px;
}

.table2 .actionWindow .row.dataRow .header {
    width: 200px;
    display: inline-block;
    padding: 4px 10px;
    background-color: #929292;
    color: #fff;
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
}

div.table2 .actionWindow div[class*="c-"] {
    min-width: 200px;
    text-align: left;
}

div.table2 .actionWindow div[class*="c-"] input {
    width: 100%;
}

div.table2 .actionWindow div[class*="c-"] input {
    width: 100%;
}

div.table2 .actionWindow div[class*="c-"] input[type="number"] {
    text-align: right;
}

div.table2 .actionWindow div[class*="c-"] input.editableFind {
    width: 49%;
    margin-right: 2%;
}

div.table2 .actionWindow div[class*="c-"] input.editableReplace {
    width: 49%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    margin-left: 20px;
}

div.table2 .actionWindow div.colrow[class*="c-"] {
    display: block;
    width: auto !important;
}

div.table2 .actionWindow div.actionButtons {
    padding: 5px 10px;
    background-color: #fefefe;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.1);
}

div.table2 .actionWindow div.dataRowBox {
    height: calc(100% - 100px);
    overflow: auto;
}

:disabled {
    cursor: not-allowed !important;
    opacity: 0.8;
}

.table2 div.editable.hasOptions[class*="c-"] {
    background-color: rgba(239, 235, 199, 0.9);
}

.table2 div.ajaxProcess.editable.hasOptions[class*="c-"] {
    background-color: #f59292;
}

.table2 div.ajaxSuccess.editable.hasOptions[class*="c-"] {
    background-color: #7ecea0;
}

.table2 .col.hasOptions .fa-caret-down {
    position: absolute;
    right: 0px;
    top: 3px;
    font-size: 20px;
    opacity: 0.5;
    display: inline-block;
    height: 16px;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.table2 .col.hasOptions .fa-caret-down:hover {
    opacity: 1;
}

.table2 span.select2-selection.select2-selection--single,
.table2 span.select2.select2-container.select2-container--default,
.table2 span.select2.select2-container.select2-container--default.select2-container--focus {
    z-index: 100;
    right: 18px;
    top: -3px;
}

.table2 .filterToolsEnvelope span.select2-selection.select2-selection--single,
.table2 .filterToolsEnvelope span.select2.select2-container.select2-container--default,
.table2 .filterToolsEnvelope span.select2.select2-container.select2-container--default.select2-container--focus {
    right: 0px;
}

.table2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.table2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 22px;
}

.table2 .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 22px;
    user-select: none;
    -webkit-user-select: none;
}

ul.select2-results__options li.select2-results__option {
    font-size: 12px;
    line-height: 14px;
    padding: 4px 6px;
}

.table2 .importExcelToTable2 {
    position: absolute;
    left: 8px;
    top: 20px;
    width: calc(100% - 20px);
    background-color: #f3f3f3;
    z-index: 100;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.importExcelToTable2 .title {
    color: #fff;
    background-color: #3e81c1;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    font-size: 14px;
}

.importExcelToTable2 .title label {
    color: #fff;
    padding: 4px 20px;
    margin: 0px;
    text-transform: uppercase;
}

.importExcelToTable2 .title .close {
    color: #fff;
    padding: 4px 6px;
    margin: 0px;
    opacity: 0.8;
    font-size: 16px;
    text-shadow: none;
}

.importExcelToTable2 .table2ImportStep1 {
    padding: 10px 20px;
}

.importExcelToTable2 .table2ImportStep2 {
    padding: 10px 20px;
}

.importExcelToTable2 .table2ImportParams {
    padding: 10px 20px;
}

.importExcelToTable2 .table2ImportParams label {
    display: block;
    margin-top: 20px;
}

.importExcelToTable2 .table2ImportStep2 label {
    display: block;
    padding: 0px 0px 0px 5px;
    margin: 0px;
    line-height: 16px;
    opacity: 0.6;
}

.importExcelToTable2 .table2ImportStep2 .selectedFile {
    display: block;
    text-align: left;
}

.importExcelToTable2 .table2ImportStep3 {
    padding: 10px 20px;
}

.importExcelToTable2 .importOverviewTable2 {
    padding: 10px 20px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 14px;
    font-size: 12px;
}

.importExcelToTable2 .importDetailsTable2 {
    padding: 10px 20px 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    line-height: 14px;
    font-size: 12px;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 5px;
}

.importExcelToTable2 .table2ImportBox {
    height: calc(100% - 30px);
    overflow-y: auto;
}


.importReportTable2>label {
    opacity: 0.6;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.importReportTable2 label.rowLabel {
    font-weight: normal;
    background-color: #a1c6e4;
    color: #fff;
    padding: 3px 10px;
    width: 100%;
}

.importReportTable2 hr {
    margin: 10px 0px;
}

.t2TableActionBar {
    display: block;
    background-color: rgb(62, 129, 193);
    padding: 3px 3px;
    color: rgba(255, 255, 255, 1);
    border-radius: 0px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    margin-left: 15px;
}

.t2TableActionTitle {
    margin: 0px;
    padding: 0px 3px 3px;
    line-height: 12px;
    font-size: 12px;
    text-transform: uppercase;
    display: none;
}

button.t2TableAction.btn.btn-sm label {
    opacity: 0.6;
    margin: 0px 5px 0px 10px;
    cursor: pointer;
}

button.t2TableAction.btn.btn-sm .fa {
    opacity: 0.6;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 2px;
}

button.t2TableAction.btn.btn-sm .fa.fasub {
    opacity: 0.6;
    cursor: pointer;
    font-size: 10px;
    position: relative;
    top: -2px;
    left: 5px;
    vertical-align: top;
}

button.t2TableAction.btn.btn-sm:hover label {
    opacity: 1;
}

button.t2TableAction.btn.btn-sm:hover .fa {
    opacity: 1;
}

.easy #wrapper-center .table2 .t2Special.actionWindow {
    height: calc(100% + 50px);
}

.easy #wrapper-center .table2 .t2Special.actionWindow .emptyRow {
    height: calc(100% - 50px);
}

.easy #wrapper-center .table2 .t2Special.actionWindow .emptyRow .dataRowBox {
    padding: 10px 50px;
}

.easy #wrapper-center .table2 .t2Special.actionWindow .emptyRow .dataRowBox input.editable {
    width: 300px;
    display: block;
}

.easy #wrapper-center .table2 .t2Special.actionWindow .emptyRow .dataRowBox input.editable[type="checkbox"] {
    display: inline-block;
    width: 40px;
    height: 20px;
    vertical-align: text-bottom;
}

.table2LongTextWindow {
    position: absolute;
    top: 80px;
    left: 10%;
    width: 80%;
    display: block;
    background-color: #fff;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

span.table2LongTextValue {
    white-space: pre-wrap;
}

.table2longTextValueBox {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    padding: 20px;
}

.table2LongTextTitle {
    background-color: #3e81c1;
    color: #fff;
    text-align: center;
    padding: 0px;
}

.table2LongTextTitle .close {
    float: none;
    color: #fff;
    text-shadow: none;
    opacity: 0.7;
    right: 6px;
    top: 4px;
    position: absolute;
}

.table2LongTextTitle .save {
    float: none;
    color: #fff;
    text-shadow: none;
    opacity: 0.7;
    right: 30px;
    top: 4px;
    position: absolute;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}


.table2 span.minimizedValue {
    cursor: zoom-in;
}

@keyframes inputInProcess {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.table2 .rowAction.ajaxSuccess,
.table2 .rowAction.ajaxProcess,
.table2ImportBox.ajaxSuccess,
.table2ImportBox.ajaxProcess,
.table2 .checkCol.ajaxSuccess,
.table2 .checkCol.ajaxProcess,
.t2TableActionBar.ajaxSuccess,
.t2TableActionBar.ajaxProcess,
.DebugTable .t2paging.ajaxProcess,
.DebugTable .t2paging.ajaxSuccess,
.table2 .actionWindow.ajaxSuccess .dataRowBox,
.table2 .col.ajaxSuccess>.item,
.table2 .col.ajaxProcess>.item {
    animation: inputInProcess;
    animation-iteration-count: infinite;
    animation-duration: 1s;
}

span.t2TitleText {
    display: inline-block;
    padding: 0 20px;
    color: #3e81c1;
    font-weight: bold;
    font-size: 16px;
}

span.t2UserSettingsBox {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #3e81c1;
}
span.t2UserSettingsBox:last-child {
    border-right: none;
}

span.t2UserSettingsBox .fa {
    padding: 0px 5px;
    font-size: 16px;
    color: #3e81c1;
    cursor: pointer;
    opacity: 0.6;
}

span.t2UserSettingsBox .fa:hover {
    opacity: 1;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable {
    padding-left: 0px;
    padding-top: 10px;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li {
    margin:  3px 0px;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.fixed-column {
    background: #17a2b8;
    text-align: center;
}

.table2 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    background-color: #337abc;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 0px 5px;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li .columnVisibility {
    cursor: pointer;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 16px;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.ui-state-disabled .columnVisibility {
    cursor: default;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.columnVisible .columnVisibility .fa-eye-slash {
    display: none
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.columnHidden .columnVisibility .fa-eye {
    display: none;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.columnHidden .columnName {
    opacity: 0.6;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li.columnHidden .columnDesc {
    opacity: 0.6;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li .columnName {
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
}

.table2 .t2Special.actionWindow ul.columnsAdjustable.ui-sortable li .columnDesc { 
    opacity: 1;
    font-size: 12px;
    line-height: 16px;
    font-weight:  normal;
    padding: 0px 10px;
}

.table2 .actionWindow .dataRowBox span.select2-selection.select2-selection--single, 
.table2 .actionWindow .dataRowBox span.select2.select2-container.select2-container--default {
    z-index: 100;
    right: 0px;
    top: 0px;
}

.table2 .actionWindow .dataRowBox span.select2.select2-container.select2-container--default.select2-container--focus {
    z-index: 100;
    right: 0px;
    top: 0px;
}

.table2 .actionWindow .dataRowBox .select2-selection {
    z-index: 100;
    right: 0px;
    top: 0px;
}

.table2 .actionWindow .dataRowBox :disabled {
    opacity: 0;
}

.table2 .actionWindow .dataRowBox .select2-container--disabled {
    opacity: 0;
}

.table2 .actionWindow .dataRowBox .select2-container--default .select2-selection--single {
    border: 1px solid #dedede;
}

div.table2 .actionWindow div.colrow.disabledColumn[class*="c-"] {
    display: none;
}

a.btn.btn-danger {
    color: #fff;
}

div.t2WinTable {
    background-color: white;
    border: 3px solid #1466b4;
    box-shadow: 5px 5px 10px rgb(100, 100, 100);
    z-index: 100;
    position: absolute;
    left: 60px;
    top: 60px;
    width: calc(80vw - 60px);
    padding: 5px;
    overflow-x: scroll;
    max-height: 80vh;
}

.t2WinTableTitle {
    background-color: #3e81c1;
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
    cursor: move;
}

.t2WinTableTitle .closeButton {
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 0px;
}

div.t2WinTable .gridtitle {
    display: none;
}

.easy div.t2WinTable > form {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.easy div.t2WinTable .DebugTable {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.easy div.t2WinTable table.tablePaging.t2paging {
    margin-bottom: 0px;
}