﻿.submit-events {
    padding: 25px;
    font-size: 14px;
}

.edit-field {
    padding: 5px;
    clear: both;
}


.edit-field select{
    width: 204px;  
}
.RadPicker.RadPicker_Default.submit-event-datepicker {
    width: 204px!important;
}

.edit-field .ruButton{
    margin-bottom: 1px;  
}

.comments-textbox {
    width: 100%;
}

.submit-event-numeric, .submit-event-datepicker {
}
.submit-events .text-label {
    display:inline-block;
    /*width: 190px !important;*/
    font-weight: bold;
    text-transform: uppercase;
}
.submit-events .text-label.upload {
    display:block;
    width: auto !important;
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 50%;
}
.edit-field ul {
   -webkit-margin-before: -5px;
   -margin-inline-start: -5px;
}

.send-button {
    width: 150px;
    background: #DD8BEC;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    margin-top: 50px;
}