﻿
.maxwidth150 {
    width: 150px;
}

.minwidth70 {
    min-width: 70px;
}

.width200 {
    width: 200px;
}

.width160 {
    width: 160px;
}

.nowrap {
    white-space: nowrap;
    width: 75px;
}

#divAccountLinking {
    max-height: 85vh;
}

#ToptblAccountDetail {
    overflow: auto;
    height: 65vh;
}

.calendariconPos {
    top: 5px !important;
    right: 8px !important;
    z-index: auto !important;
}

#mdlGstRegistrationPopUp .close {
    outline: none;
    border: none;
    background: none;
    top: 23px;
}

#TOPtblGstRegistrationData {
    height: 450px;
}

.width105 {
    width: 105px;
}

.divAdd h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

#mdlAdvanceModal .modal-header {
    background: #18AACC;
    border-radius: 0;
}

#mdlAdvanceModal .modal-dialog {
    min-width:60%;
}

#mdlAdvanceModal .close {
    outline:none;
    border:none;
    background:none;
    top:23px;
}


#mdlAdvanceModal .modal-footer {
    display: block;
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 0 !important;
    bottom: 0px;
}

.TotalRecords {
    background: #3d506d;
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #ffffff;
}

/******pagimnation*****/
.paginationPanel {
    float: right;
    padding: 3px;
    font-size: 14px;
    /*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*****/

.width300 {
    width:300px;
}

.agencyName {
    color: #3d506d;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #3d506d;
    border-radius: 6px;
    padding: 5px 5px;
    float: left;
}