﻿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: 17px;
    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: 10px;
    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;
    margin-bottom: 5px;
}

.card-header {
    background: #ecf9ff;
    padding: 8px 0px 1px 8px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.card-body {
    flex: 1 1 auto;
    padding: 10px;
    position: relative;
}

.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: 5px;
}


.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav-tabs li.active a {
    color: #18aacc !important;
    border: none !important;
}

.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;
}

.iconSet {
    max-width: 35px;
    background: #e9e9e9;
    padding: 4px;
    border-radius: 4px;
    margin-bottom: 8px;
    margin-left: 5px;
    cursor: pointer;
}

    .iconSet:hover {
        border: solid thin #4e4b4b;
    }

.iconActive {
    border: solid thin #4e4b4b;
    background: #ddd;
    box-shadow: rgb(17 17 26 / 10%) 0px 4px 16px, rgb(17 17 26 / 10%) 0px 8px 24px, rgb(17 17 26 / 10%) 0px 16px 56px;
}

.calendaricon {
    top: 6px !important;
    right: 9px !important;
}
/*switch start*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }


/* The slider */

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2F327D;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }





/*switch end*/
.tooltip .tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    border: solid thin #e5e5e5;
    color: #626262;
    max-width: 400px;
    text-align: left;
    line-height: 22px;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #fff;
}

.table-responsive {
    box-shadow: rgb(30 41 59 / 4%) 0 2px 4px 0;
    border: solid thin #e7e7e7;
    border-radius: 10px;
    max-height: 400px;
}

.table > tbody > tr > td {
    white-space: nowrap;
}

.content-header > h1 svg {
    vertical-align: -5px;
}

#chart-report1 select {
    margin-bottom: 10px;
}

#chart-report2 select {
    margin-bottom: 10px;
}

.tab-content > .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}

    .tab-content > .tab-pane.active {
        height: auto;
    }

.progress {
    background: #E5E5E5;
    height: 6px;
}

.progress-bar {
    background: linear-gradient(90deg, #19A7C8 0%, #00D6E6 100%);
}

    .progress-bar.dangerBar {
        background: linear-gradient(90deg, #c81919 0%, #fdb7b7 100%);
    }

    .progress-bar.successBar {
        background: linear-gradient(90deg, #19c889 0%, #99f2d2 100%);
    }


.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs li a.active {
    color: #18aacc !important;
    border: none !important;
}