/* scaffolding */
/* ----------- */

html {
    overflow-y: scroll;
    *overflow-x: hidden;
}

.container {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}

#top-tools{
    margin-top: 20px;
    text-align: right;
}
#top-tools a{
    color: #333;
    text-decoration: underline;
    margin-right: 10px;
}

#indexSearch {
    margin-top: 70px;
}

#indexSearch .input-group{
    margin: 0 auto;
}

#search-button
{
    /*left:-186px;*/
    top:-2.6px;
}

.footer
{
    margin-top: 110px;
}

.tt-menu,
.gist {
    text-align: left;
}

/* base styles */
/* ----------- */

#searchStock,
.tt-query,
.tt-hint {

    padding: 8px 12px;
    font-size: 15px;
    line-height: 30px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    outline: none;

}

.twitter-typeahead
{
    width: 100%;

}

#searchStock {
    background-color: #fff;
}

#searchStock:focus {
    border: 2px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-menu {
    width: 100%;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 15px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion a {
    display: block;
    width: 100%;
    height: 100%;
}

.tt-suggestion a:hover {
    color: #fff;
    text-decoration: none;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

/* example specific styles */
/* ----------------------- */

.empty-message {
    width: 100%;
    padding: 5px 10px;
}

#multiple-datasets .league-name {
    margin: 0 20px 5px 20px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc;
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto;
}

#rtl-support .tt-menu {
    text-align: right;
}


.logo img {
    width: 200px;
    height: 70px;
}

.logo {
    margin-bottom: 20px;
}

/*着色条*//*
.progress_bar .pro-bar {
    background: hsl(0, 0%, 97%);
    box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.1) inset;
    height:4px;
    margin-bottom: 12px;
    margin-top: 50px;
    position: relative;
}
.progress_bar .progress_bar_title{
    !*color: hsl(218, 4%, 50%);*!
    color: #D5D6E2;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    top: -28px;
    z-index: 1;
}

.progress_bar .progress_number{
    float: right;
    margin-top: -24px;
}
.progress_bar_title a, .progress_number a{
    color: #D5D6E2;
}
.progress_bar_title a, .progress_number a:hover{
    text-decoration: none;
}

.progress_bar .progress-bar-inner {
    background-color: hsl(0, 0%, 88%);
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: width 1s linear 0s;
    animation: animate-positive 2s;
}
.progress_bar .progress-bar-inner:before {
    content: "";
    background-color: hsl(0, 0%, 100%);
    border-radius: 50%;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 1px;
    top: 0;
    z-index: 1;
}
.progress_bar .progress-bar-inner:after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: inherit;
    border-radius: 50%;
    position: absolute;
    right: -4px;
    top: -5px;
}

*/

@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}


/*着色条2*/
.process-bar-title{
    padding-bottom: 5px;
}
.process-bar-title a{
    color: #D5D6E2;
}
.process-bar-title a{
    text-decoration: none;
}