.text-black {
    color: #242424;
}
.text-dark-grey {
    color: #393939;
}

input {
    border: 1px solid #C3C5CB;
    padding: 2px 4px;
}

input[type=checkbox].large-checkbox {
    --scale: 1.4;
    -ms-transform: scale(var(--scale)); /* IE */
    -moz-transform: scale(var(--scale)); /* FF */
    -webkit-transform: scale(var(--scale)); /* Safari and Chrome */
    -o-transform: scale(var(--scale)); /* Opera */
    transform: scale(var(--scale));
    padding: 10px;
    border: 1px solid #0f6848;
}





/* Drag zone courriers */
#dropZone {
    width: 100%;
    border: 2px dashed var(--dark);
    border-radius: var(--border-radius-md);
    padding: 20px;
	cursor: pointer;
}

#dropZoneInner {
    height: 150px;
    padding-right: 20px;
    position: relative;
	overflow: hidden;
	overflow-y: scroll;
}

#dropZonePlaceholder {
    height: 150px;
}

.file-el:hover,
#courriers-filesList TR:hover  {
    background-color: #eee;
}

#courriers-filesList {
	height: 300px;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid var(--dark);
	overflow: hidden;
	overflow-y: scroll;
}

#courriers-filesList A:hover,
#courriers-filesList A:visited,
#courriers-filesList A {
    color: #858796;
}
