/* Info and logos box */

.box-presentation {
/*	min-height: 180px;*/
	border: 1px solid #eee;
	padding: .5em;
	height: 165px;
	overflow: hidden;
	position: relative;
	}

	.box-presentation h2 {
		font-size: 1em;
		color: #666;
		text-align: center;
		width: 100%;


	}

.box-presentation:after {
	background: #eee none repeat scroll 0 0;
    top: 0;
    content: "";
    height: 38px;
		left: -5px;
		width: 110%;
    /*left: 15px;
    right: 15px;*/
    position: absolute;

    z-index: -1;

}

	.box-presentation h2:after {content:none;}


	.box-presentation p img{

			max-height: 60px;
			max-width: 176px;
			display: block;
			margin: 0 auto;


	}

	.box-presentation .logo-text {
		color: #ABCB58;
	}


	.well .permalink {
		position: relative;
		bottom: 10px;
	}

	.well img {
		max-width: 100%;
		display: block;
	}

	.well iframe {
		display: block;
		margin: 0 auto;
	}

	#share-buttons {
		display: block;
		margin: 40px 0 0;
	}

	#share-buttons a {
		display: inline-block;
		background: #abcb58;
		padding: 5px;
		transition: background-color 0.5s ease;
	}

	#share-buttons a:hover {
		background-color:#D3E2A9;
	}

	#share-buttons img {
		height: 20px;
		width: 20px;
	}

	.observationList {
		max-height: 710px;

	}


.simplebar-scrollbar {
	background: #ded434 !important;
}

.observationList .simplebar-scroll-content {
	overflow-y: scroll;
	overflow-x: hidden !important;

}




.navbar-nav > li > .dropdown-menu, .dropdown-submenu > .dropdown-menu {border-radius: 0 !important}

.text-primary {
  color: #ABCB58;
}
.info {
    padding: 6px 8px;
    font: 14px/16px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.info h4 {
    margin: 0 0 5px;
    color: #777;
}


.remove_journey {
  margin-bottom: -10px;
}


.marginBottom-0 {margin-bottom:0;}

.submenu {

  margin-top: 30px;
  text-align: left;
	height: 90px;

}
/*
.table .label-green {
	line-height:2.5;
} */

.label-not-target{

  background-color: #3F3F40;

}

.label-pen{

  background-color: #00ADEF;

}

.label-can{

  background-color: #41B23B;

}

.label-bal{

  background-color: #EC008C;

}


.label-sm{

	font-size: 65%;

}


.alert-success{

	background-color: #ABCB58;
	border-color: #ABCB58;
	color: #fff;
	margin-top: 20px;

}

.modal-header{


		background-color: #ABCB58;
		color: #fff;

}

.distrib_container{

	height: 20px;
	text-align: center;

}


#main-footer {

  margin-top: 20px;
  background-color: white;
  height: auto;
  color: #1A1D39;
  font-size: 12px;
  width: 100%;
  border-top: 1px solid #ABCB58;
}

#main-footer p {
  font-size: .875em;
  color: #666;
}


#main-footer img{

	max-height: 40px;
	max-width: 180px;
  height: auto;

}

.footer_bar a{

	color: #fff;
	margin-right: 10px;

}

.footer_bar{

	margin-top: 20px;
	background-color: #ABCB58;
	min-height: 30px;
	padding-top: 6px;

}

#footer-copyright {

  margin-bottom: 0px;
  margin-right: 20px;
  text-transform: uppercase;
	color: #fff;
	padding: 5px;
}

#footer-logo {
  float: right;
  line-height: 75px;
  margin-bottom: 0px;
  font-family: Arial;
}

#footer-list {
  line-height: 75px;
  float: left;
  list-style: none;
}

#footer-list li {
  float: left;
  margin-left: 30px;
}

.label-green{
	display: inline-block;
	margin: 5px 0;
	padding: 0 .6em;
	line-height:2;
  background: #ABCB58;
}

