#qkly-job-search .twitter-typeahead {
    width: 100%;
}
/*.qkly-filter .input .twitter-typeahead .tt-query,
.qkly-filter .input .twitter-typeahead .tt-hint {
!*    width: 396px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;*!
    color : #CCCCCC;
    padding-bottom: 15px !important;
}*/

/*.typeahead {
    background-color: #fff;
}*/
.typeahead:focus {
    border: 2px solid #0097cf;
}

.twitter-typeahead .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);
}

.qkly-content .tt-menu {
    width: 300px;
    margin: 12px 0 12px -45px;
    padding: 8px 0;
    background-color: #fff;
    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: 14px;
    line-height: 24px;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}
.tt-dataset .qkly-location-not-found{
    padding-left: 10px;
}
.gist {
    font-size: 14px;
}

.qkly-content .job-location .input {
    overflow: visible;
}

/* example specific styles */
/* ----------------------- */

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center;
}

#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;
}

/* Form */
.qkly-content .qkly-is-loading{
    display: block;
    height: 20vh;
    opacity: 1;
    position: relative;
    background: url("../images/loader.gif?clean=yes") no-repeat center center;
}

.qkly-is-loading > [class*="qkly-job"]{
    opacity: 0;
}

nav {
    display: flex;
    justify-content: center;
   /* border-top: 1px solid #eee;*/
    margin-top: 1em;
    padding-top: .5em;
}

.qkly-js-pagination {
    font-family: "Montserrat";
    font-size: 12px;
}
.qkly-js-pagination  .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    border: none;
}

.qkly-js-pagination  .pagination li {
    margin: 0 1px;
}

.qkly-content .qkly-js-pagination  .pagination a {
    color:#ac32d9;
    display: block;
    padding: .5em 1em;
    border: 1px solid #ac32d9;
    border-radius: .2em;
    text-decoration: none;
}

.qkly-content .qkly-js-pagination  .pagination a:focus {
    outline: none;
}
.qkly-content .qkly-js-pagination .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #ac32d9;
    border-color: #ac32d9;
}