.j-grid-master-layout {
    min-height: 500px;
    /*border: #e7e6e6 solid 2px;*/
    margin-right: 0px;
    border-radius: 4px;
}

.j-grid-detail-layout {
    min-height: 500px;
    border: #e7e6e6 solid 0px;
    border-radius: 4px;
}

.j-grid-master-caption {
    /*background-color: #e7e6e6;*/
    padding-bottom: 4px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    background-repeat: repeat-x;
}

.j-grid-detail-caption {
    background-color: #fff;
    padding-bottom: 4px;
    padding-left: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #555555;
    background-repeat: repeat-x;
}

.no-data-found {
    background-color: #fff;
    border-bottom: 0px dashed #ebedf2 !important;
}

    .no-data-found :hover {
        /*background-color: #fff !important;*/
        border-bottom: 0px dashed #ebedf2 !important;
    }

.j-grid-master-paging {
    background-color: #fdfdfd;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 2px;
    height: 55px;
    font-size: 12px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px;
}

    .j-grid-master-paging > div:nth-of-type(1) {
        width: auto !important;
        flex: auto;
    }

        .j-grid-master-paging > div:nth-of-type(1) .pagination {
            padding: 0;
        }

    .j-grid-master-paging > div:nth-of-type(2) {
        width: auto !important;
        flex: auto;
        display: flex !important;
        padding: 0 !important;
        align-items: center;
        justify-content: flex-end;
    }

.j-grid-detail-base {
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 55px;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px;
    font-size: 12px;
}

    .j-grid-detail-base > div {
        display: flex;
        align-items: center;
        padding: 0 2px !important;
        margin: 0 !important;
    }

        .j-grid-detail-base > div.col-md-5 > div {
            width: inherit;
        }

    .j-grid-detail-base button {
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

#VerificationNote {
    border: none !important;
    background: #f9f9f9 !important;
}

.j-grid-created-by {
}

.j-grid-verified-by {
}

.j-grid-detail-layout .dropdown-menu > li > a {
    font-weight: bold;
    color: #555555;
}

    .j-grid-detail-layout .dropdown-menu > li > a:hover {
        background-color: #fff;
        color: #000000 !important;
    }

.linkButton {
    cursor: pointer !important;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0 !important;
    border-radius: 4px;
}

.j-grid-master-active {
    border-left-color: #591df3 !important;
}

.containerJGird {
    width: 100%;
    min-height: 520px;
    background-color: #f8f8fb !important;
    font-family: 'Quicksand', sans-serif;
}

@media (min-width: 1920px) {
    .containerJGird {
        min-height: 780px !important;
    }
}

@media (max-width: 1499px) {
    .containerJGird {
        min-height: 460px;
    }
}

.containerJGird > .col-md-4 {
    background-color: #f8f8fb;
    padding-right: 2px !important;
}

.containerJGird > .col-md-8 {
    background-color: white;
    padding-left: 5px !important;
    box-shadow: -5px 0px 5px #0000000a;
}
/*.md-card {
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    border: none;
}*/
.hi-icon {
    height: 25px;
    width: 25px;
}

    .hi-icon.verify-white-dummy {
        display: none;
    }

.export {
    position: absolute;
    top: 3px;
    right: 8px;
    /*background-color: #c4c4c4;*/
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
}

.baseDiv {
    padding-right: 0px;
    border-right: 0px solid #ebedf2;
    margin-right: 0px;
}

    .baseDiv > div {
        padding-top: 0 !important
    }

.itemStyle {
    cursor: pointer;
    border-left: 4px solid white;
    background-color: #fdfdfd;
    margin-bottom: 1px;
    box-shadow: 2px 2px 3px #00000013;
    display: flex;
    align-items: center;
    transition: all 0.6s ease-in-out;
}

    .itemStyle:hover {
        border-left-color: #d7d7d7;
    }

    .itemStyle > div {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 5px 0;
        position: relative;
    }

        .itemStyle > div:nth-of-type(1) {
            flex: 0 0 80px;
            padding: 5px;
        }

        .itemStyle > div:nth-of-type(2) {
            flex: auto;
            padding: 5px;
        }

        .itemStyle > div:nth-of-type(3) {
            flex: 0 0 100px;
            /* align-self: flex-start; */
            padding: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
        }


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 3px;
    vertical-align: inherit;
    font-size: 12px;
    text-align: left;
    border: 0px dashed #ebedf2;
    border-bottom: 1px dashed #ebedf2;
    height: 50px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd):hover {
    background-color: #e2e5ea;
}

.table-striped tbody tr:nth-of-type(even):hover {
    background-color: #e2e5ea;
}

