<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.headerAlign{
    text-align: center !important;
    vertical-align:top !important;
}

.BondPadding{
    padding : 1% ;
}

.hide-paging{
    display:none;
}

.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
    font-weight: 700;
    font-size: 14pt;
}

/*.content-wrapper, .right-side {
    background-color: #ffffff !important;
}*/

/* GridView Pagination */
/*.pagination-ys {
        display: inline-block;
        padding-left: 0;
        margin: 20px 0;
        border-radius: 4px;
        background-color: #ffffff !important;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td {
        display: inline;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; a,
    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;
        color: #dd4814;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        margin-left: -1px;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; span {
        position: relative;
        float: left;
        padding: 8px 12px;
        line-height: 1.42857143;
        text-decoration: none;    
        margin-left: -1px;
        z-index: 2;
        color: #aea79f;
        background-color: #f5f5f5;
        border-color: #dddddd;
        cursor: default;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td:first-child &gt; a,
    .pagination-ys table &gt; tbody &gt; tr &gt; td:first-child &gt; span {
        margin-left: 0;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td:last-child &gt; a,
    .pagination-ys table &gt; tbody &gt; tr &gt; td:last-child &gt; span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; a:hover,
    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; span:hover,
    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; a:focus,
    .pagination-ys table &gt; tbody &gt; tr &gt; td &gt; span:focus {
        color: #97310e !important;
        background-color: #eeeeee !important;
        border-color: #dddddd !important;
    }

    .selectedPage {
        color: #aea79f !important;
        background-color: #f5f5f5 !important;
        border-color: #dddddd !important;
        cursor: default !important; 
    }

   .selectedPage &gt; a:focus,
   .selectedPage &gt; span:hover,
   .selectedPage &gt; a:focus,
   .selectedPage &gt; span:focus{
        color: #97310e !important;
        background-color: #eeeeee !important;
        border-color: #dddddd !important;
    }*/

/* Tooltips */
/*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}*/

/* Textbox clear btn */
::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 1;
    pointer-events: auto;
    cursor: pointer;
  position:relative;
  right:25px;
}

/*.paging {
    margin: 8px 13px 8px 8px;
    font-weight: bold !important;
    right: 0px;
    font-size: 16px;
    position: absolute;
}

@media all and (max-width:760px), (min-device-width: 320px) and (max-device-width: 760px) {
    .paging {
    margin: 8px 13px 8px 8px;
    font-weight: bold !important;
    right: 0px;
    font-size: 16px;
    display: block !important;
    position: relative !important;
    }
}*/

/*Admin Module GridView*/
/*img {
  max-width: 100%;
  display:initial;
}

table.tab-table tr th {
  text-align: center;
  font-size: 12px;
  padding: 8px;
}
table.tab-table tr th a {
  display: block;
}
.no-touch table.tab-table tr th a:hover {
  text-decoration: underline;
}
table.tab-table tr.thead th {
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  padding: 10px 15px;
}
table.tab-table tr.thead th a,
table.tab-table tr.thead th img {
  display: inline-block;
}*/

/*Admin Module Popup*/
.box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .box.box-primary {
        border-top-color: #3c8dbc;
    }


    .box.box-solid {
        border-top: 0;
    }

        .box.box-solid &gt; .box-header .btn.btn-default {
            background: transparent;
        }

        .box.box-solid &gt; .box-header .btn:hover, .box.box-solid &gt; .box-header a:hover {
            background: rgba(0,0,0,0.1);
        }

        .box.box-solid.box-default {
            border: 1px solid #d2d6de;
        }

            .box.box-solid.box-default &gt; .box-header {
                color: #444;
                background: #d2d6de;
                background-color: #d2d6de;
            }

                .box.box-solid.box-default &gt; .box-header a, .box.box-solid.box-default &gt; .box-header .btn {
                    color: #444;
                }

        .box.box-solid.box-primary {
            border: 1px solid #3c8dbc;
        }

            .box.box-solid.box-primary &gt; .box-header {
                color: #fff;
                background: #3c8dbc;
                background-color: #3c8dbc;
            }

                .box.box-solid.box-primary &gt; .box-header a, .box.box-solid.box-primary &gt; .box-header .btn {
                    color: #fff;
                }


.box-header:before, .box-body:before, .box-footer:before, .box-header:after, .box-body:after, .box-footer:after {
    content: " ";
    display: table;
}

.box-header:after, .box-body:after, .box-footer:after {
    clear: both;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

    .box-header.with-border {
        border-bottom: 1px solid #f4f4f4;
    }

.collapsed-box .box-header.with-border {
    border-bottom: none;
}

.box-header &gt; .fa, .box-header &gt; .glyphicon, .box-header &gt; .ion, .box-header .box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}

.box-header &gt; .fa, .box-header &gt; .glyphicon, .box-header &gt; .ion {
    margin-right: 5px;
}

.box-header &gt; .box-tools {
    position: absolute;
    right: 10px;
    top: 5px;
}

    .box-header &gt; .box-tools [data-bs-toggle="tooltip"] {
        position: relative;
    }

    .box-header &gt; .box-tools.pull-right .dropdown-menu {
        right: 0;
        left: auto;
    }

.box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}

.no-header .box-body {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.box-body &gt; .table {
    margin-bottom: 0;
}

.box-body .fc {
    margin-top: 5px;
}

.box-body .full-width-chart {
    margin: -19px;
}

.box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box-body .box-pane {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.box-body .box-pane-right {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.popupBtn {
    /*background-color: #3c8dbc;
    color: #fff;
    padding: 6px 12px;
    border: 1px solid transparent;*/
    border-radius: 0 !important;
    font-size: 16px !important;
    padding: 10px !important;
    display: inline !important;
}

.alert {
    background-color: #dd4b39 !important;
    color: #fff !important;
    border-color: #d73925;
    border-radius: 3px;
    padding-right: 35px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.bond-calculator .content-wrapper section.calculator-data .radio-group {
    max-width: 950px !important;
}

.home-gridview {
    text-align: left !important;
}
</pre></body></html>