.calendar .month-container{
     height: 220px
}

#spinner {
    background: white url(../images/loader90.gif) no-repeat 2em 2em;
    left: calc(50% - 250px);
}

/* Vue search ccs from here: */

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    background-color: #000911;
    color: #333333;
    font: 85%/1.5em Tahoma, Helvetica, sans-serif;
    margin: 0;
    padding: 0 1em 0;
}

.wrapper, #wrapper{
    background-color: white;
    height: auto;
    margin: 0 auto;
    max-width: 1376px;
    min-height: 600px;
    overflow: hidden;
    padding: 0 2em 2em;
}

#wrapper{ /* For calendar and SOLR Wayback view*/
    padding-top: 2em;
}

h1, h2, h3{
    font-weight: bold;
    margin: 1em 0 .5em;
}

h1{
    font-size: 28px;
}

h2{
    font-size: 24px;
}

h3{
    font-size: 16px;
}

p{
    margin: .5em 0 1em;
}

a, .link{
    color: #006699;
    cursor: pointer;
    text-decoration: none;
}

a:hover, .link:hover{
    color: #003366;
    text-decoration: underline;
}

.bold, strong{
    font-weight: bold;
}

.discrete{
    color: #999999;
    font-weight: normal;
}

.clickable{
    cursor: pointer;
}

.capitalize{
    text-transform: capitalize;
}


/* SEARCH BOX */
#searchbox{
    background-color: #333944;
    color: white;
    margin: 2em 0 3em;
    overflow: hidden;
    padding: 2em 1em 0em;
}

#searchbox input, #searchbox button, #tagSearch input, #tagSearch button{
    border: 1px solid #000;
    border-radius: 3px;
    font-size: 18px;
    padding:.2em .5em;
}

#searchbox #queryInput{
    margin-right: .5em;
    width: 60%;
}

#searchbox button, #tagSearch button{
    background: #009999;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

#searchbox button:hover{
    background: #006666;
}

#searchbox label{
    margin-right: 1em;
}

#searchbox label.groupingCheckLabel{
    margin-right: 0em;
    margin-left: 1em;
}

input.imageSearchCheck{
    margin: .8em .2em 1em 0;
    vertical-align: middle;
}

#uploadfilesContainer input{
    margin: 0 .5em;
}

.box{
    border: 1px solid #999999;
    font-size: 16px;
    margin: 2em 0;
    overflow: hidden;
    padding: 1em;
}

#querybox{
    display: none;
}

.clearSearchLink, .clearSearchLink:hover, .clearSearchLink a, .clearSearchLink a:hover{
    color: white;
    display: inline-block;
    margin-left: 1.5em;
    padding: 0.5em 0;
}

#errorbox{
    background: #ffffcc;
    clear: both;
    line-height: 1.5em;
}

#selectedFacetsbox ul{
    display: inline-block;
    margin-left: .2em;
}

#selectedFacetsbox ul li{
    border: 1px solid #999;
    border-radius: 3px;
    display: inline-block;
    margin-right: .5em;
}

#selectedFacetsbox ul li:hover{
    background-color: #eeeeee;
}

#selectedFacetsbox ul li .selectedFacetName{
    cursor: pointer;
    display: block;
    padding: .2em .6em;
}

#selectedFacetsbox .deleteIcon{
    background: transparent url(../images/solrWaybackSprite.png) 5px 5px no-repeat;
    display: inline-block;
    height: 15px;
    margin-left: 0.5em;
    width: 15px;
}

/* FACETS */
#facets{
    box-sizing: border-box;
    float: left;
    padding-right: 2em;
    width: 25%;
}

.facet{
    margin-bottom: 2em;
}

#facets h2{
    margin: 0;
}

#facets h3{
    margin: 1em 0 .3em;
}

#facets li{
    list-style-type: none;
}

/* SEARCH RESULTS */
.result{
    border-left: 1px solid #ddd;
    float: left;
    padding-left: 1.5%;
    width: 73%;
}

.result.images{
    border-left: 0;
    padding-left: 0;
    width: 100%;
}

.searchResults{
    clear: both;
}

.searchResultItem{
    border-bottom: 1px solid #999999;
    padding: 1em 0;
}

.result.images .searchResultItem{
    float: left;
    height: 250px;
    padding: 1.5em 0;
}

.searchResultItem .item {
    clear: both;
    margin-bottom: .2em;
}

.searchResultItem .item em{
    background: #ffff00;
    padding: .2em .4em;
}