.table thead > tr > th, .table thead > tr > th > label {
    cursor: pointer;
}

thead td {
    padding-bottom: 12px;
}

.slimScrollDiv {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #DDD;*/
}

/*-------------Belayet Bhai-------------*/

label {
    font-weight: 500;
}


/*---fixed table controls--*/
.table-responsive > .table > thead > tr > th:last-child {
    text-align: right;
}

.table-responsive > .table > tbody > tr > td {
    vertical-align: middle;
}

    .table-responsive > .table > tbody > tr > td:last-child {
        text-align: right;
    }

.table-responsive .table {
    margin-bottom: 0;
    /*border-bottom: 1px solid;*/
}

    .table-responsive .table > thead > tr > th {
        white-space: nowrap;
        font-weight: 600;
        color: #888888;
    }

.table-responsive > .fixed-column {
    right: -1px;
    top: 0;
    background: #ffffff;
    position: absolute;
    width: 95px;
    /*border-top: 0px solid;
    border-left: 1px solid #ddd;*/
    /*display: inline-block;*/
}

    .table-responsive > .fixed-column th, .table-responsive > .fixed-column td {
        text-align: center !important;
    }

.table-responsive::-webkit-scrollbar {
    background: lightyellow;
    width: 8px;
}

.table-responsive::-webkit-scrollbar-track {
    background: whitesmoke;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: gray;
    opacity: 0.4;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-radius: 7px;
    background-clip: content-box;
}

.table-responsive:hover::-webkit-scrollbar {
    /*background: yellow;*/
}

@media (max-width: 768px) {
    .table-responsive > .fixed-column {
        top: 1px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: inherit;
    }
}


/* Style The Dropdown Button */


.j-grid-detail-layout .dropdown:hover { /*boostrap hack*/
    color: #000 !important;
}

.j-grid-detail-layout .dropbtn {
    border: none;
    cursor: pointer;
    /*background-color: #4CAF50;
      color: white;
      padding: 16px;
      font-size: 16px;*/
}

/* The container <div> - needed to position the dropdown content */
.j-grid-detail-layout .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.j-grid-detail-layout .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 126px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9000;
    margin-left: -50px;
    text-align: left;
}

    /*.dropdown:hover .dropdown-content :hover{
    display: none;
}*/
    /* Links inside the dropdown */
    .j-grid-detail-layout .dropdown-content a {
        color: black;
        padding: 2px 10px;
        text-decoration: none;
        display: block;
        font-weight: 500;
    }

        /* Change color of dropdown links on hover */
        .j-grid-detail-layout .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.j-grid-detail-layout .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.j-grid-detail-layout .dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}



/* Dropdown button for export */

/* Style The Dropdown Button */


.j-grid-master-layout .dropdown:hover { /*boostrap hack*/
    color: #000 !important;
}

.j-grid-master-layout .dropbtn {
    border: none;
    cursor: pointer;
    /*background-color: #4CAF50;
      color: white;
      padding: 16px;
      font-size: 16px;*/
}

/* The container <div> - needed to position the dropdown content */
.j-grid-master-layout .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.j-grid-master-layout .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9000;
    margin-left: -95px;
    text-align: left;
}

    /*.dropdown:hover .dropdown-content :hover{
    display: none;
}*/
    /* Links inside the dropdown */
    .j-grid-master-layout .dropdown-content a {
        color: black;
        padding: 2px 10px;
        text-decoration: none;
        display: block;
        font-weight: 500;
        cursor: pointer;
    }

        /* Change color of dropdown links on hover */
        .j-grid-master-layout .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

/* Show the dropdown menu on hover */
.j-grid-master-layout .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.j-grid-master-layout .dropdown:hover .dropbtn {
    /*background-color: #3e8e41;*/
}
/*End of export dropdown button*/


/* Record verify Status Color*/

.verify-selected-blue {
    color: #ffffff !important;
    box-shadow: 0 0 0 1px #068efa !important;
    background: #0602ae !important;
}

.verify-default-gray {
    color: #b9bbbd !important;
    box-shadow: 0 0 0 1px #b9bbbd !important;
}

.verify-verified-green {
    color: #14e477 !important;
    box-shadow: 0 0 0 1px #14e477 !important;
}

.verify-reject-red {
    color: #f10a0a !important;
    box-shadow: 0 0 0 1px #e70c0c !important;
}

.verify-white-dummy {
    color: #FFF !important;
    box-shadow: 0 0 0 1px #FFF !important;
}

#map-canvas {
    margin: 0;
    padding: 0;
    min-height: 480px;
    max-height: 600px;
    height: 100%;
}

