﻿
mq-data-widget { 
    width:auto;
    height:auto; 
    border:solid #aaa 1px;
    margin:5px;
    padding:10px;
    position:relative;
    display:inline-block;
    float:left;
    overflow:hidden;
}

.data-widget-container {

}

.dw-container{ height:100%; }

.dw-loading{
    position:absolute;
    top:10px;
    left:20px;
    width:100px;
    text-align:center;
    height:26px;
    line-height:26px;
    border:solid 1px #999;
    background:#fff;
    font-size:14px;
}
.dw-site-title{
    text-align:center;
    font-size:16px;
}
.dw-screen-info
{
    text-align:center;
    font-size:12px;
}
.dw-legend{
    text-align:center;
    font-size:11px;
}
.dw-item-name{
    /*text-align:center;
    font-size:14px;*/
}
.dw-content-container .dw-item-name-container{
    padding-top:20px;
    text-align:left;
    font-size:16px;
    border-bottom:solid 1px #999;
    margin-bottom:8px;
    padding-bottom:8px;
}
.dw-meta-container{
    height:18%;
}
.dw-data-container{
    height:82%;
}
[dw-widget-scope='item'] .dw-data-container
{
    width:50%;
    display:inline-block;
    float:left;
    height:80%;
}
.dw-content-container
{
    display:none;
}
[dw-widget-scope='item'] .dw-content-container
{
    width:48%;
    display:inline-block;
    float:right;
}
.dw-legend-color{
    display:inline-block;
    width:10px;
    height:10px;
    margin:0px 4px;
    /*outline:solid 1px #ccc;*/
    background:#999;
}
.legend-color--1{
    background:#c057a9;
}
.legend-color--2{
    background:#c8abdf;
}
.legend-color--3{
    background:#c8c8d6;
}
.legend-color--4{
    background:#7bc0e4;
}
.legend-color--5{
    background:#00bb00;
}

.dw-table {
    display:table;
    width:100%;
}
.dw-row {
    display:table-row;
    border-bottom:solid 1px #aaa;
}
.dw-col {
    display:table-cell;
    padding:0px 2px;
    border-bottom:solid 1px #aaa;
}
.dw-col--num {
    text-align:right;
}