﻿body,
.wrapper > section {
    background-color: #FFF;
    margin: 0 !important;
    font-size:16px;
}

div.chart-title {
    background-color: #1859a9;
    color: #fff;
    font-weight: bold;
}

div.chart-canvas-wrapper {
    position: absolute;
    top: 30px;
    left: 5px;
    right: 5px;
    bottom: 0;
}

div.widget-title {
    background-color: #1859a9;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}

.grid-stack {
    /*background: #FFF;*/
}

.grid-stack-item-content {
    /*color: #2c3e50;*/
    text-align: center;
    background-color: #FFF;
}

div.move-delete-container {
    top: 0;
    right: 35px;
    position: absolute;
    color: #1f92cf;
    background-color: rgba(255,255,255,0.7);
    display:none;
}

a.gridstack-delete-btn {
    color: #1f92cf;
}

/*a.gridstack-delete-btn-title, a.gridstack-delete-btn-chart {
    top: 0;
    right: 18px;
    position: absolute;
    color: #fff;
}

a.gridstack-delete-btn-title{
    top:3px;
    right:35px;
}*/
div.gridstack-move-handle {
    cursor: move;
    float: right;
}

table.chart-icons-table td {
    border-top: 0px !important;
}

table.chart-icons-table tr.chart-icons-row {
    color: #155097;
}

table.chart-icons-table td {
    width:10%;
}