﻿.textbox {
    Width: 100%;
    font-size: small;
    height: 30px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    azimuth: 6px;
    border-radius: 6px;
    color: #555;
}

.MyBtn {
    box-shadow: 0px 1px 5px 0px;
    margin: 0px 0 30px 0;
    padding: 2px 10px;
    border-right: 8px solid;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    width: 110px;
    height: 30px;
}

.btn2 {
    box-shadow: 0px 1px 5px 0px;
    margin: 0px 0 30px 0;
    padding: 2px 10px;
    border-right: 8px solid;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    height: 40px;
}

.dropdown {
    background-image: url('/files/adsPages/addon/img/down.png');
    background-position: 1px 1px;
    height: 24px;
    width: 99%;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-right: 2px;
    font-size: 12px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    -webkit-border-radius: 10px;
    azimuth: 10px;
    border-radius: 10px;
}

.w-115 {
    width: 115px;
}

#close {
    position: absolute;
    top: -80px;
    left: 5%;
    width: 30px;
    margin: 10px;
    z-index: 2;
}

input[type="file"] {
    display: block;
}

.imageThumb {
    max-height: 100px;
    border: 2px solid;
    padding: 1px;
    cursor: pointer;
}

.pip {
    display: inline-block;
    margin: 10px 10px 0 0;
}

.remove1, .remove2, .remove3, .remove4, .remove5, .remove6, .remove7, .remove8, .remove9 {
    display: block;
    background: #444;
    border: 1px solid black;
    color: white;
    text-align: center;
    cursor: pointer;
}

.remove:hover {
    background: white;
    color: black;
}

.imgDiv {
    cursor: pointer;
    float: left;
    margin: 1%;
    width: 100px;
    height: 120px;
    color: red;
    text-align: center;
}

.img {
    float: left;
    margin: 1%;
    width: 100px;
    height: 100px;
}

.textboxReq {
    background-image: url('/img/req.png');
    background-position: 0px 7px;
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 0px 0px 0px 10px;
    Width: 100%;
    font-size: small;
    height: 30px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    azimuth: 6px;
    border-radius: 6px;
}

.leaflet-control-geocoder a {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
}

.leaflet-control-geocoder {
    box-shadow: 0 1px 7px #999;
    background: #f8f8f9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

    .leaflet-control-geocoder a {
        background-image: url(images/geocoder.png);
        width: 36px;
        height: 36px;
    }

.leaflet-touch .leaflet-control-geocoder a {
    width: 44px;
    height: 44px;
}

.leaflet-control-geocoder .leaflet-control-geocoder-form,
.leaflet-control-geocoder-expanded .leaflet-control-geocoder-toggle {
    display: none;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    display: block;
    position: relative;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
    padding: 5px;
}


