﻿.table-image-dummy {
    background-image: url(https://www.spotteron.net/css/spotteron/images/backend/icons_256px_camplaceholder.png);
    background-position: center center;
    background-size: 36px 36px;
    background-color: #ddd;
    background-repeat: no-repeat;
}

.h2, h2 {
    font-size: 25px;
}
.btn-default {
    color: #333;
    border-color: #ccc;
}
.btn.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.filters {
    margin-bottom: 10px;
	margin-top: 30px;
}

.form-control {
    font-size: 12px;
}
.multiselect-container.dropdown-menu {
    width: 100%;
    background-color: #efecdb;
}
.filters select {
    width: 175px !important;
}