/*==================================*/
/* MAP */
/*==================================*/
table{
    border: 1px solid #ddd;
}
.table > tbody > tr > td, .table > tfoot > tr > td,
.table > tbody > tr:last-child > td, .table > tfoot > tr:last-child > td,
.table > thead > tr > th:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > tbody > tr > td:first-child, .table > tfoot > tr > td:first-child{
    padding: 5px 10px !important;
}
.table.table-info > tbody > tr > td:first-child{
    width: 30%;
    font-weight: 700;
}
.table.table-hover > tbody > tr:hover{
    cursor: pointer;
    background-color: #ECF9FF;
}
.map-container {
    position: fixed;
    top: 0px;
    width: 100%;
}
.content-container {
    position: relative;
    min-height: 300px;
    color: #bdbdbd;
    background-color: #293849;
    margin-bottom: -10px;
}
.content-container h3,
.content-container h4{
    color: #bdbdbd;
}
.content-container .modal,
.content-container .modal h3
.content-container .modal h4{
    color: #333;
}
#welcome {
    padding: 15px 0px;
    min-height: 300px;
}
#welcome .glyphicon {
    font-size: 4em;
}
.map-container #map-toolbar {
    position: absolute;
    z-index: 100000000000;
    bottom: 20px;
    left: 10px;
    border-radius: 4px;
}
.map-container #map-toolbar .btn{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.map-container #map-toolbar #label{
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 4px;
    height: 30px;
    display: inline-block;
}
.map-container #map-toolbar .list-group{
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
}
.map-container #map-toolbar .list-group .list-group-item{
    background-color: rgba(255, 255, 255, 0.9);
}
.map-container #map-toolbar .list-group .list-group-item:hover{
    background-color: rgba(245, 244, 244, 0.9)
}
.map-container #map-toolbar .list-group .list-group-item.active{
    background-color: rgba(220, 220, 220, 0.9);
    border: 0;
}
.map-container .map-note{
    position: absolute;
    top: 66px;
    right: 11px;
}
.map-container .map-note .popover{
    width: 400px;
    left: -234px !important;
}
.map-container .map-note .popover .arrow{
    left: 92.7681% !important;
}
.map-container .map-note .popover .map-icon{
    height: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    margin-bottom: 5px;
    background-position: 0px 3px;
}
.map-container .map-note .popover .map-icon.cluster-icon{
    background-image: url('../images/cluster_icon.png');
}
.map-container .map-note .popover .map-icon.area-icon{
    background-image: url('../images/area_icon.png');
    padding: 7px 0px 7px 40px;
}
.map-container .map-note .popover .map-icon.pond-icon{
    background-image: url('../images/pond_icon.png');
    padding: 7px 0px 7px 40px;
}
.map-container .map-info{
    position: absolute;
    top: 67px;
    left: 116px;
}
.map-info .widget{
    border: none;
    box-shadow: none;
    color: #333;
}
.map-info .widget .stats-icon{
    right: auto;
    left: 0px;
    color: #757575;
    opacity: .5;
    margin: 0px;
    line-height: 45px;
    height: 30px;
    font-size: 30px;
}
.map-info .widget .stats-info{
    margin-left: 44px;
}
.map-info .widget .stats-info h3{
    color: #333;
    font-size: 1.5em;
}
.modal .modal-header {
    padding: 15px;
}
#filter .bootstrap-select.btn-group .no-results{
    padding: 5px;
    margin: 0px;
}
#filter .bootstrap-select .btn-info,
#filter .bootstrap-select .btn-info:hover,
#filter .bootstrap-select.open .btn-info,
#filter .bootstrap-select.open .btn-info:hover{
    background-color: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #ddd !important;
}
#filter .date-picker{
    border: 1px solid #ddd;
    padding: 5px;
    height: 32px;
    border-radius: 4px;
    background: #f5f5f5;
}
/*==================================*/
/* POND INFO */
/*==================================*/
.pond-info {
    background-color: #223040;
    box-shadow: 0px -1px 0px #2E4053;
}
.pond-info h3,
.pond-info h4 {
    margin-top: 0px;
}
.pond-info .block-header {
    margin: 0px;
    padding: 6px 0px;
    background-color: #2E4053;
    text-transform: uppercase;
}
.pond-info .block-header .title {
    font-weight: 700;
}
.pond-info .block-header.fixed {
    position: fixed;
    width: 100%;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    z-index: 10;
}
.pond-info .block-header .actions {
    top: 2px;
}

