﻿.minwidth200 {
    min-width: 200px;
}

@media only screen and (max-width : 768px) {
    .table-custom-class.customeTable {
        min-width: unset !important;
        max-height: auto !important;
    }
}

@media (max-width: 1023px) and (min-width: 600px) {
    .table-custom-class.customeTable {
        min-width: unset !important;
        max-height: auto !important;
    }
}

@media (max-width: 599px) {
    .table-custom-class.customeTable {
        max-height: unset !important;
        min-width: unset !important;
    }
}

.table tbody tr td {
    font-size: 13px;
}

.disp-none-imp {
    display: none !important;
}

.table-custom-class {
    border-collapse: collapse;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

#tblTaxList_wrapper, #tblAccountLink_wrapper {
    padding-top: 15px !important;
    /*background: #fff;*/
    padding-bottom: 10px !important;
}

.leftmenu02 {
    margin-bottom: 0px;
}

.dataTables_filter {
    margin-bottom: 0px !important;
}

.pageheading {
    width: 103%;
    margin-left: -16px;
    padding-left: 16px;
    /* margin-right: 74px; */
    padding-right: 58px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #18aacc;
    border-color: #18aacc;
}

table.dataTable.no-footer {
    border: none !important;
}

.filterCriteria .AddWrapp ul.Addview li > div span.select2-selection__arrow, .filterCriteria .AddWrapp ul.Addview li > div span.select2-selection__rendered,
.filterCriteria .AddWrapp ul.Addview li > div span.selection, .filterCriteria .AddWrapp ul.Addview li > div span.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 5px;
    left: unset;
    right: 9%;
}

.navbar-nav > li > a {
    padding: 0px;
}

.bridgeInheritance > div#divAccountName {
    display: none !important;
}

.scroller {
    padding-left: 4px;
}

.dataTables_filter .form-control {
    width: 200px;
}
.paging_full_numbers {
    float:right
}
.page-link {
    font-size:12px;
}
.dt-search label {
    width: auto;
    float: left;
    margin-right: 10px;
    margin-top: 4px;
    font-weight:normal
}
.dt-search input {
    width: 50%;
    float: left;
}
.dt-length select {
    width:30%;
    float:left;
}
.dt-length label {
    width: auto;
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    font-weight: normal
}
.pt10 {
    padding-top:10px !important;
}
.mtn12 {
    margin-top: -12px;
}
hr {
    margin-bottom: 0;
}
#contentLogin_contentMain_chkAllLedger label {
    margin-left: 3px;
    margin-right: 5px;
}