﻿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: #2295f4;
}

.ms-auto {
    margin-left: auto!important;
}

.lh-1 {
    line-height: 1!important;
}

.mb-3 {
    margin-bottom: 1rem!important;
}

.h1, h1 {
    font-size: 20px;
    margin: 6px 8px 6px 0px;
    font-weight: 900;
}
.d-inline-flex {
    display: inline-flex!important;
}


.chart-sm {
    height: 50px;
    width:100%;
}

.card-title {
       display: block;
    margin: 0 0 1rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5rem;
    color: #2e53c3;
}
.card-header {background: #d6f0fb;
    padding: 8px 0px 1px 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.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;
}

.minwidth170 {
    min-width: 170px;
}

.btn-info {
    height: 26px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d55d8), to(#3d55d8)) !important;
    border-radius: 6px;
}
.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;
}


.modal {
    background: rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: -webkit-linear-gradient(-45deg,#0093a0 0,#2d83b4 100%);
    background: linear-gradient(135deg,#0093a0 0,#2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlDrilDownPopUp .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

#mdlDrilDownPopUp .modal-dialog {
    width: 85%;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

#mdlDrilDownPopUp h5 {
    font-size: 14px;
    margin-top: 0px;
    border: solid thin #2387b0;
    padding: 8px 10px;
    display: inline-block;
    border-radius: 4px;
}

#TOPtblUnitStagewiseBalanceToDemand {
    max-height:60vh;
}

.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;
}

.card-header {
    padding: 8px !important;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 0px !important;
}

.modal-footer {
    position: initial !important;
}

#mdlDrilDownPopUp .modal-body {
    height: 500px;
}

#TOPtblSaleSummary {
    max-height:60vh;
}
#mdlDrilDownPopUp .close {
    outline: none;
    border: none;
    background: none;
    color: #fff;
    margin-top: 0;
}