input[type="text"].date-selection {
    background-image: url(../images/date_img.png);
    background-position: center right 12px;
    background-repeat: no-repeat;
    padding: 5px 14px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
}

input[type="text"].time-selection {
    background-image: url(../images/time_img.png);
    background-position: center right 12px;
    background-repeat: no-repeat;
    padding: 5px 14px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
}

textarea.textarea_full {
    padding: 5px 14px;
    width: 100%;
    min-height: 101px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    resize: none;
    -webkit-resize: none;
    -moz-resize: none;
}

textarea.textarea_half {
    padding: 5px 14px;
    width: 50%;
    min-height: 101px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    resize: none;
    -webkit-resize: none;
    -moz-resize: none;
}

textarea.textarea_quarter {
    padding: 5px 14px;
    width: 25%;
    min-height: 101px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    border: 1px solid #e0e0e0;
    resize: none;
    -webkit-resize: none;
    -moz-resize: none;
}

form-group-small-margin {
    margin: 5px 0px;
}