.label-red{
	display: inline-block;
	margin: 5px 0;
	padding: 0 .6em;
	line-height:2;
  background: #B43D3D;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {

  background-color: #ABCB58;
  border: 1px solid #ABCB58;
  color: white;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;

}


.navbar-nav > li:hover{

  background-color: #f9f6c8;

}


.navbar-nav > li:hover, .navbar-nav > li:hover a {

  /*background-color: #ABCB58; */

  transition: background-color 0.5s ease;

  /*color: #fff !important;*/


}


.dropdown-menu {

   background-color: #f9f6c8;
   padding: 0px 0;


}

.dropdown-menu li{

   /*height: 45px !important;*/
   height: 40px !important;

}

.dropdown-menu li a{

  height: 100%;
  line-height: 40px;
}

.dropdown-menu > .active > a{

  background-color: #ABCB58;
  color: #fff;

}



.dropdown-menu > li.kopie > a {
    padding-left:5px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {

   top:0;
   left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;

   min-width: 230px

 }

 .dropdown-submenu>.dropdown-menu > li{

   height: 45px !important;
   display: block;
   width: 100%;

}


.dropdown-submenu > a:after {
/*  border-color: transparent transparent transparent #ABCB58;
  border-style: solid;
  border-width: 6px 0 6px 6px;*/
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  /*margin-top: 5px;*/
  width: 0;
  margin-bottom: 0;

}

.dropdown-submenu:hover>a:after {
    border-left-color:#555;
    margin-top: 15px;
    margin-bottom: 0;

}



.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {

    color: #fff;
    background-color: #ABCB58;
    width: 100%;

}

.dropdown-menu .dropdown-menu  > li > a:hover {min-width: 230px;}


/* 'Cómo participar' list styling */

.joinlist li {
		line-height:1.8em;
		margin-left:10px;
}


/* Static Content Layout */


.card_content{

	padding: 12px 8px 8px 8px;
	border-bottom: 3px solid #ABCB58;
	margin-bottom: 25px;

}

.card_content.solid{

	background-color: #f9f6c8;

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.card_title{

  border-bottom: 3px solid #ABCB58;
	padding: 4px 8px 4px 8px;


}

.card_title.solid{


}

.card_title h3{

	color: #ABCB58;


}

/* Thumbnails Downloads */

.thumbs {
	border: 1px solid #A1A1A1;
	width: 60%;
}

/* Little description on Data Pages */

.data_description span {
	color: #abcb58;
}

.data_description p{

	text-align: center;

}


/* Anchor offset */

.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}


/* Añadir observaciones */

#future_alert {
	text-align: center;
	margin-top: 10px;
	color: red;
}

.notfound {
	display: block;
	text-align: center;
}

.has_photo {
	position: absolute;
	top: 0;
	right: 10;
	right: 15px;
	background: #abcb58;
	color: white;
	padding: 10px;
	border-radius: 0 0 0 50%;
	cursor: pointer;
}

.has_photo:hover {
	color: #000;
}

.caption .disabled {
	background: #cddba7;
}



/* GALLERY */

#gallery-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.gallery-item {
	margin: 20px auto;
}

.gallery-item img {
	max-width: 100%;
	max-height: 150px;
}

.gallery-item .image-like {
	position: absolute;
	right: 0px;
	top: -5px;
}

.gallery-item .image-like > div {
	display: flex;
	flex-direction: column;
	padding-top: .6em;
}

.gallery-item .image-like > div i,
.gallery-item .image-like > div span {
	z-index: 10;
}

.gallery-item .image-like > div span {
	font-size: .8em;
	margin-top: -5px;
	text-align: center;
}

.gallery-item .image-like::after {
	content: '\f02e';
	font-family: 'Font Awesome 5 Free';
	display: inline-block;
	font-weight: 900;
	color: #efebce;
	font-size: 2.7em;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
}