/*.btn-group:hover .dropdown-menu {
    display: block;
}*/

/*j-Filter*/

/*.search-circle {
    border-radius: 50px;
    padding: 2px;
    width: 45px;
    height: 45px;
    padding-top: 6px;
    padding-right: 7px;
    box-shadow: 0px 0px 4px #888888;
    right: 0;
}


    .search-circle:hover {
        background: #f0f0f0;
    }

.j-filter-close-icon {
    margin-right: 3px;
    float: right;
    margin-top: -2px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 50%;
}

    .j-filter-close-icon:hover {
        background: #ede8e8;
    }

.j-filter-bottom-base {
    font-weight: 500;
    font-size: 13px;
    color: #c20123;
    cursor: pointer;
    text-decoration: none;
}

    .j-filter-bottom-base:hover {
        font-weight: bold;
    }

.j-filter-caption {
    padding: 8px;
    height: 61px;
    padding-top: 14px;
    line-height: 14px;
}*/

.j-grid-dropdown {
    position: relative;
}

.j-grid-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 126px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9000;
    margin-left: -50px;
    text-align: left;
    border-radius: 5px 5px 5px 5px;
    width: 250px;
    overflow-y: hidden;
    padding: 10px;
    overflow-x: hidden;
    margin-left: -128px;
    margin-top: 4px;
    padding-bottom: 8px;
}

/*.j-filter-base {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
    padding-right: 8px;
    font-size: 12px;
}

.j-filter-show {
    display: block;
}

.display-text-bold {
    font-weight: bold;
}

.display-text-green {
    color: #079319;
}

.j-grid-label { /*lblFont*/
font-size: 10px;
margin-bottom: 0px;
font-weight: 600;
margin-left: 1px;
}

.fc-w {
    background: #fff;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-g {
    background: #d8e5e4;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-y {
    background: #e5e7bf;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.fc-p {
    background: #f1e3f1;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
}

#j-Filter-Base-Panel::-webkit-scrollbar { /* width */
    width: 8px;
}

#j-Filter-Base-Panel::-webkit-scrollbar-track { /* Track */
    background: #f1f1f1;
}

#j-Filter-Base-Panel::-webkit-scrollbar-thumb { /* Handle */
    background: #888;
}

    #j-Filter-Base-Panel::-webkit-scrollbar-thumb:hover { /* Handle on hover */
        background: #555;
    }

.j-grid-single-verification-base {
    position: absolute;
    bottom: 3px;
    /*background-color: #e7e6e6;*/
    font-size: 10px;
    height: 40px;
    padding: 4px;
    right: 0px;
    padding-top: 0px;
    /*border-left: 2px solid #e9e8e8;
    border-right: 2px solid #e9e8e8;
    border-bottom: 2px solid #e9e8e8;*/
}

.j-master, .j-detail {
    visibility: hidden;
}


#j-loader {
    z-index: 99;
    position: absolute;
    background-color: #fff;
    width: 83%;
    height: 64%;
}

#spinner {
    display: block;
    height: 110px;
    left: 50%;
    margin: -55px;
    position: relative;
    top: 50%;
    width: 110px;
}

#IsSponsoredColor {
    width: 23px;
    height: 23px;
    margin-left: 45px;
    border: 2px solid #b9bbbd;
    border-radius: 50%;
    margin-top: 5px;
    text-align: right;
    padding-right: 5px;
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

#ConditionColor {
    /*border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;*/
    color: #fff;
    font-weight: bold;
    float: right;
    margin-top: 5px;
}

#ImplementationColor {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btnAddNew {
    /*right: 1px;
    position: absolute;
    margin-top: -23px;
    border-radius: 1px;
    padding: 1px 7px;
    border-radius: 50%;
    font-weight:bold;*/
    position: absolute;
    margin-top: -45px;
    padding: 9px 15px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: -24px;
    box-shadow: 0px 0px 4px #888888;
}


/* Accordion */
.accordion {
    background: linear-gradient(to bottom right, white, #F8F8F8);
    /*max-width: 400px;*/
    background: white;
    margin: 0 auto;
    /*box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 35px 50px -25px rgba(0, 0, 0, 0.3), 0 85px 60px -25px rgba(0, 0, 0, 0.1);*/
    box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3), 0 5px 50px -25px rgba(0, 0, 0, 0.3), 0 8px 6px -25px rgba(0, 0, 0, 0.1);
}

.accordion-header {
    border: 1px solid #DDE0E7; /*-bottom*/
    color: #2a313a;
    cursor: pointer;
    font-weight: 700;
    padding: .5rem;
}

    .accordion-header:hover {
        background: #F6F7F9;
    }