.searchResultItem .label {
    float: left;
    font-weight: bold;
    width: 15em;
}

.searchResultItem .text {
    margin-left: 15em;
}

.searchResultItem h3 {
    float:left;
    margin: 0 1em .7em 0;
}
.item .image{
    margin-top: 1em;
}

.item .image img{
    border: 2px solid black;
    max-height: 200px;
    max-width: 400px;
}

.thumbs{
    background-color: #F3F3F3;
    margin-top: 1em;
    overflow: hidden;
    padding: 1em;
}

.thumb{
    float: left;
    margin-right: 1.5em;
    min-width: 160px;
}

.thumbSearch{
    height: 145px;
}

.thumbSearch.hide{
    display: none;
}

.thumb img{
    border: 2px solid black;
    max-height: 80px;
    max-width: 100px;
}

.thumbImageSearch img{
    max-height: 200px;
    max-width: 200px;
}

.link.moreThumbs{
    clear: both;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 1em;
}

.link.moreThumbs:before{
    content: 'More';
}

.active.link.moreThumbs:before{
    content: 'Fewer';
}

.searchResultItem.text {
    margin-left: 15.5em;
}

.searchResultItem .long.clickable {
    color: #006699;
    cursor: pointer;
    overflow: hidden;
    min-height: 22px;
    height: 22px;
    line-height: 1.7em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 15.5em);
}

.searchResultItem .long.clickable.active {
    color: #000000;
    height: auto;
    white-space: normal;
}

.download a{
    background: #667799;
    border-radius: 2px;
    color: white;
    display: inline-block;
    margin: .5em 0;
    padding: 0em .5em;
}

/* FULLPOST  */
.link.fullPost{
    font-weight: bold;
    margin-top: .8em;
}

.fullpost{
    background: #ecf3f6;
    display: none;
    margin-top: 1em;
    padding: 1em 0 0;
}

.fullpost h3{
    padding: 0 0 .5em 10px;
}

.fullpost .item{
    border-bottom: 1px solid white;
    padding: 0.2em .5em .2em 10px;
}


/* PAGERS and DOWNLOADS */
.counterBox{
    border-bottom: 1px solid #999;
    float: left;
    padding-top: 1em;
    width: 100%;
}

.resultCount{
    float: left;
    padding-bottom: 1.3em;
}

.resultCount h3{
    margin: 0.2em 1.5em 0em 0;
}

.counterBox .selectDownload{
    position: relative;
    float: right;
    margin-top: .4em;
}

.result.images .selectDownload{
    padding-bottom: 1em;
}

.downloadMenuLink{
    cursor: pointer;
    padding: .5em;
}

#downloadMenu{
    background: white;
    border: 1px solid #999;
    display: none;
    top: 2em;
    position: absolute;
    width: 100%
}

#downloadMenu li{
    border-bottom: 1px solid #999;
    list-style-type: none;
}

#downloadMenu li:last-child{
    border-bottom: 0;
}

#downloadMenu li a{
    display: block;
    padding: .5em 1em;
}

.pagerBox button{
    background: white;
    border: 1px solid #ccc;
    border-radius: 3px;
    cursor: pointer;
    font-size: 120%;
    margin-right: .3em;
    padding: .2em 1em;
}

.pagerBox button:hover{
    background: #eeeeee;
}

.pagerBox button:disabled, #pagerBox button:disabled:hover{
    background: white;
    cursor: default;
    opacity: .5;
}

/* IMAGE GEO SEARCH */
#googlemapBox{
    overflow: hidden;
 }

#googlemapBox #map {
    background-color: grey;
    float: left;
    height: 500px;
    margin-right: 2em;
    width: 1000px;
}

#infoGeoSearch .infoContainer{
    margin-bottom: 3em;
}

#infoGeoSearch .infoContainer input{
    width: 100px;
}

#infoGeoSearch h3{
    margin-top: 0;
}

#infoGeoSearch p{
    margin: 0;
}

.mapsHoverImage{
    max-height: 120px;
    max-width: 120px !important;
}

.imageNameHover{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
}

/* SPINNERS */
#overlay{
    background-color: black;
    bottom: 0;
    left: 0;
    opacity: .8;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 200;
}

#spinnerVue{
    background: white url(../images/loader90.gif) no-repeat 2em 2em;
    border: 1px solid #333;
    border-radius: 3px;
    font-size: 18px;
    height: 75px;
    left: calc(50% - 150px);
    padding: 70px 1em 1em;
    position: fixed;
    text-indent: 140px;
    top: 10%;
    width: 300px;
    z-index: 400;
}

