

/*general css*/
/*Import material icon*/
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    background-color: #f4f5fa;
    font-size:62.5%
}
/*css risks matrix*/
.riskMatrixContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px;
}
.legendCriticity{
    text-transform: uppercase;
    color: #949494;
    display:flex;
    flex-direction:column;
    width: 200px;
    padding-left: 20px;
}
.labelLegend{
    font-family:Raleway;
    font-size:14px;
    margin-top:20px;
}
.riskMatrixTable{
    font-family:Raleway;
    width: 100%;
    font-size:1.2rem;
    padding-left: 20px;
}
.tableRowMatrix{
    display:flex;
    flex-direction:row;
    margin-top:2px;
    height:40px;
    align-items:center;
}
.riskMatrixHeader {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #949494;
    font-size: 14px;
}
.riskMatrixFooter {
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #949494;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
.tableCellMatrix {
    flex: 1;
    font-family: Raleway;
    font-size: 1.0rem;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;

}

.riskImpactLabel {

    flex: 1;
    font-family: Raleway;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.tableCellMatrix.labelMatrixProbability {
    max-width: 20%;
    min-width: 10%;
    flex: 1;
    font-family: Raleway;
    min-height: 80%;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
}
.tableCellMatrix{
    font-weight:normal;
    margin:1px;
    opacity: 1;

}

.tableCellMatrix:hover{
    cursor: pointer;
    opacity: 0.6;
}
.legendRow{
    padding-left:10px;
    font-family: Raleway;
    font-size: 14px;
    text-transform:Initial;
    margin-top:20px;
    transition: all 0.2s;
}

.id-panel-risk:before {
    font-family: 'NQICorpFontIcon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    line-height: 45px;
    font-size: 1.4rem;
    color: #fff;
}

.id-panel-fonticon-risk {
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-img {
    border: 0;
}

/*dashboard widget css*/

.widgetTableCellMatrix.widgetLabelMatrixProbability {

    max-width: 20%;
    flex: 1;
    font-family: Raleway;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    text-shadow: none;
}
.widgetRiskImpactLabel{
    max-width: inherit;
    flex: 1;
    font-family: Raleway;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    font-weight: normal;
    margin: 1px;
}

.o-menu-risk:before {
    content: "\e9fa";
}


.widgetRiskMatrixHeader {

    text-transform: uppercase;
    margin-bottom: 20px;
    color: #949494;
    text-align: left;
    font-size: 14px;
}
.widgetRiskMatrixFooter {

    text-transform: uppercase;
    margin-bottom: 20px;
    color: #949494;
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}
.widgetLabelLegend {

    font-family: Raleway;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
}
.widgetLegendRow {

    padding-left: 10px;
    font-family: Raleway;
    font-size: 13px;
    text-transform: Initial;
    text-align: left;
    margin-top: 20px;
    transition: all 0.2s;
}
.widgetTableCellMatrix{
    max-width: inherit;
    flex: 1;
    font-family: Raleway;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    overflow: hidden;
    font-size: 13px;
    text-overflow: ellipsis;
    font-weight: normal;
    margin: 1px;
    text-shadow: 1px 1px 1px black;
}


.o-img-disabled-project-action {
    background-image: url(../../images/orchestra/project/disabled.project.png) !important; /** sprite-ref: o-v-sprite; */
    background-repeat: no-repeat;
    width: 16px;
    height: 21px;

}

.o-img-disabled-risk {
    background-image: url(../../plugins/logs/risk/images/risk.png) !important; /** sprite-ref: o-v-sprite; */
    background-repeat: no-repeat;
    opacity: 0.4;
    width: 18px;
    height: 18px;
}

div#Orchestra_Risk_addReferenceForm_identification_group {
    margin-top: 30px;
}

div#Orchestra_Issue_addReferenceForm_identification_group {
    margin-top: 30px;
}

div#Orchestra_Decision_addReferenceForm_identification_group {
    margin-top: 30px;
}

div#Orchestra_ChangeRequest_addReferenceForm_identification_group {
    margin-top: 30px;
}

#_section_Orchestra_Risk_update_characteristic_group-body #message {
    margin-left: 10px;
}

#_section_Orchestra_Risk_addReferenceForm_characteristic_group-body #message {
    margin-left: 10px;
}