.accordion-content {
    display: none;
    /*border-bottom: 1px solid #DDE0E7;*/
    background: #fafafa; /*#F6F7F9;*/
    padding: .5rem;
    color: #4a5666;
    border-left: 1px solid #DDE0E7;
    border-right: 1px solid #DDE0E7;
}

.accordion-header::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background-color: #B1B5BE;
    margin-right: .75rem;
}

.active.accordion-header::before {
    background-color: #FC6468;
}

.accordion .table {
    margin-bottom: 0px;
}


/* tab*/
/* tab*/
.xyz {
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.xyz1 {
    font-weight: 500;
    font-size: 11px;
    padding: 0;
}

#t1 td, #t2 td {
    width: 40px;
    font-size: 11px;
    font-weight: 500;
}

#header1 td, #header2 td {
    font-weight: bold;
}

.regbadg {
    /*background-color: #f96363;*/
    /*padding: 3px;*/
    color: #6b6b6b;
    font-size: 11px;
    font-weight: 600;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: 5px;
}
/****************/
@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.tab {
    padding-top: 0px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #888;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

    .tabs li {
        float: left;
        line-height: 38px;
        overflow: hidden;
        padding: 0;
        position: relative;
    }

    .tabs a {
        background-color: #eff0f2;
        border-bottom: 1px solid #fff;
        color: #888;
        font-weight: 500;
        display: block;
        letter-spacing: 0;
        outline: none;
        padding: 0 20px;
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        border-bottom: 2px solid #ff5f61;
    }

.tabs_item {
    display: none;
    padding: 30px 0;
}

    .tabs_item h4 {
        font-weight: bold;
        color: #ff5f61;
        font-size: 20px;
    }

    .tabs_item:first-child {
        display: block;
    }

.current a {
    color: #fff;
    background: #ff5f61;
}


/*-------- List page css------------*/


.table tbody > tr > td {
    text-align: center;
}

.j-grid-master-caption {
    display: none;
}

.j-grid-detail-caption {
    display: none;
}


.card-style {
    /*background: #f5f5f5;*/
    background: none;
}

#contentMasterBEGroupGrid {
    padding-left: 0px;
}



thead {
    background: #fff;
}


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 3px;
    vertical-align: inherit;
    font-size: 12px;
    text-align: left;
    border: 0px dashed #ebedf2;
    border-bottom: 1px dashed #ebedf2;
    height: 50px;
    padding-left: 8px;
}

/*------- End of List---------*/

.hi-icon {
    z-index: 0;
}

    .hi-icon a {
        z-index: 0;
    }

.btn.rf-label-danger {
    background-color: rgba(253, 57, 122, 0.4);
    color: #fd397a;
    /*cursor: text !important;*/
}

    .btn.rf-label-danger:hover {
        color: #fff;
        background-color: rgba(253, 57, 122, 0.6);
        /*color: #fd397a;*/
    }

.btn.rf-label-warning {
    background-color: rgba(255,184,34,.4);
    color: #d8970e;
    /*cursor: text !important;*/
}

    .btn.rf-label-warning:hover {
        color: #fff;
        background-color: rgba(255,184,34,.6);
        /*color: #fd397a;*/
    }

.btn.rf-label-info {
    background-color: rgba(85, 120, 235, 0.6);
    color: #535050;
    /*cursor: text !important;*/
}

    .btn.rf-label-info:hover {
        color: #fff;
        background-color: rgba(85, 120, 235, 0.9);
        /*color: #fd397a;*/
    }

.j-grid-detail-layout .table > thead > tr > th {
    font-weight: 600;
}

#rf-default-caption {
    padding-left: 15px;
    border-left: 5px solid #591df3;
    line-height: 25px;
    font-family: Poppins;
    font-weight: 600;
}

#DetailsCaption {
    margin: 0;
    padding: 0;
    padding-left: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #464457;
}

.jgrid-master-header {
    background-color: #fdfdfd;
    padding-left: 0 !important;
}

.jgrid-detail-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    padding: 0 10px !important;
    box-shadow: -5px 0px 5px #0000000a;
}


.j-grid-detail-layout>.slimScrollDiv>div>div{
    overflow-y:auto!important;
}
    .j-grid-detail-layout > .slimScrollDiv > div > div table > thead > tr > th:last-child,
    .j-grid-detail-layout > .slimScrollDiv > div > div table > tbody > tr > td:last-child {
        min-width: 76px !important;
    }



.kt-portlet__head-toolbar1.jGridToolbar-right {
    display: flex;
    align-items: center;
    min-height: 59px;
    justify-content: flex-end;
}