﻿.pagingControl {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.rx-pagingcontrols {
    display: inline;
    margin-left: 0px !important;
}

.pagingControl .next-control {
    background-image: url("/Content/img/next.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.pagingControl .previous-control {
    background-image: url("/Content/img/previous.png");
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
}

.wait-box {
    /*background-color: #FFFFFF;
    border: 1px solid #808080;
    box-shadow: 0 0 10px #808080;*/
    cursor: wait;
    padding: 20px;
    z-index: 9999;
}

.wait-image {
    padding-right: 20px;
    vertical-align: middle;
}

.wait-message {
    display: inline-block;
    padding-left: 5px;
    padding-right: 15px;
}

.mainOverlayout .alertbox {
    -webkit-border-radius: 3px;
    -webkit-box-orient: vertical;
    -webkit-transition: 200ms -webkit-transform;
    background: white;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
    color: #333;
    display: -webkit-box;
    min-width: 400px;
    padding: 0;
    position: relative;
    z-index: 0;
}

#rxAlert {
    width: 500px;
}

.alertHeader {
}

.rxloadin {
    cursor: wait;
    color: #414C55;
    font: 20px/24px 'Segoe UI','Lucida Grande',Verdana,Arial,Helvetica,sans-serif;
    -webkit-box-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: 200ms opacity;
    background-color: rgba(255, 255, 255, 0.75);
    bottom: 0;
    display: -webkit-box;
    left: 0;
    overflow: auto;
    padding: 20px;
    position: fixed;
    right: 0;
    top: 0;
    vertical-align: central;
    font-size: 13px;
    /*z-index: 9999;*/
    z-index:0;
}

.rxloadout {
    display: none;
}

.rx-error {
    border: solid 1px #CB5A5A !important;
}

.rx-valid {
    /*border: solid 1px #23CAAB !important;*/
}

.previousDisabled {
    color: #CDD6DA;
}

    .previousDisabled:hover {
        color: #CDD6DA !important;
    }

.rxfilter {
    padding-top: 5px;
    cursor: pointer;
}

.read-filter {
    color: #B72E2E;
}

.rxtree-anchor {
    color: #3991E9 !important;
    cursor: pointer;
    padding: 5px;
}

    .rxtree-anchor:hover {
        color: #1F70C1 !important;
        text-decoration: underline;
    }

.rx-sort {
    padding-left: 5px;
}

.custompaging {
    position: absolute;
    right: 10px;
    width: 50px;
}

.gridstylecss {
    /*font-size: 12px;*/
    font-size: 13px;
    /*margin:15px;*/
    margin: 5px 10px 10px 10px;
    border: 1px solid #D3D3D3;
    width: 98.5%;
}

    .gridstylecss > tbody > tr > td {
        /*padding: 6px;*/
        padding: 5px;
    }

.tableheader {
    background-color: #2A588A;
    color: white;
}

.badgecount {
    font-weight: bold!important;
}

.iconwdth {
    color: #2A588A;
    align-content: center;
    width: 10%!important;
    /*font-size: 16px;*/
    /*font-size: 15px;*/
    font-size: 17px;
}

.dwliconwdth {
    width:20px;
    color: #2A588A;
}
#theadingDebtorcontactsGridisPrimary.sorting:before{
    display:none !important;
}
.editcol {
    width: 5% !important;
    cursor: pointer;
}
.primarycol{
    width:0.5% !important;
    color:green;
    font-weight:bold;
    text-align:center;
}

.statuscol {
    width: 12% !important;
}

.namecol {
    width: 25% !important;
}

.grdHeader {
    width: 10%!important;
}

.trustnamecol {
    width: 25% !important;
}

.periodcol {
    width: 15% !important;
}

.subperiodcol {
    width: 10% !important;
}

.datecol {
    width: 10% !important;
}

.amountcol {
    width: 12% !important;
}

.downloadcol {
    width: 3% !important;
    cursor: pointer;
    text-align: center;
}

.downloadhdr {
    float: left !important;
}

