﻿/*DISPLAY MSG CLOSE BUTTON*/
.Display-Notification > div > button.btn.btn-icon {align-items: start;}
/*CUSTOME CSS FOR MULTISELECT DROPDOWN*/
.bootstrap-select > button.dropdown-toggle {padding: 0.5rem 1rem !important;border: 1px solid #c6c6d9 !important;border-radius: 0.5rem !important;font-weight: 400 !important;background-color: transparent !important;}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {outline: none !important;}
/*CUSTOME CSS FOR MULTISELECT DROPDOWN FONT COLOR*/
button.dropdown-toggle > .filter-option > .filter-option-inner > .filter-option-inner-inner {color: var(--bs-gray-700) !important;}
/*CUSTOME CSS FOR DATATABLE EXPORT BUTTONS*/
.dataTables_wrapper .dt-buttons {margin-top: -51px;float: right;}
/*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{background-color: transparent;}
.tm-form-check .form-check-input[type=checkbox] {background-size: 60% 60%;border: 1px solid #99A1B7 !important;}
.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;}
.RptOverflowTextEllipsis{width: 400px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;display: inline-block;vertical-align: bottom;}
.InActiveRecord,.InActiveRecord>a:hover,.InActiveRecord>a,.InActiveRecord>a>label {background-color: #FFBDBD !important;}
.dropdown-header.group-1 { /*background-color: #E1E3EA !important;*/background-color: #50cd89 !important;color: #ffffff;font-size: 13px;font-weight: bold;}
.SpnInSite {font-size: 10px;border-radius: 4px;border: dotted 1px;padding: 0px 6px;background-color: #c5dcff;display: inline-block;}
.modal-fullscreen{padding: 10px 10px 50px 10px !important}
.modal-fullscreen > div.modal-content {border-radius: var(--bs-modal-border-radius);}
.tooltip .tooltip-inner{max-width:500px !important;}
@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;}
}