﻿body {
}
.rightradioset {
        padding-top: 9px;
    font-weight: bold !important;
    color: #0485a3;
    font-size: 14px;
}
    .rightradioset label {
     font-weight:bold;}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 12px;
    /*margin-top: 3px;*/
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
        line-height: 20px;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #18AACC;
            color: #fff !important;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 24px;
        border: solid thin #ccc;
        border-radius: 6px;
    }

    .paginationPanel button {
        background: #18AACC;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
        padding: 1px 5px;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

    .paginationPanel .fa {
        font-size: 10px;
    }
/******pagimnation*****/


#tblTCS {
    display: none;
}

.radio.radio-success input[type=radio]:checked + label:before {
    border-color: #18AACC;
}

.main-footer {
    display:none;
}

.footerfixed {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding: 4px 20px;
    padding-left: 65px;
    border-top: 1px solid #ccc;
}