body {
    padding-top: 60px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}

p, li {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.form-horizontal .form-actions {
    padding-left: 50px;
}

.forRDFOnly {
    display: none;
}

#map, #mapIntro img {
    max-width: none;
}

#map img {
    max-width: none;
}

#map {
    min-height: 500px;
    height: auto !important;
}

#mapIntro {
    min-height: 400px;
    height: auto !important;
    margin-bottom: 40px;
    border: #000 solid 10px;
}

.menuindent {
    margin-left: 30px;
}

.footer {
    background-color: F7F7F7;
}

#userdata {
    text-align: center;
}

.avatar img {
    margin-left: auto;
    margin-right: auto;
}

ul {
    list-style: square;
}

#imagepane, #qrcode {
    padding: 20px;
}
.sketchfab {
    padding: 10px;
    margin: auto;
}
.sketchfab h4 {
    text-align: center;
}

#workflow .controls {
    margin-left: 0px;
}

.imagebar {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px;
}

.portrait {
    margin-left: 20px;
    float: right;
}

#yearrange li {
    display: inline-block;
    padding: 10px;
}

#radius {
    margin-top: 20px;
}

#totals {
    font-size: 35px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    color: #333366
}

#logmein {
    text-align: center;
}

#prior-next {
    margin-top: 10px;
}

.imgdisplay {
    margin: auto;
    display: block;
    border: 6px solid black;
}

.sponsors {
    margin: auto;
    display: block;
}

.ilogo li {
    list-style: none;
}

.ilogo {
    float: right;
}



ul.facetExpand li {
    float: left;
    width: 50%;
}

.pagination li .active {
    font-weight: bold;
    background: lightGrey;
}

.nav li .active a {
    font-weight: bold;
    color: white;
}

.navbar .nav > li > .active {
    color: #fff;
    border-style: solid;
    border-width: 0 0 5px 0;
    border-color: #08c;
    padding-bottom: 7px;
}

.btn.btn-navbar .icon-bar{
    display: block;
}

#period-object-cloud li {
    display: inline-block;
}

.question {
    font-weight: bold;
    color: maroon;
}

#preview .thumbnailSmall img {
    float: right;
}

#preview li {
    list-style: none;
}

@media (max-width: 900px) {
    .pagination .pageAway-4 {
        display: none;
    }
}

@media (max-width: 825px) {
    .pagination .pageAway-4 {
        display: none;
    }

    .pagination .pageAway-3 {
        display: none;
    }
}

@media (max-width: 750px) {
    .pagination .pageAway-6 {
        display: none;
    }

    .pagination .pageAway-5 {
        display: none;
    }

    .pagination .pageAway-4 {
        display: none;
    }

    .pagination .pageAway-3 {
        display: none;
    }

    .pagination .pageAway-2 {
        display: none;
    }
}

.datepicker {
    background-color: #ffffff;
    border-color: #999;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    display: none;
    position: absolute;
    z-index: 900;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    padding-bottom: 4px;
    width: 218px;
}

.datepicker .nav {
    font-weight: bold;
    width: 100%;
    padding: 4px 0;
    background-color: #f5f5f5;
    color: #808080;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    zoom: 1;
}

.datepicker .nav:before, .datepicker .nav:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
}

.datepicker .nav:after {
    clear: both;
}

.datepicker .nav span {
    display: block;
    float: left;
    text-align: center;
    height: 28px;
    line-height: 28px;
    position: relative;
}

.datepicker .nav .bg {
    width: 100%;
    background-color: #fdf5d9;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .nav .fg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.datepicker .button {
    cursor: pointer;
    padding: 0 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .button:hover {
    background-color: #808080;
    color: #ffffff;
}

.datepicker .months {
    float: left;
    margin-left: 4px;
}

.datepicker .months .name {
    width: 72px;
    padding: 0;
}

.datepicker .years {
    float: right;
    margin-right: 4px;
}

.datepicker .years .name {
    width: 36px;
    padding: 0;
}

.datepicker .dow, .datepicker .days div {
    float: left;
    width: 30px;
    line-height: 25px;
    text-align: center;
}

.datepicker .dow {
    font-weight: bold;
    color: #808080;
}

.datepicker .calendar {
    padding: 4px;
}

.datepicker .days div {
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker .days div:hover {
    background-color: #0064cd;
    color: #ffffff;
}

.datepicker .overlap {
    color: #bfbfbf;
}

.datepicker .today {
    background-color: #fee9cc;
}

.datepicker .selected {
    background-color: #bfbfbf;
    color: #ffffff;
}

.highlight {
    font-weight: bolder;
}

.privatedata {
    border: solid 2px red;
}

#eventmap {
    width: 640px;
    height: 300px;
    margin: auto;
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
}

.stelae {
    margin: 5px 5px 5px 5px;
}

#comm li {
    list-style: none;
    border: 1px solid;
    margin-top: 15px;
    padding: 10px;
}

.dropdown-menu {
    min-width: 220px;
    max-width: 350px;
    font-size: 11px;
}

select[multiple].select-large {
    width: 300px;
    height: 200px;
}

.selectpicker {
    margin-left: 0px;
}

.sidebar-nav .nav-pills [class^="icon-"] {
    margin-right: 5px;
}

#commentary .btn-warning {
    margin-top: 10px;
}
abbr {
    text-transform: none;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px;
}

.btn-mini {
    padding: 0 6px;
    font-size: 10.5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#toolBox {
    margin-bottom: 10px;
}

.lead {
    margin-top: 18px;
    margin-bottom: 6px;
}

.newsection {
    clear:both;
}

.btn-group {
    margin-bottom: 10px;
    display: inline-block;
}
.panel {
     padding: 15px;
     margin-bottom: 20px;
     background-color: #ffffff;
     border: 1px solid #dddddd;
     border-radius: 4px;
     -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
     box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
 }

.panel-heading {
    padding: 10px 15px;
    margin: -15px -15px 15px;
    font-size: 17.5px;
    font-weight: 500;
    background-color: #f5f5f5;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-footer {
    padding: 10px 15px;
    margin: 15px -15px -15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-primary {
    border-color: #428bca;
}

.panel-primary .panel-heading {
    color: #ffffff;
    background-color: #428bca;
    border-color: #428bca;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success .panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-warning {
    border-color: #fbeed5;
}

.panel-warning .panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5;
}

.panel-danger {
    border-color: #eed3d7;
}

.panel-danger .panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info .panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

#dropzone {
    background: #d3d3d3;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
#dropzone.in {
    width: 600px;
    height: 200px;
    line-height: 200px;
    font-size: larger;
}
#dropzone.hover {
    background: lawngreen;
}
#dropzone.fade {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 1;
}
#preview {
    min-height: 120px;
}

#listNone li {
    list-style: none;
    width: 200px;
    max-width: 200px;
    height: 270px;
    vertical-align: top;
}
#listNone .thmbnails ul {
    display: inline;
    margin-left: auto;
}
ul.inline > li, ol.inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