.pond-info .form-control {
    background-color: transparent;
    color: #bdbdbd;
    border: 1px solid #bdbdbd;
    /*height: 30px;*/
    padding: 5px;
    border-radius: 3px !important;
}
.pond-info .input-group-addon {
    color: #bdbdbd;
}
.pond-info .dropdown-toggle.btn-primary,
.pond-info .dropdown-toggle.btn-primary:hover {
    background-color: transparent;
}
.pond-info .featured-info {
    background-color: #293849;
    padding: 15px 0px;
    margin-bottom: 15px;
}

.widget.widget-stats {
    position: relative;
}

.widget {
    border-radius: 3px;
    color: #bdbdbd;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px){
    .widget{
        margin-bottom: 15px;
    }
}

.widget h3{
    color: #fff;
    font-size: 1.5em;
    margin: 0;
}

.widget-stats .stats-icon {
    font-size: 42px;
    height: 56px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    margin-left: 15px;
    color: #fff;
    position: absolute;
    right: 15px;
    opacity: .1;
    filter: alpha(opacity = 20);
}
.widget.widget-stats.bgm-bluegray {
    background-color: rgba(96, 125, 139, 0.29) !important;
}


/*intro modal*/
#intro .modal h3{
    margin-top: 60px;
    margin-bottom: 20px;
}
#intro .modal .modal-content{
    background-image: url('../images/intro_bg.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 400px;
}

#sidebar-right{
    width: 400px;
}

#filter #filter-toolbar{
    padding: 10px 0px;
}
#filter .tab-content .tab-pane{
    min-height: 330px;
}

.form-control.fc-alt {
    border-radius: 3px;
}
.form-control.fc-alt[type="number"]{
    padding: 0px 0px 0px 12px;
}

#pond-images{
    padding: 15px 0px 30px 0px;
    background-color: #19232F;
    position: relative;
}
#lg-gallery .thumb-cont .thumb > img{
    height: 100%;
}
.bullet {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -24px;
    background-color: #ECEFF1;
    color: #9c9c9c;
    border-radius: 50%;
    padding: 13px 17px;
    margin: auto;
    left: 0;
    right: 0;
    text-shadow: none;
    font-size: 1.4em;
    z-index: 1;
}
#member-info{
    background-color: #ECEFF1;
    color: #333;
    position: relative;
}
#member-info h2,
#member-contact h3,
#member-ponds h3{
    color: #333;
}
@media(min-width: 960px) {
    #member-info .container-fluid,
    #member-ponds .container-fluid,
    #member-contact .container-fluid {
        width: 960px;
    }
}
#member-info .container-fluid .row,
#member-contact .container-fluid .row,
#member-ponds .container-fluid .row{
    padding-top: 30px;
    padding-bottom: 30px;
}
#member-info #member-logo{
    width: 100px;
    min-height: 100px;
    position: absolute;
    top: 20px;
    left: 10px;
}
#member-info #member-name{
    text-transform: uppercase;
    margin: 20px 0px;
}
#member-info #member-image{
    margin-top: 100px;
}
@media (max-width: 992px){
    #member-info #member-name {
        margin-top: 35px;
        margin-left: 120px;
    }
    #member-info #member-image{
        margin-top: 15px;
    }
}
#member-contact{
    background-color: #ECEFF1;
    color: #333;
    background-image: url('../images/intro_bg2.png');
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
#member-contact #frm-member-contact{
    margin-top: 30px;
}
#member-contact .form-control{
    color: #333;
}

#member-ponds{
    background: #fafafa;
    color: #333;
}

.map-container .map-loading{
    position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(255, 255, 255, 0.2);*/
    z-index: 10;
    display: none;
}
.map-container .map-loading.open{
    display: block;
}
.map-container .map-loading .g-loading-container {
    width: 122px;
    display: block;
    margin: 0 auto;
    margin-top: 200px;
}

.g-loading-container div {
  height: 20px;
  width: 20px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  display: inline-block;
}
.g-loading-container div:first-child {
  animation: move 1s ease-in-out infinite alternate;
  background: #4285f4;
  margin-left: 0;
}
.g-loading-container div:nth-child(2) {
  animation: move 1s ease-in-out -0.25s infinite alternate;
  margin-left: 35px;
  background: #db4437;
}
.g-loading-container div:nth-child(3) {
  animation: move 1s ease-in-out -0.5s infinite alternate;
  margin-left: 70px;
  background: #f4b400;
}
.g-loading-container div:nth-child(4) {
  animation: move 1s ease-in-out -0.75s infinite alternate;
  margin-left: 105px;
  background: #0f9d58;
}
@-moz-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-webkit-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@-o-keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes move {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(5px);
  }
}
