﻿.newParkingTextboxBig {
    width: 210px;
}
.newParkingTextboxMedium {
    width: 130px;
}
.newParkingTextboxSmall {
    width: 50px;
}



#Parking_Chargeable, #Parking_TimeLimited {
    margin-top: 5px;
}



.bb-remove-button, .removeExistingImageButton {
    color: red;
    float: left;
}

#filelist, #existingImagesList {
    margin-left: 0 !important;
    list-style: none;
    overflow: hidden;
    width: 720px;
}

#filelist li, #existingImagesList li {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left;
    display: inline-block;
}


.customFormfields {
    width: 400px;
    margin-right: 5px;
}

.customFormfields .customEditorLabel {
    float: left;
    text-align: left;
    width: 150px;
    margin-right: 5px;
}

.customFormfields .customEditorReadonlyField {
    margin-top: 2px;
    margin-bottom: 3px;
}

#autocompleteResponsibleGeometer {
    width: 250px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.responsibleGeometerLabel {
    width: 250px;
    font-weight: bold;
    margin-top: 25px;
}


.setSwissimageLayerButtonActive, .setPixelkarteFarbeLayerButtonActive {
    border-color: #004ea4;
    color: black;
}

td a.gridActionLink {
    text-decoration: none;
    font-size: 14px;
}
td a.gridActionLink:hover {    
    color: #0a75bd;
}