.actioncss {
    cursor: pointer;
}

#scrollUp {
    bottom: 0;
    right: 0;
    /*background:"fa fa-arrow-up";*/
    content: "";
}

.placementheader {
    /*background-color:#2A588A;*/
    color: #2A588A;
    /*padding:1px;*/
}

    .placementheader h4 i {
        margin: 0px 10px;
    }


.done, .done a, .done a:active {
    background-color: #2A588A !important;
}

.wizard > .steps .done .number:before {
    border-left-color: #2A588A !important;
}

.clswidth {
    /*width: 34px;*/
    background-color: #2A588A;
}

fieldset {
    border: 1px solid lightgray!important;
    line-height: 0px;
    margin-top: 15px;
}

.Accountinfocss tr > td {
    border-right: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
}

.Accountinfocss {
    border-top: 1px solid gray !important;
    border-left: 1px solid gray !important;
    margin-left: 2px !important;
    margin-right: 2px;
}

    .Accountinfocss td {
        width: 20% !important;
        padding-left: 5px;
    }

    .Accountinfocss tr td {
        color: #7F4B03 !important;
        font-weight: bold;
        text-align: right !important;
        padding-right: 5px;
    }

        .Accountinfocss tr td:nth-child(1), .Accountinfocss tr:nth-child(1) td span {
            color: #6B6C70 !important;
            text-align: left !important;
        }

.hyperlinkcol {
 color:#2A588A !important;
 width:20px !important;
}
.hyperlinkcol :hover {
 color:#F6B04E !important;
 width:20px !important;
}
#DebtorGrid thead tr th:nth-child(2)
{
    display:none;
}
#DebtorGrid thead tr th:nth-child(1),.dnone
{
    display:none;
}
#DebtorGrid thead tr th:nth-child(3)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(4)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(5)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(6)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(7)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(8)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(9)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(10)
{
    display:none;
}#DebtorGrid thead tr th:nth-child(11)
{
    display:none;
}
 #DebtorGrid thead tr th:nth-child(12)
{
    display:none;
}
 #DebtorGrid thead tr th:nth-child(13)
{
    display:none;
}
 #DebtorGrid thead tr th:nth-child(14)
{
    display:none;
}
  #DebtorGrid thead tr th:nth-child(15)
{
    display:none;
}
   #DebtorGrid thead tr th:nth-child(24)
{
    display:none;
}
.debtIdCol {
    width:7% !important;
    font-weight:bold;
}
.companyname {
      width:15% !important;
      font-weight:bold;
}
.statusDescription {
      width:20% !important;
}
  .mycollapse {
    font-size:22px!important;
    color:#2A588A!important;
}
.currencyplaced {
     width: 10% !important;
     text-align:right;
}
.currencyheader {
    text-align:right;
}
.statementID {
    color: #2A588A;
    cursor: pointer;
    font-weight: bold;
}
.statementID:hover {
    color: #F6B064;
    text-decoration:underline;
    
}
.notesCol {
    width:90% !important;
}

.input-control{margin-bottom:10px;}
.control-{margin-top:5px;}
#PaymentGrid thead tr th:nth-child(1) {
    display:none;
}
.table tr td.numericCss {
    text-align:right;
}
.cssPaid, .cssUnknown {
    background-color: darkslategrey;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 1px 3px;
    cursor: default;
    position: relative;
}
.cssUnknown {
    background-color: #b9b9b9;
    font-size:10px;
}
.cssPaid:hover .paidHover, .cssUnknown:hover .paidHover {
        display: block;
    }
.paidHover {position:absolute; top:-21px; left:0px; background:#000; border-radius:5px;width:max-content;padding:1px 6px;display:none;white-space:nowrap;}
.cssPending,.cssRemit {
    display: none;
}

tr.tableheader th.sort {cursor:pointer;
}
ul.pagination{margin:0px !important;}

.pagination > li > a, .pagination > li > span {
    color: #2a588a;
    font-weight:400;
}