

/* theia/Dashboard.css */

.dashboard-apply-filter {
}
.dashboard-manage-filter {

}

.dashboard-search-small {
    background: url(/image/theia/search_16.png) center no-repeat;
}
.dashboard-search-medium {
    background: url(/image/theia/search_20.png) center no-repeat;
}
.dashboard-search-large {
    background: url(/image/theia/search_24.png) center no-repeat;
}


.dashboard-refresh-small {
    background: url(/image/theia/refresh_blue_16.png) center no-repeat;
}
.dashboard-refresh-medium {
    background: url(/image/theia/refresh_blue_20.png) center no-repeat;
}
.dashboard-refresh-large {
    background: url(/image/theia/refresh_blue_24.png) center no-repeat;
}


.dashboard-download-small {
    background: url(/image/theia/arrow_down_16.png) center no-repeat;
}
.dashboard-download-medium {
    background: url(/image/theia/arrow_down_20.png) center no-repeat;
}
.dashboard-download-large {
    background: url(/image/theia/arrow_down_24.png) center no-repeat;
}

.dashboard-new-browser-small {
    background: url(/image/theia/arrow_top_right_16.png) center no-repeat;
}
.dashboard-new-browser-medium {
    background: url(/image/theia/arrow_top_right_20.png) center no-repeat;
}
.dashboard-new-browser-large {
    background: url(/image/theia/arrow_top_right_24.png) center no-repeat;
}

.dashboard-status-small-green {
    background: url(/image/theia/status_green_16.png) center no-repeat;
}
.dashboard-status-medium-green {
    background: url(/image/theia/status_green_20.png) center no-repeat;
}
.dashboard-status-large-green {
    background: url(/image/theia/status_green_24.png) center no-repeat;
}


.dashboard-status-small-yellow {
    background: url(/image/theia/status_yellow_16.png) center no-repeat;
}
.dashboard-status-medium-yellow {
    background: url(/image/theia/status_yellow_20.png) center no-repeat;
}
.dashboard-status-large-yellow {
    background: url(/image/theia/status_yellow_24.png) center no-repeat;
}


.dashboard-status-small-red {
    background: url(/image/theia/status_red_16.png) center no-repeat;
}
.dashboard-status-medium-red {
    background: url(/image/theia/status_red_20.png) center no-repeat;
}
.dashboard-status-large-red {
    background: url(/image/theia/status_red_24.png) center no-repeat;
}


.dashboard-menu-grid-small {
    background: url(/image/theia/menu_grid_16.png) center no-repeat;
}
.dashboard-menu-grid-medium {
    background: url(/image/theia/menu_grid_20.png) center no-repeat;
}
.dashboard-menu-grid-large {
    background: url(/image/theia/menu_grid_24.png) center no-repeat;
}

.dashboard-menu-stack-small {
    background: url(/image/theia/menu_stack_16.png) center no-repeat;
}
.dashboard-menu-stack-medium {
    background: url(/image/theia/menu_stack_20.png) center no-repeat;
}
.dashboard-menu-stack-large {
    background: url(/image/theia/menu_stack_24.png) center no-repeat;
}

.dashboard-menu-apps-small {
    background: url(/image/theia/menu_apps_16.png) center no-repeat;
}
.dashboard-menu-apps-medium {
    background: url(/image/theia/menu_apps_20.png) center no-repeat;
}
.dashboard-menu-apps-large {
    background: url(/image/theia/menu_apps_24.png) center no-repeat;
}


.dashboard-minus-small {
    background: url(/image/theia/minus_16.png) center no-repeat;
}

.dashboard-plus-small {
    background: url(/image/theia/plus_16.png) center no-repeat;
}

.dashboard-cross {
    background: url(/image/famfam/cross.png) center no-repeat;
}

.dashboard-save {

}

.dashboard-upload {

}

.items-editor-error {

}


.x-dashboard-section {
    -webkit-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    -moz-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
}

.x-dashboard {
    background-color: transparent;
}

.x-dashboard-body {
    background-color: #f6f4f1 !important;
}

.x-dashboard-root-section {
    box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    -webkit-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    -moz-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    margin: 10px;
}

.x-dashboard .x-dashboard-toolbar {
    border-width: 0px !important;
    box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    -webkit-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    -moz-box-shadow: 1px 1px 4px 1px rgba(212, 212, 212, 0.49);
    color: #3d474b;
    border-top: 1px solid #e9e9e9 !important;
    border-bottom: 1px solid #e9e9e9 !important;
}

.x-dashboard .x-toolbar-default-docked-top {
    padding: 9px 10px 9px 10px;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.x-dashboard .x-dashboard-toolbar .x-toolbar-item {
    font-size: 18px !important;
    font-weight: 500;
}
