@charset "utf-8";
/* CSS Document */
/* YOUR CUSTOM STYLES */
.mdb-skin .dropdown-content li:not(.disabled) span {
color: black;
}
ul#search_results>li {
	padding: 0;
}
ul#search_results>li>a {
	width: 100%;
	padding: .5rem;
	display: inline-block;
}
ul#search_results>li:hover {
	background-color: #669933
}
#search_results li {
cursor: pointer;
padding-top: 2px;
padding-bottom: 2px;
border-bottom: 1px solid #737373;
color: black;
font-weight: bold;
}
#search_display{
display: none;
width: 80%;
}
#search_results li:hover {
background-color: green;
}

table.table td,
table.table th {
padding-top: 0;
padding-bottom: 0;
font-weight: normal;
}

/********************************* Small devices (landscape phones, 576px and up)*************************/
@media (min-width: 576px) {


}

/*********************************  Medium devices (tablets, 768px and up)************************/
@media (min-width: 768px) {


}
/********************************* Large devices (desktops, 992px and up)************************/
@media (min-width: 992px) {


}

/********************************* Extra large devices (large desktops, 1200px and up***********************/
@media (min-width: 1200px) {
main {
margin-top: 1.5rem;
}	
}/* YOUR CUSTOM STYLES */



 #drop-zone {
    width: 80%;
    height: 80%;
    border: 2px dashed #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    text-align: center;
    transition: background 0.3s;
}

#drop-zone.dragover {
    background: #e0e0e0;
    border-color: #999;
}