.warningRiskDueDate {
    color: #FF0000;
}
.o-menu-logs {
    background-image: url(/cpms/plugins/logs/images/logs.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.o-img-portlet-risk {
    background-image: url(/cpms/plugins/logs/images/riskIcon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.o-img-portlet-issue {
    background-image: url(/cpms/plugins/logs/images/issueIcon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.o-img-portlet-changeRequest {
    background-image: url(/cpms/plugins/logs/images/changeRequestIcon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.o-img-portlet-decision {
    background-image: url(/cpms/plugins/logs/images/decisionIcon.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.o-img-portlet-decision {
    background-image: url(/cpms/plugins/logs/images/.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.popup-add-image .id-panel-fonticon img{
    height: 56px;
}
.auto-complete-results .id-panel-fonticon.id-panel-fonticon-log img{
    border-radius: unset;
}
.search-cards .id-panel-fonticon.id-panel-fonticon-log img{
    border-radius: unset;
}
.nqi-icon.o-menu-logs{
    width: 27px;
    height: 24px;
}
.id-panel-fonticon.id-panel-fonticon-log img{
    height: 100%;
    width: 100%;
    border-radius: unset;
}

.riskMatrixContainerWrapper {
    position: relative;
    background-color: #cccccc;
}

.advRiskMatrixCell-tooltip {
    display: flex;
    max-height: 300px;
    overflow-y: auto;
    background-color: white;
}
.advRiskMatrixCell-tooltip thead {
    position: sticky;
    top: 0;
}

.advRiskMatrixCell-tooltipHover {
    transition-delay: 0s !important;
}

.advRiskMatrixCell-tooltip.advRiskMatrixCell-tooltipHide {
    visibility: hidden;
    border-width: 1px;
    border-color: #bababa;
    border-style: solid;
}


.advRiskMatrixCell-tooltip .nqiRiskMatrixTooltipLine {
    font-size: 0.9rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.advRiskMatrixCell-tooltip .nqiRiskMatrixTooltipLine h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}


.advRiskMatrixCell-tooltip .nqiRiskMatrixTooltipLine:not(:first-child) {
    border-top: 1px solid #ccc;
}

.advRiskMatrixCell-tooltip .nqiRiskMatrixTooltipLine:first-child {
    background-color: #f5f5f5;
}

.nqiRiskMatrixTooltip .nqiRiskMatrixTooltipLine .nqiRiskMatrixTooltipLabel {
    color: #bababa;
    padding-right: 10px;
    font-size: 1.3rem;
    float: none;
    text-align: left;
    /*display: inline-block;*/
}

.advRiskMatrixCell-tooltip .nqiRiskMatrixTooltipLine .scrollable {
    color: #2b3c4d;
    max-width: 500px;
    font-size: 1.3rem;
    margin-left: 10px;
    float: none;
    text-align: left;
    /* display: inline-block;*/
    min-width: 0;
}
.closeRiskMatrixTooltip{
    cursor:pointer;
    height: 36px;
    background-color: #f7f9fa;
    display: flex !important;
    align-items: center !important;
    padding: 0 5px;
    border-bottom: #ececec 1px solid;
}
.tableMatrix{
    overflow-y: scroll;
    max-height: 400px;
}
.divClose{
    background-color: white;
    position: sticky;
    top: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');


.inspiration-panel {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: -530px;
    width: 530px;
    height: 100%;
    transition: right 0.5s ease-in-out;
    box-shadow: -5px 0px 19px #1f1e1e10;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 220;
}

.inspiration-panel.show {
    right: 0;
}

#result-panel {
    display: none;
    padding: 0px 20px;

    font-family: 'Roboto';
    font-size: 15px;
    line-height: 29px;
    color: #545454;
}

#result-panel .item-toggle {
    font-family: 'Roboto';
    padding: 12px 0px 0px 12px;
    font-size: 15px;
    overflow: auto;
}

#result-panel .subItem .item-toggle {
    padding: 5px 0px 5px 10px;
    font-size: 13px;
}

.item {
    border: 1px solid #ebebeb;
    padding: 0 10px 2px 10px;
}

.item.item-toggle.expanded {
    background-color: red;
}

.item-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.item-checkbox {
    margin-right: 10px;
}

.item-toggle h3 {
    margin-right: 10px;
    margin-bottom: 0;
}

.item-toggle-icon {
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.item-toggle.expanded .item-toggle-icon svg {
    transform: rotate(180deg);
}

.item-description {
    max-height: 0;
    overflow: hidden;
    margin: 10px 30px 5px 30px;
    transition: max-height 0.5s ease-in-out;
}

.item-toggle.expanded ~ .item-description {
    max-height: 1000px;
}

span#addRisk-btnInnerEl {
    color: #fff;
}

span#addRisk-btnIconEl {
    display: none;
}

span#addRisk-btnInnerEl {
    color: #fff;
    padding-left: 6px;
    text-decoration: none;
}

div#risks_toolbar [bundle*="risk"] {
    display: flex;
    align-items: flex-end;
}


/**btns results **/
.bottomResults input.createBtn {
    margin-right: 10px;
}


/**animations**/
.inspireImageClickMe {
    background-image: url(https://docs.orchestra-ppm.com/download/attachments/45221567/ideaForAnimation.svg?api=v2);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 188px;
    height: 209px;
}


button#addRisk-btnEl {
    font-size: 11px;
    vertical-align: middle;
    padding: 6px 6px 4px 6px;
    background: var(--base-color-scheme-primary);
    text-transform: uppercase;
    color: #fff;
    border-radius: 2px;
    text-decoration: none;
    box-shadow: none;
    min-height: 25px;
    height: 26px !important;
}

.headerInspire img.inspireImage {
    height: 73px;
}

.descriptionTask {
    margin-bottom: 20px;
    font-family: 'Lato';
    line-height: 29px;
    color: #212121;
    font-size: 15px;
    padding: 20px;
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
}

.explaination.title {
    font-family: 'Roboto';
    font-size: 21px;
    margin-bottom: 10px;
    text-align: center;
}

.explaination.subtitle {
    font-family: 'Roboto';
    line-height: 29px;
    color: #545454;
    text-align: center;
}

.bottomResults {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid gainsboro;
}

@-webkit-keyframes fp2 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    30% {
        -webkit-transform: translate(150px, 100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(150px, 200px) rotate(90deg);
    }

    55% {
        -webkit-transform: translate(-25px, 200px) rotate(90deg);
    }

    75% {
        -webkit-transform: translate(-25px, 375px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(-25px, 375px) rotate(90deg);
    }
}

@-webkit-keyframes fp1 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    30% {
        -webkit-transform: translate(100px, 100px);
    }

    50% {
        -webkit-transform: translate(100px, 200px);
    }

    75% {
        -webkit-transform: translate(100px, 300px);
    }

    92% {
        -webkit-transform: translate(100px, 400px);
    }

    94% {
        -webkit-transform: translate(55px, 400px);
    }

    100% {
        -webkit-transform: translate(55px, 400px);
    }
}

@-webkit-keyframes fp3 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px) rotate(0deg);
    }

    30% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(200px, 200px) rotate(90deg);
    }

    55% {
        -webkit-transform: translate(271px, 200px) rotate(90deg);
    }

    75% {
        -webkit-transform: translate(271px, 300px) rotate(90deg);
    }

    92% {
        -webkit-transform: translate(271px, 375px) rotate(90deg);
    }

    94% {
        -webkit-transform: translate(271px, 375px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(271px, 373px) rotate(90deg)
    }
}

@-webkit-keyframes fp4 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    30% {
        -webkit-transform: translate(200px, 100px) rotate(90deg);
    }

    50% {
        -webkit-transform: translate(200px, 200px) rotate(90deg);
    }

    55% {
        -webkit-transform: translate(78px, 200px) rotate(90deg);
    }

    75% {
        -webkit-transform: translate(78px, 300px) rotate(90deg);
    }

    92% {
        -webkit-transform: translate(78px, 325px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(78px, 325px) rotate(90deg)
    }
}

@-webkit-keyframes fp5 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    50% {
        -webkit-transform: translate(200px, 200px);
    }

    55% {
        -webkit-transform: translate(250px, 200px);
    }

    75% {
        -webkit-transform: translate(250px, 300px);
    }

    85% {
        -webkit-transform: translate(400px, 350px);
    }

    90% {
        -webkit-transform: translate(400px, 350px);
    }

    100% {
        -webkit-transform: translate(400px, 400px);
        box-shadow: unset;
    }


}

@-webkit-keyframes fp6 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    30% {
        -webkit-transform: translate(200px, 100px) rotate(-90deg);
    }

    50% {
        -webkit-transform: translate(200px, 200px) rotate(-90deg);

    }

    75% {
        -webkit-transform: translate(275px, 200px) rotate(-90deg);
    }

    80% {
        -webkit-transform: translate(275px, 250px) rotate(-90deg);
    }

    100% {
        -webkit-transform: translate(277px, 321px) rotate(-90deg);

    }
}

@-webkit-keyframes fp7 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    25% {
        -webkit-transform: translate(200px, 100px);
    }

    30% {
        -webkit-transform: translate(175px, 175px) rotate(90deg)
    }

    55% {
        -webkit-transform: translate(175px, 225px) rotate(90deg);
    }

    75% {
        -webkit-transform: translate(175px, 275px) rotate(90deg)
    }

    100% {
        -webkit-transform: translate(175px, 325px) rotate(90deg)
    }
}

@-webkit-keyframes fp8 {
    0% {
        -webkit-transform: translate(200px, 0px);
    }

    10% {
        -webkit-transform: translate(200px, 0px) rotate(90deg);
    }

    24% {
        -webkit-transform: translate(200px, 103px) rotate(90deg);
    }

    25% {
        -webkit-transform: translate(200px, 103px) rotate(90deg);
    }

    30% {
        -webkit-transform: translate(-26px, 103px) rotate(90deg);

    }

    55% {
        -webkit-transform: translate(-26px, 183px) rotate(90deg);
    }

    75% {
        -webkit-transform: translate(-26px, 232px) rotate(90deg);
    }

    100% {
        -webkit-transform: translate(-26px, 278px) rotate(90deg);
    }
}

@-webkit-keyframes brick {
    0% {
        background: none;
        opacity: 0.5;
    }

    50% {
        background: white;
        opacity: 0.8;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes div {
    0% {
    }

    100% {
        background: #fff;
    }
}

body {
    background: #fff;
}

.orchestraConstructionContainer {
    background: #fff;

    color: rgba(68, 68, 68, .5);
    display: block;
    font-family: Verdana, sans-serif;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 500px;
    padding-bottom: 20px;
    transform: scale(0.5);
}

.fp3 div,
.fp1 div,
.fp2 div,
.fp6 div,
.fp4 div,
.fp5 div,
.fp7 div,
.fp8 div {
    /*border: 1px solid #f9f9f9;*/
    display: inline;
    float: left;
    height: 48px;
    line-height: 48px;
    width: 48px;
    text-align: center;
    vertical-align: baseline;
    border-radius: 50px;
    -webkit-animation: div 2s;
    -webkit-animation-delay: 15s;
    -webkit-animation-fill-mode: forwards;
    animation-iteration-count: 1;
    /* box-shadow: 0px 0px 4px #80808070*/
}


/*figure 1 animations**/
.fp1 {
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp1 2s linear;
    -webkit-animation-delay: 0.5s;
    -webkit-animation-fill-mode: forwards;
}

.fp1 div {
    background: #df7100;
}

.fp1 div:first-child {
    display: block;
    float: none;
    margin: 0 auto;
}

.fp1 div:nth-of-type(2) {
    clear: both;
}

/*figure 2 animations**/
.fp2 {
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp2 2s linear;
    -webkit-animation-delay: 4s;
    -webkit-animation-fill-mode: forwards;
}

.fp2 div {
    background: #ffa446;
    -webkit-transform: rotate(-90deg);
}

.fp2 div:nth-of-type(2) {
    margin-right: 50px;
}

.fp2 div:nth-of-type(3) {
    margin-left: 50px;
}


/*figure 3 animations**/
.fp3 {
    position: absolute;
    width: 50px;
    height: 200px;
    -webkit-transform: translate(200px, -200px);
    -webkit-animation: fp3 2s linear;
    -webkit-animation-delay: 2s;
    -webkit-animation-fill-mode: forwards;
}

.fp3 div {
    background: #c7017fff;
    -webkit-transform: rotate(-90deg);
}

/*figure 4 animations**/
.fp4 {
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp4 2s linear;
    -webkit-animation-delay: 5s;
    -webkit-animation-fill-mode: forwards;
}

.fp4 div {
    background: #16214255;
    -webkit-transform: rotate(-90deg);
}

.fp4 div:first-child {
    margin-left: 50px;
}

/*figure 5 animations**/

.fp5 {
    position: absolute;
    height: 100px;
    width: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp5 2s linear;
    -webkit-animation-delay: 7s;
    -webkit-animation-fill-mode: forwards;
}

.fp5 div {
    background: #42a5f5;
}

/*figure 6 animations**/
.fp6 {
    position: absolute;
    width: 100px;
    height: 150px;
    -webkit-transform: translate(200px, -150px);
    -webkit-animation: fp6 2s linear;
    -webkit-animation-delay: 9s;
    -webkit-animation-fill-mode: forwards;
}

.fp6 div {
    background: #ebbb60;
    -webkit-transform: rotate(-90deg);
}

.fp6 div:first-child,
.fp6 div:nth-of-type(2) {
    margin-right: 50px;
}


/*figure 7 animations**/
.fp7 {
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp7 2s linear;
    -webkit-animation-delay: 11s;
    -webkit-animation-fill-mode: forwards;

}

.fp7 div {
    background: #9ccc65ff;
    -webkit-transform: rotate(-90deg);
}

.fp7 div:nth-of-type(2) {
    margin-right: 50px;
}

.fp7 div:nth-of-type(3) {
    margin-left: 50px;
}

/*figure 8 animations**/
.fp8 {
    position: absolute;
    width: 150px;
    height: 100px;
    -webkit-transform: translate(200px, -100px);
    -webkit-animation: fp8 2s linear;
    -webkit-animation-delay: 13s;
    -webkit-animation-fill-mode: forwards;
}

.fp8 div {
    background: #546e7aff;
    -webkit-transform: rotate(-90deg);
}

.fp8 div:nth-of-type(2) {
    margin-right: 50px;
}

.fp8 div:nth-of-type(3) {
    margin-left: 50px;
}


div.brick {
    margin-top: 0px;
    opacity: 0;
    position: absolute;
    height: 500px;
    width: 500px;
    -webkit-animation: brick 2s;
    -webkit-animation-delay: 16s;
    -webkit-animation-fill-mode: forwards;
}

div.brick h1 {
    margin-top: 75px;
    text-align: center;
}

.logocreationOrchestra {
    background-color: #fff;
    background-image: url(https://docs.orchestra-ppm.com/download/attachments/45221567/logoAnimation.svg?api=v2);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 112px;
    background-size: 257px;
    padding-bottom: 50px;
}


/**text **/
.orchestraConstructionContainer .constructionText {
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    color: #FFFFFF;
    font-family: "Roboto", cursive;
}

.orchestraConstructionContainer .wrap-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 14px;
}

.orchestraConstructionContainer .wrap,
.orchestraConstructionContainer .wrap-inner {
    width: 100%;
    height: 100%;
}

.constructionText .wrap {
    display: table;
}


.constructionText h1:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 4px;
    background-color: #f57c00;
    -webkit-animation: heading-before 4s ease infinite;
    animation: heading-before 4s ease infinite;
}

.constructionText h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 4px;
    background-color: #f57c00;
    -webkit-animation: heading-after 4s ease infinite;
    animation: heading-after 4s ease infinite;
}

.wrap-inner.constructionText {
    width: 500px;
    text-align: center;
    margin: auto;
}

.constructionText h1 {
    position: relative;
    display: inline-block;
    font-size: 27px;
    padding: 16px;
    font-family: Roboto;
    font-weight: normal;
    color: #f57c00;
}

@-webkit-keyframes heading-before {
    0% {
        right: auto;
        width: 0;
        left: 0;
    }

    10% {
        width: 50%;
    }

    50% {
        width: 0;
        left: 100%;
    }

    51% {
        width: 0;
        right: 0;
        left: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        right: 100%;
        left: auto;
    }

    100% {
        right: auto;
        width: 0;
        left: 0;
    }
}

@keyframes heading-before {
    0% {
        right: auto;
        width: 0;
        left: 0;
    }

    10% {
        width: 50%;
    }

    50% {
        width: 0;
        left: 100%;
    }

    51% {
        width: 0;
        right: 0;
        left: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        right: 100%;
        left: auto;
    }

    100% {
        right: auto;
        width: 0;
        left: 0;
    }
}

@-webkit-keyframes heading-after {
    0% {
        left: auto;
        width: 0;
        right: 0;
    }

    10% {
        width: 50%;
        left: auto;
    }

    50% {
        width: 0;
        right: 100%;
        left: auto;
    }

    51% {
        width: 0;
        left: 0;
        right: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        left: 100%;
        right: atuo;
    }

    100% {
        left: auto;
        width: 0;
        right: 0;
    }
}

@keyframes heading-after {
    0% {
        left: auto;
        width: 0;
        right: 0;
    }

    10% {
        width: 50%;
        left: auto;
    }

    50% {
        width: 0;
        right: 100%;
        left: auto;
    }

    51% {
        width: 0;
        left: 0;
        right: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        left: 100%;
        right: atuo;
    }

    100% {
        left: auto;
        width: 0;
        right: 0;
    }
}

.inspireMePlaceholder .wrap,
.inspireMePlaceholder .wrap-inner {
    width: 100%;
    height: 200px !important;
}

.closeButton {
    margin-left: auto;
}

.closeButton img {
    height: 36px;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}


/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


.closeButton {
    cursor: pointer;
}

img.ideaAnimationImage {
    position: absolute;
    width: 293px;
    margin-top: -395px;
    margin-left: -35px;
    background: #ffffff8f;
    border-radius: 90%;
}

h1.gettingInspiration {
    margin-top: 30px;
    font-size: 29px !important;
}

.item-description {
    font-family: 'Roboto';
    line-height: 25px;
    font-size: 13px;
}


.subtitleResults {
    font-family: 'Lato';
    color: #545454;
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 1.3rem;
}


.titleResults {
    font-family: 'Roboto';
    font-size: 20px;
    display: flex;
    align-items: center;
}

.titleResults img.inspireImage {
    height: 62px;
}

.inspireImage.titleResultPanel {
    background-repeat: no-repeat;
    background-size: 61px;
    width: 40px;
    background-position-x: -10px;
    background-position-y: -17px;
    height: 40px;
}

input.createBtn {
    font-family: Roboto;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    background: #42a5f5;
    cursor: pointer;
    transition: all 0.2s;
}

input.createBtn:hover {
    background-color: #216399;
    transition: all 0.2s;
}

input.RelauncBtn {
    font-family: Roboto;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    background: #42a5f5;
    cursor: pointer;
    transition: all 0.2s;
}

input.RelauncBtn:hover {
    background-color: #87c9ff7e;
    transition: all 0.2s;
}

input.RelauncBtn {
    font-family: Roboto;
    padding: 10px;
    color: #42a5f5;
    text-transform: uppercase;
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #42a5f5;
    background: #ffffff;
}

.headerInspire {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-size: 16px;
    color: #ffa726;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 1;
    padding: 4px 20px;
    height: 54px;
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

/**
 * ----------------------------------------
 * animation heartbeat
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}


.switch > label {
    position: relative;
    cursor: pointer !important;
}

.switch > input[type="checkbox"] {
    opacity: 0;
}

.switch > label::before,
.switch > label::after {
    --switch-width: 40px;
    --switch-height: 20px;
    content: "";
    position: absolute;
    height: var(--switch-height);
}

.switch > label::before {
    width: var(--switch-width);
    border: 1px solid #e1e1e1;
    top: 0;
    left: calc(0px - var(--switch-width) - 5px);
    border-radius: var(--switch-width);
}

.switch > label::after {
    width: var(--switch-height);
    height: var(--switch-height);
    top: 1px;
    border-radius: var(--switch-height);
    left: calc(0px - var(--switch-width) - 4px);
    transition: transform .3s;
    background-color: #a0a0a0;
    transform-origin: left;
}

.switch > input[type=checkbox]:not(:checked) ~ label::after {
    transform: translateX(0);
}

.switch > input[type=checkbox]:checked ~ label::after {
    transform: translateX(calc(var(--switch-width) / 2));
    background-color: #00d509;
}

.switch > input[type=checkbox]:checked ~ label::before {
    background-color: #4caf501f;
}

span.switch {
    margin-left: 10px;
    cursor: pointer;
}

h1.gettingInspiration.tetris {
    height: 85px;
    line-height: 41px;
}

.textPlaceholderLaunch.buttonInspireMe {
    font-family: Roboto;
    padding: 10px;
    color: #ffffff;
    text-transform: uppercase;
    width: 80%;
    text-align: center;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 27px;
    white-space: nowrap;
    background: #fb8c00;
    transition: all 0.2s;
    margin-top: 30px;
}

.textPlaceholderLaunch.buttonInspireMe:hover {
    background: #db7a00;
    transition: all 0.2s;
}

#gettingInspirationDiv canvas {
    border-radius: 90%;
    margin-top: 110px;
}

#result select, #result select.textField {
    background: #42a5f5 none;
    color: #fff;
    border: none;
    margin-left: 5px;
    padding: 2px;
    border-radius: 2px;
    -webkit-appearance: textfield !important;
    height: 20px;
    padding-left: 5px;
    cursor: pointer;
    font-family: 'Roboto';

}

[id*="proba-risk-"], [id*="impact-risk-"] {
    margin-left: 5px;
}

[id*="proba-risk-"] {
    margin-top: 15px;
}


/**copie le div <div class="inspireImageClickMe jello-vertical"></div> et el mettre sous inspireMeuttonContent dans #gettingInspirationDiv**/
#gettingInspirationDiv .inspireImageClickMe.jello-vertical {
    position: absolute;
}

.needDescription {
    margin-top: 30vh;
}

.placeholderDescription {
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: Roboto;
    line-height: 2.6rem;
}

img.openPanelInspiration {
    width: 40px;
    margin: 10px;
    box-shadow: 0px 0px 8px #ebebeb;
    border-radius: 90%;
    cursor: pointer;
}

img.openPanelInspiration:hover {
    filter: saturate(3.5);
    transition: all 0.2s;
}

.explaination span.bold {
    color: #fb8c00;
    font-weight: 600;
}

.objectIcon {
    width: 26px;
    height: 26px;
    display: inline-block;
    background-size: contain;
    background-position-y: 4px;
    background-repeat: no-repeat;
}

.inspireMeButton.inspireMePlaceholder.gettingInspiration {
    margin-top: 118px;
}

.inspiration-panel .headerInspire h1 {
    color: #ffa726 !important;
    font-size: 22px !important;
    font-family: 'Roboto';
}

.inspiration-panel .explaination.title {
    font-family: 'Roboto';
    font-size: 21px;
}

.inspiration-panel h1.gettingInspiration.tetris {
    font-size: 23px !important;
    margin: auto;
    line-height: 31px;
}

div#gettingInspirationDiv.inspireMeButton.inspireMePlaceholder.gettingInspiration {
    margin-top: 128px !important;
}

