
body {
    /*background: url("{{app_root}}{{static_url("img/blackleather.jpg")}}") repeat;*/
    /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;*/
    background: #fff;
}

h1 {
    font-weight: normal;
    font-size: 4em;
    padding: 0;
    margin: 0;
}

#html_body {
    background-color: rgb(245, 245, 245);
}

.small-title {
    font-size: 2em;
    padding: 0em;
    margin: 0em;
}

.spanning {
    padding: 0% 1%;
}

#diva-wrapper {
    position: relative;
    height:calc(85% - 50px);
    margin: 0 auto;
    padding: 10px;
}

#diva-wrapper > .diva-tools {
    margin-top:0px;
}

#search-wrapper {
    padding:10px;
}
#search-results {
    overflow-y: scroll;
}

.diva-goto-form > input {
    line-height: 1.9em;
    position:relative;
    top: -1px;
}

.diva-tools .diva-tools-right .diva-page-nav .diva-goto-form .diva-input {
    width: 50px;
}

div[id$="diva-inner"] {
    background: url("{{app_root}}{{static_url("img/seamlesspaper1.jpg")}}") repeat;
}

div[id$="diva-outer"] {
    height: 600px; /*changed immediately on load or resize */
}

.center {
    text-align: center;
}

.notcenter {
    text-align: left;
}

div[id^=search-box] {
    position: absolute;
    z-index: 7000;
    border: 2px solid transparent;
}

#search-input input {
    height:2em;
}
#search-input select {
    height:2em;
}

#search-colours {
    list-style-type: none;
    display: inline;
    padding-left: 10px;
    position: relative;
    top: 3px;
}

#search-colours li {
    vertical-align: text-bottom;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
}

#search-header {
    border-bottom: thin black solid;
}

#header-info {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom: 2px black solid;
}

#search-colours .selected {
    border: 2px solid #000;
}

.colour-red {
    background-color: #FF0000;
}

.colour-orange {
    background-color: #F88017;
}

.colour-yellow {
    background-color: #FFFF00;
}

.colour-green {
    background-color: #B1FB17;
}

.colour-blue {
    background-color: #5CB3FF;
}

.colour-purple {
    background-color: #8D38C9;
}

#search-status {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom:10px;
    margin-left: auto;
    margin-right: auto;
}

#search-bar {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -410px;
    z-index: 19500 !important;
    width: 825px;
    height: 76px;
    text-align: center;
}

#search-prev {
    height:2em;
    float: left;
}
#search-next {
    height:2em;
    float: right;
}

.in-fullscreen {
    font-size:0.8em;
    color:#000;
}

#search-results {
    padding-top:10px;
    width:100%;
}

tbody {
    width:100%;
}

#search-results-header {
    border-bottom: thin black solid;
    font-size:12pt;
    padding:0px 10px 5px 10px;
}

#search-results-header > span {
    display:inline-block;
}

#search-results > div > span:first-child {
    width:20%;
    display:inline-block;
}

#search-results .selected {
    border: 1px solid #000;
}

.search-result:nth-child(even) {
    background: rgba(255, 0, 0, 0.2);
}

.search-result{
    width:100%;
    font-size:11pt;
    border-top: thin gray solid;
    border-left: thin transparent solid;
    border-right: thin transparent solid;
    border-bottom: thin gray solid;
    padding: 10px;
}

.search-result-expanded {
    padding-top:10px;
    display: none;
}

.buttonContainer {
    margin:auto;
    display:block;
    float:right;
}

.buttonContainer > button{
    font-size:11pt;
    float:right;
}