﻿#dashboard-content text > tspan {
    font-family: Arial !important;
}

#dashboard-content {
    padding: 0px;
}

    #dashboard-content ul {
        margin: 0px;
        padding: 0px;
        display: inline-block;
        border-bottom: 2px solid #2a9be8;
        overflow: hidden;
        height: 40px;
        width: 100%;
    }

        #dashboard-content ul li {
            padding: 10px 15px;
            margin: 0px;
            list-style: none;
            display: inline-block;
            font-weight: bold;
            color: #206eb0;
            font-size: 13px;
            cursor: pointer;
        }

            #dashboard-content ul li.active {
                background: #ccc;
            }

            #dashboard-content ul li:hover {
                background: #ccc;
                cursor: pointer;
            }

.dashboard-box {
    float: left;
}

    .dashboard-box .dashboard-box-number {
        display: inline-block;
        width: 25%;
    }


    .dashboard-box > div {
        padding: 10px;
    }

        .dashboard-box > div > div {
            padding: 0px;
            position: relative;
        }

    .dashboard-box .khuvuc-chart {
        position: relative;
    }

    .dashboard-box .chart_table_view {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: #f7faff;
        z-index: 99990 !important;
    }

        .dashboard-box .chart_table_view > span:first-child {
            position: absolute;
            top: 10px;
            right: 10px;
            cursor: pointer;
            display: block;
            border: none;
            border-radius: 2px;
            background: #666;
            padding: 5px 10px;
            color: #fff;
            z-index: 99991 !important;
        }

        .dashboard-box .chart_table_view > span:nth-child(2) {
            position: absolute;
            top: 10px;
            right: 50px;
            cursor: pointer;
            display: block;
            border: none;
            border-radius: 2px;
            background: #666;
            padding: 5px 10px;
            color: #fff;
            z-index: 99991 !important;
        }

        .dashboard-box .chart_table_view > h5 {
            font-size: 16px;
            text-align: center;
            padding-top: 10px;
        }

        .dashboard-box .chart_table_view div {
            width: 100%;
            height: 88%;
            overflow: auto;
        }

        .dashboard-box .chart_table_view table {
            width: 100%;
        }

            .dashboard-box .chart_table_view table tr {
            }

                .dashboard-box .chart_table_view table tr > th {
                    padding: 10px;
                    text-align: center;
                    border-bottom: 3px solid #2a9be8;
                    border-left: 1px solid #2a9be8;
                }

                    .dashboard-box .chart_table_view table tr > th:first-child {
                        border-left: none;
                    }

                .dashboard-box .chart_table_view table tr > td {
                    padding: 5px 10px;
                    text-align: center;
                    border-bottom: 1px solid #2a9be8;
                    border-left: 1px solid #2a9be8;
                }

                    .dashboard-box .chart_table_view table tr > td:first-child {
                        border-left: none;
                    }

                .dashboard-box .chart_table_view table tr:last-child > td {
                    border-bottom: none;
                }

    .dashboard-box > div > h5 {
        padding: 0px;
        border-bottom: 2px solid #31B0D5;
    }

        .dashboard-box > div > h5 > span {
            padding: 10px;
            display: inline-block;
            font-size: 13px;
            background: #31B0D5;
            color: #fff;
        }



    .dashboard-box > div > div > table {
        width: 100%;
    }

        .dashboard-box > div > div > table tr {
        }

            .dashboard-box > div > div > table tr > th {
                padding: 10px;
                text-align: center;
                border-bottom: 3px solid #2a9be8;
                border-left: 1px solid #2a9be8;
            }

                .dashboard-box > div > div > table tr > th:first-child {
                    border-left: none;
                }

            .dashboard-box > div > div > table tr > td {
                padding: 5px 10px;
                text-align: center;
                border-bottom: 1px solid #2a9be8;
                border-left: 1px solid #2a9be8;
            }

                .dashboard-box > div > div > table tr > td:first-child {
                    border-left: none;
                }

            .dashboard-box > div > div > table tr:last-child > td {
                border-bottom: none;
            }

.highcharts-title, highcharts-subtitle, highcharts-legend-item text {
    font-family: Arial !important;
}


.number-top-home {
    padding-top: 10px;
}

    .number-top-home > div {
        float: left;
        width: 25%;
        padding: 0;
        margin: 0;
    }

        .number-top-home > div > div {
            padding: 10px;
        }

            .number-top-home > div > div > div {
                background: #31b0d5;
                color: white;
                min-height: 190px;
                padding: 10px;
                border-radius: 5px;
                cursor: pointer;
            }

                .number-top-home > div > div > div > h5 {
                }

                .number-top-home > div > div > div > p {
                }

                    .number-top-home > div > div > div > p > span.num {
                        font-size: 20px;
                        font-weight: bold;
                        color: #ff0074;
                    }


#bien_dong_table .chart_table_view table {
    width: 100%;
}

    #bien_dong_table .chart_table_view table tr {
    }

        #bien_dong_table .chart_table_view table tr > th {
            padding: 10px;
            text-align: center;
            border-bottom: 3px solid #2a9be8;
            border-left: 1px solid #2a9be8;
        }

            #bien_dong_table .chart_table_view table tr > th:first-child {
                border-left: none;
            }

        #bien_dong_table .chart_table_view table tr > td {
            padding: 5px 10px;
            text-align: center;
            border-bottom: 1px solid #2a9be8;
            border-left: 1px solid #2a9be8;
        }

            #bien_dong_table .chart_table_view table tr > td:first-child {
                border-left: none;
            }

        #bien_dong_table .chart_table_view table tr:last-child > td {
            border-bottom: none;
        }


        #bien_dong_table .chart_table_view table tr > td > span.title {
            color: #206eb0;
            cursor: pointer;
        }

.dashboard-danhsach-tdg > h5 {
    position: relative;
}

    .dashboard-danhsach-tdg > h5 > div {
        position: absolute;
        top: 0px;
        right: 0px;
    }

        .dashboard-danhsach-tdg > h5 > div > input {
            height: 28px;
        }

        .dashboard-danhsach-tdg > h5 > div > button {
            height: 30px;
            border: none !important;
            margin-left: 5px !important;
        }
