/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.navbar {
    background-color: #fff;
}

.navbar-toggle .icon-bar {
    background: #2196f3;
}

.navbar-brand {
    font-weight: bold;
}

#navbar .ph-sites li a {
    font-weight: bold;
}

.result-title td {
    padding: 5px 10px;
}

small, .small {
    font-size: 87%;
}

td.searchResultText {
    padding: 0 20px;
}

#menu-toggle.navbar-brand {
    padding: 10px 14px;
    font-size: 16px;
    line-height: 23px;
    height: 42px;
    margin-top: 10px;
    margin-left: 10px;
}

#q {
    height: 35px;
    padding: 0 10px;
    background-color: #fff;
    margin-top: 1px;

    position: relative;
    vertical-align: top;
}

#clear-facets, #clear-query, #clear-time {
    cursor: pointer;
}

#sortBox {
    padding: 10px 0;
}

#myAutoComplete {
    padding-bottom: 50px;
}

#search {
    margin: 0;
    padding-top: 30px;
}

.breadcrumb {
    background: initial;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

.imgType {
    padding-right: 2px;
    width: 16px;
    height: 16px;
}

.tt-hint {
    padding: 0 10px !important;
}

.tt-menu {
    width: 100%;
    background-color: #fff;
}

#search-projects {
    border: 1px solid rgba(204, 204, 204, 0.5);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 0;
    padding: 5px;
}

.twitter-typeahead {
    display: inline-flex !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    width: 100%;
}

#placeholder {
    width: 100%;
    height: 100px;
    background-color: #fff;
}

.searchResultTable {
    background-color: #fff;
}

.searchResultTable a {
    font-size: 1.2em;
}

.searchresult {
    padding-bottom: 8px;
    padding-right: 10px;
}

.radio, .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
}

.sidebar-nav li {
    line-height: 20px;
}

.sidebar-nav li {
    list-style: none;
}

.sidebar-nav h1 {
    font-size: 16px;
    padding: 12px 0;
    margin: 0;
    border-top: 1px solid #e1e8ed;
    cursor: pointer;
}

.term-list {
    border-top: 1px solid #e1e8ed;
}

.panel {
    margin-bottom: 1px;
    border-radius: 0;
}

.panel-body {
    padding: 0;
}

.more, .more.less {
    cursor: pointer;
    color: #2196F3;
}

.promo h1 {
    text-align: center;
    padding-top: 2.5em;
    font-weight: bold;
    font-size: 1.2em;
}

.list-unstyled.term-list {
    background-color: #fff;
    padding: 4px 0 20px 0;
}

li.more {
    padding-top: 5px;
}

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    margin-right: 5px;
    border: 2px solid #666666;
    border-radius: 2px;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}

input[type="checkbox"]:checked:before, .checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    display: table;
    width: 5px;
    height: 10px;
    border: 2px solid #fff;
    border-top-width: 0;
    border-left-width: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.filter-col {
    padding-left: 10px;
    padding-right: 10px;
}

.sd-footer {
    padding-top: 10px;
    width: 100%;
    line-height: 15px;
    margin: 0;
    font-size: 12px;
}

@media ( max-width: 768px) {
    .footer {
        margin-left: 0;
    }
}

/** Nano Scroller **/
.nano {
    position: relative;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.nano > .nano-content:focus {
    outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
    display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
    display: block;
}

.nano > .nano-pane {
    background: rgba(0, 0, 0, .15);
    position: absolute;
    width: 8px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden \9; /* Target only IE7 and IE8 with this hack */
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
    visibility: visible \9; /* Target only IE7 and IE8 with this hack */
    opacity: 0.99;
}

a.facetLink:hover {
    color: red;
}

input[name='date'] {
    margin-right: 8px;
}

a.showExpandedResults, a.hideExpandedResults {
    cursor: pointer;
}

.expandedResults {
    background-color: rgba(224, 224, 224, 0.18);
}

#sidebar-wrapper {
    background-color: #F5F8FA;
    border-right: 1px solid #e1e8ed;
}

#page-content-wrapper {
    background-color: #F5F8FA;
}

.navbar {
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.navbar-brand {
    height: 62px;
    font-size: 24px
}

input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    border: none;
    margin-bottom: -4px;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
}

.sidebar-nav li {
    text-indent: 10px;
    line-height: 20px;
}

.sidebar-nav li a {
    text-indent: 10px;
    line-height: 20px;
    display: inline;
    text-decoration: none;
    color: #2196f3;
}

.sidebar-nav li a:hover {
    text-decoration: underline;
    color: red;
    background: transparent;
}

.sidebar-section {
    padding-top: 0px;
}

input[type="checkbox"]:checked:after,.checkbox input[type="checkbox"]:checked:after,.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #2196f3;
    border-color: #2196f3;
}

input[type="checkbox"]:focus {
    outline: none;
}

body {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.846;
    color: #666666;
    background-color: #ffffff
}