.projectInfo-popup .projectInfoContainer .headerBlock {
    background-color: #fff;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentValue {
    font-family: GlowRegular;
    font-size: 14px;
    color: #4a4a4a;
    padding-bottom: 7px;
    width: 100%;
    margin: 0;
    display: table;
    margin-left: -10px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentName {
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentName {
    display: flex;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .buttons-container {
    width: 50px;
    display: none;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .buttons-container
    .refreshButton {
    cursor: pointer;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 4px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .buttons-container
    .refreshButton.disabled {
    opacity: 0.4;
    cursor: default;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent.editable:hover
    .buttons-container {
    display: inline-block;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .refreshButton {
    vertical-align: top;
    margin-top: 4px;
    margin-left: 5px;
    display: none;
    cursor: pointer;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent.editable:hover
    .refreshButton {
    display: inline-block;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .info-container {
    display: table-cell;
    word-break: break-word;
    padding: 4px 10px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .pencil-container {
    text-align: right;
    width: 20px;
    vertical-align: middle;
    display: table-cell;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .pencil-container
    img {
    display: none;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentValue.editable:hover {
    cursor: pointer;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentValue.editable:hover
    .info-container {
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    .componentValue.editable:hover
    .pencil-container
    img {
    display: inline-block;
    cursor: pointer;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .businessValue
    .businessValue.stepComponent
    input {
    width: 100%;
    padding-left: 10px;
    margin-right: -1px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 340px;
    max-height: 500px;
    border-right: 1px solid #f1f1f1;
    padding: 16px 20px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .dates {
    padding-bottom: 11px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .dates .dates-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectTags {
    position: relative;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectAttributes {
    margin: 0px 0px 12px 0px;
}

.projectTags [hidden] {
    display: none !important;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .startDate,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .endDate {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .startDate {
    margin-right: 20px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .shiftDate {
    width: 100%;
    color: #B6B6B6;
    font-size: 13px;
    padding: 6px 0;
    margin-top: 4px;
	display: flex;
	align-items: center;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .shiftDate .ui-checkbox {
	min-width: 16px;
	min-height: 16px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .shiftDate .checkBoxTitleContainer {
	display: flex;
	flex-direction: column;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .shiftDate .checkBoxTitle {
	font-family: GlowRegular;
	font-size: 14px;
	color: #4a4a4a;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .shiftDate .shiftDate__button {
    color: #5774E7;
    padding: 4px 6px;
    border-radius: 4px;
    border: 1px solid #EEF1FE;
    cursor: pointer;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .datesProjectInfoLabel {
    color: #808080;
    margin-bottom: 4px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .datesDatepicker,
.projectInfo-popup .projectInfoContainer .headerBlock .closedProjectSubHeader .datesDatepicker {
    display: inline-block;
    width: 120px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    outline: none;
    font-size: 14px;
    color: #4a4a4a;
    background: url(../../images/shared/small-calendar.png) no-repeat;
    background-position: right 10px center;
    padding: 0px 30px 0 6px;
    cursor: pointer;
    vertical-align: top;
}
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .datesProjectInfoValue.highlighted .datesDatepicker,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .dates .datesDatepicker:focus,
.projectInfo-popup .projectInfoContainer .headerBlock .closedProjectSubHeader .datesDatepicker:focus {
    border-color: var(--link-blue);
}
.projectInfo-popup .projectInfoContainer .headerBlock .closedProjectSubHeader .datesDatepicker {
    background-color: #ffffff !important;
    margin-left: 8px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable {
    padding: 16px 12px 16px 20px;
    flex: 1;
    height: 100%;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.secondColumnFinanceTable.editable,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.thirdColumnFinanceTable.editable {
    padding-right: 0;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.secondColumnFinanceTable.editable .financialValue,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.secondColumnFinanceTable.editable .ui-input-bordered,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.thirdColumnFinanceTable.editable .financialValue,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable .projectInfoValueFinanceTable.thirdColumnFinanceTable.editable .ui-input-bordered {
    padding-right: 8px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable:hover .financialValue.editable {
    background-color: #F5F5F5;
    border-radius: 4px;
    cursor: pointer;
}

.projectInfo-popup.projectInfo-popup--multi-project-teams .projectInfoContainer .headerBlock .mainInfo .financeTable {
    border-right: 1px solid #f1f1f1;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .ui-input-bordered {
    width: 100%;
    height: 28px;
    text-align: right;
    border: 0;
    outline: solid 1px #dcdcdc;
    outline-offset: -1px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .ui-input-bordered:focus {
    border: 0;
    outline: 1px solid #5774E7;
    outline-offset: -1px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .financeTableColumnsTitle
    .firstColumnFinanceTable,
.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .financeTableColumnsTitle
    .secondColumnFinanceTable,
.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .financeTableColumnsTitle
    .thirdColumnFinanceTable {
    font-family: GlowSemiBold;
    color: #808080;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .financeTableColumnsTitle
    .firstColumnFinanceTable {
    width: 130px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .financeInformationInNumbersBlock {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    height: 100%;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .projectInfoValueFinanceTable {
    text-align: right;
    width: 44px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .projectInfoRowFinanceTable {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .firstColumnFinanceTable {
    width: 130px;
    color: #808080;
    margin-right: 16px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .secondColumnFinanceTable {
    width: 52px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .thirdColumnFinanceTable.negative,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .secondColumnFinanceTable.negative {
    color: #ec4a43;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .thirdColumnFinanceTable {
    width: 44px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .financeTable .emphasizedRowFinancialTable {
    position: relative;
    padding: 12px 0;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .emphasizedRowFinancialTable
    .projectInfoValueFinanceTable.secondColumnFinanceTable,
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .projectInfoRowFinanceTable
    .projectInfoValueFinanceTable.secondColumnFinanceTable {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 67px;
    padding-right: 8px;
    margin-right: 2px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .emphasizedRowFinancialTable
    .projectInfoValueFinanceTable.thirdColumnFinanceTable,
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .projectInfoRowFinanceTable
    .projectInfoValueFinanceTable.thirdColumnFinanceTable {
    right: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 67px;
    padding-right: 8px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .financeTable
    .emphasizedRowFinancialTable
    .firstColumnFinanceTable {
    font-family: GlowSemiBold;
    color: #4a4a4a;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .businessValueAndProjectManager,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .stepCompanyCalendarRow {
    display: flex;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .stepCompanyCalendarRow {
    padding-bottom: 7px;
    margin-right: 20px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .businessValue,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .stepCompanyCalendarContainer {
    flex: 0 0 50%;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer {
    flex: 0 0 50%;
    margin-right: 20px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .componentValue {
    font-family: GlowRegular;
    font-size: 14px;
    color: #4a4a4a;
    padding-bottom: 4px;
    width: 100%;
    margin: 0;
    display: table;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .info-container {
    display: table-cell;
    word-break: break-word;
    padding: 4px 10px;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .projectManagerContainer
    .componentValue.editable:hover
    .info-container {
    border-radius: 4px;
    background-color: #f5f5f5;
    cursor: pointer;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .PMsectionName {
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .projectManager {
    display: flex;
    margin-left: -10px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .pmPhoto img {
    border-radius: 35px;
    margin-right: 10px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .projectManagerContainer .pmCredentials {
    display: flex;
    flex-direction: column;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .projectManagerContainer
    .pmCredentials
    .pmTitle {
    color: #808080;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .projectInfoRow .projectInfoValue {
    text-align: left;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .projectInfoRow .projectInfoLabel {
    width: 53px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .projectInfoRow .projectInfoValue.secondColumn {
    width: 139px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .syncInfo {
    /*height: 80px;*/
    border-top: 1px solid #f1f1f1;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 19px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .toggleSection {
    display: flex;
}

.projectInfo-popup .projectInfoContainer .headerBlock .toggleSection.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
}

.projectInfo-popup .projectInfoContainer .headerBlock .toggleDescription {
    font-family: GlowRegular;
    font-size: 13px;
    color: #4a4a4a;
    padding-left: 5px;
    cursor: pointer;
}

.projectInfo-popup .projectInfoContainer .headerBlock .toggleDescription .wayType {
    font-family: GlowSemiBold;
}

.projectInfo-popup .projectInfoContainer .headerBlock .toggleDescription .comment {
    color: #808080;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 16px;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader .closedProject {
    display: flex;
    align-items: center;
    justify-content: center;
}


.projectInfo-popup .projectInfoContainer .closedProjectSubHeader.blue {
    background-color: #EEF1FE;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader .closedProjectTitle {
    color: #EC4A43;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader .closedProjectTitle.blue {
    color: black;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader .archivedProject .closedProjectTitle {
    color: #808080;
}

.projectInfo-popup .projectInfoContainer .closedProjectSubHeader button {
    background: none;
    border: none;
    color: #5774E7;
    font-size: 13px;
    margin-left: 5px;
}

.projectInfo-popup .projectInfoContainer .projectHeader {
    border-bottom: 1px solid #f1f1f1;
    height: 44px;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectPriority {
    display: inline-block;
    font-family: GlowSemiBold;
    font-size: 14px;
    color: #4a4a4a;
    padding-top: 15px;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectPriority .projectIcon {
    margin-left: 20px;
    margin-bottom: 1px;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectPriority .priorityColor {
    display: inline-block;
    width: 4px;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectPriority .priorityValue {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectName {
    font-family: GlowRegular;
    font-size: 14px;
    text-align: left;
    color: #4a4a4a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    height: 100%;
    max-width: 70%;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectName .projectNameValue {
    width: 300px;
    margin-top: 15px;
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectName .projectNameInput {
    margin-top: 11px;
    padding-left: 5px;
    margin-left: 5px;
    border: solid 1px transparent;
    max-width: 99%;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectName .projectNameInput:hover,
.projectInfo-popup .projectInfoContainer .projectHeader .projectName .projectNameInput:focus {
    border: solid 1px #dcdcdc;
}

.projectInfo-popup .projectInfoContainer .projectHeader .qem-icon {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    margin-top: 14px;
    margin-left: 7px;
}

.projectInfo-popup .projectInfoContainer .projectHeader .projectName .projectNameInput.invalidValue {
    border: 1px solid red;
}

.projectInfo-popup .projectInfoContainer .projectHeader .advancedSettingsToggle {
    font-family: GlowRegular;
    font-size: 13px;
    color: #4a4a4a;
    margin-right: 20px;
    padding-top: 15px;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow {
    font-family: GlowRegular;
    font-size: 14px;
    height: 29px;
    display: table;
    width: 100%;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow.resultRow .projectInfoLabel {
    color: #4a4a4a;
    font-family: GlowSemibold;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow.resultRow .projectInfoValue.negative {
    color: #ec4a43;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoLabel,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .projectInfoLabel {
    color: #808080;
    display: table-cell;
    width: 140px;
    vertical-align: middle;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoLabel.firstColumn {
    width: 125px;
}

/*TODO used as we do not show bubble*/
.projectInfo-popup .projectInfoContainer .informationInNumbersBlock .projectInfoRow .projectInfoLabel.firstColumn {
    width: 255px;
}

.projectInfo-popup .projectInfoContainer .informationInNumbersBlock .projectInfoRow .projectInfoValue {
    text-align: right;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoLabel .currencySign {
    max-width: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .projectInfoValue {
    color: #4a4a4a;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
    text-align: center;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue.secondColumn {
    width: 165px;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue.columnWithPadding {
    padding-left: 10px;
}

.projectInfo-popup
    .projectInfoContainer
    .projectInfoRow
    .projectInfoValue.editable:not(.pickerIsOpened):hover
    .datepicker {
    display: inline-block;
}

.projectInfo-popup
    .projectInfoContainer
    .projectInfoRow
    .projectInfoValue.editable:not(.pickerIsOpened):hover
    .dateValue {
    display: none;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue .dateValue {
    padding-left: 10px;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue.pickerIsOpened .dateValue {
    display: none;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue .datepicker {
    width: 110px;
    height: 28px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #dcdcdc;
    outline: none;
    font-family: GlowRegular;
    font-size: 13px;
    color: #4a4a4a;
    background: url('../../images/shared/small-calendar.png') no-repeat;
    background-position: right 10px center;
    padding: 0 30px 0 10px;
    cursor: pointer;
    vertical-align: top;
    display: none;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue.pickerIsOpened .datepicker {
    display: inline-block;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue .totalBudgetInput,
.projectInfo-popup .projectInfoContainer .projectInfoRow .projectInfoValue .approvedBudgetInput {
    width: 80px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}

.projectInfo-popup .projectInfoContainer .projectInfoRow.columnsTitle .projectInfoValue {
    color: #808080;
    padding-right: 15px;
}

.projectInfo-popup .projectInfoContainer .projectInfoRowFinanceTable .financialValue {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    line-height: 28px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin-top: 5px;
    height: 324px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .settingColumn {
    display: inline-block;
    width: 265px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .backlogInfo {
    display: inline-block;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .backlogInfo.importBacklog {
    width: 157px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo {
    display: inline-block;
    font-family: GlowRegular;
    font-size: 12px;
    color: #36393e;
    width: 265px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo .dropdown-multiselect input {
    border: none;
    border-bottom: 1px solid #efefef;
    padding-left: 10px;
    font-family: GlowSemiBold;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
    box-shadow: none;
    position: relative;
    padding: 8px 20px 3px 10px;
    cursor: pointer;
    height: 28px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo.sprintInfoLabel {
    padding-left: 9px;
    margin-top: 12px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo.sprintInfoLabel.disabled {
    opacity: 0.4;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo input {
    width: 230px;
    padding-left: 10px;
    height: 28px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 14px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 14px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo input:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 14px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .sprintInfo input:-moz-placeholder {
    /* Firefox 18- */
    font-size: 14px;
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .budgetSection,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .newSprintSection,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection {
    background-color: #fff;
    height: 100%;
    padding: 20px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection {
    padding: 16px 20px 16px 10px;
    display: flex;
    flex-direction: column;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectLocation {
    display: flex;
    font-family: GlowRegular;
    font-size: 13px;
    color: #808080;
    height: 30px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectLocation.isInternal {
    margin-bottom: 27px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectLocation .icon {
    flex: 0 0 26px;
    padding-top: 2px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon
    .iconImg {
    width: 16px;
    height: 16px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Internal
    .iconImg {
    background: url('../../images/pipeline/epicflowIcon.png') no-repeat;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Jira
    .iconImg {
    background: url('../../images/pipeline/jiraIcon.png') no-repeat;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Csv
    .iconImg {
    background: url('../../images/pipeline/csvIcon.png') no-repeat;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Msp
    .iconImg {
    background: url('../../images/pipeline/mspIcon.png') no-repeat;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Primavera
    .iconImg {
    background: url('../../images/pipeline/primaveraIcon.png') no-repeat;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectLocation
    .icon.Workfront
    .iconImg {
    background: url('../../images/pipeline/workfront.svg') no-repeat;
}

.projectInfo-popup
.projectInfoContainer
.advancedProjectSettings
.infoAndBufferSection
.projectLocation
.icon.epicflow-api
.iconImg {
    background: url('../../images/pipeline/epicflow-api.svg') no-repeat;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectLocation .text {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectSummary {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 5px;
    overflow-y: auto;
    padding-left: 10px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectSummary,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .workAndBuffer {
		flex: 1 0 50%;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectSummary:not(:last-child),
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .workAndBuffer:not(:last-child) {
		padding-right: 20px;
    border-right: 1px solid #f1f1f1;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectSummary:not(:first-child),
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .workAndBuffer:not(:first-child) {
		padding-left: 20px;
}
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projecBuffer_and_bookingId_wrapper {
    display: flex;
    gap: 20px;
    padding-top: 17px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projecBuffer_and_bookingId_wrapper.isRemoved {
    display: block;
}


.projectInfo-popup .projectInfoContainer .advancedProjectSettings .componentName .title {
    font-family: 'GlowRegular';
    font-size: 14px;
    color: #B6B6B6;
    line-height: 20px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .bookingId-container
    .componentName
    .buttons-container {
    display: none;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .bookingId-container
    .componentValue
    .info-container {
    overflow: hidden;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .bookingId-container.isRemoved {
    margin-top: 15px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .bookingId-container.isExternal {
    margin-top: 19px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projecBuffer_and_bookingId_wrapper.isExternal {
    display: block;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectSummaryRow {
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectSummaryRow:last-child {
    padding-bottom: 0;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectDateAuthor {
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectDateAuthor
    .projectSummaryUserName {
    color: #b6b6b6;
    flex: 0 0 auto;
    max-width: 180px;
    text-align: right;
    display: flex;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectDateAuthor
    .projectSummaryUserName
    .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectSummary
    .projectSummaryRowLabel {
    color: #808080;
}

.projectInfo-popup .infoDropdown-container {
    position: absolute;
    /* Info Dropdown is always 92px from the top */
    left: 460px;
    top: 474px;
    /* Info Dropdown should be above everything else */
    z-index: 9999;
    font-family: GlowRegular;
    font-size: 14px;
    width: 160px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 41, 199, 0.2);
    display: none;
    opacity: 0;

    /* make text non-selectable for all children elements */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                            not supported by any browser */
}

/* Triangle above the Dropdown */
.projectInfo-popup .infoDropdown-container .infoDropdown-arrow {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: 29px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #ffffff;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.1));
    left: -5px;
}

.projectInfo-popup .infoDropdown-container .infoDropdown-text {
    padding: 15px 18px;
}

.projectInfo-popup .infoDropdown-container .infoDropdown-text .ui-btn-link {
    font-size: 14px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectInfoRow.budgetedRow {
    margin-bottom: 15px;
    height: 20px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .bufferAndRemainingContainer {
    display: flex;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .remainingWorkContainer {
    height: 92px;
    border-radius: 4px;
    background-color: #fbfbfb;
    width: 330px;
    margin-top: 3px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .projectBufferContainer,
    .projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .bookingId-container {
    width: 160px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .rowTitle {
    width: 106px;
    text-align: left;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .infoRow {
    display: flex;
    padding: 0 20px 5px;
    text-align: right;
    color: #4a4a4a;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .financialWork,
.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .budgetedWork {
    width: 160px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader {
    display: flex;
    padding: 9px 19px;
    font-family: 'GlowSemiBold';
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader
    .rowTitle {
    width: 260px;
}
.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader
    .financialWork {
    width: 63px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader
    .budgetedWork {
    width: 195px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader
    .financialWork,
.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .remainingWorkContainer
    .remainingWorkHeader
    .budgetedWork {
    font-family: 'GlowRegular';
    text-align: right;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectBufferContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectBufferContainer .title {
    font-family: GlowRegular;
    font-size: 14px;
    color: #B6B6B6;
    line-height: 20px;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 135px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectBufferContainer
    .description {
    font-family: GlowRegular;
    font-size: 14px;
    color: #808080;
    margin-top: 12px;
}

.projectInfo-popup
    .projectInfoContainer
    .advancedProjectSettings
    .infoAndBufferSection
    .projectBufferContainer
    .description
    .ui-btn-link {
    font-size: 14px;
    text-decoration: underline;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .budgetSection .ui-checkbox {
    margin-left: 10px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .budgetSection .ui-checkbox,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .newSprintSection .ui-checkbox {
    vertical-align: middle;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .budgetSection .checkBoxTitle,
.projectInfo-popup .projectInfoContainer .advancedProjectSettings .newSprintSection .checkBoxTitle {
    font-family: GlowRegular;
    font-size: 14px;
    color: #4a4a4a;
    display: inline-block;
    margin-bottom: 7px;
    margin-left: -6px;
    vertical-align: text-top;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .budgetSection .checkBoxTitle.disabled {
    opacity: 0.4;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectInfoLabel {
    width: 167px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .infoAndBufferSection .projectInfoValue {
    text-align: center;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .ui-input[disabled] {
    opacity: 0.4;
    cursor: default;
    background-color: transparent;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: stretch;
    height: 30px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader .tab {
    flex: 1;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: GlowSemibold;
    font-size: 13px;
    text-align: center;
    color: #4a4a4a;
    display: inline-block;
    height: 30px;
    padding-top: 8px;
    background-color: #f7f7f7;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader .tab~.tab {
    margin-left: 1px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader .tab:not(:last-child) {
    margin-right: 1px;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader .tab.infoTab {
    white-space: nowrap;
}

.projectInfo-popup .projectInfoContainer .advancedProjectSettings .tabsHeader .tab.active {
    background-color: #fff;
    border-bottom: none;
}

.projectInfo-popup [hidden] {
    display: none !important;
}

.projectInfo-popup .projectInfoContainer .error {
    color: #ec4a43;
    font-size: 12px;
    font-family: GlowRegular;
    margin-top: 35px;
    margin-left: 10px;
}

.projectInfo-popup .footer {
    text-align: right;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 70px;
    border-top: 1px solid #f1f1f1;
    padding: 16px 30px;
}

@media (max-height: 820px)   {
    .projectInfo-popup .footer {
        height: 64px;
        padding: 12px 30px;
    }
    .projectInfo-popup .projectInfoContainer .advancedProjectSettings {
        margin-top: 3px;
    }
    .projectInfo-popup .projectInfoContainer .headerBlock .mainInfo {
        height: 320px;
    }
}

.projectInfo-popup .footer .ui-btn-light {
    width: 130px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .shortNameContainer .shortNameTitle {
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
}

.projectInfo-popup
    .projectInfoContainer
    .headerBlock
    .mainInfo
    .datesAndPM
    .shortNameBox
    .componentValue {
        font-family: GlowRegular;
        font-size: 14px;
        color: #4a4a4a;
        width: 100%;
        height: 26px;
        margin: 0;
        display: table;
        margin-left: -10px;

}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .shortNameBox .info-container {
    display: table-cell;
    padding: 4px 10px;
    text-transform: uppercase;
}
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .shortNameContainer .shortNameBox .info-container:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .datesAndPM .shortNameContainer .shortNameBox .shortNameInput {
    width: 100%;
    padding-left: 10px;
    margin-right: -1px;
    text-transform: uppercase;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .shortameAndParentGroupContainer {
    display: flex;
    padding-bottom: 7px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .shortameAndParentGroupContainer .shortNameContainer,
.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .shortameAndParentGroupContainer .parentProjectGroup {
    flex: 0 0 50%;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .shortameAndParentGroupContainer .shortNameContainer {
    margin-right: 20px;
}

.projectInfo-popup .projectInfoContainer .headerBlock .mainInfo .shortameAndParentGroupContainer .parentProjectGroup {
    width: 175px;
}

.projectInfoContainer .teamsInfo__container {
    min-width: 240px;
    height: fit-content;
    max-height: 100%;
}

.projectInfoContainer .teams.stepComponent .componentName {
    color: #B6B6B6;
}

#mainInfoSectionNiceScroll::-webkit-scrollbar {
    width: 3px;
}

#mainInfoSectionNiceScroll::-webkit-scrollbar-thumb {
    background-color: #dcddde;
    border: none;
    border-radius: 3px;
}

#mainInfoSectionNiceScroll::-webkit-scrollbar-track {
    background-color: transparent;
}

#projectSummarySectionNiceScroll::-webkit-scrollbar {
	width: 3px;
}

#projectSummarySectionNiceScroll::-webkit-scrollbar-thumb {
	background-color: #dcddde;
	border: none;
	border-radius: 3px;
}

#projectSummarySectionNiceScroll::-webkit-scrollbar-track {
	background-color: transparent;
}

