
html,
body {
    height: 100%;
    font-family: 'Arial';
}

body.home {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin{
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-create {
    max-width: 480px;
    width: 100%;

    padding: 15px;
}
.form-create #map {
    width: 100%;
    height: 400px;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.bg-green {
    background-color:  #5c8946!important;

}
.table .thead-dark th{

    background-color: #4a7c33;
    border-color: #5c8946;

}

footer {
    font-size: 0.78em;
    text-align:center;
}
/* overrides */
.btn-primary {
    background-color: #5c8946;
    border-color: #5c8946;
}
.btn-primary:hover, .btn-primary:focus,.btn-primary:active{
    background-color:#7fa642;
    border-color:#7fa642;
}



.form-control:focus {
    border-color:#7fa642;
    box-shadow: 0 0 0 0.2rem rgba(0,114,52,0.25);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255,0.7);
}
a {
    color:#5c8946;

}
a:hover {
    color: #7fa642;
}


.select2-container--default .select2-selection--single {
    height:calc(2.25rem + 2px);
    border:1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:2.25rem;
}
#map {
    width:100%; height:700px;

}
#mapContainer {
    width: 750px;
    height: 780px;
}
ul.f3-widget-paginator {
    list-style-type: none;
    padding: 0;
    margin-bottom: 16px;
}
ul.f3-widget-paginator li{
    display:inline-block;
    padding: 2px 4px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    text-align:center;
    min-width: 32px;
    margin-right: 4px;
}
ul.f3-widget-paginator li.current {
    background-color: #5c8946;
    color: #fff;
}

.filter-bar {
    display: flex;
}
.filter-bar .form-group {
    max-width: 300px;
    margin-right: 8px;
}