/* PAGE PREVIEWS */
#header h3{
    margin: 1em 0 2em;
}

.harvestInfo{
    background-color: #f3f3f6;
    border: 1px solid #ddd;
    float: left;
    padding: 1em;
}

.harvestInfo .label {
    float: left;
    font-weight: bold;
    margin-right: 1em;
    width: 10em;
}

#columns{
    margin-bottom: .2em;
    overflow: hidden;
}

.column{
    box-sizing: border-box;
    float: left;
    margin-right: 2%;
    width: 45%
}

.column.info{
    width: 28%
}

.column.otherMethods{
    margin-left: 2%;
    margin-right: 0%;
    width: 21%;
}

.container{
    clear: both;
}

#harvestList{
    background: white;
    border: 1px solid #cccccc;
    padding: 1em;
    position: absolute;
}

#previewContainer{
    margin-top: 2em;
}

.previews li{
    border: 1px solid #cccccc;
    box-sizing: border-box;
    display: inline-block;
    list-style-type: none;
    margin: 0 1% 1em 0;
    padding: .5em 1em;
    max-width: 24%;
}

#harvestList{
    display: none;
    margin-top: 1em;
}

#harvestList li{
    list-style-type: none;
}

.webPageThumb{
    background: white url(../images/loader30.gif) no-repeat 30px 30px;
    border: 1px solid black;
    min-height: 90px;
    min-width: 90px;
    max-width: 100%;
}

/* PAGE RESOURCES */
#pageResources h2{
    font-size: 20px;
    margin: 1.5em 0 1em
}

div.previewImg{
    float: left;
    margin: 1em 0;
    min-height: 300px;
    width: 35%;
}

div.notHarvested{
    float: left;
    margin: 1em 0 1em 2em;
    width: 55%;
}

.previewContainer h3{
    margin: .5em 0 .5em;
}

img.preview{
    margin-bottom: 2em;
    max-width: 100%;
}

ol.notHarvested{
    color: #cc0000;
    padding-left: 1em;
}

ol.notHarvested li{
    padding: .2em 0;
    word-wrap: break-word;
}

.tableContainer{
    clear: both;
}

table{
    border: 1px solid #cccccc;
    border-collapse: collapse;
    margin: 2em 0;
    width: 100%;
}

td, th{
    border-bottom: 1px solid #cccccc;
    padding: .5em 1em;
}

#resourcesTable th{
    font-size: 110%;
    font-weight: bold;
}

#resourcesTable th{
    text-align: left;
}

#resourcesTable td{
    vertical-align: middle;
}

#resourcesTable td:first-child{
    word-wrap: break-word;
    max-width: 400px;
}

#resourcesTable img{
    max-height: 100px;
    max-width: 100px;
}

/* Domain growth stuff */
#headerDomainGrowth {
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}

#headerDomainGrowth h1{
    margin: 1.5em 0;
}

#headerDomainGrowth h1{
    float: left;
}

#domainSearch{
    float: right;
    margin: 3em 0;
}

#domainSearch input, #domainSearch button{
    font-size: 16px;
    margin-right: .5em;
    padding: 2px 5px;
}

#nohitsDomain{
    clear: both;
}

table#domainGrowthTable{
    margin-top: 5em;
}

#domainGrowthTable td{
    border: 1px solid #cccccc;
    text-align: center;
}

#domainGrowthTable th, table.tagTable th{
    background: #666;
    border-left: 1px solid #ccc;
    color: white;
}

/* TAGS */
.backToSearch{
    float: right;
    font-size: 120%;
    margin-top: 5px;
}

#tagSearchBox{
    background-color: #333944;
    color: white;
    margin: 2em 0 3em;
    overflow: hidden;
    padding: 1em 2em 0;
}

#tagSearch input, #tagSearch button{
    font-size: 140%;
    padding: 3px 5px;
}

#tagSearch input{
    margin-right: .5em;
    width: 400px;
}

#tagSearch, #tagsList{
    float: left;
    margin: 1em 2em 0em 0;
}

.removeTags{
    color: white;
    float: left;
    font-size: 115%;
    list-style-type: none;
    margin: 0.2em .5em 0 0;
}

.removeTags .link,.removeTags .link:hover{
    color: white;
    text-decoration: underline;
}

table.tagTable{
    margin-top: 1em;
}

table.tagTable th{
    background: #333944;
}

.tagTable td{
    border-left: 1px solid #ccc;
}

.tagTable td.data{
    text-align: right;
}