#inspire_placeholder [contenteditable] {
    border: 1px solid transparent;
    cursor: text;
    padding: 5px;
    margin-bottom: 2px;
}

#inspire_placeholder [contenteditable]:hover {
    border: 1px solid #dbdbdb;
    cursor: text;
    padding: 5px;
    margin-bottom: 2px;
}

.inspiration-panel .explaination.title, .inspiration-panel .headerInspire h1, .titleResults, .subtitleResults {
    cursor: default
}

.openaisuccess {
    text-align: center;
    font-family: Lato, sans-serif;
    display: inline-block;
    white-space: nowrap;
    border-style: solid;
    border-left-style: solid;
    border-radius: 3px 1px 8px 1px;
    padding: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.1rem;
    border-width: 1px;
    border-left-width: 1px;
    line-height: normal !important;
    background-color: #fff;
    text-transform: uppercase;
    border-left: 1px solid;
    font-weight: bold;
    color: green;
    border-color: green;
}

.openaifailed {
    text-align: center;
    font-family: Lato, sans-serif;
    display: inline-block;
    white-space: nowrap;
    border-style: solid;
    border-left-style: solid;
    border-radius: 3px 1px 8px 1px;
    padding: 6px;
    padding-right: 6px;
    padding-left: 6px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.1rem;
    border-width: 1px;
    border-left-width: 1px;
    line-height: normal !important;
    background-color: #fff;
    text-transform: uppercase;
    border-left: 1px solid;
    font-weight: bold;
    color: #f4511e;
    border-color: #f4511e;
}


