#ccHelpSection {
    margin-bottom: 20px;
    line-height: 18px;
    width: 800px;
}

#addNewCC {
    line-height: 16px;
    border-radius: 0;
    margin: 0;
}

#addNewCC.Disabled {
    cursor: default;
}

#addNewCC .AddIcon {
    font-size: 13px;
    margin-right: 4px;
}

#addNewCC .AddIcon.Working {
    width: 16px;
    height: 14px;
    background: url("images/loading.gif") no-repeat center center;
    display: inline-block;
}

#addNewCC .AddIcon.Working::before {
    content: "";
}

#addColButtonText {
    vertical-align: middle;
}

#ccSection .FlexContainer {
    display: flex;
    position: relative;
}
#ccSection > .ccRow {
    flex-direction: column;
    border: 1px solid #fff;
    width: 1000px;
}

#ccSection > .ccRow .ccInput .ccInputLabel {
    font-weight: bold;
    max-width: 275px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#ccSection > .ccRow .ccInput select {
    width: 250px;
    margin-top: 0px; /* for charts */
}


#ccSection .formulaTextArea {
    height: 200px;
}

#ccSection .formulaHelperContainer {
    margin-top: 5px;
}

#ccSection .formulaHelperContainer > * {
    display: inline-block;
}

#ccSection .formulaHelperContainer > a {
    margin-right: 100px; 
    vertical-align: top;
}



/* State where user isnt editing */
#ccSection .EditableRow {
    padding-left: 10px;
}

#ccSection .EditableRow .EditableInput {
    display: none;
}

#ccSection .EditableRow .ccInput {
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    position: relative;
    border-left: 1px solid #d8d6d9;
    line-height: 20px;
}
#ccSection .EditableRow .ccInput:first-of-type {
    border: none;
}

#ccSection .EditableRow .ccInputLabel {
    display:inline-block;
    vertical-align: middle;
}

#ccSection .EditableRow {
    margin-bottom: 6px;
    border-radius: 2px;
    background-color: #f7f7f8;
    padding-top: 14px;
    padding-bottom: 14px;
    border: 1px solid #d8d6d9;
    border-radius: 2px;
}

/* On edit */
#ccSection .EditableRow.Editing {
    padding-left: 0px;
    background-color: #eefafe;
    border: 1px solid #ace7e8;
    padding-top: 7px;
    padding-bottom: 7px;
}

#ccSection .EditableRow.Editing .ccInput {
    border: none;
    padding-right: 0;
}

#ccSection .EditableRow.Editing .ccInputLabel {
    display:none;
}

#ccSection .EditableRow.Editing .EditableInput {
    display: inline-block;
}


/* Icons */
#ccSection .EditableRow .iconsContainer {
    position: absolute;
    right: 0;
    top: 17px;
}

#ccSection .EditableRow .iconsContainer .VerticalDivider {
    border-right: 1px solid #d8d6d9;
    height: 27px;
    position: absolute;
    right: 48px;
    top: -7px;
}

#ccSection .EditableRow .EditIcon,
#ccSection .EditableRow .SaveChangesIcon {
    cursor: pointer;
    font-size: 18px;
    position: relative;
    margin-right: 30px;
    padding-right: 15px;
    color: #07040d;
}

#ccSection .EditableRow .removeCalColButton,
#ccSection .EditableRow .ClearChangesIcon {
    position: relative;
    right: 18px;
    font-size: 18px;
    cursor: pointer;
    color: #07040d;
}

#ccSection .EditableRow .ClearChangesIcon {
    font-size: 13px;
    color: #07040d;
    right: 21px;
}
#ccSection .EditableRow .SaveChangesIcon {
    font-size: 16px;
    color: #7ec352;
    font-weight: bold;
    margin-right: 33px;
}

#ccSection .EditableRow .removeCalColButton,
#ccSection .EditableRow .EditIcon,
#ccSection .EditableRow .ClearChangesIcon {
    opacity: .5;
}
#ccSection .EditableRow .EditIcon:hover,
#ccSection .EditableRow .removeCalColButton:hover,
#ccSection .EditableRow .ClearChangesIcon:hover {
    opacity: 1;
}

#ccSection .EditableRow .SaveChangesIcon:hover {
    color: #65a93d;
}

#ccSection .EditableRow .removeCalColButton,
#ccSection .EditableRow .EditIcon {
    display: inline-block;
    top: -2px;
}
#ccSection .EditableRow .SaveChangesIcon,
#ccSection .EditableRow .ClearChangesIcon {
    display: none;
}
#ccSection .EditableRow.Editing .removeCalColButton,
#ccSection .EditableRow.Editing .EditIcon {
    display: none;
}

#ccSection .EditableRow.Editing .SaveChangesIcon,
#ccSection .EditableRow.Editing .ClearChangesIcon {
    display: inline-block;
}

#ccSection .removeCalColButton:hover {
    color: red;
}

#ccSection .LoadingIcon {
    display: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url("images/loading.gif") no-repeat center center;
    position: absolute;
    right: 18px;
    top: 15px;
}

#ccSection .EditableRow.Working .iconsContainer{
    display: none;
}

#ccSection .EditableRow.Working .LoadingIcon {
    display: inline-block;
}

#topTable .formulaHelperContainer .FS-Note,
#ReportBuilderWrapper  .formulaHelperContainer .FS-Note {
    display: none;
}