/* vfdropdown Button */
.vfshow .vfdropdown-content {
display: block;
}

.vfshow img {
box-shadow: -1px -1px 1px 1px black !important;
background-color: rgba(0, 0, 0, .2) !important;
}

/* The container <div> - needed to position the vfdropdown content */
.vfdropdown {
position: relative;
display: inline-block;
}

/* vfdropdown Content (Hidden by Default) */
.vfdropdown-content {
display: none;
background-color: #f1f1f1;
box-shadow: 3px 8px 16px 0px rgba(0,0,0,0.5);
z-index: 1100;
border: 1px solid #ccc;
position: absolute;
max-height: 140px;
min-width: 156px;
overflow-x: hidden;
overflow-y: auto;
}

/* Links inside the vfdropdown */
.vfdropdown-content span {
color: black;
padding: 3px;
text-decoration: none;
display: block;
cursor: pointer;
text-align: left;
background-image: url(/AppStyles/Image/seperator.png);
background-repeat: no-repeat;
background-position: center bottom;
background-size: 100% 1px;
white-space: nowrap;
font-size: 0.89em;
font-weight: normal;
}

.vfdropdown-content span:last-child {
background: none;
}

/* Change color of vfdropdown links on hover */
.vfdropdown-content span:hover {
background-color: #ddd
}

.vddlselected {
background-color: #7ac1ff;
}

.imagevfdropdown-content span {
line-height: 20px;
/*height: 30px;*/
background-position: left;
background-size: contain;
padding-left: 40px;
}


input[type='search' i] {
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, #EAECEB !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, -moz-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, #EAECEB), color-stop(100%, #fcfcfe)) !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, -webkit-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, -o-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, -ms-linear-gradient(top, #EAECEB 0%, #fcfcfe 100%) !important;
background: url(/AppStyles/Image/Other/search.png) right center / 28px 28px no-repeat, linear-gradient(to bottom, #EAECEB 0%, #fcfcfe 100%) !important;
}

/* vfdropdown Button END */
