﻿.fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

button {
    line-height: 20px;
    height: 30px;
    border: 0px;
    overflow: inherit !important;
}

.hideerrors div[id^=google-visualization-errors] {
    display: none;
}

.exporticon {
    color: #ddd;
    cursor: pointer;
}

.exporticon:hover {
    color: #348a0e;
}

.dashboard {
    background-color: #fff;
    background-size: 60px 60px, 60px 60px, 20px 20px, 20px 20px;
    background-image: linear-gradient(rgba(0, 0, 255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 255,.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 0, 255,.02) 1px, transparent 1px);
    background-position: 2px 2px;
}

.gridpanel {
    border: 1px solid #eee;
    background-color: #fff;
}

.btn-delete {
    height: 23px;
    line-height: 5px;
    float: right;
    margin-top: -5px;
}

h6 {
    border-bottom: 1px solid #4e5771;
}

.panel-title {
    font-size: 13px;
    font-weight: normal;
}

.filter-bar {
    height: 40px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
}

.filter-tile {
    height: 31px;
    margin: 4px;
    float: left;
    /*border: 1px solid #ccc;*/
    background-color: #e1e1e1;
    padding: 0px 25px;
    line-height: 29px;
    font-size: 11pt;
    /*border-radius: 2px;*/
}

.filter-button {
    color: white;
    background-color: #3cb371;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11pt;
    padding: 3px;
    position: absolute;
    top: 7px;
    z-index: 1;
    width: 25px;
    text-align: center;
}


.maximize-button {
    color: #ddd;
    right: 5px;
    cursor: pointer;
    font-size: 11pt;
    padding: 3px;
    position: absolute;
    top: 7px;
    z-index: 1;
    width: 25px;
    text-align: center;
}

    .maximize-button:hover {
        color: #888;
    }

a:hover, a:visited, a:focus {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}


.subaccordion .panel-group { margin: -15px;margin-top: 0; }
.subaccordion .panel { border: 0; }
.subaccordion .panel-heading { background-color: /*linear-gradient(#fff, */#f5f5f5/*)*/;border-top: 0px solid #ddd; }