div#descriptionToSend {
    margin: 20px;
}

#inspire_placeholder .titleResults {
    font-family: 'Lato';
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    color: #292929;
    align-items: center;
}

#inspire_placeholder label {
    font-size: 1.5rem;
    font-family: 'Lato';
    color: black;
    min-width: 45px;
}

#inspire_placeholder .bottomResults {
    position: sticky;
    bottom: 0;
    background: #fff;
    z-index: 11;
    padding: 16px 0px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid gainsboro;
}

#inspire_placeholder #result-panel .item-toggle {
    font-family: 'Roboto';
    padding: 16px 0px 5px 0px;
    font-size: 15px;
}

#inspire_placeholder .item {
    border: 1px solid #ebebeb;
    padding: 0 6px 0px 0px;
}

#inspire_placeholder .plw-icon-button.plw-icon-button--rounded button.plw-button {
    padding: 5px;
    border-radius: 50%;
}

#gettingInspirationDiv {
    display: none;
}

#ConstructionInspirationDiv {
    display: none;
}

img.inspireImage {
    height: 30px;
}

.inspireImage {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.inspireMeButton {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: 'Lato', sans-serif;
}

.inspireMeButtonContent {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    transition: all 0.2s;
    transform: scale(0.8);
}


.inspireMeButton.firstStep {
    display: flex;
    flex-direction: column;
}

.inspireMeButtonContent:hover {

    transition: all 0.2s;
    cursor: pointer;
    color: #ff5e00;
    font-size: 20px;
}

#gettingInspirationDiv,
#ConstructionInspirationDiv {
    border: unset;

}

/*
.inspireMeButton:hover {
    border: 1px solid #fccf5b;
}*/

.jello-vertical {
    -webkit-animation: jello-vertical 2.2s 1s infinite both;
    animation: jello-vertical 2.2s 1s infinite both;
}

@-webkit-keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    5% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    10% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    15% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }

    20% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    25% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes jello-vertical {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    5% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    10% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    15% {
        -webkit-transform: scale3d(0.85, 1.15, 1);
        transform: scale3d(0.85, 1.15, 1);
    }

    20% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    25% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animationCreation {
    -webkit-animation: animation-creation 3.2s 0.5s ease-in-out infinite;
    animation: animation-creation 3.2s 0.5s ease-in-out infinite;
    width: 30px;
    background-size: 30px;
    height: 30px;
    background-repeat: no-repeat;
    animation-direction: alternate;
}

@keyframes animation-creation {
    0% {
        background-image: unset
    }

    9% {
        background-image: unset
    }

    10% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p1.png?api=v2")
    }

    30% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p1.png?api=v2")
    }


    31% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p2.png?api=v2")
    }

    49% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p2.png?api=v2")
    }

    50% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p3.png?api=v2")
    }

    74% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p3.png?api=v2")
    }

    75% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p4.png?api=v2")
    }

    100% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p4.png?api=v2")
    }


}


@keyframes animation-getting {
    0% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p1.png?api=v2")
    }

    35% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p2.png?api=v2")
    }

    50% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p3.png?api=v2")
    }

    75% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/p4.png?api=v2")
    }

    100% {
        background-image: url("https://docs.orchestra-ppm.com/download/attachments/45221567/idea.svg?api=v2")
    }
}

div#inspireMePlaceholder {
    display: flex;
    align-items: center;
    display: flex;
    flex-direction: column;
    background: #fff;
}

.inspireMePlaceholder .gettingInspirationText {
    -webkit-font-smoothing: antialiased;
    line-height: 1.2;
    color: #FFFFFF;
    font-family: "Roboto", cursive;
}

.inspireMePlaceholder .wrap-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.inspireMePlaceholder .wrap,
.inspireMePlaceholder .wrap-inner {
    width: 100%;
    height: 100%;
}

.inspireMePlaceholder .wrap {
    display: table;
}

img.imgaAnimatedInspire {
    margin-bottom: 50px;
    height: 250px;
}




.inspireMePlaceholder h1 {
    position: relative;
    display: inline-block;
    font-weight: normal;
    color: #f57c00;
    font-size: 17px;
    height: 59px;
    line-height: 56px;
    font-family: 'Lato', sans-serif;
}

.inspireMePlaceholder h1:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 2px;
    background-color: #f57c00;
    -webkit-animation: heading-before 4s ease infinite;
    animation: heading-before 4s ease infinite;
}

.inspireMePlaceholder h1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    height: 2px;
    background-color: #f57c00;
    -webkit-animation: heading-after 4s ease infinite;
    animation: heading-after 4s ease infinite;
}

@-webkit-keyframes heading-before {
    0% {
        right: auto;
        width: 0;
        left: 0;
    }

    10% {
        width: 50%;
    }

    50% {
        width: 0;
        left: 100%;
    }

    51% {
        width: 0;
        right: 0;
        left: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        right: 100%;
        left: auto;
    }

    100% {
        right: auto;
        width: 0;
        left: 0;
    }
}

@keyframes heading-before {
    0% {
        right: auto;
        width: 0;
        left: 0;
    }

    10% {
        width: 50%;
    }

    50% {
        width: 0;
        left: 100%;
    }

    51% {
        width: 0;
        right: 0;
        left: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        right: 100%;
        left: auto;
    }

    100% {
        right: auto;
        width: 0;
        left: 0;
    }
}

@-webkit-keyframes heading-after {
    0% {
        left: auto;
        width: 0;
        right: 0;
    }

    10% {
        width: 50%;
        left: auto;
    }

    50% {
        width: 0;
        right: 100%;
        left: auto;
    }

    51% {
        width: 0;
        left: 0;
        right: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        left: 100%;
        right: atuo;
    }

    100% {
        left: auto;
        width: 0;
        right: 0;
    }
}

@keyframes heading-after {
    0% {
        left: auto;
        width: 0;
        right: 0;
    }

    10% {
        width: 50%;
        left: auto;
    }

    50% {
        width: 0;
        right: 100%;
        left: auto;
    }

    51% {
        width: 0;
        left: 0;
        right: auto;
    }

    60% {
        width: 50%;
    }

    99% {
        width: 0;
        left: 100%;
        right: atuo;
    }

    100% {
        left: auto;
        width: 0;
        right: 0;
    }
}

.heartbeat {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.94);
        transform: scale(0.94);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

#ConstructionInspirationDiv.inspireMePlaceholder h1 ::before {
    background-color: #4ffffb !important;
}


#ConstructionInspirationDiv .wrap {
    width: auto;
    margin-left: 20px;
}

.inspireMeButtonContent {
    height: 100%;
    min-height: 340px;
}

.inspireMeButtonContent:hover {
    transform: scale(1.05);
    transition: all 0.2s;
}

.inspireMeButtonContent.clickToInspire {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
}

.textPlaceholderLaunch {
    font-family: 'Roboto';
}

.inspireMeButtonContent.clickToInspire img {
    height: 217px;
    margin-bottom: 30px;
}

.inspireMeButton {
    border-radius: 103px;
    /* box-shadow: 0px 0px 11px 3px #ffefcd38;*/
    width: 70%;
    /* border: 1px solid #ececec;*/
    margin: auto;
    height: 300px;
    padding-bottom: 40px;
}

.inspireImageClickMe {
    background-image: url(https://docs.orchestra-ppm.com/download/attachments/45221567/ideaForAnimation.svg?api=v2);
    background-repeat: no-repeat;
    cursor: pointer;
}

.inspireImageClickMe.jello-vertical {
    background-size: 260px;
    background-position-y: -43px;
    background-position-x: -34px;
}

.inspireImageClickMe.jello-vertical.header {
    width: 60px;
    height: 60px;
    background-size: 50px;
    background-position-y: 0;
    background-position-x: 0px;
}

#inspirationButton-btn {
    margin-right: 7px;
    border-radius: 3px;
}

#inspirationButton::after{
 content:'Inspiration';
    font-size: 1.3rem;
    font-family: 'Montserrat','Sans-Serif';
    line-height: 2.5rem;
    color: rgb(255, 191, 0);
}
@-webkit-keyframes fp2 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  30% {
    -webkit-transform: translate(150px, 100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(150px, 200px) rotate(90deg);
  }

  55% {
    -webkit-transform: translate(-25px, 200px) rotate(90deg);
  }

  75% {
    -webkit-transform: translate(-25px, 375px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-25px, 375px) rotate(90deg);
  }
}

