.dsl-panel {
    height: 300px;
    width: calc(50% - 5px);
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #dce3e6;
    border-radius: 4px;
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.dsl-panel.left-panel {
	margin-right: 6px;
}

.dsl-panel::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 6px;
	background-color: #F5F5F5;
}

.dsl-panel::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.dsl-panel::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #C5C5C5;
}

.dsl-filter {
    width: calc(50%);
    float: left;
    margin-bottom: 3px;
}

.dsl-filter-input {
    font-size: 1em;
    width: calc(75% - 1px);
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.15);
    color: #495057 !important;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    padding: 0.5rem 0.75rem;
    font-weight: 500 !important;
    font-style: inherit!important;
    margin-top: 8px;
    margin-bottom: 2px;
}

#filtre-popup .fa {
    font-size: 1em;
}

#filtre-popup button.btn.btn-default {
    width: calc(25% - 5px);
    border-radius: 0;
    padding: 0.5rem 0.75rem;
    font-size: 1em;
    margin-bottom: 2px;
}

.dsl-panel-item {
    font-size: 1em;
    width: calc(100%) !important;
    padding: 14px;
    cursor: pointer;
    max-width: 290px;
}

.dsl-panel-item:hover {
	font-weight: 500;
    background-color: #e0f0f7;
}

.dsl-panel-item-null {
	font-size: 1em;
	width: calc(100%);
	margin: 3px;
	padding: 5px;
	background-color: white;
	cursor: pointer;
	border: 3px dashed lightgray;
	display: none;

	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}

