﻿/*DISPLAY MSG CLOSE BUTTON*/
.Display-Notification > div > button.btn.btn-icon {align-items: start;}
/*SET CUSTOM BUTTON(EG. SAVE ORDER) BESIDE DT-BUTTON(EG. PRINT, PDF...)*/
.card-title-cust-a-tag > a:first-child{margin-right:100px !important;}
.card-title-cust-btn > button:first-child{margin-right:100px !important;}
.card-title-cust-btn-offset-2 > button:first-child{margin-right:150px !important;}
.card-title-cust-btn-offset-3 > button:first-child{margin-right:180px !important;}
/*SELECTED TABLE ROW*/
.SelectedTR {background-color: #DDD !important;}
/*TABLE DESIGN*/
.table-scrollable {width: 100%;overflow-x: auto;overflow-y: auto;margin: 0 !important;white-space: nowrap;}
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled, table.dataTable thead > tr > td.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting_asc_disabled, table.dataTable thead > tr > td.sorting_desc_disabled {padding-right: 0.55rem;}
.tm-form-check .form-check-input[type=checkbox] {background-size: 60% 60%;}
.WhiteSpaceInitial {white-space: initial !important;}
table.dataTable > thead > tr > th.sorting:hover {background-image: url(../../images/Up_Down_Arrorw.png) !important;background-position: 95% 50%;background-repeat: no-repeat;background-size: 10px;}
.cust-disabled{cursor:not-allowed;}
.cust-disabled > *{opacity: 0.5;pointer-events: none;}
@media (max-width: 768px) {
    /*SET CUSTOM BUTTON(EG. SAVE ORDER) BESIDE DT-BUTTON(EG. PRINT, PDF...)*/
    .card-title-cust-btn > button:first-child{margin-right:0 !important;}
    /*CUSTOME CSS FOR DATATABLE EXPORT BUTTONS*/
    .card-title-cust-a-tag > a:first-child{margin-right:0 !important;}
    .dataTables_wrapper .dt-buttons {margin-top: 0 !important;}    
    .card-title-cust-btn-offset-2 > button:first-child{margin-right:0 !important;}
    .card-title-cust-btn-offset-3 > button:first-child{margin-right:0 !important;}
}
@media (max-width: 480px) {
    /*SET CUSTOM BUTTON(EG. SAVE ORDER) BESIDE DT-BUTTON(EG. PRINT, PDF...)*/
    .card-title-cust-btn > button:first-child{margin-right:0 !important;}
    /*CUSTOME CSS FOR DATATABLE EXPORT BUTTONS*/
    .card-title-cust-a-tag > a:first-child{margin-right:0 !important;}
    .dataTables_wrapper .dt-buttons {margin-top: 0 !important;}    
    .card-title-cust-btn-offset-2 > button:first-child{margin-right:0 !important;}
    .card-title-cust-btn-offset-3 > button:first-child{margin-right:0 !important;}
}