.gallery-item .fas.fa-star {
	color: #abcb58;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.gallery-item .caption {
	position: relative;
	color: #666;
	border-top: 1px solid #abcb58;
	margin-top: 5px;
}

.gallery-item .obs_date {
	display: block;
	color: #937b63;
}

.gallery-item .common_name {
	font-weight: bold;
}

.gallery-item .latin_name {
	font-style: italic;
}

.gallery-item .caption > div {
	display: flex;
}

.gallery-item .caption i {
	padding: 0.2em 0.5em;
	color: #abcb58;
}

#upload_modal img {
	max-width: 100%;
}
/* Area Interna */

.newsPendent {
	position: relative;
	float: right;
	margin-top: 0;
}


.btn-admin {

	border: 0;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	border-radius: 5px;
	display: inline-block;
}

.answer {
	padding: 10px;
	background: rgba(171, 203, 88, 0.31);
}

/* Highcharts colour */

.highcharts-color-0 {
	fill: #abcb58 !important;
	stroke: none !important;
}


/* Ranking Observers */

.observer .progress {
	width: 120px;
}



.lang-selector {
	border-left: 2px solid #ede576;
}

.news_list {
	margin-bottom: 0px;
	font-size: 1em;
}
.news_list td {
	border-top: 0px !important;
	padding: 0 8px !important;

}

.iucn_status {
	border-radius: 10px;
	padding: 3px;
	font-size: 0.8em;
	cursor: pointer;
}

.status_mosaic {
	position: absolute;
	right: 30px;
	top: 15px;
}

.status_NT {
	background: #066;
	color: #9c9;
}

.status_VU {
	background: #c90;
	color: #ffc;
}

.status_EN {
	background: #c63;
	color: #fcc;
}

.status_EX {
	background: transparent;
	color: transparent;
	border-radius: 0;
}

.status_EX::before {
	content: '\f071';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	font-size: 1.5em;
	margin-top: -5px;
	margin-left: -3px;
	color: #ff9916;
}

.species_rare {
	display: inline-block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background-color: red;
}

.dropdown-actions {
	display: inline-block;
}

.obs_state_0 {
	color: #ffb300;
}

.obs_state_-1 {
	color: red;
}

.obs_state_2 {
	color: #00c400;
}

#obs_management_list .row {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#obs_management_list .row:hover {
	background: #E9F0D4;
}

#obs_management_list .dropdown-toggle {
	text-decoration: none;
	border-radius: 0;
	display: block;
	width: 80px;
}

#obs_management_list .dropdown-item {
	display: block;
	padding: 0.5em;
}

#obs_management_list .dropdown-item:hover {
	background: #abcb58;
	color: #fff;
}


.row.header > div {
    border-bottom: 1px solid #000;
    padding-bottom: 0.5em;
		font-weight: bold;
}

/*
**	 Responsive Media Queries
*/


@media (max-width: 767px) {

	.box-presentation h2 {
		font-size: 1em;


	}


  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {

		/*background-color: #666;*/

    }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #fbf490;
    border-radius: 4px;
    margin-top: 2px;
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
     background-color: #fbf490;


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

   .navbar-nav .open .dropdown-menu {
    /* border-bottom: 1px solid #abcb58;*/
     border-radius: 0;
   }


  .dropdown-menu {
      padding-left: 10px;
      background-color: #fbf490;

  }



  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

	 .submenu .nav {
		 min-width: none;
	 }

}

@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}

.thumbnail .caption {
	font-size: 14px;
}

.thumbnail .caption small {
	font-size: 11px;
}

.thumbnail {
	padding: 4px 4px 20px 4px;
}

.thumbnail .caption .btn {
	padding: 8px;
	border-radius: 4px;
	margin-left: 2px;
	border: 1px solid #fff;
}


.card_content{

	padding: 12px 8px 8px 8px;
	border-bottom: 3px solid #ABCB58;
	margin-bottom: 25px;

}