@-webkit-keyframes fp1 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  30% {
    -webkit-transform: translate(100px, 100px);
  }

  50% {
    -webkit-transform: translate(100px, 200px);
  }

  75% {
    -webkit-transform: translate(100px, 300px);
  }

  92% {
    -webkit-transform: translate(100px, 400px);
  }

  94% {
    -webkit-transform: translate(55px, 400px);
  }

  100% {
    -webkit-transform: translate(55px, 400px);
  }
}

@-webkit-keyframes fp3 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px) rotate(0deg);
  }

  30% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(200px, 200px) rotate(90deg);
  }

  55% {
    -webkit-transform: translate(271px, 200px) rotate(90deg);
  }

  75% {
    -webkit-transform: translate(271px, 300px) rotate(90deg);
  }

  92% {
    -webkit-transform: translate(271px, 375px) rotate(90deg);
  }

  94% {
    -webkit-transform: translate(271px, 375px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(271px, 373px) rotate(90deg)
  }
}

@-webkit-keyframes fp4 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  30% {
    -webkit-transform: translate(200px, 100px) rotate(90deg);
  }

  50% {
    -webkit-transform: translate(200px, 200px) rotate(90deg);
  }

  55% {
    -webkit-transform: translate(78px, 200px) rotate(90deg);
  }

  75% {
    -webkit-transform: translate(78px, 300px) rotate(90deg);
  }

  92% {
    -webkit-transform: translate(78px, 325px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(78px, 325px) rotate(90deg)
  }
}

@-webkit-keyframes fp5 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  50% {
    -webkit-transform: translate(200px, 200px);
  }

  55% {
    -webkit-transform: translate(250px, 200px);
  }

  75% {
    -webkit-transform: translate(250px, 300px);
  }

  85% {
    -webkit-transform: translate(400px, 350px);
  }

  90% {
    -webkit-transform: translate(400px, 350px);
  }

  100% {
    -webkit-transform: translate(400px, 400px);
    box-shadow: unset;
  }


}

@-webkit-keyframes fp6 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  30% {
    -webkit-transform: translate(200px, 100px) rotate(-90deg);
  }

  50% {
    -webkit-transform: translate(200px, 200px) rotate(-90deg);

  }

  75% {
    -webkit-transform: translate(275px, 200px) rotate(-90deg);
  }

  80% {
    -webkit-transform: translate(275px, 250px) rotate(-90deg);
  }

  100% {
    -webkit-transform: translate(277px, 321px) rotate(-90deg);

  }
}

@-webkit-keyframes fp7 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  25% {
    -webkit-transform: translate(200px, 100px);
  }

  30% {
    -webkit-transform: translate(175px, 175px) rotate(90deg)
  }

  55% {
    -webkit-transform: translate(175px, 225px) rotate(90deg);
  }

  75% {
    -webkit-transform: translate(175px, 275px) rotate(90deg)
  }

  100% {
    -webkit-transform: translate(175px, 325px) rotate(90deg)
  }
}

@-webkit-keyframes fp8 {
  0% {
    -webkit-transform: translate(200px, 0px);
  }

  10% {
    -webkit-transform: translate(200px, 0px) rotate(90deg);
  }

  24% {
    -webkit-transform: translate(200px, 103px) rotate(90deg);
  }

  25% {
    -webkit-transform: translate(200px, 103px) rotate(90deg);
  }

  30% {
    -webkit-transform: translate(-26px, 103px) rotate(90deg);

  }

  55% {
    -webkit-transform: translate(-26px, 183px) rotate(90deg);
  }

  75% {
    -webkit-transform: translate(-26px, 232px) rotate(90deg);
  }

  100% {
    -webkit-transform: translate(-26px, 278px) rotate(90deg);
  }
}

