blockquote{
    margin:30px;
}
#logo,.logo {
  font-size: 120px;
}

span.highlight{
    font-weight: bold;
}

.dd-search ul li:hover
{
    color:yellow;
}

.dd-search ul li
{
    cursor: pointer;
}

.type-map,
.type-gps {
  background-image: url(../img/gpsb.png);
  background-repeat: no-repeat;
  background-position: 5px 5px;
  height: 45px;
  padding-left: 45px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.camera,
.photo {
  background-image: url(../img/camera.png);
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;  
  background-position: 5px;
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.deleted {
  background-color: #C71C22;
}
.photo {
  background-image: url(../img/photo.png);
}
.alert-camera {
  color: #31708f;
  padding:0;
  
}

.margin10{
    margin:10px;
}

.title {
    display: flex;
}

#preview {
  width: 100%;
  height: 150px;
  overflow-x: scroll;
  overflow-y: hidden;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#preview > div {
  display: table-cell;
}
#preview input[type='checkbox'] {
  width: 100%;
}
#preview img {
  width: 120px;
  margin-left: 3px;
}
#preview img.galleria-image {
  width: auto;
}

.radio label{
  color:#009933;
  border:1px solid #009933;
  border-radius:30px;
  
  font-weight: bold;
}
.radio{
  margin-top:5px;
  margin-bottom:5px;
}

  .radio input[type="radio"]:checked + label
  {
    background-color:#009933;
    color:whitesmoke;
    
  }
  
  .radio input[type="radio"]
  {
    display:none;
  }
  
  .radio span {
    padding: 0px 5px 5px 0;
  }

  .check label{
    color:#009933;
    border:1px solid #009933;
    border-radius:3px;
    min-width:250px;
    font-weight: bold;
    width: 100%;
    }
  
    .check input[type="checkbox"] + label i,
    .check input[type="checkbox"]
    {
      display:none;
      list-style:none;
    }
    
    .check input[type="checkbox"]:checked + label
    {
      background-color: #009933;
      color:white;
      font-weight:bold;
      
    }

    .check input[type="checkbox"]:checked + label i
    {
      display:list-item;      
      float: left;
      margin-top: 5px;
    }

.delete-species {
    float: right;
    display: inline-flex;
    padding: 5px;
}

    

    .nks {
      margin-left: -25px;
    }
    
    .nks .nested
    {
      padding-left:20px;
    }

  .nested label {
    display: block;
  }
  .nested input[type="checkbox"]
  {
    display:none;
  }

    .nested input[type="checkbox"] + label + nested > div
    {
      display:none;
    }

    div.nested input[type="checkbox"]:checked + label + nested > div
    {
      display:block;
    }

    .nested div, .nested label {
      user-select: none;
      cursor: pointer;
      margin-bottom: 0;
    }

    .nested i {
      width: 16px;
      height: 16px;
    }

    .nested label.active{
      font-weight: bold;
    }

    .nested input[type="checkbox"] + label .fa-caret-down
    {
      display:none;
    }

    .nested input[type="checkbox"] + label .fa-caret-right
    {
      display:inline-block;
    }

    .nested input[type="checkbox"]:checked + label .fa-caret-down
    {
      display:inline-block;
    }

    .nested input[type="checkbox"]:checked + label .fa-caret-right
    {
      display:none;
    }

    .gps{
      padding:5px;
    }

    .gps a{
        color:#fff !important;
    }

    .gps-active{
      padding:5px;
      background-color: #007bff;
      box-shadow: 0px 0px 0px 5px #ffc107;
    }

    .gps-element {
        padding: 3px 2px 3px 5px;
        margin-top: 40px;
    }

    .pagination li.active
    {
      font-weight: bold;
      text-decoration: underline;
    }

    .pagination li
    {
     padding: 0 2px 0px 2px;
    }

    .actions-icons-container
    {
        font-size:30px;
    }


    .dd-search li.highlite,
    .dd-search input.highlite {
      background-color: #f8d7da;
    }

