﻿.search-button
{
    margin: 0px 0px 8px 0px;
}

.row-indent
{
    margin-left: 5px;
}

.edit-item
{
    width: 95%;
}

.edit-textarea
{
    width: 95%;
    height:150px;
}
.currency-edit-item
{
    width: 80px;
}
.date-edit-item
{
    width: 50%;
}


.date-calendar-image-select
{
    padding: 0px 0px 0px 3px;
}
.date-calendar-image-clear
{
    color: red; 
    cursor: pointer;
    padding: 0px 0px 0px 3px;
}

.date-edit-container
{
    height:40px;
}

.checkbox-with-label
{
    margin: 0 0 10px 0;
}

.draggable-list-item
{
    cursor:pointer;
}

.checkbox-grid li {
    display: block;
    float: left;
    width: 50%;
}
.checkbox-grid input
{
    margin: 0px 0px 5px 0px;
}
.contact-select
{
    width:600px;
}

.event-from-date
{
    width:10%;
}
.event-to-date
{
    width:10%;
}
.event-inspector
{
    width:15%;
}
.event-description
{
    width:60%;
}

.location-data-save-cancel-print
{
    margin-left:6px;
}