/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2014 VINADES.,JSC. All rights reserved
 * @License GNU/GPL version 2 or any later version
 * @Createdate 31/05/2010, 00:36
 */

#page-topbar {
    background-color: #1c84ee;
    border-color: #1c84ee;
    -webkit-box-shadow: 0 0.2rem 0.5rem rgb(18 38 63 / 30%);
    box-shadow: 0 0.2rem 0.5rem rgb(18 38 63 / 30%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
}

.bg-warning {
    background-color: #ffcc5a!important;
}

.bg-info {
    background-color: #05354dc4 !important;
}

.text-white {
    color: #fff!important;
}

.site-navbar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 24px 0 0;
}

.dinfo-site-logo {
    display: flex;
    color: #fff;
    padding-left: 24px;
}

.dinfo-site-logo a {
    display: block;
    color: #fff;
}

.dinfo-site-logo img {
    height: 24px;
}

.dinfo-site-logo .s-text {
    font-weight: 700;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
    text-transform: uppercase;
}

.dinfo-right-menu {
    display: flex;
    align-items: center;
}

.dinfo-right-menu ul.sp-menu .fa {
    font-size: 24px;
}

.dinfo-right-menu ul.sp-menu a {
    color: #fff;
}

.dinfo-right-menu ul.sp-menu {
    display: inline-flex;
    margin: 0;
    color: #fff;
    font-weight: 500;
    align-items: center;
    padding: 0;
    margin-right: 30px;
}

.dinfo-pick-time {
    border-left: 1px solid rgba(255,255,255,.1);
    border-right: 1px solid rgba(255,255,255,.1);
    display: flex;
    align-items: center;
}

.dinfo-pick-time .lbl-pick-quarter,
.dinfo-pick-time .lbl-pick-month,
.dinfo-pick-time .lbl-pick-year {
    color: #fff;
    font-weight: 500;
    cursor: pointer;
}

.dinfo-pick-time .lbl-pick-quarter {
    padding-right: 10px;
}

.dinfo-right-menu ul.sp-menu li {
    padding-left: 20px;
}

.dinfo-right-menu ul.sp-menu li a {
    display: inline-flex;
    align-items: center;
}

.dinfo-right-menu ul.sp-menu li a span {
    line-height: 1;
    display: block;
    padding-top: 4px;
    padding-left: 5px;
}

.dinfo-page-content {
    padding-top: 94px;
    padding-right: 12px;
    padding-bottom: 60px;
    padding-left: 12px;
    overflow: hidden;
}

.dinfo-footer {
    bottom: 0;
    padding: 20px 24px;
    position: absolute;
    right: 0;
    color: #74788d;
    left: 0;
    background-color: #fff;
    border-top: 1px solid #e9e9ef;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dinfo-container-fluid {
    padding-left: 12px;
    padding-right: 12px;
}

.dinfo-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px;
}

.dinfo-row>* {
    position: relative;
    padding-right: 12px;
    padding-left: 12px;
    width: 100%;
    max-width: 100%;
    flex-shrink: 0;
}

.dinfo-card {
    box-shadow: 0 0.25rem 0.75rem rgb(18 38 63 / 8%);
    background-color: #fff;
    word-wrap: break-word;
    border-radius: 0.25rem;
}

.dinfo-card-fh {
    height: 100%;
    display: flex;
    align-items: center;
}

.dinfo-card-fh > .dinfo-card-body {
    flex: 0 0 100%;
    max-width: 100%;
}

.dinfo-mb {
    margin-bottom: 24px;
}

.text-nowrap {
    white-space: nowrap!important;
}

.dinfo-card-body {
    padding: 1.25rem 1.25rem;
}

.dinfo-card-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.dinfo-card-title-seprate {
    justify-content: space-between;
}

.dinfo-card-title-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.dinfo-pick-dt {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    height: 70px;
    font-size: 18px;
    border-radius: 0.2rem;
    display: block;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    box-shadow: none;
    cursor: pointer;
    border: 0;
    width: 100px;
}

.dinfo-pick-dt.y {
    width: 70px;
}

.dinfo-pick-dt[readonly] {
    background-color: transparent;
}

.dinfo-pick-dt:hover,
.dinfo-pick-dt:focus,
.dinfo-pick-dt:active,
.dinfo-pick-dt:focus:active {
    color: #fff;
    background-color: #217cd7;
    outline: 0;
    box-shadow: none;
    border-color: transparent;
}

.dinfo-pick-type {
    color: #fff;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 10px;
}

.dinfo-pick-quarter {
    color: #fff;
    font-weight: 500;
    padding-right: 10px;
}

.dinfo-page-title {
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.dinfo-md-title {
    font-size: 16px;
    font-weight: 500;
}

.dinfo-chart-wraper .apexcharts-series-markers {
    cursor: pointer;
}

.dinfo-chart-wraper .apexcharts-tooltip-text-y-value {
    margin-left: 0;
}

#mdShowAttach {
    align-items: center;
    justify-content: center;
}

#mdShowAttach.in {
    display: flex!important;
}

#mdShowAttach .modal-dialog {
    width: 90%;
    margin: 0;
    height: 90%;
}

#mdShowAttach .modal-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#mdShowAttach .modal-content .show-iframe {
    flex-grow: 1;
}

#mdShowAttach .modal-content .show-iframe iframe {
    width: 100%;
    height: 100%;
}

#contactButton .ctb {
    right: 0!important;
    bottom: 60px!important;
    text-indent: -1000px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-top-left-radius: 5px!important;
    border-bottom-left-radius: 5px!important;
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background-color: #1c84ee;
}

#contactButton .panel-primary {
    border-color: #1c84ee;
}

#contactButton .panel-primary>.panel-heading {
    background-color: #1c84ee;
    border-color: #1c84ee;
}

#contactButton .ctb .fa {
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    font-size: 24px;
    line-height: 38px;
    width: 40px;
    text-align: center;
}

#contactButton .ctb .fa:before {
    content: "\f095"!important;
}

@media (min-width: 576px) {
    .d-col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 992px) {
    .dn-col-md-4 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 575.98px) {
    .dinfo-site-logo .s-text {
        display: none;
    }

    .dinfo-right-menu ul.sp-menu li a span {
        display: none;
    }

    .dinfo-footer {
        flex-wrap: wrap;
    }

    .dinfo-footer > * {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .dinfo-footer > *:last-child {
        margin-bottom: 0;
    }

    .dinfo-page-content {
        padding-bottom: 100px;
    }
}
