﻿.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;
    }

.searchicon {
    color: #ddd;
    cursor: pointer;
}

    .searchicon:hover {
        color: #888;
    }

.searchbox {
    z-index: 1;
    width: calc(100% - 55px);
    display: inline-block;
    margin-top: -5px;
    height: 20px;
}

    .searchbox i {
        padding: 5px;
        cursor: pointer;
    }

    .searchbox input {
        height: 30px;
        display: inline-block;
        width: calc(100% - 55px);
        border-width: 0 0 2px 0;
        border-color: #e2e2e2;
        outline: 0;
        box-shadow: none;
        background-color: rgba(255,255,255,0.5);
    }

        .searchbox input:focus {
            border-color: #4477aa;
            box-shadow: 0 0 0;
        }

.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;
    overflow: auto;
}

    .dashboard.viewmodus {
        /* overflow: hidden;*/
        background-image: none;
        /*background-color: #eee;*/
    }

.gridpanel {
    border: 1px solid transparent;
    background-color: transparent;
}

.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 {
    line-height: 14px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #888;
    height: 31px;
    margin: 0 2px;
    /*float: left;*/
    /*border: 1px solid #ccc;*/
    background-color: #e1e1e1;
    padding: 0px 30px 0px 10px;
    font-size: 11px;
    /*border-radius: 2px;*/
}

    .filter-tile * {
        display: inline !important;
    }

    .filter-tile i {
        position: absolute;
        top: 0px;
        padding: 10px 10px;
        cursor: pointer;
    }

        .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: 37px;
    border-top: 1px ridge #eee;
    font-size: 12px;
    border-right: 0;
    border-bottom: 2px ridge #bbb;
    font-weight: normal;
}

.google-visualization-table-sortind {
    color: #ccc;
    padding-left: 0;
    position: absolute;
    left: calc(50% - 4px);
    top: -4px;
}

.google-visualization-table-table .totaalheader {
    font-variant: normal;
    font-weight: bold;
    border: 1px solid #eee;
    border-width: 1px 1px 0 0;
    margin: -2px -.35em;
    padding: 4px;
}

.google-visualization-table-table .columnheader {
    margin: 7px 0;
}

.google-visualization-tooltip {
    pointer-events: none;
}


.google-visualization-table-div-page [role="button"] {
    background-color: white;
    background: none;
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
}

.goog-custom-button-collapse-left, .goog-custom-button-collapse-left .goog-custom-button-outer-box {
    margin-left: 5px !important;
    background-color: white;
    border-width: 0px;
}

.google-visualization-table-div-page [role="button"] .goog-custom-button-inner-box {
    padding: 8px 12px !important;
    border: 1px solid #ddd;
    color: #333;
    background-color: #fff;
}

.goog-custom-button-outer-box {
    border-width: 0px 0 !important;
}

.goog-custom-button-disabled div.goog-custom-button-outer-box, .goog-custom-button-disabled div.goog-custom-button-inner-box {
    color: #888 !important;
    border-color: #ddd !important;
}

.google-visualization-table-page-prev:before {
    content: "<" !important;
}

.google-visualization-table-page-next:before {
    content: ">" !important;
}

/* style voor historie */

.history_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    z-index: 9999;
}

.lastrefresh {
    padding: 9px 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10000;
    line-height: 20px;
}

.history_button {
    cursor: pointer;
}

    .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%;
}


