/* 
    Document   : leaflet.custom
    Created on : Nov 22, 2017, 10:13:42 AM
    Author     : Evgeniy
    Description:
        Purpose of the stylesheet follows.
*/

/* customize Leaflet default styles  */
.field-popup .leaflet-popup {
    width: 240px;
}

.field-popup .leaflet-popup-content-wrapper {
    border-radius: 0px;
    color: #333;
}

.field-popup .leaflet-popup-content {
    margin: 0px;
}

.field-popup .field-atrr {
    max-height: 260px;
    overflow: auto;
}

.popup-header {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid green;
}

.field-popup table{
    margin-top: 5px;
}

.field-popup td:first-child {
    font-weight: bold;
}

.field-popup td,th  {
    padding: 2px 5px;
    vertical-align: top;
}

.field-btn {
    margin: 10px 2px;
}

.btn-group>.btn:first-child,
.btn-group>.btn:last-child {
    border-radius: 0px;
}

.field-btn .glyphicon {
    color: green;
}

.scrollbar-custom::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,0.3);
    background-color: #EEE;
    border-radius: 10px;
}

.scrollbar-custom::-webkit-scrollbar {
    width: 6px;
    background-color: #EEE;
}

.scrollbar-custom::-webkit-scrollbar-thumb {
    background-color: #CCC;
    border-radius: 10px;
}