﻿    .FormDisplayImage {
    width: 80px;
    }

    .right-controls-list {
    float: right;
    }

    .right-controls-list li {
    display: inline-block
    }
    .customtab li{
    width:50%;
    }

    /*-----*/

    ul.tab li {
    list-style: none;
    float: left;
    padding:0px 2px;
    }


    .tab li a {
    padding: 5px 10px;
    padding: 5px 8px;
    background: #f4f4f4;
    border-radius: 5px;
    color: #0597ce;
    }
    .tab li a:hover, .tab li a.active {
    background: #0597ce;
    color:#fff;
    }
    .cutomerDetails {
    font-weight: 500;
    font-size: 1rem;
    color: #737B8B;
    }
    .cutomerDetails label {
    font-size: 0.75rem;
    padding: 0px;
    color: #c2c2c2;
    }

    .customerKycList {
    width:100%;
    float:left;
    padding:10px 0;
    }
    .customerKycList li {
    width: 49%;
    float: left;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    /* justify-items: stretch; */
    justify-content: space-between;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
    }
    .customerKycList li p{
    margin:0px;
    font-size:0.875rem;
    }
    .customerKycList li a {
    color: #0597ce;
    padding: 4px 6px;
    line-height: 14px;
    border: 1px solid;
    border-radius: 6px;
    }
    .customerKycList li a:hover {
        background: #0597ce;
        color: #fff;
        border: 1px solid #0597ce;
    }

.table_costSheet tbody td,
.pricing_table tbody td{
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 500;
}
.pricing_table thead th {
    font-size: 13px;
    padding: 8px 12px;
    font-weight: 600;
    line-height: 16px;
    color: #000;
}
.table_costSheet tbody, .pricing_table tbody, .pricing_table thead {
    border: 1px solid #f5f5f5;
}
    .pricing_table tbody td {
        border-bottom: 1px solid #f5f5f5;
    }
    .table_costSheet .highlight td {
        background: #dff0ec;
    }
.table_costSheet .highlight.Gtotal td {
    background: #0597ce;
    color: #fff;
}

.Loader {
    width: 100%;
    float: left;
    /* height: 100vh; */
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: #fff;
    bottom: 0px;
    right: 0;
}
    .Loader img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 50px;
    }


