﻿.fill {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.hideerrors div[id^=google-visualization-errors] {
    display: none;
}


/*
.fullscreen {
    z-index: 999999 !important;
    position: fixed !important;
    top: 40px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: #fff;
}
*/

.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(78, 87, 113,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(78, 87, 113,.05) 1px, transparent 1px), linear-gradient(rgba(78, 87, 113,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(78, 87, 113,.02) 1px, transparent 1px);
    background-position: 2px 2px;
}

    .dashboard.viewmodus {
        overflow: hidden;
        background-image: none;
        /*background-color: #eee;*/
    }

.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 30px 0px 10px;
    line-height: 29px;
    font-size: 11px;
    /*border-radius: 2px;*/
}

    .filter-tile * {
        display: inline !important;
    }

    .filter-tile i {
        position: absolute;
        top: 0px;
        padding: 10px 10px;
    }
    .filter-tile i:hover {
        background-color: #d5d5d5;
    }

.dashboard .filter-button {
    color: white;
    background-color: #3cb371;
    border-radius: 2px;
    cursor: pointer;
    font-size: 10px;
    padding: 3px;
    position: absolute;
    top: 4px;
    z-index: 1;
    width: 25px;
    text-align: center;
}


.maximize-button {
    color: #ddd;
    right: 5px;
    cursor: pointer;
    font-size: 11pt;
    padding: 3px;
    position: absolute;
    top: 2px;
    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: #fbfbfb;
    border-top: 1px solid #ddd;
    margin-top: 17px;
}

/* Default google chart TABLE style */
.dashboard .google-visualization-table-table {
    margin: 0 5px;
}

.dashboard .google-visualization-table-tr-head {
    background-color: white;
}

.dashboard .google-visualization-table .gradient {
    background: white;
    height: 30px;
    border-bottom: 2px ridge #eee;
    font-size: 12px;
    border-right: 0;
}


/* style voor historie */

.history_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 9999;
}

.history_button {
    cursor: pointer;
    padding: 9px 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
}

    .history_button:hover {
        background-color: #eee;
    }

    .history_button i {
        font-size: 17px;
        color: #888;
    }

.history_popup {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 10000;
}

    .history_popup ul {
        width: 250px;
        background-color: #ffffff;
        padding: 0;
        box-shadow: 0px 0px 15px 0px rgba(0,0,0,.1);
    }

    .history_popup li {
        width: 250px;
        cursor: pointer;
        line-height: 40px;
        list-style: none;
        color: #333;
        border-top: 1px solid #eee;
        padding: 0 20px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .history_popup li:hover {
            background-color: #f5f5f5;
        }

        .history_popup li.more {
            line-height: 20px;
            color: #333;
            border-bottom: 1px solid #eee;
            padding: 0 20px 5px 20px;
            text-align: center;
        }

td.google-visualization-table-td, svg text {
    font-size: 80%;
}

.bewerkpanel label {
    margin: 3px 0 0;
}

.bewerkpanel input[type=checkbox] {
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.editformule-modal .modal-dialog {
    width: 70%;
}