/**
 * Place your custom styles here.
 */
/* Extra small screen / phone
$screen-xs:                  480px !default;
@media (min-width: 480px) {

// Small screen / tablet
$screen-sm:                  768px !default;
@media (min-width: 768px) {

// Medium screen / desktop
$screen-md:                  992px !default;
@media (min-width: 992px) {

// Large screen / wide desktop
$screen-lg:                  1200px !default;
@media (min-width: 1200px) {

*/


/* padding for the main container */
.main-container {
  padding-top: 12px; 
}

.tax-ref-gray {
  color: #7f96ad;
}

.thumbnail .btn {
  font-weight: 800;
  margin-bottom: 4px;
  min-width: 65%;
}

.navbar-default .navbar-nav>li>a:active, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  background-color: black;
}

/* ADMIN */
/*.form-item-masquerade-user-field  > .dropdown {*/
.bamona-sighting-summary {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ecf0f1;
}

.form-item  > .dropdown {
  min-width: 460px;
  float: left;
}

div.mm-admin {
  /*margin-top: 26px;*/
  background-color: #101010;
  /*border-bottom-color: #c5c5c5;
  border-bottom-style: solid;
  border-bottom-width: 1px;*/
}

a.krumo-name {
  color: white;
} 

/* link color */
a {
  color: #3498db;
  text-decoration: none;
}

table a:not(.btn), .table a:not(.btn) {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 0px;
    padding-right: 0px; 
  }
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 0px; 
    padding-right: 0px; 
}

@media screen and (min-width: 768px) {
.jumbotron {
    /* padding-top: 48px; */
    padding-bottom: 12px;
  }
}

.jumbotron {
     margin-top: 0px;
     padding-top: 0px; 
     padding-bottom: 10px; 
     margin-bottom: 10px;
     background-color: white;
}

.jumbotron p {
 font-size: 1.3em;
 font-weight: 500;
}

/* Hierarchical Select */

select.shs-select {
    display: block;
    max-width: 90%;
    height: 45px;
    padding: 10px 15px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* leaflet mapping stuff  TODO: refine selection for specific maps  */




.leaflet-container {
  height: 640px !important;
}

.panel-bootstrap-pane.well.pane-views-panes.pane-sighting-record-panel-pane-3.bamona-sighting-details-pane{
  min-height: 420px !important;
}


.pane-sighting-map-1 .leaflet-container {
  height: 380px !important;
}





/* geolocation */
.help-block {
  font-style: bold;
}

.geolocation-address-geocode, .geolocation-client-location {
  background-color: #18bc9c;
  display: inline;
}

.geolocation-help {
  clear: both;
}

.form-item.form-item-field-geolocation-und-0-address-field.form-type-textfield.form-group {
  clear: both;
  margin-right: 20px;
  padding-right: 20px;
}

.geolocation-address-geocode-suggestions {
  display: none;
}

.suggestion-options {
  display: none;
}

.field-type-geolocation-latlng.field-widget-geolocation-text.form-group  {
  float: none;
  margin-right: 10px;
  padding-right: 10px;
}

.field-type-geolocation-latlng.field-widget-geolocation-text .fieldset-wrapper {
  overflow: hidden;
}

.field-type-geolocation-latlng.field-widget-geolocation-text .form-type-textfield {
  float: none;
  margin-right: 10px;
  padding-right: 10px;
}

/* Navbar and Branding */
.subheader {
  background-color: #ecf0f1;
}

.navbar .navbar-collapse {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.navbar-header  {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}

/* To Do: Style Modals */
h4.modal-title {
  color: black;
}

/* Footer To Do: Style Footer */

.rolph-container {
  margin-bottom: 0em;  
}

div.region-footer {
  background-color: #2c3e50;
  /*background-color: #FF8C00; *//*darkorange;*/
  margin-left: 0px;
  margin-right: 0px;
  border-top-color: #c5c5c5;
  border-top-style: solid;
  border-top-width: 1px;
  /*padding-top: 4px;*/
  margin-top: 20px;
}

/*SubFooterArea*/
#block-block-22 {
  padding-top: 8px;
  padding-bottom: 8px;
  background: #1e2b38;
}

div.bamona-footer,
div.bamona-footer p  {
  color: #bebebe;
}

div.bamona-footer h4 {
  padding-top: 10px;
  padding-bottom: 2px;
  color: silver;
  font-weight: 500;
}

div.bamona-footer {
  margin-left: 20px;
  margin-right: 20px;
}

div.bamona-footer a {
  color: white;
}

div.bamona-footer-copyright {
  /*font-size: 1.04em;*/
}

/* To Do: Style Flags */ 
.btn  a.flag {
  color: white;
}

.img-responsive {
  /*min-width: 120px;*/
  /*max-width: 90%;*/
}

#non-resp-img {
 min-width: 5px;
}

