﻿div.dashBoardItemTable {
    display:inline-table;
    border:1px solid  #212121;
    padding:2px;
    width:93px;
    border:1px solid #C6C6C6;
    background-color: #fff;
    color:black !important;
}

div.dashBoardItemTable > a {
    color:black !important;
}

div.dashBoardItemTableRow {
    display:table-row;
}

div.dashBoardItemTableCell {
    display:table-cell;
    /*vertical-align:top;*/
    text-align:center;
    font-size:10px;
    font-weight:bold;
    height:45px;
}

.dashBoardItemCount {
    font-size:20px;
}

#dvDashboardButtons {
    /*position:absolute;
    top:55px;
    left:60%;*/
    color:black;
}

div.dashboardGridCount {
    display:table-caption;
    padding-left:8px;
    padding-right:8px;
    padding-top:5px;
    height:30px;
    font-weight:600;
}

div.dashboardGridCount > span > a {
    color:white !important;
}

div.dashboardGridLabel {
    display:inline;
    margin-left:15px;
    font-size:16px;
}

div.dashBoardGridTable {
    width:430px !important;
    border-radius:0px !important;
    display: table !important;
}

@media(max-width:767px) {
    div.dashBoardGridTable {
        width:98% !important;
    }
}

div.dashBoardItemTableRed {
    border-top:5px solid #D64B2B !important;
}

div.dashBoardItemTableBlue {
    border-top:5px solid #429AB2 !important;
}

div.dashBoardItemTableYellow {
    border-top:5px solid #C98C43 !important;
}

div.dashBoardItemTableGreen {
    border-top:5px solid #91B85B !important;
}

div.dashboardGridCountRed {
    background-color:#D64B2B !important;
    font-size: 14px !important;
}

div.dashboardGridCountBlue {
    background-color:#429AB2 !important;
    font-size: 14px !important;
}

div.dashboardGridCountYellow {
    background-color:#C98C43 !important;
    color:white !important;
    font-size: 14px !important;
}

div.dashboardGridCountGreen {
    background-color:#91B85B !important;
    color:white !important;
    font-size: 14px !important;
}

div.dashboardGridCountGray{
    background-color:#384755 !important;
    font-size: 14px !important;
}

div.dashBoardButtonRow {
    padding: 6px;
}

.btnSelectDashboardSource {
    width:80px !important;
    font-size: 10px !important;
    background-color:#fff;
    color:#000;
    border: 1px solid #000;
    width:70px;
    height:55px;
    font-weight:600;
    margin-left:5px;
    height: 53px !important;
}

.btnSelectDashboardSourceActive {
    background-color: #384755;
    color:#fff;
}

.btnSelectDashboardSourceRed {
    border-top:5px solid #D64B2B !important;
}

.btnSelectDashboardSourceBlue {
    border-top:5px solid #429AB2 !important;
}

.btnSelectDashboardSourceYellow {
    border-top:5px solid #C98C43 !important;
}

.btnSelectDashboardSourceGreen {
    border-top:5px solid #91B85B !important;
}

.btnSelectDashboardSourceNavBarBlue {
    border-top: 5px solid #384755  !important;
}