.right {
    float: right;
    margin-left: 10px;
}

    .ng-invalid-required + label,
    .ng-invalid {
    border-color: #a94442;
    border-width:2px;
    }

    .help-block
    {
      color:#a94442;
    }

    .antropogeni input[type="radio"]
    {
      display:none;
    }

    .antropogeni input[type="radio"]+label
    {
      border-radius: 30px !important;
      width: 100px;
      margin-right: 5px;
    }

    .antropogeni input[type="radio"]:checked+label
    {
      background-color: #009933;
      color:white;
      font-weight:bold;
      border-radius: 30px !important;
      width: 100px;
    }


    /*

    MAPPING PART

    */

#map {
    width: 100%;
    height:720px;
    
}

.ol-mouse-position
{
  right:60px;
}

.ol-control:hover {
    background-color: #007bff8f;
}

.rotate-north {
    top: 65px;
    left: .5em;
}

.ol-touch .rotate-north {
    top: 80px;
}
    
button.gps {  
  background-image: url(../img/gps.png);
  background-repeat: no-repeat;
  background-position: center;
}
.gps-control {
  top: 120px;
  left: 7px;  
}

/*

LAYER SWITCHER

*/

.layer-switcher {
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: left;
    background-color: #007bff8f;
}
    .layer-switcher .panel {
        margin-bottom: 0;
        color: #fff;
        display: none;
        width: 150px;
        border-radius: 0.25rem;
    }

.layer-switcher .panel p {
  font-size: 20px;
  font-weight:bold;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 0;
}
.layer-switcher input.opacity {
  padding-top: 2px;
  padding-bottom: 12px;
}
    .layer-switcher button {
        float: right;
        width: 38px;
        height: 38px;
        background-image: url('../img/layers.png');
        background-repeat: no-repeat;
        background-color: transparent;
        border: none;
        margin: 5px;
    }
.layer-switcher.shown .panel {
  display: block;
  margin-bottom: 0px;
}
.layer-switcher button:focus,
.layer-switcher button:hover {
  background-color: white;
}
.layer-switcher ul {
  padding-left: 1em;
  list-style: none;
  padding-left: 0;
}
.layer-switcher li.group {
  padding-top: 5px;
}
.layer-switcher li.group ul {
  padding-left: 5px;
}
.layer-switcher li.group > label {
  font-weight: bold;
  width: 100%;
  background-color: #00c;
}
.layer-switcher li label {
  padding-left: 5px;
}
/* OVERRIDE DEFAULT INPUT RANGE */
input[type=range]::-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
input[type=range]::-ms-track {
  width: 150px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}
input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

