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

.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-"]:not(.table2LongTextWindow *) {
    display: block;
    white-space: nowrap;
}

.table2 div[class*="c-"] {
    display: inline-block;
    width: 300px;
    min-width: 50px;
    border-right: 1px solid rgb(0 0 0 / 5%);
    border-bottom: 1px solid rgb(0 0 0 / 5%);
    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: #ffffff;
    border-radius: 0px;
    z-index: 3;
    vertical-align: top;
}

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

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

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

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

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

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

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

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

.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-light {
    color: #918f7f;
    padding: 5px 5px;
    cursor: zoom-in;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background-color: #fff;
}

.t2type-textarea .item i.fa-light {
    color: #918f7f;
    padding: 5px 5px;
    cursor: zoom-in;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    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.8);
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: 11px;
}

.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.8);
    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: 0px;
    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: 0px;
    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: 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: 0px;
}

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

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

.table2 .t2Header .checkCol.c-0 {
    width: 20px;
    min-width: 20px;
    display: inline-block;
    vertical-align: top;
    border: 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-light {
    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: 0px;
    margin: 0px 3px 0px 3px;
    box-shadow: none;
}

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

.tablePaging.t2paging button[name="reset"] {
    padding: 6px 7px 2px 7px;
    margin: 0px 0px 0px 0px;
}

.tablePaging.t2paging button[name="reset_to_default"] {
    padding: 6px 7px 2px 7px;
    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-light {
    font-size: 20px;
    line-height: 20px;
    opacity: 0.8;
}

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

.tablePaging.t2paging button[name="reset_to_default"] .fa-light {
    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-light {
    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-light {
    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-light {
    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[type="decimal"] {
    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: 0px;
    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-light {
    opacity: 0.6;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    top: 2px;
}

button.t2TableAction.btn.btn-sm .fa-light.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-light {
    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 select.editable {
    width: 300px;
    display: block;
    border-radius: 0px;
    box-shadow: none;
}

.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: 0px;
    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 10px 0 1px;
    color: #3e81c1;
    font-weight: bold;
    font-size: 14px;
}

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

span.t2UserSettingsBox:last-child {
    border-right: none;
}

span.t2UserSettingsBox .fa-light {
    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: 0px;
    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: 1px solid #1466b4;
    box-shadow: 5px 5px 10px rgb(100, 100, 100);
    z-index: 100;
    position: absolute;
    left: 60px;
    top: 60px;
    width: calc(80vw - 150px);
    min-width: 600px;
    padding: 0px 5px 0px 0px;
    overflow-x: scroll;
    max-height: 80vh;
    scrollbar-width: none;
}

.t2WinTableTitle {
    background-color: #3e81c1;
    padding: 5px 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;
}

.col.t2type-time.editable input.editable {
    padding: 0px 10px;
    margin: 0px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    line-height: 22px;
    border-radius: 0px;
}

.timelineTableDataEnvelope {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: auto;
}

.timelineTableDataEnvelope {
    position: relative;
}


.timelineTableTimelineEnvelope {
    position: absolute;
    top: 0;
    left: 15px;
    background-color: #ffffff;
    z-index: 10;
    width: calc(100% - 15px);
    height: calc(100% - 65px);
    overflow: auto;
}


.timelineTableControl {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0px 5px;
}

.day {
    width: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: inline-block;
    position: relative;
    text-align: center;
}

.month {
    display: inline-block;
    padding-top: 20px;
    position: relative;
}

span.monthName {
    display: block;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

.monthLine .day.weekDay1 {
    background-color: #ffffff;
}

.monthLine .day.weekDay2 {
    background-color: #ffffff;
}

.monthLine .day.weekDay3 {
    background-color: #ffffff;
}

.monthLine .day.weekDay4 {
    background-color: #ffffff;
}

.monthLine .day.weekDay5 {
    background-color: #ffffff;
}

.monthLine .day.weekDay6 {
    background-color: #fafafa;
}

.monthLine .day.weekDay7 {
    background-color: #fafafa;
}

.monthDataLine .day.weekDay1 {
    background-color: #ffffff;
}

.monthDataLine .day.weekDay2 {
    background-color: #ffffff;
}

.monthDataLine .day.weekDay3 {
    background-color: #ffffff;
}

.monthDataLine .day.weekDay4 {
    background-color: #ffffff;
}

.monthDataLine .day.weekDay5 {
    background-color: #ffffff;
}

.monthDataLine .day.weekDay6 {
    background-color: #fafafa;
}

.monthDataLine .day.weekDay7 {
    background-color: #fafafa;
}

.monthDataLine {
    height: calc(100vh - 50px);
    white-space: nowrap;
    text-wrap: nowrap;
    position: relative;
}

.monthLine {
    white-space: nowrap;
    text-wrap: nowrap;
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.monthDataLine .day {
    height: 100%;
}

.timelineEventEnvelope {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    padding: 3px 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), inset -3px 0px 2px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    line-height: 16px;
}

.timelineEventSubject {
    font-weight: bold;
    padding-left: 5px;
}

.timelineEventDescription .timelineValue {
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
    padding-left: 5px;
}

.timelineEventEnvelope {
    cursor: pointer;
}

.timelineEventEnvelope.active {
    width: auto !important;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.timelineTableTitle {
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    width: 100%;
    padding-right: 60px;
    padding-left: 40px;
}

.timelineTableControl.windowControl {
    display: inline-block;
    position: absolute;
    right: 0px;
    padding: 5px 5px;
    border: none;
    margin: 0px 5px;
}

.windowControl .timelineTableControl {
    padding: 0px 5px;
    border: none;
    margin: 0;
    cursor: pointer;
}

.timelineTableControl.timelineControl {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0px;
    margin: 5px 0px;
    border: none;
    text-align: center;
}

.timelineTableControl.timelineControl .timelineTableControl {
    border: none;
    background-color: rgba(0, 0, 0, 0.025);
    width: calc(50% - 20px);
    padding: 0px;
    border-radius: 0px;
    cursor: pointer;
}

.timelineTableControl.timelineControl .timelineTableControl:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.timelineTableTimelineEnvelope.minimized {
    height: 30px;
    overflow: hidden;
    width: 100px;
    right: 4px;
    left: auto;
    top: 13px;
    border: 1px dotted rgba(0, 0, 0, 0.2);
}

.timelineTableTimelineEnvelope.minimized .timelineTableTitle {
    display: none;
}

.timelineTableTimelineEnvelope.minimized .timelineControl {
    display: none;
}

.timelineTableTimelineEnvelope.minimized .timelineTableDataEnvelope {
    display: none;
}

.timelineTableBar>.fa-light {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 20px;
    padding: 0px 5px;
}

span.timelineLabel {
    display: block;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 8px;
    margin-left: -5px;
}

span.timelineValue.eventDateRange {
    display: block;
    line-height: 8px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: normal;
    margin-left: -5px;
}

.timelineEventEnvelope.active .timelineEventDescription .timelineValue {
    display: block;
}

.timelineTableScreenEnvelope {
    height: calc(100vh - 90px);
}

.timelineTableTimelineInnerEnvelope {
    height: 100%;
}

#wrapper.easy div.timelineTableTimelineEnvelope div.timelineTableDataEnvelope {
    height: calc(100% - 60px);
    max-height: calc(100% - 50px);
    scrollbar-width: auto;
    scrollbar-color: auto;
}

.timlineEventActions .rowAction {
    padding: 10px 5px 0 0;
    font-size: 16px;
    color: inherit !important;
}

.timlineEventActions {
    line-height: 20px;
}

body .easy .btn {
    border-radius: 0px;
}

.tablePaging.t2paging .btn-default:hover,
.tablePaging.t2paging .btn-default:focus,
.tablePaging.t2paging .btn-default:active,
.tablePaging.t2paging .btn-default.active,
.tablePaging.t2paging .open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
}

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

.t2Body .odd .t2FixedCols,
.t2Body .odd .t2FlexiCols {
    background-color: #fafafa;
}

.t2Body .even .t2FixedCols,
.t2Body .even .t2FlexiCols {
    background-color: #ffffff;
}