﻿.tnSearchWidget {
    color:black;
    font-size:10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .07);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .07);
}
.tnTopBanner,
.tnSuggestions span,
.tnBottomBanner div {
    text-transform:uppercase;
    text-align:center;
    font-weight:bold;
    letter-spacing:2px;
    font-family: 'Montserrat', sans-serif;
}
.tnTopBanner,
.tnSuggestions span,
.tnSuggestions a,
.tnBottomBanner{
    display:block;
    height:30px;
    line-height:30px;
    }
.tnTopBanner {
    border-radius:4px 4px 0 0;
    position: relative;
    background: white;
}
.tnTopBanner::before {
    content: '';
    position: absolute;
    top: -1px;
    background:transparent url('https://s3.amazonaws.com/ticketnetwork/Widgets/Images/stub-shadow.png') no-repeat right top;
    height: 21px;
    display: block;
    left: 0;
    right: 0;
}
.tnSearchContainer {
    padding:25px 15px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    background: white;
    position: relative;
}
.tnSearchContainer.withBg {
    padding:32px 15px;
    border: none;
}
.tnSearchContainer input {
    border-radius:18px;
    height:35px;
    line-height: 35px;
    margin: 0;
    background: #eee;
    box-shadow: inset 0 2px 2px RGB(200, 200, 200);
    padding:0 50px 0 15px;
    width:100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    font-style: italic;
    box-sizing: border-box;
    border: none;
}
.tnSearchContainer a{
    position: absolute;
    top: 25px;
    right: 15px;
    height: 35px;
    width: 44px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
}
.tnSearchContainer.withBg a {
    top: 32px;
}
.tnSearchContainer a img{
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.tnSearchContainer.withBg  a img {
    filter: drop-shadow(0px 2px 1px RGBa(15, 100, 235, .4));
}
.tnSearchContainer.withBg input {
    box-shadow:none;
    background:white;
    box-shadow: inset 0 2px 2px RGB(220, 220, 220), 0px 10px 10px 3px rgba(0,0,0,.5);
}
.tnSuggestions {
    color: black;
}
.tnSuggestions span {
    background:white;
}
.tnSuggestions > div {
    border-top: 1px solid rgb(238, 238, 238);
}
.tnSuggestions a {
    border-bottom:1px solid #eee;
    background:#F9F9F9 url('//s3.amazonaws.com/ticketnetwork/Widgets/Images/blue-arrow.png') no-repeat center right;
    background-size: 18px 7px;
    height:30px;
    line-height:30px;
    text-align:left;
    font-weight:bold;
    color:inherit;
    font-family: 'Montserrat', sans-serif;
    padding: 0 25px 0 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.tn_dv_suggestions_span {
    display: none !important;
}
.tnSuggestions a:hover {
    text-decoration:none;
    background-color:#F2F2F2;
}
.tnSuggestions > a:nth-child(2) {
    border-top:1px solid #eee;
}
.tnBottomBanner {
    border-radius: 0 0 4px 4px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color:white;
}
.tnBottomBanner:hover {
    text-decoration: none;
}
.tnBottomBanner div:first-child {
    float:left;
    border-radius: 0 0 0 4px;
    display:block;
    width: calc(100% - 110px);
    text-align: left;
    padding-left: 13px;
    box-sizing: border-box;
}
.tnBottomBanner img {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
}
.tnBottomBanner > div:last-child,
.tnBottomBanner > span {
    background: #277CEA url('//s3.amazonaws.com/ticketnetwork/Widgets/Images/white-arrow2.png') no-repeat center right;
    background-size: 19px 9px;
    width: 110px;
    display: block;
    float: right;
    border-radius: 0 0 4px 0;
    text-decoration: inherit;
    text-shadow: 0px 1px 1px rgb(15,80,200);
    font-size: 10px;
    color: white;
}
.tnBottomBanner div:last-child:hover {
    background-color:#226ECC;
}


/* Auto-Formatting Fixes */

.tnSearchWidget br {
    display:none;
}
.tnSearchWidget p {
    display: inline;
}
p > .tnBottomBanner {
    display: none;
}