/* Empty. Add your own CSS if you like */

.admin-page {
  width: 300px;
  height: 200px;
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

.admin-page button {
  font-size: 2em;
  margin-bottom: 10px
}

.admin-delete h3 {
  margin-bottom: 30px;
  text-align: center
}

.admin-delete .form-check {
  margin: 10px 0 10px 20px;
}

.admin-check {
  margin-right: 20px;
}

.home-page {
  overflow: hidden;
}

.login, .about {
  text-align: center;
}

.leaflet-top {
  margin-top: 60px;
}

a {
  cursor: pointer;
}

div#footer {
  height: 6em;
  position: fixed;
  bottom: 0;
  background-color: silver;
  padding: 20px 30px 105px 52px;
  z-index: 10000;
}

.map-ui-view {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.navbar {
  z-index: 1;
  margin-bottom: 30px;
}

div.home-page {
  padding: 4px;
}

div.about {
  padding: 4px 20px;
}

/* button butchery */

button.button {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 8px;
  color: white;
  border: none;
  background-color: rgba(0, 0, 0, 0) !important;
  font-size: 2em !important;
  font-weight: 900;
}

/* elements */

div.form-group>input.form-control {
  margin-right: 80px;
  padding: .1em .5em .1em 1.25em !important;
  width: 100%;
  display: inline-block;
}

div.form-group>label {
  display: block;
  clear: both;
  margin-top: 1em;
}

div.form-group>span.confirmation {
  float: right;
  position: relative;
  right: 2em;
  top: -2em;
  height: 0;
  width: 0;
}

div.buttons {
  margin-top: 1em;
  position: fixed;
  bottom: 1em;
  right: 3em;
}

div.buttons>button {
  border-radius: 8px;
  border-style: solid;
  margin: 0 2px;
}

/* table.species-cluster {

} */

table.species-cluster>thead>tr, table.species-cluster>tbody>tr {
  width: 100%;
  display: block;
}

table.species-cluster>thead>tr {
  border-bottom: 1px solid black;
  padding: 0 0 .5em 0;
  font-weight: 900;
  color: #555;
}

table.species-cluster>thead>tr>th {
  padding-left: .25em;
  width: 25%;
}

table.species-cluster>thead>tr>td.first {
  padding-left: 0;
}

table.species-cluster>tbody, table.species-cluster>thead {
  display: block;
  width: 100% !important;
}

table.species-cluster>tbody>tr, table.species-cluster>thead>tr {
  width: 100%;
  display: inline-block;
}

table.species-cluster>tbody {
  height: 100px !important;
  overflow-y: auto;
}

table.species-cluster>tbody>tr {
  margin-bottom: .15em;
}

table.species-cluster>tbody>tr:nth-child(even) {
  background-color: #eee;
}

table.species-cluster>tbody>tr>td {
  margin: 0 0 .5em 0;
  color: #444;
  padding-left: .5em;
  white-space: nowrap;
}

table.species-cluster>tbody>tr>td.name {
  font-weight: 700;
  font-style: italic;
  padding-left: 0;
  color: black;
  white-space: normal;
}

table.species-cluster>tbody>tr>td:nth-child(1), table.species-cluster>thead>tr>th:nth-child(1) {
  min-width: 130px;
}

table.species-cluster>tbody>tr>td:nth-child(2), table.species-cluster>thead>tr>th:nth-child(2) {
  min-width: 70px;
}

table.species-cluster>tbody>tr>td:nth-child(3), table.species-cluster>thead>tr>th:nth-child(3) {
  min-width: 50px;
}

table.species-cluster>tbody>tr>td:nth-child(4), table.species-cluster>thead>tr>th:nth-child(4) {
  width: 50px;
}

div#date-selectors {
  z-index: 5;
  float: left;
  width: 100%;
  height: auto;
}

div#date-selectors>div.date-block {
  top: 0;
  width: 50%;
  padding-right: 10px;
  /* display: inline-block; */
  float: left;
}

div#date-selectors>div.date-block.to {
  padding-right: 0px;
}

div#date-selectors>div.date-block>label {
  margin-right: 1em;
  float: left;
  /* display: inline; */
  margin-top: .25em;
}

div#date-selectors>div.date-block>p {}

div.date-block>span.input-group>input.form-control {
  padding-left: .5em;
  padding-right: .5em;
}

ul.dropdown-menu {
  /* make the drop-down list scrollable and overflowable! */
  margin-top: -4px;
  height: 50% !important;
  overflow-y: scroll;
  padding-top: 0 !important;
}

div.home-page>*>div.form-group {
  margin-top: 1em;
  margin-left: 1em;
  margin-right: 2em;
}

div.form-group>div.loading-spinner {
  position: absolute;
  right: 4px;
  margin-top: -2em;
}

div.loading-spinner {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-color: white;
  padding: 2px;
  border-radius: 4px;
}

div.loading-spinner>div.sk-fading-circle {
  width: 20px !important;
  height: 20px !important;
}

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
}

.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index: 10000;
  position: absolute;
  width: 50%;
  /* Default */
  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}

.ng-modal-dialog-content {
  padding: 10px;
  text-align: left;
}

.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}