.chartselect {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .chartselect .chartdialog {
        border: 1px solid #aaa;
        background-color: white;
        margin: 5px 0px;
        z-index: 9999;
        display: inline-grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(10, auto);
        box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
        border-radius: 8px;
    }

.charttype {
    padding: 5px 40px 5px 10px;
    background-size: 20px 20px;
    display: flex;
    align-items: center;
}

    .charttype:hover {
        background-color: #4e5771;
        color: white;
    }

.charticon {
    display: inline-block;
    margin: 3px 10px 3px 3px;
    background: url(types.png) no-repeat;
    background-size: 30px;
    height: 20px;
    width: 30px;
}
/* Tabs */
.dashboardtabs {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.tabheader {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: #fff;
    z-index: 1049;
}

    .tabheader .logo {
        height: 40px;
        line-height: 40px;
        padding: 0 10px 0 5px;
        position: relative;
        background-color: #466693;
        flex-shrink: 0;
    }

    .tabheader .tab {
        border-top-right-radius: 0px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        padding: 0 30px 0 10px;
        position: relative;
        color: rgba(0,0,0,.7);
        text-transform: uppercase;
        margin: 4px 10px;
        width: 400px;
    }

        .tabheader .tab .titel {
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 25px;
        }

        .tabheader .tab:after {
            content: " ";
            display: block;
            width: 1px;
            height: 20px;
            background-color: #ccc;
            position: absolute;
            top: 5px;
            right: -10px;
        }

        .tabheader .tab .closebutton {
            position: absolute;
            right: 0;
            top: 0;
            width: 20px;
            height: 100%;
            color: rgba(0,0,0,.2);
            font-size: 14px;
            text-align: center;
        }

        .tabheader .tab.active {
            color: #000;
            border-bottom: 2px solid #466693;
        }

            .tabheader .tab.active .closebutton {
                color: rgba(0,0,0,.3);
            }


        .tabheader .tab.beforeactive {
            /* border-right: 1px solid transparent; */
        }

    .tabheader .addbutton {
        color: rgba(0,0,0,.2);
        font-size: 14px;
        height: 35px;
        padding: 0px 15px;
        display: flex;
        align-items: center;
        cursor: pointer;
        position: absolute;
        right: 100px;
    }

.tabcontainer {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #f5f5f5;
}

/* bewerkpanel dialog */
.bewerkpanel .ui-resizable-handle.ui-resizable-e, .bewerkpanel .ui-resizable-handle.ui-resizable-s {
    display: none !important;
}

.bewerkpanel .ui-resizable-handle.ui-resizable-se {
    z-index: 9999 !important;
    width: 12px;
    height: 12px;
    bottom: 0;
    right: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #ccc;
    border-radius: 0;
}

/* dashboard loader */
.dashboard_loader {
    box-sizing: border-box;
    height: 35px;
    left: 50%;
    position: absolute;
    top: calc(50% + 15px);
    transform: translateX(-50%) translateY(-50%);
    width: 35px;
}

    .dashboard_loader span {
        animation: load 4s ease-in-out infinite;
        background: #fff;
        display: block;
        height: 23%;
        opacity: 0;
        position: absolute;
        width: 23%;
    }

    .dashboard_loader.celloader span {
        background: rgba(0,0,0,.05);
    }

    .dashboard_loader span.block-1 {
        animation-delay: 0.92s;
        left: 0;
        top: 0;
    }

    .dashboard_loader span.block-2 {
        animation-delay: 0.84s;
        left: 25%;
        top: 0;
    }

    .dashboard_loader span.block-3 {
        animation-delay: 0.76s;
        left: 50%;
        top: 0;
    }

    .dashboard_loader span.block-4 {
        animation-delay: 0.68s;
        left: 75%;
        top: 0;
    }

    .dashboard_loader span.block-5 {
        animation-delay: 0.6s;
        left: 0;
        top: 25%;
    }

    .dashboard_loader span.block-6 {
        animation-delay: 0.52s;
        left: 25%;
        top: 25%;
    }

    .dashboard_loader span.block-7 {
        animation-delay: 0.44s;
        left: 50%;
        top: 25%;
    }

    .dashboard_loader span.block-8 {
        animation-delay: 0.36s;
        left: 75%;
        top: 25%;
    }

    .dashboard_loader span.block-9 {
        animation-delay: 0.28s;
        left: 0px;
        top: 50%;
    }

    .dashboard_loader span.block-10 {
        animation-delay: 0.2s;
        left: 25%;
        top: 50%;
    }

    .dashboard_loader span.block-11 {
        animation-delay: 0.12s;
        left: 50%;
        top: 50%;
    }

    .dashboard_loader span.block-12 {
        animation-delay: 0.04s;
        left: 75%;
        top: 50%;
    }

    .dashboard_loader span.block-13 {
        animation-delay: -0.04s;
        left: 0px;
        top: 75%;
    }

    .dashboard_loader span.block-14 {
        animation-delay: -0.12s;
        left: 25%;
        top: 75%;
    }

    .dashboard_loader span.block-15 {
        animation-delay: -0.2s;
        left: 50%;
        top: 75%;
    }

    .dashboard_loader span.block-16 {
        animation-delay: -0.28s;
        left: 75%;
        top: 75%;
    }

@keyframes load {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    15% {
        opacity: 0;
        transform: translateY(-100px);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    70% {
        opacity: 1;
        transform: translateY(0);
    }

    85% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 0;
        transform: translateY(100px);
    }
}

vct-dashboard-tab .alert-dismissable, vct-dashboard-tab .alert-dismissible {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 39px;
    padding: 0px 15px;
    width: 100%;
    border: 0;
    border-radius: 0;
    vertical-align: middle;
    line-height: 39px;
}

    vct-dashboard-tab .alert-dismissable.alert-success, vct-dashboard-tab .alert-dismissible.alert-success {
        background-color: #f6fef2;
    }

    vct-dashboard-tab .alert-dismissable .close, vct-dashboard-tab .alert-dismissible .close {
        display: none;
    }

vct-dashboard-tab .panel-group .panel {
    border-color: #ddd;
}

vct-dashboard-tab .panel-group .panel-heading {
    border-bottom: 0;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.goog-tooltip {
    z-index: 1080;
}

/* VAST FILTER */
.opendialog .modal .modal-dialog {
    width: 1000px;
}

.opendialog table {
    width: 100%;
}

.opendialog th {
    padding: 5px;
}

.opendialog tr {
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

    .opendialog tr:first-child {
        border-bottom: 1px solid #ccc;
    }

    .opendialog tr.selected {
        background-color: #337ab7;
        color: white;
    }

.opendialog td {
    padding: 5px;
    vertical-align: top;
}

.opendialog .tablecontainer {
    height: 400px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}

.noselection::selection {
    background-color: transparent;
}

.linked_nh {
    cursor: pointer;
}

.linked {
    cursor: pointer;
    /*color: #0645ad;*/
    font-weight: bold;
}

    .linked:hover {
        text-decoration: underline;
    }

.alpopup {
    display: flex;
    position: absolute;
    width: 100px;
    height: 30px;
    background-color: #fff;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,.2);
    align-items: center;
    justify-content: center;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    transition: visibility 0s, opacity 0.2s linear, margin 0.2s ease;
}

    .alpopup.showpopup {
        visibility: visible;
        opacity: 1;
        margin-top: 0px;
    }

    .alpopup span:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.filterbar {
    display: flex;
    width: calc(100% - 320px);
    padding: 4px;
}

.filter-tile span {
    cursor: default;
}

.vastfilter {
    height: 31px;
    margin: 0 2px;
    background-color: #e1e1e1;
    padding: 0px 30px 0px 10px;
    font-size: 11px;
    line-height: 14px;
    /*float: left;*/
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #888;
    cursor: pointer;
    min-width: 0;
}

    .vastfilter i {
        position: absolute;
        top: 0px;
        padding: 10px 10px;
    }

    .vastfilter.edit .filterpopup:after {
        content: '';
        position: absolute;
        background: white;
        height: 10px;
        width: 100%;
        left: 0;
        top: -5px;
        z-index: 10001;
    }

    .vastfilter.edit {
        background-color: white;
        box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    }

    .vastfilter .google-visualization-table-table {
        margin-bottom: 10px;
    }

        .vastfilter .google-visualization-table-table thead {
            display: none;
        }

    .vastfilter td.google-visualization-table-td {
        color: black;
        font-weight: normal;
        line-height: 22px;
        font-size: 12px;
        border: 0;
    }

        .vastfilter td.google-visualization-table-td input[type = "checkbox"] {
            position: relative;
            top: 2px;
            width: 15px;
            height: 15px;
        }

    .vastfilter .google-visualization-table-tr-sel {
        background-color: transparent;
    }

    .vastfilter .google-visualization-table-div-page.gradient {
        background: transparent;
    }

    .vastfilter .searchbox {
        width: unset;
        position: absolute;
        left: 15px;
        top: 5px;
        right: 5px;
    }

    .vastfilter .form-control {
        margin-bottom: 5px;
    }

.searchitems {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

    .searchitems span {
        color: #000;
    }

.filterpopup {
    position: absolute;
    background-color: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,.3);
    z-index: 10000;
    border: 0;
    top: 36px;
    left: 0;
    padding: 0px 10px 10px 10px;
}

    .filterpopup buttonbar {
        display: block;
    }

        .filterpopup buttonbar .btn {
            margin-left: 5px;
        }

            .filterpopup buttonbar .btn:first-child {
                margin-left: 0px;
            }

button.applyBtn.btn.btn-primary, button.cancelBtn.btn.btn-default {
    border: 1px solid transparent;
    background-color: #efefef;
    padding: 6px 12px;
    font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #888;
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 50%;
    border-radius: 0;
    border-color: #ccc;
    padding: 5px;
    font-weight: normal;
}

.daterangepicker select.yearselect {
    width: 50%;
    border-radius: 0;
    border-color: #ccc;
    padding: 5px;
    font-weight: normal;
}

div[daterange], div[daterange] * {
    display: inline-block;
}

    div[daterange] i {
        padding: 0;
        position: absolute;
        right: 7px;
        top: 7px;
    }

.tabheader .tab:last-child:after {
    background-color: transparent;
}

.google-visualization-table-table td {
    white-space: pre;
}


/* FLOORPLAN */
.floorplan .popup {
    position: absolute;
    top: 15px;
    right: 15px;
    max-height: calc(100% - 10px);
    width: auto;
    max-width: 70%;
    background-color: #fff;
    box-shadow: 5px 5px 40px 0px rgba(0,0,0,.1);
    padding: 25px;
    line-height: 24px;
    overflow: hidden;
}

.floorplan .closebutton {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: #f8f8f8;
    line-height: 20px;
    text-align: center;
    border: 0px;
    font-weight: bold;
    font-size: 8px;
    font-family: cursive;
    color: #888;
}

    .floorplan .closebutton:hover {
        background-color: #ddd;
    }

.floorplan .popup .link span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.markerpos {
    display: flex;
    flex-direction: row;
    align-content: space-around;
    justify-content: space-around;
    width: 90px;
    flex-wrap: wrap;
    margin: 0 auto;
}


    .markerpos div:before {
        content: '';
        background: url(https://static.thenounproject.com/png/4302-200.png);
        background-position: center;
        background-size: 25px 25px;
        position: absolute;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
    }

    .markerpos div.upleft:before {
        transform: rotate(135deg);
    }

    .markerpos div.up:before {
        transform: rotate(180deg);
    }

    .markerpos div.upright:before {
        transform: rotate(-135deg);
    }

    .markerpos div.left:before {
        transform: rotate(90deg);
    }

    .markerpos div.center:before {
        background-image: url(https://static.thenounproject.com/png/658943-200.png);
        background-size: 18px 18px;
    }

    .markerpos div.right:before {
        transform: rotate(-90deg);
    }

    .markerpos div.downleft:before {
        transform: rotate(45deg);
    }

    .markerpos div.down:before {
        transform: rotate(0deg);
    }

    .markerpos div.downright:before {
        transform: rotate(-45deg);
    }

    .markerpos div {
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        border: 1px solid #eee;
        position: relative;
    }

.floorplan .planlist {
    position: absolute;
    display: flex;
    flex-flow: row;
    margin: 5px;
}

.floorplan .planitem {
    box-shadow: -1px 1px 4px 1px rgb(0 0 0 / 10%);
    border: 0;
    background-color: white;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    cursor: pointer;
}

    .floorplan .planitem.active {
        background-color: #f3f3f3;
    }

h7 {
    width: 100%;
    color: #888;
    background-color: #ddd;
    display: block;
    padding: 2px 5px;
    margin-bottom: 3px;
}

/* TABS */
.dashboardtabs .buttonbar {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 15px;
    padding: 5px;
    background-color: rgba(70, 102, 147, 0.75);
    color: rgba(255, 255, 255, 1);
}

    .dashboardtabs .buttonbar .iconbtn {
        padding: 10px;
        width: 35px;
        cursor: pointer;
    }

        .dashboardtabs .buttonbar .iconbtn.fa-stack {
            padding: 0;
            height: 35px;
            line-height: 35px;
        }

.dashboardtabs .fa-icontext {
    color: white;
    top: 20px;
    left: 17px;
    font-size: 11px;
    background-color: #748cae;
    width: 12px;
    height: 8px;
    line-height: 6px;
    position: absolute;
    text-align: center;
}

.dashboardtabs .addtabbtn {
    margin: 0;
    line-height: 25px;
    padding: 4px 20px;
    color: rgba(0,0,0,.3);
    font-size: 28px;
    cursor: pointer;
}

input[type="checkbox"].nieuwetabcheck {
    -webkit-appearance: none;
    border: 2px solid #ccc;
    width: 17px;
    height: 17px;
    line-height: 17px;
    margin: 5px;
    position: relative;
}

    input[type="checkbox"].nieuwetabcheck:checked {
        background-color: #466693;
        border: 0px;
    }

        input[type="checkbox"].nieuwetabcheck:checked:after {
            content: '\1F7AA';
            color: #ffffff;
            display: block;
            text-align: center;
            font-family: sans-serif;
            position: absolute;
            top: 1px;
            left: 2px;
            line-height: 16px;
        }



.tablesearch.searchbox {
    display: block;
    width: auto;
    min-width: 80px;
    /*height: 34px;*/
    border: 0 solid #eee;
    /*border-width: 0 1px 0 0;*/
    margin: 0;
    position: relative;
    height: 0;
}

    .tablesearch.searchbox fieldset {
        display: flex;
        justify-content: space-between;
        border: 2px solid white;
        background-color: white;
        position: absolute;
        top: -30px;
        left: -4px;
        right: -4px;
    }

        .tablesearch.searchbox fieldset input {
            border: 0;
            width: 100%;
            background-color: rgba(0,0,0,.03);
            height: 28px;
            border-radius: 4px;
            padding-right: 24px;
        }


    .tablesearch.searchbox i {
        display: flex;
        align-items: center;
        width: 28px;
        height: 28px;
        justify-content: center;
        background-color: transparent; /*rgba(0,0,0,.07)*/
        margin-left: 2px;
        position: absolute;
        right: 0;
    }
    .tablesearch.searchbox i:hover {
        background-color: transparent; /*rgba(0,0,0,.09)*/

    }

.dashboard:after {
    content: '';
    position: absolute;
    pointer-events: none;
    border: 1px solid #b7b7b7;
    width: 1920px;
    height: 1080px;
    top: 0;
    left: 0;
    border-style: dashed;
}
.dashboard.viewmodus:after {
    display: none;
}

.query_tabheader {
    display: flex;
}

.query_tabheader_tab {
    border: 1px solid #bbb;
    padding: 5px 10px;
    margin-right: 5px;
    background-color: #efefef;
    cursor: pointer;
    text-align: center;
}

    .query_tabheader_tab.selected {
        background-color: white;
        border-bottom: 0;
        z-index: 1;
    }

.update_panel {
    display: flex;
    height: 100%;
}

.update_keys {
    width: 350px;
}

.update_query {
    width: calc(100% - 350px);
}

.update_keys_scroll {
    overflow-y: auto;
    height: calc(100% - 25px);
}

/*.update_key label {
    position: relative;
    top: 8px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/

.update_key select {
    height: 26px;
    width: 150px;
}

.update_key i.fa.fa-trash-o {
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;
    line-height: 25px;
    background-color: #eee;
    margin: 0 2px;
}

.update_key {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .update_key input {
        width: 170px;
    }