
.dropdown-menu{
	/* cursor: pointer; */
	position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0,0,0,.15);
border-radius: 2px;
		border-bottom-right-radius: 2px;
		border-bottom-left-radius: 2px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
.dropdown .dropdown-menu::after, .dropdown .dropdown-menu::before, .dropup .dropdown-menu::after, .dropup .dropdown-menu::before {

    content: none !important;

}

.dropdown .dropdown-menu-link, .dropdown .dropdown-menu > li > a, .dropup .dropdown-menu-link, .dropup .dropdown-menu > li > a {

    color: #505763;
    padding: 5px 12px;

}
.dropdown-menu-link, .dropdown-menu > li > a {

    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.43;
    color: #505763;
    white-space: nowrap;

}

a {

    text-decoration: none;

}

a {

    background-color: transparent;

}
.dropdown-menu a:hover{
	background-color: gray;
}

.input-append .btn.dropdown-toggle {
    float: none;
}
.span2{
	background-color: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #fff;
	width: 100%;
	color: #fff;

}

.btn-group{
	width: 100%;
	margin-top: 35px;
	margin-bottom: 100px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
}

.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.span3{
	margin-top: 0px;
	width: 100%;
	margin-bottom: 0px;
}

.span21{
	background-color: transparent;
	border-right: none;
	border-left: none;
	border-top: none;
	border-bottom: 1px solid #d2d2d2;
	/*background-image: linear-gradient(#2e7d32,#2e7d32),linear-gradient(#d2d2d2,#d2d2d2);*/
	width: 100%;
	color: #000;

}
