/* Typeahead Starts */

.typeahead {
	.twitter-typeahead{
		width:100%;
		.tt-menu{
			width: 100%;
		}
		.empty-message {
			padding: 5px 10px;
			text-align: center;
		}
		.rtl-typeahead{
			.tt-menu {
				text-align: right;
			}
		}
		.league-name {
			margin: 0 10px 5px 10px;
			padding: 7px 5px 10px;
			border-bottom: 1px solid #ccc;
		}
	}
	.scrollable-dropdown{
		.twitter-typeahead{
			.tt-menu {
				max-height: 150px;
				overflow-y: auto;
			}
		}
	}
}

/* Typeahead Ends */

/* MaxLength Starts */

.bootstrap-maxlength{
	margin-top: 0.5rem;
}

/* MaxLength Ends */