﻿span.ObjectRef {
    display: none;
}

.ul-tabs {
    padding-left: 10px;
}

.ul-page {
    margin: 0px 0px;
}

    .ul-page li {
        padding: 5px 1px;
    }

.ul-tabs, .ul-page {
    list-style: none;
    float: left;
}

    .ul-tabs li, .ul-page li {
        float: left;
    }

        .ul-tabs li a, .ul-page li a {
            text-decoration: none;
            clear: left;
        }

            .ul-tabs li a span, .ul-page li a span, .ul-page li span {
                padding: 5px 5px;
                color: Black;
            }

    .ul-tabs li {
        border: 1px solid lightgrey;
        border-right: 0.5px solid lightgrey;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        line-height: 30px;
        background-color: #fff;
    }

        .ul-tabs li:last-child {
            border-right: 1px solid lightgrey;
        }

        .ul-tabs li a span {
            padding: 10px 10px;
            clear: left;
        }

        .ul-tabs li.selected {
            border-bottom: 0px;
        }

        .ul-tabs li:hover {
            background-color: lightgrey;
        }

.ledger-Grid {
    border: 1px solid #c2c2d6;
}

    .ledger-Grid thead tr.headerRow {
        background-color: rgb(119, 168, 238);
        background: linear-gradient(to bottom, #77A8EE 30%, rgba(3, 74, 243, 0.75) 70%);
        background: -ms-linear-gradient(to bottom, #77A8EE 30%, rgba(3, 74, 243, 0.75) 70%);
    }

        .ledger-Grid thead tr.headerRow th {
            padding: 5px 5px;
            color: #fff;
            font-size: 12px;
            border: 1px solid rgba(194, 194, 214, 0.52); /*#c2c2d6;*/
            border-right: 0px;
            cursor: pointer;
        }

            .ledger-Grid thead tr.headerRow th span.down:before {
                content: "↓";
            }

span.closeIcon {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

    span.closeIcon:before {
        content: "X";
    }

span.clearIcon {
    cursor: pointer;
    color: Gray;
    font-family: Arial Unicode MS;
}

    span.clearIcon:before {
        content: "\2DF";
        font-size: 25px;
        padding: 2px 5px;
        float: right;
    }

.ledger-Grid thead tr.headerRow th span.down, .ledger-Grid thead tr.headerRow th span.up {
    font-size: 12px;
    font-family: Arial;
    color: #ffffff;
    position: relative;
    padding: 1px;
}

    .ledger-Grid thead tr.headerRow th span.up:before {
        content: "↑";
    }

.ledger-Grid tbody tr.row:hover {
    background-color: #e5ecff;
    cursor: pointer;
}

.ledger-Grid tbody tr.selected {
    background-color: #b3c6ff;
}

.ledger-Grid tbody tr.row td, .ledger-Grid tbody tr.emptyrow td {
    padding: 5px 5px;
    border-bottom: 1px solid #c2c2d6;
}

.ledger-Grid tbody {
    overflow: auto; /*height:350px;*/
}

    .ledger-Grid tbody tr.row:last-child td {
        /*border-bottom: 0px;*/
    }

.TreeGridRow {
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
    color: grey;
    text-align: center;
}
/*.ledger-Grid tbody tr.row td:first-child
{
    position: relative;
    cursor:pointer;
}
.ledger-Grid tbody tr.row td:last-child::before
{
    content: "\024";
}
.ledger-Grid tbody tr.row td:first-child::before
{
    content: "\02B";
    font-size:20px;    
}*/
.ledger-Grid tfoot tr.footerRow td {
    border: 0px solid #c2c2d6;
}

.modalPanel {
    background-color: #fff;
    border: 1px solid lightgrey;
}

    .modalPanel div.modalHeader {
        background-color: rgba(3, 74, 243, 0.75);
        padding: 5px 5px;
        color: #0A0A0A;
        font-size: 14px;
    }

    .modalPanel div.modalBody {
        padding: 3px 2px;
    }

.errorBox {
    border: 1px solid red;
}

.errorText {
    color: Red;
}

.btn {
    border: 1px solid rgba(3, 74, 243, 0.75);
    background-color: rgba(43, 106, 253, 1);
    padding: 5px 5px;
    color: #ffffff;
    cursor: pointer;
}

    .btn:hover {
        background-color: #ffffff;
        color: rgba(3, 74, 243, 0.75);
    }

.ClientSignature {
    width: 800px;
}

.ClientSignature-Header {
    background-color: #2d89ef;
    color: #fff;
    height: 25px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 5px;
    font-size: 15px;
}

.ClientSignature-Body {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 0px;
    border-top: 0px;
    padding: 15px;
}

.ClientSignature-SignContent {
    color: #000;
    background-color: transparent;
    border: 1px solid lightgray;
}

.ClientSignature-Footer {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
}

.ClientSignature-btn {
    padding: 5px 5px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    width: 150px;
}

.SignatureOverLayer {
    position: absolute;
    width: 250px;
    background: white;
    filter: alpha(opacity=1);
    opacity: 0;
    /*background-color:transparent;*/
    height: 75px;
}
