﻿#task-add-task-dialog{
}

#add-task-contents {
    width: 100%;
    height: 100%;
    height: calc(100% - 120px);
    overflow-y: auto;
}

#task-add-content-tree
{
    width: 40%;
    height: calc(100% - 50px);
    border: 1px solid #A1C3CF;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}

#task-add-content-data
{
    width: calc(60% - 30px);
    height: calc(100% - 50px);
    border: 1px solid #A1C3CF;
    margin: 10px;
    float: right;
}

#task-add-content-data2
{
    width: calc(80% - 30px);
    height: calc(100% - 50px);
    margin: 2px;
}


#task-add-content-data img.ui-datepicker-trigger, #recurrence-dialog img.ui-datepicker-trigger
{
    position: relative;
    top: 4.5px;
    left: -22px;
}

#task-add-content-data2 img.ui-datepicker-trigger
{
    position: relative;
    top: 4.5px;
    left: -22px;
}