@-webkit-keyframes brick {
  0% {
    background: none;
    opacity: 0.5;
  }

  50% {
    background: white;
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes div {
  0% {}

  100% {
    background: #fff;
  }
}

.fp3 div,
.fp1 div,
.fp2 div,
.fp6 div,
.fp4 div,
.fp5 div,
.fp7 div,
.fp8 div {
  /*border: 1px solid #f9f9f9;*/
  display: inline;
  float: left;
  height: 48px;
  line-height: 48px;
  width: 48px;
  text-align: center;
  vertical-align: baseline;
  border-radius: 50px;
  -webkit-animation: div 2s;
  -webkit-animation-delay: 15s;
  -webkit-animation-fill-mode: forwards;
  animation-iteration-count: 1;
  /* box-shadow: 0px 0px 4px #80808070*/
}


/*figure 1 animations**/
.fp1 {
  position: absolute;
  width: 150px;
  height: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp1 2s linear;
  -webkit-animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
}

.fp1 div {
  background: #df7100;
}

.fp1 div:first-child {
  display: block;
  float: none;
  margin: 0 auto;
}

.fp1 div:nth-of-type(2) {
  clear: both;
}

/*figure 2 animations**/
.fp2 {
  position: absolute;
  width: 150px;
  height: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp2 2s linear;
  -webkit-animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
}

.fp2 div {
  background: #ffa446;
  -webkit-transform: rotate(-90deg);
}

.fp2 div:nth-of-type(2) {
  margin-right: 50px;
}

.fp2 div:nth-of-type(3) {
  margin-left: 50px;
}


/*figure 3 animations**/
.fp3 {
  position: absolute;
  width: 50px;
  height: 200px;
  -webkit-transform: translate(200px, -200px);
  -webkit-animation: fp3 2s linear;
  -webkit-animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
}

.fp3 div {
  background: #c7017fff;
  -webkit-transform: rotate(-90deg);
}

/*figure 4 animations**/
.fp4 {
  position: absolute;
  width: 150px;
  height: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp4 2s linear;
  -webkit-animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
}

.fp4 div {
  background: #16214255;
  -webkit-transform: rotate(-90deg);
}

.fp4 div:first-child {
  margin-left: 50px;
}

/*figure 5 animations**/

.fp5 {
  position: absolute;
  height: 100px;
  width: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp5 2s linear;
  -webkit-animation-delay: 7s;
  -webkit-animation-fill-mode: forwards;
}

.fp5 div {
  background: #42a5f5;
}

/*figure 6 animations**/
.fp6 {
  position: absolute;
  width: 100px;
  height: 150px;
  -webkit-transform: translate(200px, -150px);
  -webkit-animation: fp6 2s linear;
  -webkit-animation-delay: 9s;
  -webkit-animation-fill-mode: forwards;
}

.fp6 div {
  background: #ebbb60;
  -webkit-transform: rotate(-90deg);
}

.fp6 div:first-child,
.fp6 div:nth-of-type(2) {
  margin-right: 50px;
}


/*figure 7 animations**/
.fp7 {
  position: absolute;
  width: 150px;
  height: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp7 2s linear;
  -webkit-animation-delay: 11s;
  -webkit-animation-fill-mode: forwards;

}

.fp7 div {
  background: #9ccc65ff;
  -webkit-transform: rotate(-90deg);
}

.fp7 div:nth-of-type(2) {
  margin-right: 50px;
}

.fp7 div:nth-of-type(3) {
  margin-left: 50px;
}

/*figure 8 animations**/
.fp8 {
  position: absolute;
  width: 150px;
  height: 100px;
  -webkit-transform: translate(200px, -100px);
  -webkit-animation: fp8 2s linear;
  -webkit-animation-delay: 13s;
  -webkit-animation-fill-mode: forwards;
}

.fp8 div {
  background: #546e7aff;
  -webkit-transform: rotate(-90deg);
}

.fp8 div:nth-of-type(2) {
  margin-right: 50px;
}

.fp8 div:nth-of-type(3) {
  margin-left: 50px;
}


div.brick {
  margin-top: 300px;
  opacity: 0;
  position: absolute;
  height: 200px;
  width: 500px;
  -webkit-animation: brick 2s;
  -webkit-animation-delay: 16s;
  -webkit-animation-fill-mode: forwards;
}

div.brick h1 {
  margin-top: 75px;
  text-align: center;
}

.logocreationOrchestra {
  background-color: #fff;
  background-image: url(https://docs.orchestra-ppm.com/download/attachments/45221567/logoAnimation.svg?api=v2);
  width: 100%;
  height: 145px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-bottom: 50px;

}


#loginBackground {

     background: url(/cpms/servlet/extRes?resource=login-background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
	overflow: hidden;
}

div#mainPortalPanel-body {
    background: url(/cpms/servlet/extRes?resource=login-background-dashboard.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



.id-stage-elt {
    vertical-align: middle;
}

.stage-value {
    float: left;
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.stage-title {
    float: left;
    font-family: Lato, Arial, sans-serif;
    font-size: 1em;
    color: #95a5a6;
    padding-right: 2px;

}

.stage-container {
    display: flex;
    justify-content: flex-end;
}

.gateState-losange {
    height: 10px;
    width: 10px;
    margin-top: 2px;
    margin-right: 4px;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

/* Stage-Gate css */
.containerStageAndGate {
    width: 98%;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    background: #fff;
    margin-top: 20px;
}

.containerMarginAuto {
    margin: auto;
    display: flex;
    flex-direction: row;
}

.gateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80px;
}

.figureGateContainer {
    align-self: center;
}

.nameGateContainer {
    align-self: center;
    margin-top: 10px;
    width: 100%;
}

.losange {
    height: 20px;
    width: 20px;
    margin-top: 5px;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.nameText {
    font-family: Roboto;
    font-size: 12px;
    color: #6e6e6e;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;

}

.nameText.gatetexte {
    font-family: Raleway;
    font-size: 12px;
    color: #6e6e6e;
    text-transform: uppercase;
    white-space: break-spaces;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 10px;
    max-width: 200px;
    text-align: center;
}

.linkContainer {
    height: 2px;
    background: #d5d5d5;
    min-width: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 50px;
    margin-top: 29px;
    margin-bottom: auto;
    justify-content: center;
    display: none;
}

.stageContainer {
    display: flex;
    flex-direction: column;
    margin-right: 1px;
}

.figureStageContainer {
    align-self: center;
    width: 100%;
}

.figureStageContainer:hover {
    cursor: pointer;

}

.figureGateContainer:hover {

    cursor: pointer;

}

.figureGateContainerNoPointer {
    align-self: center;
}

.figureStageContainerNoPointer {
    align-self: center;
    width: 100%;
}

.checked .nameText {
    color: #fff;
}

.rectangle {
    height: 30px;
    width: auto;
    align-items: center;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    padding: 0px 20px;
    background: #e1e1e1;
}

.activeText {
    color: #ffffff;
}

.nqi-sg-avatar {
    height: 35px;
    border-radius: 50px;
    border: 1px solid #bdbdbd;
}

.containerStageAndGate.containerStageAndGateMini {
    background: transparent;
    height: auto;
}

.containerStageAndGateMini {
    width: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
    height: fit-content;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
}

.containerStageAndGateMini .containerMarginAuto {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.containerStageAndGateMini .gateContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 15px;
}

.containerStageAndGateMini .losange {
    height: 10px;
    width: 10px;
    margin-top: 10px;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */
}

.containerStageAndGateMini .nameText {
    display: none;
}

.containerStageAndGateMini .rectangle {
    height: 15px;
    width: 15px;
    align-items: center;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    padding: 0px 0px;
}

.deliverable-background {
    background: #4dd0e1;
}

.id-panel-fonticon-deliverable {
    display: flex;
    align-items: center;
    justify-content: center;
}

.deliverable-icon {
    width: 36px;
}

/*
 Kanban stage CSS
 */

html {
    font-size: 62.5%;
}

/***********containers*************/
.dashboardKanbanStageGate {
    background: #f1f2f7;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 98vw;
    display: flex;
    flex-direction: column;
}

.sgWidgetKanban {
    height: auto;
    background: #fff;
    margin: auto;
    padding: 40px;
    min-width: 1024px;
    max-width: 100%;

    box-shadow: 3px 4px 11px 0px #dcdcdc;
}

/*************content widget************/

.sgTitleWidget {
    font-family: Raleway;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.sgKanban {
    background: #f8f8f8;
    min-height: 250px;
    display: flex;
    overflow-x: auto;
}

.sgMainContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-right: 1px solid #e2e2e2;
    padding-bottom: 20px;
    height: 490px;
    overflow-y: auto;
    min-width: 200px;
}

.sgHeader {
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    page-break-after: 10px;
    font-family: Raleway;
    font-size: 1.3rem;
    margin-top: 10px;
}

.sgHeader.genericStyleHeader {
    font-family: roboto;
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 2px solid rgb(187, 187, 187);
    text-align: left;
    justify-content: space-between;
}

.sgContentCards.max-height70 {
    height: auto;
    max-height: initial;
    overflow-y: initial;
}

.sgCardKanban {
    font-family: Raleway;
    font-size: 1.3rem;
    margin-top: 10px;
    padding: 10px;
    background: #fff;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: 3px 4px 11px 0px #dcdcdc;
    display: flex;
    align-items: center;
    min-width: 160px;
}

/****************content card***************/
.sgAvatarGeneric {
    height: 34px;
    width: 34px;
    /*background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTvkA7CRbocPTnscAAcWxslol1zsrn1VOUjnrU0GPV_pqBeAScZSQ);/* */
    background-size: cover;
    border-radius: 90px;
    border: 1px solid gainsboro;
}

.sgInfosGeneric {
    display: flex;
    flex-direction: column;
    margin-left: unset;
    width: -webkit-fill-available;
}

.sgInfoGeneric {
    font-family: Roboto;
    font-size: 1.3rem;
    color: #37474f;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sgInfoGeneric.mainInfo {
    font-size: 1.4rem;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.sgMainInfo {
    font-size: 1.4rem;
    color: #000;
}

.sgSecondaryInfo {
    color: #8c8c8c;
    text-align: left;
}

.sgStatusGeneric, .sgStatusGenericToolbar, .gateStatusGenericToolbar {
    text-transform: uppercase;
    width: -moz-fit-content; /* Firefox */
    width: -webkit-fit-content; /* Chrome */
    font-family: Lato, sans-serif;
    display: inline-block;
    white-space: nowrap;
    border-style: solid;
    border-radius: 3px 1px 8px 1px;
    padding: 6px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.1rem;
    border-width: 1px;
    line-height: normal !important;
    background-color: #fff;
    border-left: 1px solid;
    font-weight: bold;

}

.sgStatusGenericToolbar {
    color: var(--status-color-in-progress);
    border: 1px solid var(--status-color-in-progress);
}

.sgStatusGeneric {
    color: var(--status-color-draft);
}

.sgOthersInfosInline {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.sgStatusGeneric.inProgress {
    color: var(--status-color-in-progress);
    border: 1px solid var(--status-color-in-progress);
}

.sgStatusGeneric.draft {
    color: var(--status-color-draft);
    border: 1px solid var(--status-color-draft);
}

.sgStatusGeneric.created {
    color: var(--status-color-created);
    border: 1px solid var(--status-color-created);
}

.sgStatusGeneric.closed {
    color: #455a64;
    border: 1px solid #455a64;
}

.sgProjectProgressionLevel {
    color: #3699db;
}

/***************Stage-Gate surcharge**************/
.sgStage {
    background: transparent;
    padding: 5px 10px 5px 0px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0px;
    text-align: left;
    font-weight: bold;
    width: 100%;
}

.sgGate {
    height: 20px;
    width: 20px;
    background: #c7c7c7;
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.sgGateText {
    margin-left: 20px;
}

.sgGoGate {
    color: var(--status-color-go);
    text-align: center;
}

.rectangle.sgStageGoRectangleCssClass .nameText {
    color: #FFF;
}

#_flatlist_view_consolidatedDeliverablesFlatList .nqi-flat-list-grouping-main-table {
    margin-top: 9px;
}

table#_flatlist_deliverablesFlatList_groupment-triggerWrap {
    margin-left: 20px;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header .x-panel-header-text {
    margin-left: 10px;
    font-weight: normal;
    cursor: pointer;
}

.sgHoldGate {
    color: var(--status-color-on-hold);
    border: 1px solid var(--status-color-on-hold);
}

.sgKillGate {
    color: var(--status-color-rejected);
    border: 1px solid var(--status-color-rejected);
}

.sgReviewGate {
    color: var(--status-color-in-review);
    border: 1px solid var(--status-color-in-review);
}

.sgStatutRow {
    display: flex;
    margin-top: 5px;
    justify-content: space-between;
    align-items: baseline;
}

.sgGateInReviewLosangeCssClass, .sgStageInReviewRectangleCssClass, .sgCurrentStageRectangleCssClass {
    background: var(--status-color-in-review);
}

.sgGateGoLosangeCssClass, .sgStageGoRectangleCssClass {
    background: var(--status-color-go);
}

.sgGateNotStartedRectangleCssClass {
    background: var(--status-color-not-started);
}

.sgStageNotStartedRectangleCssClass {
    background: var(--status-color-not-started);
}

.sgStageNotStartedRectangleCssClass .nameText {
    color: #fff;
}

.sgCurrentStageRectangleCssClass .nameText {
    color: #fff;
}

.sgGateOnHoldLosangeCssClass {
    background: var(--status-color-on-hold);
}

.sgGateNoGoLosangeCssClass {
    background: var(--status-color-no-go);
}

/***************print **************/
@media print {
    -webkit-print-color-adjust: exact

;
    print-color-adjust: exact

;
}

#_panel_dashboardViewPanel-body .pf-sum-value {
    font-family: Roboto, Lato, Arial, Sans-Serif;
    font-size: 1.4rem !important;
    font-weight: bold;
    color: #54799d;
    margin-bottom: 10px;
}

#_panel_dashboardViewPanel-body .pf-sum-label {
    font-family: Roboto, Lato, Arial, Sans-Serif;
    font-size: 1.3rem !important;
    color: #34495e;
}

.db-view-row-widget .i-item-value, .db-view-first-row-widget .i-item-value, .db-view-row-widget .f-value .f-data, .db-view-first-row-widget .f-value .f-data {
    font-size: 1.4rem;
    font-weight: bold;
    color: #54799d !important;
    margin: 1px;
}


.db-view-row-widget > .db-chart:first-child, .db-view-first-row-widget > .db-chart:first-child, .db-view-row-widget > .db-widget-block:first-child, .db-view-first-row-widget > .db-widget-block:first-child {

    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: inherit !important;

}

.db-chart-canvas {

    margin-top: 2px;
    width: inherit !important;

}


#_panel_dashboardViewPanel-body .db-col-row-title {
    font-size: 1.2rem;
}


div#_flatlist_deliverablesFlatList_header {
    height: 50px !important;
    border-top: 1px solid #cecece !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    background-color: white;
    border-radius: 0px !important;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header {
    cursor: pointer;
    border-top: 1px solid #cecece !important;
    border-radius: 0px !important;
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header .x-panel-header-text {
    margin-left: 10px;
    cursor: pointer;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header {
    cursor: pointer;
    border-top: 1px solid #cecece !important;
    border-radius: 0px !important;
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header .x-panel-header-text {
    margin-left: 10px;
    cursor: pointer;
}

div#_flatlist_consolidatedDeliverablesFlatList_header-innerCt {
    border-top: 1px solid #cecece !important;
}

div#_flatlist_consolidatedDeliverablesFlatList_header_hd {
    border-radius: 0px !important;
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

span#_flatlist_consolidatedDeliverablesFlatList_header_hd-textEl {
    margin-left: 10px;
}


#_panel_dashboardViewPanel-body .pf-sum-value {
    font-family: Roboto, Lato, Arial, Sans-Serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #54799d;
    margin-bottom: 10px;
}

#_panel_dashboardViewPanel-body .pf-sum-label {
    font-family: Roboto, Lato, Arial, Sans-Serif;
    font-size: 1.3rem;
    color: #34495e;
}

.db-view-row-widget .i-item-value, .db-view-first-row-widget .i-item-value, .db-view-row-widget .f-value .f-data, .db-view-first-row-widget .f-value .f-data {
    font-size: 1.4rem;
    font-weight: bold;
    color: #54799d !important;
    margin: 1px;
}

#_panel_dashboardViewPanel-body .db-col-row-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    padding: 10px 10px 10px 10px;
    background-color: #f9f9f9;
    border-radius: 0;
    border-bottom: 1px solid #dfdfdf;
}

.db-view-row-widget, .db-view-col-widget, .db-view-first-row-widget, .db-view-first-col-widget {
    text-align: center;
    padding: 0px !important;
}

.nameText {
    font-family: Roboto;
    font-size: 12px;
    color: #6e6e6e;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 200px;
}

div#_flatlist_deliverablesFlatList_header {
    height: 50px !important;
    border-top: 1px solid #cecece !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    background-color: white;
    border-radius: 0px !important;
}

table#_flatlist_deliverablesFlatList_groupment-triggerWrap {
    margin-left: 30px;
}


#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header {

    cursor: pointer;
    border-top: 1px solid #cecece !important;
    border-radius: 0px !important;
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

#content_default_tab_stageGate-body .nqi-tabbed-list-container.x-accordion-item .x-panel-header .x-panel-header-text {

    margin-left: 10px;
    cursor: pointer;
}