.card_content.solid{

	background-color: #f9f6c8;

}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.card_title{

  border-bottom: 3px solid #ABCB58;
	padding: 4px 8px 4px 8px;


}

.card_title.solid{


}

.card_title h3{

	color: #ABCB58;


}

/* Poll styling */

.poll {
	font-size: 1.5em;
}

.poll-icon {
	font-size: 1.5em;
background: #abcb58;
padding: 15px;
border-radius: 50px;
float: left;
margin-right: 25px;
}

.poll-text h3 {
	margin: 20px auto;
	line-height: 60px;
}

#poll_q9 label {
	display: block;
}
#poll_q9 input {
	float: left;
}

/*.inline-choices {
	width: 30%;
	float: right;
}*/

.poll-title {
	margin-top: 40px;
	color: #abcb58;
	font-weight: bold;
}

.poll-list li div {
	margin: 10px 0 20px;
}

.poll-list li input[type=radio],
.poll-list li input[type=checkbox]
{
  position: absolute;
  visibility: hidden;
}

.poll-list li label{
  position: relative;
  font-weight: 300;
  font-size: 1.15em;
  padding: 5px 25px 25px 60px;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}


.poll-list li label::after {
	content: ' ';
	display: block;
position: absolute;
border: 5px solid #AAAAAA;
border-radius: 100%;
height: 25px;
width: 25px;
top: 5px;
left: 20px;
z-index: 5;
transition: all .25s linear;
-webkit-transition: all .25s linear;
}


.poll-list input[type=radio]:checked + label::after,
.poll-list input[type=checkbox]:checked + label::after
 {
  border: 5px solid #ABCB58;
	background: #ABCB58;
}


.poll-list input[type=radio]:checked + label,
.poll-list input[type=checkbox]:checked + label
{
  color:#ABCB58;
	font-weight: bold;
}

.submitted input[type="radio"]:required:invalid + label::after {
	box-shadow: 0px 0px 8px red;
}

#poll_q9b, #poll_q13g, #poll_q14 {
	border: 2px solid #ababab;
	border-radius: 10px;
	padding: 0 10px;
	height: 30px;
	width: 80%;
	outline: 0;
	margin-bottom: 20px;
}

#poll_q9b {
	margin-left: 50px;
}

#poll_q9b:focus, #poll_q13g:focus, #poll_q14:focus {
	outline: 0;
	border: 2px solid #b4c34a;
}

#poll_q14 {
	width: 100%;
	height: 150px;
	margin-bottom: 30px;
	margin-top: 8px;
}

.poll-list select {
	display: block;
	margin: 10px 0;
}


/*ol li:hover label{
	color: #FFFFFF;
}*/

.manager_list h3 {
	display: inline-block;
}

.manager_list h4 {
	display: inline-block;
	margin-left: 10px;
}

.plant_card {
	background: #e2edc4;
	border-radius: 10px;
	margin: 10px;
	padding: 15px;
	box-shadow: 0 0 1px #808080;
}

h1.green {
	color: #ABCB58;
}

.check {
	vertical-align: middle !important;
}

.check i {
	display: block;
	text-align: center;
}

.block_pointer {
	display: block;
	cursor: pointer;
}

.docs-title {
	margin-top: 30px;
}

/* Poll results */

#poll_results {
	font-size: 0.8em;
}

.question {
	font-weight: bold;
	width: 25%;
}

/* Admin Stats */

#date_selector,
#date_selector input,
#date_selector span {
	display: inline-block;
}

#date_selector input {
	width: 100px;
}

#date_selector span,
#date_selector input {
	margin-left: 10px;
}



.upload_image_improve {
	margin-left: 10px;
}

.pending-activation {
	color: #ccc;
	font-style: italic;
}

.inactive-plant {
	color: #bf5014;
	font-style: italic;
}


