﻿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;
    position: relative;
}

.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: 34px;
    background: -webkit-gradient(linear, left top, left bottom, from(#3d55d8), to(#3d55d8)) !important;
    border-radius: 0px;
}



.nav-tabs li.active a {
    color: #334155;
    background-color: #f5f7fb;
    border-color: #cbd5e1 #cbd5e1 #f5f7fb;
}

.nav-tabs > li > a {
    font-weight: bold;
    color: #7a7a7a;
}

.markdown > table thead th, .table thead th {
    color: #626976;
    background: #f2f3f4 !important;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #626976 !important;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    white-space: nowrap;
    text-shadow: none !important;
}

table.table thead tr th {
    text-shadow: none !important;
}

.divIocns {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 4px;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    right: 16px;
    top: 20px;
    color: #fff;
}

.bg1 {
    background: #206bc4;
}

.bg2 {
    background: #2fb344;
}

.bg3 {
    background: #d63939;
}

.topSupplierBG, .topSupplierBG .card-header {
    background: #ffb800;
}

.topMaterialCategory, .topMaterialCategory .card-header {
    background: #667acd;
    color: #fff;
}

.metaData {
    position: absolute;
    bottom: 8px;
    right: 80px;
}

    .metaData p {
        font-weight: bold;
        margin: 0px 10px 4px 0px;
    }

.topSupplierBG .card-title {
    color: #333;
}

.topMaterialCategory .card-title {
    color: #fff;
}

.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;
}