div#_flatlist_consolidatedDeliverablesFlatList_header-innerCt {

    border-top: 1px solid #cecece !important;
}

div#_flatlist_consolidatedDeliverablesFlatList_header_hd {

    border-radius: 0px !important;
    height: 50px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

span#_flatlist_consolidatedDeliverablesFlatList_header_hd-textEl {
    margin-left: 10px;
}

.db-view-row-widget .i-item-value, .db-view-first-row-widget .i-item-value, .db-view-row-widget .f-value .f-data, .db-view-first-row-widget .f-value .f-data {

    font-size: 1.5rem !important;
}

#_panel_dashboardViewPanel-body .pf-sum-value {
    font-size: 1.5rem !important;
}

#_panel_dashboardViewPanel-body .pf-sum-label {
    font-size: 1.4rem !important;
}


#_flatlist_consolidatedDeliverablesFlatList_header-targetEl {
    border-top: 1px solid #d2d2d2;
}

/** Fix regression on portal due to Stage-Gate new css */
.nqi-portal .nqi-portlet .x-panel-header-text, .nqi-portal .nqi-portlet .x-panel-header-text a {
    font-size: 1.3rem !important;
    font-family: 'Roboto', 'Lato', Arial, sans-serif !important;
}

.nqi-rm-gate-keepers span {
    padding-right: 2px;
}

.nqi-rm-gate-keepers-more {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2c3e50;
}

.nqi-embedded-view-panel div.v-panel-value .nqi-disabled-combo.nqi-kanban-type a span {
    color: lightgrey;
    padding-left: 3px;
}

.nqi-disabled-combo.nqi-kanban-type {
    border-left: 3px lightgrey solid;
}

div#container_gateReviews-add {
    margin-right: 20px;
}

/** Fix issue on firefox browser when printing Stage-Gate diagram  */
body {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
}

span#gateReviews-add-btnInnerEl {
    color: #fff !important;
}

div[id^="default.stageGate.gateReviews"].x-panel {
    min-height: 100px;
}

div[id^="default.stageGate.gateReviews"].x-panel .x-panel-body {
    min-height: 50px;
    height: fit-content !important;;
    height: -moz-fit-content !important;
    top: 39px !important;
}

div[id^="default.stageGate.gateReviews"].x-panel #gateReviews_title {
    display: none;
}

div[id^="default.stageGate.gateReviews"].x-panel .x-panel-header, div[id^="default.stageGate.gateReviews"].x-panel .x-panel-header-body, div[id^="default.stageGate.gateReviews"].x-panel .x-panel-header-body .x-box-inner {
    height: 50px !important;
}

div[id='_flatlist_deliverablesFlatList'].x-panel, div[id='_flatlist_deliverablesFlatList'].x-panel .x-panel-body, div[id='_flatlist_deliverablesFlatList'].x-panel .x-panel-body .x-component {
    min-height: 100%;
    overflow-y: auto;
}

div[id='_flatlist_deliverablesFlatList'].x-panel #content_embedded_v_embeddedViewBoard {
    min-height: 600px;
    height: 100% !important;
    border-left: 3px solid #e5f1ff;
}

div[id='_flatlist_deliverablesFlatList'].x-panel #content_embedded_v_embeddedViewBoard .x-component {
    margin-bottom: 20px;
}

div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel, div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel .x-panel-body, div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel .x-panel-body .x-component {
    min-height: 100%;
    overflow-y: auto;
}

div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel #content_embedded_v_embeddedViewBoard {
    min-height: 600px;
    height: 100% !important;
    border-left: 3px solid #e5f1ff;
}

div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel #content_embedded_v_embeddedViewBoard .x-component {
    margin-bottom: 20px;
}

div[id='_flatlist_consolidatedDeliverablesFlatListForGate'].x-panel .x-panel-header-text {
    margin-left: 5px;
    font-weight: bold;
}

div[id*='eliverablesFlatList'] div[id*='-body'] .x-panel.x-panel-default div[id$="_inner_container_comments"] {
    height: unset !important;
}

div[id*='eliverablesFlatList'] div[id*='-body'] .x-panel.x-panel-default div[id$="_inner_container_comments-body"] {
    height: unset !important;
}

div[id*='eliverablesFlatList'] .comment-feed-panel .add-comment-container .comment-feed-add-comment-button {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

#container_stages_gates.x-panel {
    height: 150px !important;
}

#container_stages_gates.x-panel .x-panel-body {
    overflow-y: unset;
}

.rowSg {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
}

.rowSg a{
    white-space: normal;
    overflow-wrap: anywhere;
}

.sgNumberElement {
    margin-right: 4px;
    background: #686e73;
    border-radius: 95px;
    height: 23px;
    padding-top: 1px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container_stages_gates.x-panel .nqi-tabbed-list-container .x-panel-header .x-panel-header-text {
    padding: 10px;
}

#container_stages_gates .nqi-embedded-view-panel {
    margin-top: 0px !important;
}

#container_stages_gates #content_embedded_v_embeddedViewBoard-splitter {
    background-color: #ffffff;
    width: 3px !important;
}

#container_stages_gates #deliverablesFlatList_row_editor_submit.nqi-flat-list-button-row-editor-submit, #container_stages_gates #deliverablesFlatList_row_editor_submit.nqi-flat-list-button-row-editor-submit button:hover {
    background-color: var(--base-color-scheme-primary) !important;
}

#container_stages_gates #deliverablesFlatList_row_editor_cancel.nqi-flat-list-button-row-editor-cancel, #container_stages_gates #deliverablesFlatList_row_editor_cancel.nqi-flat-list-button-row-editor-cancel button:hover {
    background-color: #ffffff !important;
}

#container_stages_gates .nqi-view-row-editor .x-form-date-trigger {
    background-color: #ffffff !important;
}

.nqi-rm-gate-comment-wrapper .comment-value {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.nqi-embedded-view-panel #flatUpdate_inChargeOf-container {
    padding-left: 0px;
}

.portlet-deliverable .portlet-deliverable-row {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}


.portlet-deliverable .portlet-deliverable-informations {
    padding-bottom: 10px;
    padding-top: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    text-align: left;
    padding-right: 20px;
}

.portlet-deliverable-path a.el-link {
    font-size: 1.2rem;
    color: #9c9c9c;

}

.portlet-deliverable-name {
    margin-top: 5px;

}

.portlet-deliverable-name a.el-link {
    font-size: 1.3rem;
    font-weight: normal;
    color: #097dda;
}

.portlet-deliverable .portlet-deliverable-indics {
    padding-bottom: 10px;
    padding-top: 10px;
    flex: 1;
    align-items: flex-end;
    display: flex;
    padding-left: 5px;
    text-align: left;
    font-size: 11px;
    padding-right: 10px;
    justify-content: flex-end;
}

#portal_myDeliverables_header_hd-textEl a:before, #portal_myLateDeliverables_header_hd-textEl a:before, #portal_myDeliverables_header_hd-textEl a:before, #portal_deliverables_toApprove_header_hd-textEl a:before {
    background-image: url('/cpms/plugins/stageGate/images/deliverableIcon.svg');
    background-size: 25px 18px;
    display: inline-block;
    width: 25px;
    height: 18px;
    content: "";
    background-repeat: no-repeat;
    padding-right: 10px;
    font-size: 20px;
}

