﻿body {
    overflow-y: scroll;
    letter-spacing: 0;
    touch-action: manipulation;
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga" 0;
    position: relative;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-header > h1 {
    margin: 0;
    font-size: 20px;
    color: #444;
    font-weight: 500;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(98,105,118,.16);
    border-radius: 4px;
}
.card {

    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(98,105,118,.16);
    background: #fff;
    border-radius:4px;
    transition: transform .3s ease-out,opacity .3s ease-out,box-shadow .3s ease-out;
    margin-bottom:15px;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}
.d-flex {
    display: flex!important;
}
.align-items-center {
    align-items: center!important;
}

.subheader {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #626976;
}

.ms-auto {
    margin-left: auto!important;
}

.lh-1 {
    line-height: 1!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.h1, h1 {
    font-size: 24px;
    margin: 6px 8px 6px 0px;
}
.d-inline-flex {
    display: inline-flex!important;
}


.chart-sm {
    height: 50px;
    width:100%;
}

.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
}

.nav-tabs li.active a {
    color: #334155;
    background-color: #f5f7fb;
    border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-muted {
    color: #626976!important;
}
.d-block {
    display: block!important;
}
.text-truncate a { color:#333; font-weight:bold;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px;
    color: #0f172a;
    background-color: inherit;
    border: 1px solid #e6e7e9;
}

.badge {
    justify-content: center;
    align-items: center;
    background: #64748b;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    min-width: 1.3571428571em;
    font-weight: 600;
    letter-spacing: .04em;
    vertical-align: bottom;
    padding:10px;
}

.badge:empty {
    display: inline-block;
    width: 10px;
    height: 10px;
    min-width: 0;
    min-height: auto;
    padding: 0;
    border-radius: 100rem;
    vertical-align: baseline;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.max-heightset {max-height: 313px;
    overflow: auto;
}
.minwidth170 {
    min-width:170px;
}

.btn-info {
        height: 26px;background: -webkit-gradient(linear, left top, left bottom, from(#3d55d8), to(#3d55d8)) !important; border-radius:6px;
}
.data-display {    margin-left: auto!important;
}
.nav-tabs > li > a {font-weight:bold;color: #7a7a7a;
}

#drilldownmyModal .modal-dialog {
    width:80%;
}
.card-title span {font-size:13px;font-weight: 400;
    color: #858585;
}
.dataReceivable {text-align:center;
                 border-right: solid thin #d9d9d9;
    border-top: solid thin #d9d9d9;
     border-bottom: solid thin #d9d9d9;
}
.dataReceivable h4{font-size: 14px;
}
.dataReceivable h5{
    font-size: 20px;
    font-weight: bold;
    margin: 4px 8px 8px 8px;
}

.calendar {
    font-size: 13px;
    text-align: left;
    font-weight: normal; 
    background-color: #fff;
    color: #333;
    height: 65px;
    border-radius: 5px;
  
    z-index: 999;
}
.daterangepicker .input-mini {    padding: 0 6px 0 29px !important;
}
.minheight334 { min-height:334px;
}

.btn-info {
    height: 26px;
    min-height: 27px;
    border-radius: 6px;
}
.amountSet {
    font-size: 15px;
    text-align: right;
    font-weight: bold;
}

/*download excel sheet start*/
.btnDownloadExcelData {
    background: #1b9afd;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b9afd), to(#0a7bfe));
    background: -moz-linear-gradient(top, #1b9afd, #0a7bfe);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b9afd', endColorstr='#0a7bfe');
    color: #fff;
    padding: 4px;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-left: 5px;
}

    .btnDownloadExcelData:hover {
        background: #18AACC;
        background: -webkit-gradient(linear, left top, left bottom, from(#18AACC), to(#18AACC));
        background: -moz-linear-gradient(top, #18AACC, #18AACC);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#18AACC', endColorstr='#18AACC');
        color: #fff;
    }
/*download excel sheet End*/