/*#map {
    height: 40rem;
    width: 100% !important;
}

.primary-nav {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}

.shrink {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 55px !important;
}

#navbarid {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

#logo {
  transition: 0.4s;
}

.shrink .navbar-brand {
  height: 0 !important;
  line-height: 0 !important;
}

.shrink a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;       
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}*/
.col-12.collapse thead tr th{
  color: #007bff !important;
}
.col-12.collapse thead tr th:hover{
  color: #0056b3 !important;
  text-decoration: underline;
  cursor: pointer;
}

.fa_round_custom{
  color: #5893d4;
  border-radius: 50%;
  
  padding-top: 0.3em;
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-bottom: 0.3em;
  
  background: #ceddef;
} .fa_round_custom.fa-trash-alt:hover{
    color: red;
    background: #dee3e9;
  }
  .fa_round_custom.fa-pencil-alt:hover{
    color: #070d59;
    background: #dee3e9;
  }
  .fa_round_custom.fa-clipboard-list:hover{
    color: #eeff00;
    background: #dee3e9;
  }
  .fa_round_custom.fa-plus:hover{
    color: #37889c;
    background: #e8afa0;
  }


#mapsRow .content{
  height: 60vh;
}


div.message {
  text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0.3em 1.5rem 0.3em 1.5rem;
    overflow: hidden;
    transition: all 300ms ease-out 0s;
    max-height: 100px;
    background-color: #a0d3e8;
    color: #626262;
    z-index: 999;
    line-height: 2em;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    max-height: 0;
    padding: 0em 1.5rem 0em 1.5rem;
}

.testFC .input-group-text{
  min-width: 7rem;
  justify-content: center;
}

#floating-panel {
  max-width: 32rem;
  position: relative;
  top: 5rem;
  left: 20rem;
  z-index: 5;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 1rem;
  padding-left: 10px;
}
#floating-panel input{
  margin-bottom: 0rem;
}

#map-container {
  height: 0;
  padding: 56.25% 0 0 0;
  margin: auto;
  position: relative;
  border: solid 1px grey;
}

@media (min-width: 648px) {
  #map-container {
    overflow: hidden;
  }
}

#map-overview {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: rgba(0,0,0,0.8);
  background: white;
  z-index: 10;
  cursor: pointer;
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
}

#map-overview.hidden {
  display: none;
}

#map-center:hover {
  color: black;
}

#map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: width 0.4s ease-in-out;
}

@media (min-width: 648px) {
  #map-canvas.zoomed {
    width: 50%;
  }
}

#map-info {
    margin-bottom: 15px;
  }

#map-info .gp {
  background: white;
  display: none;
  position: relative;
  border: solid 1px grey;
  overflow-y: auto;
}

@media (min-width: 648px) {
  #map-info .gp {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }
}

#map-info .gp > * {
  padding-left: 10px;
  padding-right: 10px;
}

#map-info .gp.shown {
  display: block;
}

#map-info .gp img {
  width: 100%;
  display: block;
}

.input-group .input{
  position: relative;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
/*width: 1%;*/
width: 100%;
min-width: 0;
margin-bottom: 0;
}


/**********************************************************************************/


.chosen-container{
  width: 100% !important;
}


#stats-option div.input.checkbox{
  border-bottom: solid 1px transparent;
  transition: border 0.15s ease-out;
  cursor: pointer;
}

#stats-option div.input.checkbox label{
 width: 100%;
}

#stats-option div.input.checkbox:hover{
  border-bottom: solid 1px #003C57;
  cursor: pointer;
}



fieldset.fieldset small{
  z-index: 1;
  top: 11px;
}

fieldset.fieldset button{
  margin-top: 1rem;
}

fieldset.fieldset span.label{
  margin-left: -0.7rem;
}

fieldset.fieldset div.period_picker_input{
  padding: 0.4rem;
  width: 100%;
}


#actionsTD{
  white-space: nowrap;
}

tbody tr:hover .invisible{
  visibility: visible !important;
}

tbody #actionsTD:hover {
  cursor: unset;
}
tbody .invisible{
  font-size: 1.33rem;
  padding: 5px 9px !important;
} tbody .invisible:hover{
    background-color: rgba(0,0,0,.05);
    border-radius: 100%;
  }