.table {
	display: table;
	color: #666;
}

.table .row {
	display: table-row;
}

.table .cell {
	display: table-cell;
	padding: 10px;
}

.table .cell-full {
	width: 100%;
	background: #f1ed92;
	font-weight: 700;
	text-align: center;
}

.table .cell-left {
	width: 30%;
	background: #f1ed92;
	font-weight: 600;
}

.table .cell-right {
	width: 70%;
}

#legal_table.table ul {
	list-style-type: unset;
	padding-left: 20px;
}

#legal_table_header {
	margin-bottom: 10px;
}

.choice_wrapper {
	display: flex;
}

.choice_wrapper input {
	align-self: center;
}

.choice_wrapper label {
	max-width: 85%;
	margin-left: 15px;
}

.user_register h4 {
	color: #abcb58;
	font-weight: 600;
}


#dbf_banner_img {
  display: block;
  border: 1px solid black;
  max-width: 100%;
}

#extra_species_list .rmRow {
	margin-left: 5px;
}

#extra_species_list .rmRow span {
	width: 14px;
	height: 14px;
}

.has_photo_extra {
	position: relative;
	background: #abcb58;
	color: white;
	padding: 8px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
	margin-right: 5px;
}

.has_photo_extra:hover {
	color: #000;
}

.has_photo_extra i {
	font-size: 0.8em;
}

#photo_no_obs {
	display: none;
}

#remove_photo {
	display: none;
	float: left;
}

.lds-dual-ring {
  width: 64px;
  height: 64px;
	position: absolute;
	top: calc(50% - 32px);
	left: calc(50% - 32px);
	z-index: 10;
	display: none;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #abcb58 transparent #abcb58 transparent;
  animation: lds-dual-ring 0.6s linear infinite;
}

#upload_modal.loading a,
#upload_modal.loading button,
#upload_modal.loading input {
	pointer-events: none;
}

#upload_modal.loading .lds-dual-ring {
	display: block;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.image,
.image-like,
.photo {
	cursor: pointer;
}

.image-wrapper {
	position: relative;
	text-align: center;
}

.image:hover::after {
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 14px);
	font-size: 2em;
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	color: #abcb58;
	text-shadow: 0 0 2px #000;
}

.image:hover::before {
  background: #fff;
  opacity: .3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  content: "";
}

#photo_modal .modal-dialog {
	text-align: center;
	width: 80%;
}

#photo_modal .modal-content {
	display: inline-block;
}

#photo_modal img {
	max-width: 100%;
	max-height: 75vh;
}

#spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 20px auto;
  display: none;
}

#spinner:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #abcb58 transparent #abcb58 transparent;
  margin: 0px;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
   100% {
    transform: rotate(360deg);
  }
}


.great_margin {
	margin-top: 1.5em;
}

.custom_checkbox {
	padding-left: 1em;
	margin-bottom: 2em;
}

.custom_checkbox input {
  display: none;
}

.custom_checkbox span {
  position: absolute;
  /* top: 0; */
  left: 0;
  height: 25px;
  width: 25px;
  border: 5px solid  #abcb58;
}

.custom_checkbox:hover span {
  background-color: #abcb58;
}

.custom_checkbox input:checked ~ span:after {
  display: block;
}

.custom_checkbox span:after {
  content: '';
  display: none;
  position: absolute;
	left: 5px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-body.terms ul {
	list-style-type: circle;
	padding-left: 3em;
}

ul.list {
	list-style-type: disc;
	padding-left: 40px;
}

ul.list li {
	margin-bottom: 10px;
}

#nests_map  {
	height: 500px;
}

.nest_table {
	font-size: 1em;
}

.nest_table td {
	padding: 2px 5px;
	border: 1px solid #ccc;
}

.nests_popup {
	width: 410px;
}

.nests_popup h4 {
	color: #abcb58;
}

td small {
	padding: 0.5em;
}
