﻿.widget {
    width: 100%;
}

.widget .item {
    display: flex;
}

.widget .item>div {
    min-width: 85px;
    text-align: left;
}

.widget .item>div:last-child {
    flex-grow: 1;
    text-align:  right;
    margin-right: 0;
}

.widget.text-widget .card-content {
    text-align: center;
    font-weight: bold;
}

.placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
}

.sortable >.col.edit-mode {
    min-height: 75px;
    padding-bottom: 150px;
}

.widget .card-title .action {
    float: right;
    cursor: pointer;
}

.widget img {
    max-width: 95%;
    max-height: 95%;
}

.widget .card-title select {
    height: 30px;
    font-size: medium;
    border: 1px solid #a9a9a9;
}

.widget .card-title .item {
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget canvas {
    width: 100%;
    height: auto;
}

.widget .chart-legend ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.widget .chart-legend li {
    display: inline-block;
    margin-right: 5px;
}

.widget .chart-legend li .legend-color {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
    vertical-align: middle;
    border: dotted 1px #808080;
}

.widget .loader {
    position: relative;
}

.widget .loader > .throbber {
    display: block;
    position: absolute;
    top: 25px;
    width: 75px;
    height: 75px;
    left: 50%;
    margin-left: -37px;
}
