.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}
.theme-showcase > p > .btn {
  margin: 5px 0;
}
.theme-showcase .navbar .container {
  width: auto;
}
.search-box .search-query {
	padding-right: 3px;
	padding-right: 4px \9;
	padding-left: 3px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	/*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
	border-radius:0px;
	background: transparent;
    border: 2px solid #555555;
	color:#ffd24f;
}
.search-box button {
	border: 0;
	background: none;
	/** belows styles are working good */
	padding: 2px 5px;
	/*margin-top: 2px;*/
	position: relative;
	/*left: -28px;*/
	/* IE7-8 doesn't have border-radius, so don't indent the padding */
	margin-bottom: 0;
	color:#8e8e8e;
	box-shadow: none;
}
.search-box button:hover {
	background: none;
	color:#FFFFFF;
}
.search-query:focus + button {
	z-index: 3;   
}
.btn1 { background:#021645;}
.btn2 { background:#c90006;}
.btn3 { background:#363156;}
.btn4 { background:#c82932;}
.btn5 { background:#811f2e;}
.btn6 { background:#772124;}
.btn7 { background:#ffd24f;}
.btn8 { background:#ff0000;}
.btn9 { background:#ec593e;}
.btn10 { background:#2655a3;}
.btn11 { background:#e9af10;}
.btn12 { background:#9e163a;}
.btn13 { background:#faa33c;}