body { 
 /* padding-top: 50px;*/
  color: #2c3e50;
  background: white;
  position: absolute; 
  height: 100%; 
  width: 100%;
  top: 300;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

ul.nav-pills {
  background: #f5f5f5;
  border-radius: inherit;
}
  
#wrapper {
  margin-top:0;
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  margin: auto;
  box-shadow:0 0 4px rgba(0,0,0,0.25);
}

#wrapper.well {
	background:#fff;
	border-radius:0;
}

.container  {
  margin: auto;
  max-width: 100%;
}

.navbar {
  border-radius:4px 4px 0px 0px;
  min-height: 20px;
}

.navbar-nav>li>a {
  /*font-weight: 600;*/
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

.navbar.container {
  margin-top: 0px;
  padding-top: 0px;
}

.navbar-default {
  background: #76818D;
  color: white;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav>li>a  {
  color: white;
  background-color: #76818D;
}

.navbar-default .navbar-nav>li>a:active,
 .navbar-default .navbar-nav>li>a:hover,
 .navbar-default .navbar-nav>li>a:focus {
  background-color: white;
  color: #76818D; 
}

.navbar-default .navbar-nav > .active > a {
  background-color: #76818D;
  color: white; 
}

.navbar-default .navbar-nav > .open > a {
  color: white;
  background-color: #76818D;
}

ul.dropdown-menu {
  background-color: #76818D;
  color: white;
}

.dropdown-menu > li > a {
  background-color: #76818D;
  color: white;
}

ul.dropdown-menu > li > a:active,
ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:focus  {
  background-color: white;
  color: #76818D;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
  background-color: white;
  color: #76818D;
}

/*@media screen and (min-width: 768px)*/
.navbar .logo {
    margin: auto;
    width: 80%;
}

.page-header {
  padding-top: 4px;
  margin: 6px 0 10px;
}

h1.page-header{
  font-size: 1.5em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
*.h1, *.h2, *.h3, *.h4, *.h5, *.h6{
  color: inherit;
}

.region-header {
  bottom-border: 1px;
}

.preview .node {
  background: white;
}

.node-preview  {
  background-color: white;
}

.panel-default > .panel-heading {
  color: white;
  background-color: #3498db;
  border: none;
  font-weight: bold;
  margin:0px;
  padding:0px;
  
  padding: 3px 8px;
  border-bottom: 1px solid #18bc9c;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-body {
  border: 1px solid #3498db;
}

.help-block {
  color: #2c3e50;
}

div.grouped-list  h3 {
  font-size: 18px;
}

.view-content h3 {
  font-size: 1.3em;
  padding-top: 9px;
  padding-bottom: 1px;
}
 
ul.no-bullet {
  list-style-type: none;
}

label.control-label {
  font-weight: 600;
}

.search-form {
  width: 98%;
  margin-top: 8px;
  margin-bottom: 0px;
  /*padding-top: 8px;*/
}

.bamona-user-menu {
  margin: 2px;
  min-width: 180px;
  max-width: 220px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}

h2.block-title {
  margin-top: 0px;
  font-size: 1.4em;
}

h2.pane-title {
  margin-top: 0px;
  font-size: 1.4em;
}

.img-responsive {
  /*min-width:220px;*/
}

/* Leaflet Map Styles */
.map-legend {
  color:#333;
  background-color:#fff;
  padding: 6px 10px 6px 6px;
  border-radius: 5px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

.map-legend-title {
  padding-left: 10px;
  font-size: 1.3em;
  font-weight: 500;
}

.legend-circle {
  border-radius: 50%;
	width: 7px;
	height: 7px; 
	/* width and height can be anything, as long as they're equal */
}

.header-search-box {
  display:none;
}

h2.bamona-site-title {
  
  max-width: 94%;
  font-size: 1.8em;
  margin-top: 8px;  
  color: #2c3e50;
}

h2.bamona-site-title {
    max-width: 94%;
}

h4.site-slogan {
  font-size: 1.2em;
  margin-top: 4px;  
  color: #2c3e50;
}

.view-sighting-record h4 {
  margin-top: 2px;
}

@media (max-width: 992px) {

  .no-medium-display {
    display: none;
  }
  
  .leaflet-container {
    height: 420px !important;
  }
  
  .panel-bootstrap-pane.well.pane-views-panes.pane-sighting-record-panel-pane-3.bamona-sighting-details-pane {
    min-height: 420px !important;
  }
}

@media (max-width: 767px){  
  
  #admin-menu-wrapper {
    font-size: .846em;
    padding: 5px 10px 0;
    margin-top: 50px;
    margin-bottom: 0px;
    /*background-color: #76818D;*/
  }
  
  .bamona-fixed-navbar  { 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #76818D;
  }
  
  .navbar-header {
    padding-bottom: 4px;
    padding-top: 4px;
  }
  
  .subheader {
    margin-top: 30px;
  }
  
  .bamona-modal {
    /*margin: auto;
    margin-top: 0px;
    width: 80%;   */
  }
  
  .modal-content {
    background-color: #76818D;
    color: white;  
  }
  
  .modal-content a {
    color: white;  
  }
  
  .bamona-modal  .search-form {
    /*margin: auto;
    width: 90%;*/
  }

  .img-responsive {
    /*min-width:120px;*/
  }
  .navbar-toggle {
    padding: 0;
    border: none;
    margin-right: 6px;
    margin-top: 0px;
    margin-bottom: 6px;
  }  
  
  .navbar-toggle.main-menu {
    border-color: white;  
    border-radius: 8%;
  }
  
  h2.bamona-site-title {
    font-size: 1.4em;
    margin-top: 3px;
    margin-bottom: 2px;    
  }
  
  h2.block-title {
    font-size: 1.4em;
  }
  
  .bamona-user-menu {
    margin: 2px;
  }
  
  h2.pane-title {
    font-size: 1.3em;
  }
  
  .no-mobile-display {
    display: none;
  }
  
  .leaflet-container {
    height: 340px !important;
  }
  
  .panel-bootstrap-pane.well.pane-views-panes.pane-sighting-record-panel-pane-3.bamona-sighting-details-pane{
    min-height: 340px !important;
  }
  
  .no-tablet-display {
    display: none;
  }
  
  .navbar-default .navbar-nav>li>a {
    padding-top: 6px;
    padding-bottom: 6px;
    /*margin-top: 2px;
    margin-bottom: 2px;*/
  }
  
  .navbar-nav .open .dropdown-menu {
    padding-left: 14px;
  }
  
  

}


@media (max-width: 480px) {
  .no-small-display {
    display: none;
  }
  
  /*button.navbar-toggle {
    max-width: 210px;
  }*/
  
  h2.bamona-site-title {
    max-width: 94%;
  }
  
  .leaflet-container {
    height: 280px !important;
  }
  
  .pane-sighting-map-1 .leaflet-container {
  height: 280px !important;
  }

}

