/** * Place your custom styles here. */
/*------------------- generic changes  -------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	/*font-weight:350;							/* 400 is normal, 700 is bold */
	font-family: Helvetica,freesans,sans-serif;
}

h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}

/* text in pop up boxes too small, increase to 1.5 */
.leaflet-popup-content {
    font-size: 1.5em;
}

/* ensures that within paragraphs, lines are not too widely spaced */
p {
  font-family: Arial,Helvetica,freesans,sans-serif;
  font-size:1.0em;
  line-height:1.5em;
}
/*----------------------------------------------------------------------------*/
.page-header {
    margin-top: 10px;
}
/* ensure search box is not positioned right at the top */
.search-block-form {
    padding-top: 8px;
    float: right;
    padding-right: 5px;
    /*width: 150px;*/
}
.navbar-header {
    float: none;
}
body {
  background-color: #F4F4F4;
}
/*----------------------------------------------------------------------------*/

/* styling for footer */
 .footer.container, .footer.container-fluid {
     background-color: lightgrey;
}

.region-sidebar-second  {
  background-color: white;
  /*padding: 0px 0px 20px 0px;*/
  width: 260px;
  margin: 15px 15px 15px 15px; 
  box-shadow: 0px 0 10px rgba(0,0,0,.3);
  transition: 400ms ease;
}
/*-------------- styling for display suite pages -----------------------------
.mm-ds-layout-25 {
  background-color: white;
  padding: 10px 10px 10px 10px;
  margin-bottom: 15px;
  box-shadow: 0px 0 10px rgba(0,0,0,.3);
 }*/
 .photo_gallery {
    background-color: white;
    padding: 0px 0px 20px 0px;
    width: 260px;
    margin: 15px 15px 15px 15px;
    box-shadow: 0px 0 10px rgba(0,0,0,.3);
} 
/*-------- style the photo gallery, assumes a photo and two generic fields-------------- */
.mm-grid-field-1 {
  font-weight: 600;
  font-size: 1.0em;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-left: 10px; 
  padding-right: 5px; 
}
/* make sure the link to crags on the photo page does not overrun */
.mm-grid-field-2 {
  margin-top: 5px;
  font-size: 12px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px; 
  padding-right: 5px; 
}
 

/*-------------- styling for bootstrap grid ----------------------------------
.col-lg-3 {
.col-lg-3:hover {
*/
/*
.col-xs-12, .col-sm-6, .col-md-4, .col-lg-3 {
  background-color: white;
  padding: 0px 0px 20px 0px;
  width: 260px;
  height: 300px;
  margin: 15px 15px 15px 15px; 
  box-shadow: 0px 0 10px rgba(0,0,0,.3);
  transition: 400ms ease;
}
.col-xs-12:hover, .col-sm-6:hover, .col-md-4:hover, .col-lg-3:hover {
    box-shadow: 0px 0 10px rgba(0,0,0,.6);
   /*border: 1px solid red;*/
}
*/

/*-------------- generic styling for views ------------- 

/*-------------- styling for reports ----------------------------------*/
.views-bird-list-detailed {
  height: 390px;
}
.views-birds-seen-here {
  height: 280px;
}

/*-------------- styling for fields ----------------------------------*/
.views-field-field-bird-photo, .views-field-field-photo {
  max-height: 175px;
  overflow: hidden;
}
.views-field-title {
  font-weight: 600;
  font-size: 14px;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-field-bird-ref {
  margin-top: 5px;
  font-size: 14px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-counter {
  font-size: 14px;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-field-country {
  font-size: 14px;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-field-site {
  font-size: 14px;
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 10px;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-field-family {
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-field-latin-name {
  font-style: italic;
  font-size: 14px;
  overflow: hidden;
  padding-left: 10px; 
  padding-right: 5px; 
}
.views-field-body {
  font-size: 14px;
  overflow: hidden;
  padding-left: 10px; 
  padding-right: 5px; 
  max-height: 40%;
  font-style: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*----------------------------------------------------------------------------*/

/* styling for views "spotted" that shows the sightings of interesting birds -*/
.mm-v-unique {	
    font-weight:550;
}
.mm-v-spotted-row {	
    margin-top:10px;
    background-color: White;
    padding: 10px ;
    border:1px solid LightGrey;
    overflow: hidden;
    font-size:0.8em;
}
.mm-v-spotted-location {
    display:inline-block;
    background-color: lightgrey;
    margin-bottom:3px;
    padding: 0 10px;
    line-height: 1.5em;
}

.mm-v-spotted-bird {
    display:inline-block;
    background-color: lightblue;
    margin-bottom:3px;
    margin-right:5px;
    padding: 0 10px;
    line-height: 1.5em;
}
.mm-v-spotted-author {
    display:inline-block;
}	
/* bootstrap CDN imitation stylings */
.navbar, .navbar-inverse, .navbar-collapse {
    margin-bottom: 5px;
}
.navbar-default {
    background-color: #222;
    border-color: #080808;
}
