﻿.submit_button {
    margin-top: 10px;
    margin-bottom: 5px;
}

.ui-icon-info {
    float: right;
    cursor: pointer;
    margin-right: 30px;
    margin-top: 3px;
}

#btnKmlCoordinateChange {
    font-size: smaller;
}

#cglops_change_validation button {
    width: 200px;
    margin: 5px;
}

.legend_items, .legend_items label {
    margin-bottom: 2px;
    width: 240px !important;
}

    .legend_items label {
        font-size: smaller;
    }

#cglops_change_validation_valbar h4 {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    font-size: unset ;
}

.ui-datepicker-calendar {
    display: none;
}

.option_yes_no label {
    font-size: smaller;
}

.border_class {
    border: 1px solid #a6c9e2;
    border-radius: 5px;
    padding: 5px;
}


#change_val_opacity_slider {
    margin: 0px 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.validation_texts {
    width: 222px;
}

#change_val_tool_buttonlist {
    display: none;
    text-align: center;
}
.dropdown_label {
    display: none;
}

.legend_color_delete {
    float: left;
    margin-right: 5px;
    margin-left: 3px;
    /* resize jquery-ui icon size */
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    /*    
    width: 20px;
    height: 15px;
    margin-bottom: 3px;
    margin-top: 3px;
    border: 1px dashed black;
    */
}