/*! project specific CSS goes here. */

/* css for autocomplete url search box */
.autocomplete-suggestions {
    border: 1px solid #999;
    /*background: #FFF;*/
    cursor: default; overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion {
    padding: 2px 5px;
    /* AVOID LINE BREAKS WITH white-space: nowrap; overflow: hidden; */
}
.autocomplete-no-suggestion {
    padding: 2px 5px;
}
.autocomplete-selected {
    background: #F0F0F0;
    color: #333
}
.autocomplete-suggestions strong {
    font-weight: bold;
}
.autocomplete-group {
    padding: 2px 5px;
}
.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    display: block;
    border-bottom: 1px solid #000;
}

.search {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
}

.search_result {
}

.navbar-formXX { /* for when search is moved to navbar-header */
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    margin-top: 8px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.bm-title {
    color: Gray;
    font-style: italic;
}
.bm-title p,div.lead {
    padding: 0;
    margin: 0;
}

.url-info-title {
    color: Gray;
}
.url-info-title p,div.lead {
    padding: 0;
    margin: 0;
}

.list-date {
    color: Gray;
    font-size: medium;
}

.list-tag{
    font-size: medium;
}

.hard-break {
    word-break: break-all;
    word-break: break-word;
}

.light-grey {
    color: Gray;
    }
    
ul, ol {
    list-style: none;
}

body {
    font-size: 155%;
    padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
    overflow-y: scroll; /* always show vertical scroll-bar; avoids a horizontal jump once recommendations load taller than the screen */
}


.list-group, list-group.ul, .list-group.li, list-group-item {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075);
    border: 0px solid #ddd;
}

.list-group.li.span {
    padding: 0;
}

.tag {
    margin:2px;
    padding:2px;
    border:1px;
    border-style: solid;
    border-color:#CCC;
    border-radius:2px;
    background:#EEE;
}
.tag:hover {
    background:#F7F7F7;
}

.input-group > a {
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.input-group-addon {
    border:none;
    background-color:transparent;
}

.konektom-addon {
    border:none;
}

.times-bookmarked {
    font-size: 0.6em;
}
