@CHARSET "UTF-8";

 /* Dropdown Button */
.clickbtn {
    /*background-color: #4CAF50;
    color: white;*/
    /*padding: 16px;
    font-size: 16px; */
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.clickbtn:hover, .clickbtn:focus {
    background-color: #3e8e41;
    background-color:  #e28c05  ;
    color:white;
}



/* The container <div> - needed to position the dropdown content */
/*.dropdown {*/
.clickable {
	position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
/*.dropdown-content {*/
.dropdcontainer {
	 z-index:99;
	max-height:300px;
	overflow-y:scroll;
	display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 460px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
    padding:3px;
    border:1px solid   #e28c05 ;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdcontainer a:hover {background-color: #f1f1f1;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.dpdnoption:hover{    background-color:  #e28c05  ;
    color:white;
cursor:pointer;}