/*

TOGGLE

*/
.toggle-switch {
  position: relative;
  display: block;  
  width: 140px;
  height: 30px;
  padding: 3px;
  margin: 0 10px 10px 0;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.toggle-switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.toggle-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 16px;
  text-transform: uppercase;
  background: #007bff;
  color: #fff;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}
.toggle-switch-label:before, .toggle-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.toggle-switch-label:before {
  content: attr(data-off);
  right: 11px;  
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.toggle-switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: #FFFFFF;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.toggle-switch-input:checked ~ .toggle-switch-label {
   background: #009933;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.toggle-switch-input:checked ~ .toggle-switch-label:before {
  opacity: 0;
}
.toggle-switch-input:checked ~ .toggle-switch-label:after {
  opacity: 1;
}

.toggle-switch-input:disabled ~ .toggle-switch-handle {  
  background: transparent;
}

.toggle-switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.toggle-switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.toggle-switch-input:checked ~ .toggle-switch-handle {
  left: 108px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
/* Transition
    ========================== */
.toggle-switch-label, .toggle-switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}


.stat
{
  overflow-x: scroll;
}

.active-user a
{
  color:white;
}

.dialog-image {
    padding: 10px;
    vertical-align: middle;
    background: linear-gradient( 145deg, #349aed 50%, #34d8ed 100%);
    border-radius: 20px;
    margin-left: 10px;
}

hr.species-divider{
height: 3px;
border-style: solid;
border-width: 1px 0 1px 0;
border-color: #009933;
}

.btn-xs
{
  padding: .15rem .2rem;
  line-height: 1;
}






/*

    PAGE SLIDE


*/
.ng-pageslide {
    background: #eee;
}

    .ng-pageslide h2{
        color: #fff;
        font-size: 23px;
        text-align: center;
    }
    .ng-pageslide a.btn-primary {
        color: #fff;
    }

.ng-pageslide table td {
    border: none;
}

    .ng-pageslide .slide-right {
        padding: 5px 0 0 5px;
        height: 100%;
        overflow-y: scroll;
    }

    body.ng-pageslide-body-open::before {
        content: '.';
        display: block;
        position: absolute;
        top: 0;
        background-color: rgb(0,0,0);
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        opacity: 0.5;
        transition: opacity 1s;
        opacity: 0.5;
        pointer-events: all;
    }

body.ng-pageslide-body-closed::before {
    transition: opacity 1s;
    content: '.';
    display: block;
    position: absolute;
    top: 0;
    background-color: rgb(0,0,0);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.ng-pageslide {
    background: linear-gradient( 145deg, #349aed 50%, #34d8ed 100%);
    box-shadow: 0 1px 4px rgb(0 0 0 / 30%);
}

    .ng-pageslide table {
        background-color: #fff;
        background-clip: padding-box;
        border: none;
        border-radius: 0.25rem;
        font-size:12px;
    }
        .ng-pageslide table tr {
            border:none;
        }


::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 1px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }





.user-form {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    margin: 2px;
}

.gps-table {
    padding: .75rem 1.25rem;
    background-color: #fff;
    margin: 0;
}


.error {    
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 100;
}

.error .alert{
    border-radius:0;
}

.modal-header {
    background: linear-gradient( 145deg, #349aed 50%, #34d8ed 100%);
    border-radius: 0;
    color: #fff;
}

.modal-footer{
    border-top:none;
}

.pager{
    float:right;
    background-color:#fff;
}
.pager button{
    min-width:44px;
}

.chrome, .bg-primary {
    background: linear-gradient( 145deg, #349aed 50%, #34d8ed 100%);
    height: 40px;
    padding: 5px;        
}

    .chrome select {
        color: #fff;
        border: none;
        background-color: #ffffff50;
        width: 250px;
        border-radius: .2rem;
        padding: 3px 10px;
        margin: 0;
        
    }

.left{
    float:left;
 margin-left:10px;   
}

.chrome select:focus {
    outline: none;
    background-color: #ffffff;
    color:#ccc;
}

.chrome .btn-primary, .ng-pageslide .btn-primary, .bg-primary .btn-primary {
    color: #fff;
    border: none;
    background-color: #ffffff50;
    min-width: 26px;
    
}


.search {
    padding: 20px;
    margin: 15px;
    border-radius: 3px;
    background-color: #eee;
    border: 1px solid #dee2e6;
}

.search input[type="text"]{
    margin-bottom:10px;
}

.view-table {
    border-radius: 3px;
    margin: 15px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #dee2e6;
}

.view-table table{
    background-color:#fff;
}

.pregled .user-form {
    background-color: #eee;
    border: 1px solid #dee2e6;
}


.geo-control {
    display: block;
    min-height: 40px;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: beige;
    line-height: 35px;
    text-indent: 10px;
}

.range-group {
    padding: 0 20px 0 20px;
}


.range-group label {
    width:100px;
}
    .range-group input {
        width:70%
    }
        .range-group div.ng-binding {
    display:inline;
}




.box-radio{
    display:inline-block;
}

.box-radio-horizontal {
    display: inline;
}

.box-radio label { 
        margin: 10px;
        padding: 10px;
        border-radius: 30px;
        background-color: azure;        
        text-align: center;
        user-select:none;
        cursor:pointer;
}

.lookup .box-radio label {
    margin: 0 10px 0 10px;
    padding: 10px;
    border-radius: 30px;
    background-color: azure;
    text-align: center;
    user-select: none;
    cursor: pointer;
}


.box-radio input 
{
    display:none;
}

.box-radio input:checked ~ label {
        
    background-color: #009933;
    color:white;
}


.box-radio-sm label {
    padding: 5px;
    margin: 3px;
    min-width: 34px;
}


    .box-round-buttons label {
        width: 40px;
    }

textarea {
    overflow: auto;
    resize: none;
    width: 100%;
    height: 150px;    
    border: 1px solid #ccc;
    border-radius: 4px;
}


.flex{
    display:flex;
}

.flex input[type='text']
{
    margin-right:10px;
    
}

.species {
    
    background: whitesmoke;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
        
}

.species .nepoznata{
    text-decoration:underline;
}

   

.new-species{
    margin: 4px;
}

    .new-species button {
        margin: 2px 5px 2px 5px;
    }

.date-time{
    margin:10px;


}

    .date-time input {
        background-color: whitesmoke;
        border: none;
        border-radius: 30px;
        text-align: center;
        user-select: none;
        font-weight: 600;
    }

.date-time input:first-child {
    margin-right: auto;
}
.date-time input:last-child {
    margin-left: auto;
}



.species-command {
    margin: 5px;
    display: flow-root;
}


    .species-command button:first-child {
        float:left;
        
    }

    .species-command button:last-child {
        float: right;
        
    }

.sloj, .brojnost {
    display: inline-flex;
    padding: 5px;
}

.sloj .box-radio label {
    margin: 3px;
    padding: 5px;
}

.sloj {
    border-left: 1px solid grey;
    margin-left: 10px;
    padding-left: 10px;
}



.btn-new-species {
    margin: 5px 0 0 0;
}


.species-group .species-item:last-child 
{
    border-bottom: 1px solid #ccc;    
}

.editing{
    padding:10px;
    border-bottom:1px solid #ccc;
}

.accordion {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accordion .item .title {
    margin: 0;
    padding: 5px;
    background-color: #009688;
    border-bottom: 3px solid #CDDC39;    
    font-weight: 100;
    position: relative;
    cursor: pointer;    
    overflow:hidden;
    text-overflow:ellipsis;

}

    .accordion .item .title .name {
        overflow: hidden;        
        text-overflow: ellipsis;        
        padding: 0 0 0 5px;
        font-weight: 600;        
        height: 70px;
    }


.accordion .item .content {
    padding: 0;
    margin: 0;
    background-color: #CDDC39;
    transition: all 0.5s ease;
    overflow: hidden;
}

.accordion .item.open .content {
    height: auto;
}


.buttons-container {    
    width: 396px;
    
}

.buttons {
    height: 40px;
    width: 396px;
}

.spec-name {
    color: #fff;
    flex: 100;
    min-width: 100px;
    overflow: hidden;
    height: 70px;
    text-overflow: ellipsis;
}

.leftb{
    float:left;
}

.rightb{
    float:right;
}

search-dropdown{
    flex-grow:100;
}
.dropdown-searchable {
    display: flex;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;    
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px 0 0 2px;
    margin-bottom: 2px;
}

.dropdown-searchable .btn {
    padding: 0;
    vertical-align:unset;    
    overflow:hidden;
}

.addremove {
    width: 37px;
    margin-bottom: 2px;
    border-radius: 0 2px 2px 0;
}

.addremove-left {
    width: 37px;
    margin-bottom: 2px;
    border-radius: 3px 0 0 3px;
}
.dropdown-store {
    border-radius:0;
}

.dropdown-searchable button:focus {
    box-shadow: none;
}

.dropdown-searchable .dropdown-menu 
{
    padding:0;
}

.dropdown-menu .search-control {
    background-color: #e9ecef;
}

.search-menu {
    position: absolute;
    top: 33px;
    z-index: 1000;    
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    cursor: pointer;
}

.btn-sm2 {
    line-height: 0.6;
    padding: 0.3rem 0.4rem 0.5rem;
}

.dropdown-menu .search-control input {
    margin: 3px;
}

.dropdown-menu .dropdown-item
{
    cursor:pointer;
}

.matrix .name {
    padding: 20px 0 20px 0;
    display: inline-block;
}

.matrix input[type='number'], .matrix input[type='text'] {
    margin: 14px 0 14px 0;
    display: inline-block;
    max-width:1200px;
}

.matrix .row {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.matrix-last-row div .row:last-child {
    background: #d1ecf1;
}

.matrix-last-row div .row:last-child span.name {
    font-weight:bold;
}

.matrix-last-row div .row:last-child .box-radio {
    margin-top:6px;
}


.disabled-text-unvisible {
    color: #e9ecef;
}

.matrix .delete {
    float:right;
    margin-top:20px;
}

.dropdown-searchable ul {
    list-style: none;
    padding: 0 0 0 5px;
    max-height: 250px;
    overflow-y: scroll;
    margin: 0;
    user-select: none;
}

.dropdown-searchable ul li{
    cursor:pointer;
}
.dropdown-searchable ul li:hover {
    background-color: #e9ecef
}

.dropdown-searchable input[type='text'] {
    border: none;
}

    .dropdown-searchable input[type='text']:focus
    {
        border-radius:0;
    }

        .compass {
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
        position: relative;
        margin: 20px;
        color: #555;
        text-shadow: 1px 1px 1px white;
    }

    .compass:before {
        font-weight: bold;
        position: absolute;
        text-align: center;
        width: 100%;
        content: "S";
        font-size: 14px;
        top: -2px;
    }

    .compass .direction {
        height: 100%;
        width: 100%;
        display: block;
        background: #f2f6f5;
        background: -moz-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f6f5), color-stop(100%, #cbd5d6));
        background: -webkit-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        background: -o-linear-gradient(top, #f2f6f5 0%, #cbd5d6 100%);
        border-radius: 100%;
    }

        .compass .direction p {
            text-align: center;
            margin: 0;
            padding: 0;
            position: absolute;
            top: 55%;
            left: 0;
            width: 100%;
            height: 100%;
            line-height: 80px;
            display: block;
            margin-top: -45px;
            font-size: 28px;
            font-weight: bold;
            text-transform: uppercase;
        }

            .compass .direction p span {
                display: block;
                line-height: normal;
                margin-top: -24px;
                font-size: 11px;
                text-transform: uppercase;
                font-weight: normal;
            }

    .compass .arrow {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
    }

        .compass .arrow:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 10px solid red;
            position: absolute;
            top: -6px;
            left: 50%;
            margin-left: -5px;
            z-index: 99;
        }

        .compass .arrow.ssi {
            transform: rotate(22.5deg);
        }

        .compass .arrow.si {
            transform: rotate(45deg);
        }

        .compass .arrow.isi {
            transform: rotate(67.5deg);
        }

        .compass .arrow.i {
            transform: rotate(90deg);
        }

        .compass .arrow.iji {
            transform: rotate(112.5deg);
        }

        .compass .arrow.ji {
            transform: rotate(135deg);
        }

        .compass .arrow.jji {
            transform: rotate(157.5deg);
        }

        .compass .arrow.j {
            transform: rotate(180deg);
        }

        .compass .arrow.jjz {
            transform: rotate(202.5deg);
        }

        .compass .arrow.jz {
            transform: rotate(-135deg);
        }

        .compass .arrow.zjz {
            transform: rotate(-114.5deg);
        }

        .compass .arrow.z {
            transform: rotate(-90deg);
        }

        .compass .arrow.zsz {
            transform: rotate(-69.5deg);
        }

        .compass .arrow.sz {
            transform: rotate(-45deg);
        }

        .compass .arrow.ssz {
            transform: rotate(-24.5deg);
        }


/* TAG LIST */
tags-input .tags {
    padding: 1px;
    overflow: hidden;
    word-wrap: break-word;
    cursor: text;
    background-color: #fff;    
    height: 100%;
}

tags-input .input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s
}

ul .tag-list {
    list-style: none;
    padding-left: 0;
}


li.tag-item {
    border-radius: 6px;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    margin: 3px;
    padding: 3px 6px 3px 6px;
    color: #fff;
}

ul .remove-button{
    cursor:pointer;
}

.autocomplete
{
    color:black;
}

tags-input .autocomplete {
    margin-top: 5px;
    /*position: absolute;*/
    padding: 5px 0;
    
    color: #f00;
    position:relative;
    background-color:#f0f0f0;
    /*z-index: 1000;*/
    /*width: $suggestions-width;*/
    /*background-color: $suggestions-bgcolor;
    border: $suggestions-border;
    @include box-shadow($suggestions-border-shadow);*/
}

tags-input .suggestion-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 280px;
    overflow-y: auto;
    position: relative;
}

tags-input .suggestion-item {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    
    text-overflow: ellipsis;
    color:#000;
    height:30px;
}

tags-input .suggestion-item .selected {

}

tags-input .suggestion-item .selected em {

}


.species-row{
    display:flex;
    border-bottom:1px solid #f0f0f0;
}

.species-row div {
    line-height:10px;
}
.species-row > div:first-child {
        line-height: 30px;
}
.species-row button {
        margin-top:5px;
}