.portlet-deliverable-date {
    display: flex;
    align-items: center;
}

.portlet-deliverable-date span.el-value {
    font-size: 15px;
    margin-left: 2px;
    font-size: 1.35rem;
}

.v-icon.material-icons.dateDeliverable, .portlet-deliverable-date span.el-value {
    color: #787878;
}

.v-icon.material-icons.commentDeliverable {
    color: #58aff5;
    vertical-align: middle;
}

.portlet-deliverable-comment span.el-value {
    font-size: 15px;
    color: #787878;
    font-weight: bold;
}

.portlet-deliverable-comment {
    padding-left: 10px;
}

.v-icon.material-icons.linkDeliverable {
    color: #58aff5;
    vertical-align: middle;
}

.a11y-higherContrast .portlet-deliverable-path a.el-link {
    color: #767676;

}

.a11y-higherContrast .portlet-deliverable-name a.el-link {
    color: var(--base-color-scheme-primary-a11y);
}

.a11y-higherContrast .v-icon.material-icons.dateDeliverable,
.a11y-higherContrast .v-icon.material-icons.commentDeliverable,
.a11y-higherContrast .portlet-deliverable-date span.el-value {
    color: #575757;
}

.a11y-higherContrast .v-icon.material-icons.linkDeliverable {
    color: #0570c7;
}


.p-img-approvers {
    background-image: url(/cpms/plugins/stageGate/images/approvers.png) !important;
    background-repeat: no-repeat;
    width: 18px !important;
    height: 20px !important;
    background-size: contain;
}

#attachment_input div {
    display: flex;
}

#flatUpdate_attachment_input div {
    display: flex;
}

#createDeliverable_attachment_input div {
    display: flex;

}

.portlet-deliverable-status {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.menuSubTabs {
    display: flex;
    gap: 10px;
    width: 100%;
    margin: auto 0px;
    margin-left: 0px;
    margin-left: auto;
    flex-direction: row;
    background-color: #fcfcfc;
}

.menuSubTabs :first-child {
    margin-left: auto;

}

.menuSubTabs :last-child {
    margin-right: auto;

}

.menuSubTabs .subMenu {
    text-transform: uppercase;
    color: #9a9a9a;
    padding: 15px;
    cursor: pointer;
}

.menuSubTabs .subMenu:hover {
    background: #e5f2ff;
    transition: all 0.2s;
}

.menuSubTabs .subMenu.selectedTab {
    color: #2c81d6;
    border-bottom: 2px #2c81d6 solid;

}

#content_default_tab_stageGate-body .toolbar-agile {
    border-top: 1px solid #eeeeee;;
}

#content_default_tab_stageGate-body div#menuSubTabs {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
}

div#gateReviews_panel {
    border-top: solid 1px #cccccc;
    background: #fff
}

div#content_default_tab_stageGate-body {
    background: #e7eaf0;
}

div#content_default_tab_stageGate-body div#content_default_tab_stageGate_title {
    margin: unset;
    background: #fff;
    padding: 10px 15px;
}

#content_default_tab_stageGate-body .containerStageAndGate {
    margin: unset;
    width: 100%;
    padding: 10px;
}

div#gateReviews_title {
    display: none;
}

div#gateReviews_header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slide-in-right {
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-right {
    0% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left {
    -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


#content_default_tab_stageGate-body .toolbar-agile {
    border-top: 1px solid #eeeeee;
}

#content_default_tab_stageGate-body div#menuSubTabs {
    background-color: #f9f9f9;
    border-bottom: 1px solid #f1f1f1;
}

div#gateReviews_panel {
    border-top: solid 1px #cccccc;
}

#_ui_listgateReviews .nqi-rm-gate-keepers span {
    display: flex;
    align-items: center;
}

#_ui_listgateReviews .nqi-rm-gate-keepers img {
    margin-right: 10px;
}


.o-menu-deliverables{
    /*font-family: "Material Icons" !important;*/
    /*content: "\e86c";*/
    background-image: url(/cpms/plugins/stageGate/images/deliverableIcon.svg) !important;
    background-repeat: no-repeat;
    width: 18px!important;
    height: 20px!important;
    background-size: contain;

}

.fade-in{
    -webkit-animation: fade-in 1.0s cubic-bezier(0.390, 0.575, 0.565, 1.000) both!important;
    animation: fade-in 1.0s cubic-bezier(0.390, 0.575, 0.565, 1.000) both!important;
}

@-webkit-keyframes fade-in {
    0% {    opacity: 0;  }
    100% {    opacity: 1;  }
}

@keyframes fade-in {
    0% {    opacity: 0;  }
    100% {    opacity: 1;  }}

.containerStageAndGate .containerMarginAuto {
    margin-top: 10px;
}

div#content_default_tab_stageGate_title {
    display: none;
}


span[id*="Platform::WorkflowValidator"] .f-enum-color{
    background-color: transparent;
}

#approvers_header {
    display: none;
}

.teams-oauth-status .success{
    color: var(--base-color-scheme-success);
    border-color: var(--base-color-scheme-success);
}

.teams-oauth-status .failed{
    color: #f4511e;
    border-color: #f4511e
}

.check-oauth2-status {
    background-color: #3498db;
    border-bottom: 3px solid #2980b9;
    color: #ffffff !important;
    font-family: Lato;
    border-radius: 4px;
    font-size: 1em;
    padding: 4px 7px 4px 7px;
    color: black;
    margin-left: 10px;
    cursor: pointer;
}


#teams {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.teamsOAuth2Status {
    margin-left: 10px;
}

#teamsForm .nqi-bindedelement-todestroy {
    width: unset;
    margin-left: unset;
    box-shadow: unset;
}

#teamsForm .v-panel-form-buttons-info {
    min-width: unset!important;
    width: unset!important;
    margin-left: 35px;
}

#oauthLoginDiv{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.licenseExpired
{
    color : #ff2810;
    border-color: #ff2810;
}

.licenseSoonExpired
{
    color: #ffab10;
    border-color: #ffab10;
}


.licenseExpire
{
    color: #31bd31;
    border-color: #31bd31;
}


div#content_default_tab_training-body
{
    background: #f1f1f1;
}

div#content_default_tab_training-body .reference-list-header, .entity-grid-header, .entity-gantt-header, .entity-scheduler-header
{
    display: flex;
}


div#content_default_tab_training-body .reference-list-panel {
    BACKGROUND: #fff;
    border-top: 1px solid #e3e3e7;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0px;
    transition: all 0.2s;
    min-height: 60px;
}

div#content_default_tab_training-body .reference-list-panel:first-child {
    margin-top: 20px;
}

div#content_default_tab_training-body .usersLicenseTitle {
    text-transform: uppercase;
    padding-top: 2px;
    font-size: 0.9em;
    font-weight: normal;
    color: #34485e;
}

div#content_default_tab_training-body .reference-list-title {
    padding: 0px;
}

div#content_default_tab_training-body .reference-list-header {
    padding: 0px;
}

div#content_default_tab_training-body .reference-list-title {
    width: 100%;
    display: flex;
}

button#collapseUsersLicenseList_usersWithPowerUserLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
button#collapseUsersLicenseList_usersWithHeadOfDepartmentUserLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
button#collapseUsersLicenseList_usersWithPMOUserLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
button#collapseUsersLicenseList_usersWithProjectManagerUserLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
button#collapseUsersLicenseList_usersWithTeamManagerUserLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
button#collapseUsersLicenseList_usersWithTeamMemberLicense:before{
    content: "\eba0";
    font-family: 'NQICorpFontIcon';
    font-size: 18px;
    transition: all 0.2s;
}
.work-item-background {
    background: #ff980f;
}

.id-panel-fonticon-work-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.work-item-icon {
    width: 36px;
}

/* CPMS-25608 - Small issue in Work items page */
#content-update-WorkItem .text-editor-container {
    margin-left: 0;
    margin-right: 0;
}

#content_default_tab_details-body #content-updateEntityForm-WorkItem .text-editor-container {
    margin-left: 25px;
    margin-right: 25px;
}

.text-editor-container #workItemCreate_description_row {
    margin-left: 10px;
    margin-right: 10px;
}

div#content-update-WorkItem {
    padding: 20px;
}

.x-grid-cell-progressMode_toDoWorkItemCount,
.x-grid-cell-targetMode_toDoWorkItemCount,
.x-grid-cell-baselineMode_toDoWorkItemCount {
    overflow: visible !important;
}

.x-grid-cell-progressMode_toDoWorkItemCount .x-grid-cell-inner,
.x-grid-cell-targetMode_toDoWorkItemCount .x-grid-cell-inner,
.x-grid-cell-baselineMode_toDoWorkItemCount .x-grid-cell-inner {
    overflow: visible !important;
}

div#pDemand_label_cell {
    width: auto !important;
}

div#popupAddElem div#workItemCreate_description {
    max-height: 400px;
    resize: none;
}

div#_section_Orchestra_WorkItem_right-detail-panel__content_updateEntityForm_estimations_group-body {
    display: flex;
}

fieldset#_section_Orchestra_WorkItem_right-detail-panel__content_updateEntityForm_estimations_group {
    border: none !important;
}

div[id$="remainingEstimateInDay_label_cell"] {
    width: auto !important;
}

div[id$="originalEstimateInDay_label_cell"] {
    width: auto !important;
}


