﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/


.content-form {
    padding: 20px;
    /*border: 1px rgb(0 255 33) solid;*/
    border-radius: 3px;
    /*box-shadow: rgb(0 255 144) 0px 2px 2px 0px  inset;*/

    box-shadow: rgb(0 255 144) 0px 0px 2px 0px inset;
    max-width: 510px !important;
    /*max-width: 700px !important;*/
}

/* override leaflet style */
.leaflet-popup-content {
    margin: 13px 24px 13px 20px;
    /* line-height: 1.3; */
    font-size: 13px !important;
    /* font-size: 1.08333em; */
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
    min-height: 1px;
    width: max-content !important;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #f50000 !important;
    text-decoration: none;
    background: #67ab41 !important;
}