#ccsa-search {
	display: inline-block;
	width: 100%;
	margin: 5px auto;
	position: relative;
}
.ccsa-search-icon {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.ccsa-search-icon .s-icon {
	position: absolute;
	z-index: 9;
	right: 0;
	height: 90px;
	width: 90px;
	background: #e3e3e3;
	vertical-align: middle;
	text-align: center;
	display: inline-block;
	cursor: pointer
}
.ccsa-search-icon .s-icon:hover img {
	opacity: .95
}
.ccsa-search-icon .s-icon img {
	width: 80%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
	margin-top: 6%;
	opacity: .7
}
.layout-small .ccsa-search-icon .s-icon {
	height: 35px;
	width: 35px
}
.layout-medium .ccsa-search-icon .s-icon {
	height: 60px;
	width: 60px
}
#ccsa-search input,
#ccsa-search span {
	width: 100%;
	font-family: inherit;
	color: #222;
	display: block!important;
	margin: 0 auto!important;
	padding: 0;
	box-sizing: border-box
}
#ccsa-search.layout-small input,
#ccsa-search.layout-small span,
.layout-small .ccsa-search-icon {
	max-width: 320px;
	font-size: 14px;
	height: 35px
}
#ccsa-search.layout-medium input,
#ccsa-search.layout-medium span,
.layout-medium .ccsa-search-icon {
	max-width: 675px;
	font-size: 18px;
	height: 60px
}
#ccsa-search.layout-large input,
#ccsa-search.layout-large span,
.layout-large .ccsa-search-icon {
	max-width: 875px;
	font-size: 24px;
	height: 90px
}
#ccsa-search input.tt-input {
	padding: 10px;
	border-radius: 2px
}
#ccsa-search input.tt-hint {
	display: block;
	width: 100%;
	padding: 10px;
	line-height: 1.428571429;
	color: #ccc;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
#ccsa-search .tt-menu {
	width: 100%;
	display: inline-block;
	min-width: 245px;
	margin-top: 5px;
	padding: 0;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .15)
}
#ccsa-search .tt-menu a {
	text-decoration: none
}
#ccsa-search .tt-dataset {
	box-sizing: border-box;
	display: inline-block;
	width: 100%
}

 #ccsa-search h6.league-name:after {
	content: "";
    width: 32px;
    height: 2px;
    background: #222;
    display: inline-block;
    margin-left: 5px;
    vertical-align: baseline;
} 
#ccsa-search h6.league-name {
	text-align: left;
	margin: 10px 0 5px 10px;
	font-size: 16px
}
#ccsa-search .tt-suggestion {
	padding: 3px 10px;
	font-size: 12px;
	line-height: 24px;
	display: inline-block;
	width: 100%;
	vertical-align: middle
}
#ccsa-search .tt-suggestion.tt-cursor,
#ccsa-search .tt-suggestion:hover {
	background: #f3f3f3
}
#ccsa-search .tt-suggestion a {
	font-size: 12px;
	display: inline-block;
	width: 100%;
	vertical-align: middle
}
#ccsa-search.layout-medium .tt-suggestion a {
	font-size: 13px
}
#ccsa-search.layout-large .tt-suggestion a {
	font-size: 14px
}
#ccsa-search .tt-suggestion img {
	width: 16px;
	height: 16px;
	box-shadow: 1px 1px 5px -1px #595959;
	margin-right: 5px;
	border-radius: 50%;
	vertical-align: middle;
	display: inline-block
}
#ccsa-search.layout-medium .tt-suggestion img {
	width: 20px;
	height: 20px
}
#ccsa-search.layout-large .tt-suggestion img {
	width: 24px;
	height: 24px
}
#ccsa-search span.ccsa-empty{
    padding: 3px 20px;
}
.ccsa-preloader {  
    /* background-color: #ffffff; */
    background-image: url('../images/ccsa-loading.gif');
    background-size: 25px 25px;
    background-position: right center;
    background-repeat: no-repeat;
    position: absolute;
    top: 5%;
    left: 30%;
    border-color: transparent;
    box-shadow: none;
    opacity: 1;
    width: 40px;
    height: 90%;
    /* padding: 5px; */
    z-index: 999999999;
    opacity: 1;
    text-align: center;
    vertical-align: middle;
}
