.image_list{
    margin-top: 10px;
    width: 230px;
    margin-bottom: 15px;
    margin-right: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.dataTable tbody img{
	max-width: 300px;
	padding: 3px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.select2-container--default .select2-selection--single{
	height: 31px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	line-height: 31px !important;
}