/*
 * curios.css
 * 
 * Copyright (c) 2011-2014, Hai Nguyen (hai.nguyen@abdn.ac.uk) Stuart Taylor (staylor@abdn.ac.uk),
 * University of Aberdeen. All rights reserved.
 *
 * CURIOS: Linked Data CMS is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public License as
 * published by the Free Software Foundation, either version 3 of the
 * License, or (at your option) any later version.
 * 
 * This software is distributed in the hope that it will be useful, but 
 * WITHOUT ANY WARRANTY; without even the implied warranty of 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
 * General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public License
 * along with this software. If not, see <http://www.gnu.org/licenses/>.
 */
/* --- CURIOS specific styles ---*/

#osmap{
	width:80%;
	height:350px;
}

#multimap{
	width:80%;
	height:350px;
}


.curios-place{
display:none;
}
/* Summary region */

#content .curios-summary { text-align: justify; }

/* Properties region */

#content .curios-properties .views-label {
    display: inline-block;
    min-width: 30%;
}

/* Relationships region */

#content .curios-relationships .pane-title {
    font-size: 1.2em;
}

#content .curios-relationships .pane-content {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: nowrap;
}

#content .curios-relationships .field-content {
    font-size: 1em;
}

/* Properties region. */
#content .curios-properties img {
    max-width: 530px;
}

/* Image gallery region */

#content .curios-image-gallery img {
    max-width: 260px;
}

#content .curios-image-gallery .views-row-odd {
    clear: both;
    float: left;
}

#content .curios-image-gallery .views-row-even {
    float: right;
}

/** Admin edit link on summary blocks */
.views-field-curios-admin-edit-link {
    font-size: 0.9em;
    text-align: center;
}


.panels-flexible-ldcms_details_page_layout .curios-admin-row {
  padding-bottom: 0px !important;
}

.panels-flexible-ldcms_details_page_layout .curios-summary-row {

}


/* Listings page */

#content .curios-listing .form-text {
    width: 300px;
}

#content .curios-listing .form-item-type select {
    width: 130px;
    overflow-x: hidden;
    white-space: nowrap;
}

/* Header search block */

#block-curios-search {
    width: 200px;
}

#block-curios-search .form-item-query input,
#block-curios-search .form-item-type select {
    width: 200px;
    overflow-x: hidden;
    white-space: nowrap;
}

#edit-hc-description-format { display: none; }

#relationships-create-fieldset-wrapper .form-item,
#relationships-create-fieldset-wrapper .form-submit,
#relationships-remove-fieldset-wrapper .form-item,
#relationships-remove-fieldset-wrapper .form-submit {
    display: inline;
}

.listing-image-Yes {
  background-image: url('images/tick-sm.png');
  background-repeat: no-repeat;
  background-position: center;
}
.listing-image-Yes span { display: none; }

.rdf-predicate {
    font-size: 0.7em;
    font-style: italic;
}

.update-date-btn {
    margin-left: 8px;
    font-size: 0.8em;
}

.region-content .plain-list,
.plain-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}
