.activityForm {
    overflow: hidden;
    left: 0%;
    opacity: 1;
    transform: scale(1);
}

.activityForm .material {
    box-shadow: none;
}

.activityForm .mainForm {
    width: 100%;
    flex: 1 1 auto;
}

.activityForm .summary {
    margin: -5px 0;
}

.activityForm .details {
    overflow: hidden;
    /*margin-top: 10px;*/
}

.activityForm .rightSide {
    width: 0;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

.activityForm.logging .rightSide {
    min-width: 70px;
    padding-left: 8px;
    opacity: 1;
}

.activityForm .remainingTimeCirclet .activityIcon  {
    display: inline-block;
    line-height: 31px;
}

.activityForm.logging .hideWhenLogging,
.activityForm:not(.logging) .showWhenLogging {
    display: none;
}

.activityForm .startNewTimeLog {
    font-size: 17px;
    margin-left: 9px;
    position: relative;
    top: 2px;
    opacity: 0.66;
}

.activityForm .moreLink,
.activityForm .lessLink {
    font-size: 12px;
}

.activityForm .moreLink,
.activityForm .lessLink {
    position: absolute;
    margin: 10px 10px;
}

.activityForm .moreLink .icon,
.activityForm .lessLink .icon {
    font-size: 11px;
    margin-right: 6px;
    text-decoration: none !important;
}

.activityForm .expandableSection {
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}

.activityForm .spacerTitle {
    background: #f9f9f9;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 9px;
    margin: 7px -3px 5px -2px;
    border-radius: 5px;
}

.activityForm .spacerTitle .close {
    position: absolute;
    right: 4px;
}

.activityForm.moreTaskInfoVisible .moreLink,
.activityForm:not(.moreTaskInfoVisible) .lessLink {
    display: none;
}

.activityForm.moreTaskInfoVisible .moreLink,
.activityForm:not(.moreTaskInfoVisible) .lessLink {
    display: none;
}

.activityForm .uiLabel {
    padding-left: 8px;
}

.activityForm .layoutOneCol .uiValue,
.activityForm .layoutOneCol .borderHelper {
    margin-left: 0;
}

.activityForm .uiTextBox .uiValue,
.activityForm .uiTextBox .uiValue {
    /**
      * break-word is used to avoid horizontal scrollbars in task contexts when
      * having a description like a long url or just
      * "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [bu]
      */
    word-break: break-word;
}

.activityForm .projectOperation {
    width: 100%;
}

.activityForm .projectCell {
    padding-right: 7px;
}

.activityForm .projectOperation .uiValue {
    white-space: nowrap;
}

.activityForm .projectOperation .valueItems .valueItem:not(.invalid) {
    visibility: hidden;
}

.activityForm .projectOperation .sizeHelper {
    max-width: 50px;
}

.activityFormIcons {
    width: 1px;
    min-width: 25px;
    padding-left: 10px;
    margin-right: -1px;
    overflow: hidden;
    opacity: 1;
}

.activityForm.logging .activityFormIcons {
    width: 0;
    min-width: 0;
    padding-left: 0;
    margin-right: 0;
    opacity: 0;
}

.activityFormIcons .icon {
    display: inline-block;
    width: 24px;
    height: 21px;
    line-height: 22px;
    text-align: center;
}

.activityFormIcons .icon.selected {
    background: rgba(255, 167, 64, 0.8);
    border-radius: 2px;
    color: #FFF !important;
    font-size: 14px;
    opacity: 1;
    margin: 4px 0;
}

.activityFormIcons .icon:not(.selected) {
    cursor: pointer;
    background: transparent !important;
}

.activityFormIcons .icon:not(.selected):not(:hover) {
    color: #999 !important;
    opacity: 0.4;
}

.loggingSummary {
    line-height: 23px;
    color: #3d3d3d;
    align-items: center;
}

.loggingSummary .activeIcon {
    color: rgb(255, 167, 64);
    font-size: 19px;
    margin-right: 7px;
    flex: 0 0 auto;
}

.loggingSummary .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 3px;
}

.loggingSummary .counter {
    font-size: 15px;
    text-align: right;
    flex: 1 0 auto;
}

.loggingSummary .factor {
    flex: 0 0 auto;
}
.activityForm .leftSide {
    width: 100%;
    overflow: hidden;
}