#page-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100vw;
    width: 100vw;
}


#wrapper {
    display: inline;
}

.body {
    flex: 1 1 auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.footer {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.footer a {
    cursor: pointer;
    color: #1ab394;
}

.footer a:hover {
    color: #18a689;
}

.rootWrap{
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    #page-wrapper {
        margin: 0;
    }
    #page-wrapper.page-with-navigation {
        margin-left: 220px;
    }
    .body-small .navbar-static-side, .navbar-static-side {
        z-index: auto;
    }
}

@media (max-width: 768px) {
    .body-small .navbar-static-side {
        z-index: auto;
    }
}

body.mini-navbar #page-wrapper {
    margin: 0;
}

body.mini-navbar #page-wrapper.page-with-navigation {
    margin: 0 0 0 70px;
}

#page-wrapper {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.ibox-content h3.popover-title {
    margin-top: 0px;
}

/* ******* WHITE - GREEN BUTTON ******* */

.btn-white-with-green-hover,
.btn-white-with-green-hover:focus {
    background-color: #FFF;
    border-color: #CCC;
    color: #1ab394;
    outline: none;
}

.btn-white-with-green-hover:hover,
.btn-white-with-green-hover:active,
.btn-white-with-green-hover.active,
.open .dropdown-toggle.btn-white-with-green-hover,
.btn-white-with-green-hover:active:focus,
.btn-white-with-green-hover:active:hover,
.btn-white-with-green-hover.active:hover,
.btn-white-with-green-hover.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-white-with-green-hover:active,
.btn-white-with-green-hover.active,
.open .dropdown-toggle.btn-white-with-green-hover {
  background-image: none;
}
.btn-white-with-green-hover.disabled,
.btn-white-with-green-hover.disabled:hover,
.btn-white-with-green-hover.disabled:focus,
.btn-white-with-green-hover.disabled:active,
.btn-white-with-green-hover.disabled.active,
.btn-white-with-green-hover[disabled],
.btn-white-with-green-hover[disabled]:hover,
.btn-white-with-green-hover[disabled]:focus,
.btn-white-with-green-hover[disabled]:active,
.btn-white-with-green-hover.active[disabled],
fieldset[disabled] .btn-white-with-green-hover,
fieldset[disabled] .btn-white-with-green-hover:hover,
fieldset[disabled] .btn-white-with-green-hover:focus,
fieldset[disabled] .btn-white-with-green-hover:active,
fieldset[disabled] .btn-white-with-green-hover.active {
    background-color: #FAFAFB;
    color: #a1aab7;
    border-color: #CCC;
}

.btn-white-with-green-hover-and-green-border,
.btn-white-with-green-hover-and-green-border:focus {
    background-color: #FFF;
    border-color: #1ab394;
    color: #1ab394;
    outline: none;
}

.btn-white-with-green-hover-and-green-border:hover,
.btn-white-with-green-hover-and-green-border:active,
.btn-white-with-green-hover-and-green-border.active,
.open .dropdown-toggle.btn-white-with-green-hover-and-green-border,
.btn-white-with-green-hover-and-green-border:active:focus,
.btn-white-with-green-hover-and-green-border:active:hover,
.btn-white-with-green-hover-and-green-border.active:hover,
.btn-white-with-green-hover-and-green-border.active:focus {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}
.btn-white-with-green-hover-and-green-border:active,
.btn-white-with-green-hover-and-green-border.active,
.open .dropdown-toggle.btn-white-with-green-hover-and-green-border {
  background-image: none;
}
.btn-white-with-green-hover-and-green-border.disabled,
.btn-white-with-green-hover-and-green-border.disabled:hover,
.btn-white-with-green-hover-and-green-border.disabled:focus,
.btn-white-with-green-hover-and-green-border.disabled:active,
.btn-white-with-green-hover-and-green-border.disabled.active,
.btn-white-with-green-hover-and-green-border[disabled],
.btn-white-with-green-hover-and-green-border[disabled]:hover,
.btn-white-with-green-hover-and-green-border[disabled]:focus,
.btn-white-with-green-hover-and-green-border[disabled]:active,
.btn-white-with-green-hover-and-green-border.active[disabled],
fieldset[disabled] .btn-white-with-green-hover-and-green-border,
fieldset[disabled] .btn-white-with-green-hover-and-green-border:hover,
fieldset[disabled] .btn-white-with-green-hover-and-green-border:focus,
fieldset[disabled] .btn-white-with-green-hover-and-green-border:active,
fieldset[disabled] .btn-white-with-green-hover-and-green-border.active {
    background-color: #FFF;
    border-color: #A6A6A6;
    color: #A6A6A6;
}

.mini-btn {
    padding: 3px 6px;
    font-size: 13px;
}

.relative-wrapper {
    position: relative;
    display: inline-block;
}
.activity-history-information {
    text-align: center;
    color: #75859D;
    font-style: italic;
}

.activity-history-flow .flow-entry {
    position: relative;
    padding: 10px 0;
}

.activity-history-flow .flow-entry .entry-icon:before {
    content: '';
    width: 1px;
    background-color: #A3AEBE;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
}

.activity-history-flow .flow-entry:first-child .entry-icon:before {
    top: 10px;
}

.activity-history-flow .flow-entry:last-child .entry-icon:before {
    height: 30px;
}

.activity-history-flow .flow-entry .entry-icon i {
    border-radius: 50%;
    padding: 7px;
    position: absolute;
    left: 8px;
    background-color: #fff;
    color: #000;
}

.activity-history-flow .flow-entry .entry-content {
    margin-left: 55px;
}

.activity-history-flow .flow-entry .entry-content .entry-title {
    font-size: 13px;
}

.activity-history-flow .flow-entry .entry-content .entry-details {
    font-size: 12px;
    color: #A3AEBE;
}

.activity-history-flow .flow-entry.important-entry .entry-content .entry-title {
    font-weight: 600;
}

.activity-history-flow .flow-entry.workflow-state-1 .entry-content .entry-title, .activity-history-flow .flow-entry.workflow-state-1 .entry-icon i {
    color: #D1D6DE;
}

.activity-history-flow .flow-entry.workflow-state-2 .entry-content .entry-title, .activity-history-flow .flow-entry.workflow-state-2 .entry-icon i {
    color: #00BBFE;
}

.activity-history-flow .flow-entry.workflow-state-3 .entry-content .entry-title, .activity-history-flow .flow-entry.workflow-state-3 .entry-icon i {
    color: #FF3399;
}

.activity-history-flow .flow-entry.workflow-state-4 .entry-content .entry-title, .activity-history-flow .flow-entry.workflow-state-4 .entry-icon i {
    color: #F8AC59;
}

.activity-history-flow .flow-entry.workflow-state-5 .entry-content .entry-title, .activity-history-flow .flow-entry.workflow-state-5 .entry-icon i {
    color: #3CC49D;
}
.comment-list-ibox{
    padding-top : 15px;
    margin-bottom: 0px;
}

.comment-list-ibox > .ibox-content {
    background-color: #f3f3f4;
}

.comment-description{
    padding: 10px;
}

#comments-list .filter-enable{
    cursor:pointer;
}

#comments-list .table-width {
    table-layout:fixed;
    width: 100%;
}

#comments-list .id-cell-width {
    width: 40px;
}

#comments-list .scene-cell-width {
    width: 140px;
}

#comments-list .state-cell-width {
    width: 160px;
}

#comments-list .comment-cell-width {
    width: auto;
}

#comments-list .comment-cell {
    overflow:hidden;
    word-wrap:break-word;
}

.state-new{
    color : #ff3399;
}
.state-waiting{
    color : #7888ff;
}
.state-done{
    color : #31B404;
}
.state-suspended{
    color : #333;
}
.state-toberequalified{
    color : #ff9422;
}

.current-message .message-part {
    color: red;
}

.wanted-message .message-part {
    color: green;
}

.message-display .message-part {
    color: black;
}

.message-part {
    white-space: pre-line;
}
.connector-container {
    display: block;
    top: 0;
    bottom: 0;
    position: relative;
    border: solid #e7eaec 1px;
    height: 100%;
    padding: 5px;
}

.connector-container .connector-metadata-1 {
    font-style: italic;
}

.connector-name {
    font-weight: 600;
    font-size: 15px;
}

.connector-description {
    margin-top: 5px;
    margin-bottom: 20px;
}

.connector-container .connector-metadata-2 {
    color: #9DA8B9;
    font-style: italic;
    position: absolute;
    bottom: 5px;
}

.connector-container .no-display {
    display: none;
}
#connectorUpdateModal .modal-connector-update-confirm-title {
    margin-bottom: 25px;
    color: #1ab394;
    font-weight: 500;
}
.sk-spinner-wandering-cubes.sk-spinner {
    width: 52px;
    height: 52px;
}
.display-controls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
}

.display-controls > div {
    margin-left: 20px;
    margin-bottom: 20px;
}

.display-controls .control-label {
    vertical-align: middle;
}

.sorting-workflow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.sorting-workflow > div {
    flex-grow: 1;
    padding: 0 10px;
    flex-basis: 0;
}

.sorting-workflow.view-tile > div.full-wide,
.view-line > div {
    min-width: 100%;
}

.view-tile .sortable-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-left: -10px;
    margin-right: -10px;
}

.view-tile .sortable-list > li {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 100%;
    max-width: 100%;
}

.content .favorite-icon {
    color: #d1d1d2;
    cursor: pointer;
}

.content .favorite-icon:before {
    content: "\f005";
}

.content .favorite-icon.favorite {
    color: #1ab394;
}

.content .favorite-icon.favorite:hover:before {
    color: #18a689;
}

.content .favorite-icon:not(.favorite):hover:before {
    color: #1ab394;
    content: "\f006";
}

.view-tile .content .favorite-icon {
    float: right;
    margin-top: 5px;
}

.view-line .content {
    display: flex;
}

.view-line .content h4 {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: normal;
}

.view-line .content .favorite-icon {
    order: 1;
    margin-top: 10px;
    margin-right: 10px;
}

.view-line .content .content-actions {
    margin-top: 5px;
    display: flex;
    order: 2;
}

.content .hidden-element {
    visibility: hidden;
}

.view-line .content .content-actions > span:nth-child(1) {
    margin-right: 5px;
}

@media (min-width: 1200px) {
    .view-tile .full-wide .sortable-list > li,
    .view-tile.sorting-alphabetical .sortable-list > li {
        min-width: 25%;
        max-width: 25%;
    }

    .view-tile .full-wide .sortable-list .ui-sortable-placeholder,
    .view-tile.sorting-alphabetical .sortable-list .ui-sortable-placeholder {
        min-width: calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
}

@media (max-width: 1200px) {
    .view-tile.sorting-workflow > div {
        min-width: 50%;
        max-width: 50%;
    }

    .view-tile .full-wide .sortable-list > li,
    .view-tile.sorting-alphabetical .sortable-list > li {
        min-width: 33.333%;
        max-width: 33.333%;
    }

    .view-tile .full-wide .sortable-list .ui-sortable-placeholder,
    .view-tile.sorting-alphabetical .sortable-list .ui-sortable-placeholder {
        min-width: calc(33.333% - 20px);
        max-width: calc(33.333% - 20px);
    }
}

@media (min-width: 861px) {
    .view-tile .full-wide .sortable-list,
    .view-tile.sorting-alphabetical .sortable-list {
        flex-direction: row;
    }
}

@media (max-width: 860px) {
    .view-tile.sorting-workflow > div {
        min-width: 100%;
        max-width: 100%;
    }

    .view-tile .full-wide .sortable-list > li,
    .view-tile.sorting-alphabetical .sortable-list > li {
        min-width: 100%;
        max-width: 100%;
    }

    .view-tile .full-wide .sortable-list .ui-sortable-placeholder,
    .view-tile.sorting-alphabetical .sortable-list .ui-sortable-placeholder {
        min-width: calc(100% - 20px);
        max-width: calc(100% - 20px);
    }
}

.view-tile .content h4 {
    max-height: 38px;
    overflow-y: hidden;
    line-height: normal;
}

.content h4 .additional-information {
    font-weight: normal;
    font-style: italic;
    color: #9DA8B9;
}

.view-tile .content h4 .additional-information {
    display: none;
}

.sorting-workflow .ibox-content {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#contents-list-screen .ibox-content .sortable-list {
    height: 100%;
    min-height: 60px;
    position: relative;
    list-style: none;
    margin-bottom: -10px;
    padding-bottom: 0;
}

.ibox-content-workflow-1 {
    border-top-color: #D1D6DE;
    border-width: 3px 0px;
}

.ibox-content-workflow-2 {
    border-top-color: #00BBFE;
    border-width: 3px 0px;
}

.ibox-content-workflow-3 {
    border-top-color: #FF3399;
    border-width: 3px 0px;
}

.ibox-content-workflow-4 {
    border-top-color: #F8AC59;
    border-width: 3px 0px;
}

.ibox-content-workflow-5 {
    border-top-color: #3CC49D;
    border-width: 3px 0px;
}

#contents-list-screen .content {
    padding: 5px 10px;
    background-color: rgb(250, 250, 251);
    border: 1px solid rgb(231, 234, 236);
    border-left-width: 3px;
    margin-bottom: 10px;
    position: relative;
}

#contents-list-screen .sorting-workflow .content {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#contents-list-screen .ui-sortable-helper .content {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#contents-list-screen .content.locked {
    background-color: #BAC2CE;
    border-top-color: #A3AEBE;
    border-right-color: #A3AEBE;
    border-bottom-color: #A3AEBE;
}

#contents-list-screen .content .lock {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

#contents-list-screen .content .lock .lock-container {
    height: 80%;
    max-height: 50px;
    max-width: 50px;
    position: relative;
    text-align: center;
}

#contents-list-screen .content .lock .lock-container.has-unknown-locker {
    display: flex;
    align-items: center;
    justify-content: center;
}

#contents-list-screen .content .lock .lock-container .locker-image {
    max-height: 100%;
    max-width: 100%;
    border-radius: 50%;
    border: 1px solid #75859D;
    pointer-events: initial;
}

#contents-list-screen .content .lock .lock-container .lock-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 43%;
}

#contents-list-screen .content .lock .lock-container .unknown-locker {
    font-size: 40px;
    color: rgb(103, 106, 108);
}

.view-tile .sortable-list .ui-sortable-placeholder,
.view-line .sortable-list .ui-sortable-placeholder {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    height: 67px;
}

.view-tile .content .content-actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: 100%;
}

.view-tile .content .content-actions > span:nth-child(1) {
    flex-grow: 1;
}

.content-actions .comment-icon {
    color: #1ab394;
    font-size: 1.5em;
    position: relative;
    cursor: pointer;
}

.content-actions .comment-icon:hover {
    color: #18a689;
}

.comment-icon.has-new:after {
    content: '';
    position: absolute;
    right: -3px;
    bottom: -1px;
    width: 10px;
    height: 10px;
    background-color: #ff3399;
    border-radius: 50%;
    border: 1px solid rgb(250, 250, 251);
}

#contents-list-screen .sorting-workflow .ibox-content-workflow-1 .content,
#contents-list-screen .content.content-workflow-1 {
    border-left-color: #D1D6DE;
}

#contents-list-screen .sorting-workflow .ibox-content-workflow-2 .content,
#contents-list-screen .content.content-workflow-2 {
    border-left-color: #00BBFE;
}

#contents-list-screen .sorting-workflow .ibox-content-workflow-3 .content,
#contents-list-screen .content.content-workflow-3 {
    border-left-color: #FF3399;
}

#contents-list-screen .sorting-workflow .ibox-content-workflow-4 .content,
#contents-list-screen .content.content-workflow-4 {
    border-left-color: #F8AC59;
}

#contents-list-screen .sorting-workflow .ibox-content-workflow-5 .content,
#contents-list-screen .content.content-workflow-5 {
    border-left-color: #3CC49D;
}

.modal-content-title{
    color: #1ab394;
    font-weight: 500;
}
.error-screen-title{
    color: #1ab394;
    font-weight: 500;
    padding-bottom: 15px;
}

.button-error-screens{
    margin-top: 25px;
}
#identity-screen .project-summary-image {
    width: 70px;
    height: 70px;
    margin-right: 15px;
}

#identity-screen .project-summary-container {
    display: flex;
}

#identity-screen .container-title {
    font-weight: 600;
    font-size: 15px;
}

#identity-screen .counter {
    font-size: 15px;
    color: #A6A6A6;
}

#identity-screen .summary-container {
    display: inline-block;
    top: 0;
    bottom: 0;
    position: relative;
    width: 100%;
}

#identity-screen .summary-container .project-name {
    font-size: 24px;
    font-weight: 400;
    margin-top: -8px;
}

#identity-screen .summary-container .project-summary {
    font-style: italic;
    position: absolute;
    bottom: 0px;
}

#identity-screen .notes-container {
    display: inline-block;
    top: 0;
    bottom: 0;
    position: relative;
    width: 100%;
}

#identity-screen .notes-container .project-notes {
    padding-top: 10px;
    white-space: pre-wrap;
}

#identity-screen .notes-container .project-notes-unspecified {
    font-style: italic;
    padding-top: 10px;
    text-align: center;
    color: #9DA8B9;
}

#identity-screen .white-container .modification-date {
    font-style: italic;
    padding-right: 15px;
    color: #9DA8B9;
}

@media (min-width: 768px) {
    .fit-content-modal .modal-dialog {
        display: inline-block;
        width: auto;
        margin: 20px auto;
    }
}

.fit-content-modal {
    text-align: center;
}
.fit-content-modal .modal-dialog {
    text-align: left;
}

.fit-content-modal .modal-dialog {
    display: inline-block;
    width: auto;
    margin: 20px auto;
}

#identity-connector-add-modal {
    width: 450px;
}

#identity-connector-add-select-project-modal {
    width: 100%;
}

@media (min-width: 840px) {
    #identity-connector-add-select-project-modal {
        max-width: 800px;
    }
}

@media (min-width: 768px) {
    #identity-connector-add-modal {
        width: 440px;
    }

    #identity-connector-add-select-project-modal {
        width: auto;
    }
}

@media (max-width: 490px) {
    #identity-connector-add-modal {
        width: auto;
    }

    .fit-content-modal .modal-dialog {
        margin: 20px;
    }
}

@media (min-width: 1200px) {
    #identity-screen .flex-row {
        display: flex;
        margin-top: 10px;
    }
}
@media (max-width: 1199px) {
    #identity-screen .flex-row > div {
        margin-top: 10px;
    }
}

#identity-screen .alert.alert-danger, #identity-screen .alert.alert-info {
    margin-bottom: 0px;
    margin-top: 0px;
}

#identity-screen .container-alert {
    margin-top: 10px;
}


@media (min-width: 860px) {
    .confimation-modal .modal-dialog {
        width: 600px;
    }
}

@media (min-width: 768px) {
    .confimation-modal .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

#identity-connector-add-modal .title-modal, #identity-connector-add-select-project-modal .title-modal, #identity-connector-update-modal .title-modal {
    margin-top: 0px;
}

#identity-connector-add-modal .flex-row {
    display: flex;
}

#identity-connector-add-modal .reduced-row {
    margin: 20px 20px 0px 20px;
}

#identity-connector-add-modal .close-cross, #identity-connector-add-select-project-modal .close-cross {
    color: #1ab394;
}

#identity-connector-add-modal .tile {
    color: #1ab394;
    cursor: pointer;
    text-align: center;
    border: solid #E7EAEC 1px;
    background-color: #FFF;
    padding: 10px;
    height: 100%;
    display: block;
    font-weight: 400;
}

#identity-connector-add-modal .tile-icon {
    margin: 20px;
    font-weight: 400;
    font-size: 2em;
}

#identity-connector-add-modal .no-display, #identity-connector-update-modal .no-display {
    display: none;
}

#identity-connector-add-modal .tile .tile-text {
    font-size: 14px;
}

#identity-connector-add-modal .tile:hover {
    color: white;
    background-color: #1ab394;
}

#identity-connector-add-modal .connector-add-file-confirmation-message, #identity-connector-update-modal .connector-update-confirmation-message {
    margin-bottom: 10px;
}

#identity-connector-update-modal .connector-update-confirmation-checkbox {
    margin-bottom: 25px;
}

#identity-connector-add-modal .connector-add-file-name {
    margin-bottom: 25px;
    font-weight: 700;
}

#identity-connector-add-select-project-modal .found-connectors-text {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}

#identity-connector-add-select-project-modal .table {
    margin-bottom: 20px;
}

#identity-connector-add-select-project-modal .single-table-line {
    min-height: 2.5em;
    height: 2.5em;
    display: flex;
    align-items: center;
    margin: 5px;
}

#identity-connector-add-select-project-modal .maintained-connector {
    font-weight: 900;
}

#identity-connector-add-select-project-modal .tooltip-connector-maintained {
    min-width: 200px;
}

#identity-connector-add-select-project-modal .table-container {
    width: 100%;
    padding: 5px;
}

#identity-connector-add-select-project-modal .project-image {
    width: 2.5em;
    height: 2.5em;
    margin-right: 5px;
}

#identity-connector-add-select-project-modal .project-name-container {
    display: inline-block;
    vertical-align: middle;
}

#identity-connector-add-select-project-modal .connector-action {
    color: #1ab394;
    padding: 3px 7px;
    border-radius: 5px;
}

#identity-connector-add-select-project-modal .connector-action:hover {
    color: white;
    background-color: #1ab394;
}

#identity-connector-update-modal .connector-update-message {
    margin-top: 10px;
    margin-bottom: 20px;
}

#identity-connector-update-modal .connector-update-additional-message, #identity-connector-add-select-project-modal .info-connectors-text {
    font-style: italic;
}

.white-container {
    background-color: #ffffff;
    color: inherit;
    padding: 20px 20px 20px 20px;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0px;
    clear: both;
    margin-bottom: 20px;
}

.page-content {
    margin: 20px 25px;
}
.kmpButtonDiv {
    padding-bottom: 20px;
    width: 250px;
}

#kmp-select-input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

#kmp-screen-table {
    margin-left: 10px;
}

.file-input-hidden input[type=file] {
    display: none;
}

.toast-wait {
  background-color: #23c6c8;
}
#top-navbar .navbar-header {
    padding-top: 5px;
    padding-bottom: 5px;
}

#top-navbar .languageChoice{
    background-color: white;
    color: #1ab394;
}

#top-navbar .languageChoice:hover {
    color: white;
    background-color: #1ab394;
}

#top-navbar .btn-group-justified{
    width:auto;
}

.navbarPointer{
    cursor: pointer;
}

.navbar {
    padding: 2px 10px;
    min-height: 40px;
}

.navright {
    float: right !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navlink-left {
    float: left;
}

.navlink-left a {
    padding: 4px 20px 0 0 !important;
    font-weight: 400 !important;
    color: #1ab394 !important;
    min-height: 0px !important;
}

.navbar-dropdown-right {
    margin-right: 10px !important;
}

.navbar-dropdown-menu-right {
    right: 0;
    left: auto;
}

.navbar-brand-override {
    height: auto;
    padding: 0;
    margin: 4px 0 0 16px;
    line-height: 1.42857143;
    font-size: 14px;
}

.navbar-minimalize {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    margin-left: 16px !important;
}

.dropdown-menu {
    -webkit-box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    -moz-box-shadow: 0 0 3px rgba(86, 96, 117, 0.7);
    box-shadow: 0 0 9px rgba(86, 96, 117, 0.7);
}

@media (max-width: 350px) {
    .nav.navbar-top-links li.dropdown {
        display: inline-block !important;
    }
}

.additional-info {
    color: #9DA8B9;
    font-style: italic;
}

.notifications-dropdown {
    min-width: 350px;
    border: 1px solid rgb(39, 188, 188);
    box-shadow: 0 4px 9px -3px rgba(86, 96, 117, 0.5);
    border-radius: 0px;
    background-color: #fff;
}

.notifications-dropdown.mobile-dropdown-menu {
    min-width: auto;
    width: 100%;
    position: relative;
    list-style: none outside none;
    box-shadow: none;
    display: none;
}

@media (max-width: 768px) {
    .open > .dropdown-menu.notifications-dropdown {
        display: none;
    }

    .notifications-dropdown.mobile-dropdown-menu {
        display: block;
    }
}

.notifications-dropdown .dropdown-head {
    padding-bottom: 9px;
}

.notifications-dropdown .dropdown-header {
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    padding: 10px 0 10px 0;
}

.notifications-dropdown .dropdown-unread-notifications {
    text-align: center;
    font-size: 13px;
}

.notification-icon:not(.has-notification) .fa-bell,
.notification-icon.has-notification .fa-bell-o {
    display: none;
}

.notifications-dropdown .dropdown-end-of-list {
    text-align: center;
    color: rgb(127, 127, 127);
    margin: 9px 0;
}

.notification-icon.has-notification:after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: -2px;
    width: 12px;
    height: 12px;
    background-color: red;
    border-radius: 50%;
    border: 1px solid #f3f3f4;
}

.notifications-dropdown .notification-information .notification-information-text {
    color: rgba(1, 1, 1, 0.3);
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 600;
}

.notifications-dropdown .has-separator {
    border-bottom: 1px solid #e5e5e5;
}

.notifications-dropdown .notifications-list {
    max-height: 400px;
    overflow-y: auto;
}

.notifications-dropdown .notification {
    padding: 12px 18px;
    font-size: 13px;
}

.notifications-dropdown .notification.unread {
    background-color: rgb(224, 249, 249);
}

.notifications-dropdown .notification .fa {
    padding-right: 5px;
}

.notifications-dropdown .notification .additional-info {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
}

.notifications-dropdown .notification .workflow-state-0 .fa,
.notifications-dropdown .notification .workflow-state-0 .workflow-state,
.notifications-dropdown .notification .workflow-state-1 .fa,
.notifications-dropdown .notification .workflow-state-1 .workflow-state {
    color: #D1D6DE;
}

.notifications-dropdown .notification .workflow-state-2 .fa,
.notifications-dropdown .notification .workflow-state-2 .workflow-state {
    color: #00BBFE;
}

.notifications-dropdown .notification .workflow-state-3 .fa,
.notifications-dropdown .notification .workflow-state-3 .workflow-state {
    color: #FF3399;
}

.notifications-dropdown .notification .workflow-state-4 .fa,
.notifications-dropdown .notification .workflow-state-4 .workflow-state {
    color: #F8AC59;
}

.notifications-dropdown .notification .workflow-state-5 .fa,
.notifications-dropdown .notification .workflow-state-5 .workflow-state {
    color: #3CC49D;
}

.notifications-dropdown .notification .neutral .fa {
    color: #000;
}

.notifications-dropdown .notification b {
    font-weight: 600;
}

.right {
    float: right;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}
.input-error {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    color: #f14124;
}

.password-format {
    padding-top: 4px;
}
#calendarInput .btn-default{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}
.warningIcon {
    color: #f8bf81 !important;
    opacity: 0.8;
}
/*************************************/
/*           PLAYLIST LIST           */
/*************************************/

.playlist-tile-container {
    position: relative;
}

.playlist-tile-container .playlist-tile-actions {
    position: absolute;
    right: 15px;
    top: 15px;
}

.playlist-tile-container:hover .playlist-tile-actions {
    color: #fff;
}

.playlist-tile {
    display: block;
    position: relative;
    border: 1px solid #1ab394;
    background-color: #fff;
    color: #1ab394;
    margin-bottom: 25px;
    box-shadow: 1px 2px 3px #d0d0d0;
}

.playlist-tile:hover {
    background-color: #1ab394;
    color: #fff;
}

.playlist-title-container {
    height: 120px;
    width: 100%;
    overflow: hidden;
    font-size: 0;
}

.playlist-title-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.playlist-title {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.playlist-content-count {
    position: relative;
    bottom: 0;
}

.workflow-progress-donut {
    margin-top: 20px;
    max-width: 80%;
}

.workflow-progress-donut > g > circle {
    stroke-dashoffset: 339.292;
    stroke-dasharray: 339.292;
    animation: workflow-progress-donut 1s;
}

@keyframes workflow-progress-donut {
    0% {
        transform: rotate(0deg);
        stroke-dashoffset: 339.292;
    }
}

.workflow-progress-donut > circle {
    stroke: #EEE;
}
.workflow-progress-donut > g > circle:nth-of-type(1) {
    stroke: #D1D6DE;
}
.workflow-progress-donut > g > circle:nth-of-type(2) {
    stroke: #00BBFE;
}
.workflow-progress-donut > g > circle:nth-of-type(3) {
    stroke: #FF3399;
}
.workflow-progress-donut > g > circle:nth-of-type(4) {
    stroke: #F8AC59;
}
.workflow-progress-donut > g > circle:nth-of-type(5) {
    stroke: #3CC49D;
}
.workflow-progress-donut > text {
    fill: #1ab394;
    text-anchor: middle;
}

.playlist-tile:hover .workflow-progress-donut > text {
    fill: #fff;
}

.align-tooltip-text-left .tooltip-inner {
    text-align: left;
}

.workflow-square {
    display: inline-block;
    background-color: #eee;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
}

.workflow-square-1 {
    background-color: #D1D6DE;
}
.workflow-square-2 {
    background-color: #00BBFE;
}
.workflow-square-3 {
    background-color: #FF3399;
}
.workflow-square-4 {
    background-color: #F8AC59;
}
.workflow-square-5 {
    background-color: #3CC49D;
}

/*************************************/
/*               UTILS               */
/*************************************/

.control-row {
    margin-bottom: 20px;
}

.loading-spinner {
    padding-top: 100px;
    height: 230px;
}

.title-action {
    padding-top: 20px;
}

.page-navigation {
    padding: 10px;
}

.navigation-button {
    cursor: pointer;
    color: #1ab394;
    font-size: 14px;
}

.navigation-button:hover {
    color: #18a689;
}

.action-no-background {
    cursor: pointer;
    color: #1ab394;
}

.action-no-background:hover {
    color: #18a689;
}

.multiline-description {
    white-space: pre-wrap;
}

.vresize {
    resize: vertical;
}

.hresize {
    resize: horizontal;
}

/*************************************/
/*        NEW PLAYLIST SYSTEM        */
/*************************************/

.playlist-sortable > .playlist-list {
    margin-top: -10px;
    margin-bottom: -10px;
}

.playlist-sortable > .playlist-list > .playlist-item {
    margin-left: 0px;
    margin-right: 0px;
}

.playlist-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0px;
}

.playlist-item {
    padding: 5px;

    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;

    background-color: #fff;
    border: 1px solid #ccc;
}

.playlist-item.playlist-content-element {
    border-left-width: 3px;
}

.playlist-item.playlist-content-element.playlist-deleted {
    border-left-width: 1px;
    background-color: #E0E0E1;
}

.playlist-section-element .playlist-container .playlist-content {
    font-weight: 700;
}

.playlist-content-element .playlist-container .playlist-content {
    font-weight: 400;
}

.playlist-container {
    position: relative;
}

/**
    CLEARFIX
**/
.playlist-container:after { 
    content: "."; 
    visibility: hidden; 
    display: block; 
    height: 0; 
    clear: both;
 }

.playlist-handle, .playlist-content {
    display: inline-block;
}

.playlist-item > .playlist-container:hover > .playlist-content {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    transition: padding-left 0.2s;
}

.playlist-item > .playlist-container:hover > .playlist-content {
    padding-left: 0px;
}

.playlist-handle {
    transition: color 0.2s, width 0.2s, padding-left 0.2s, padding-right 0.2s;
    width: 0px;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    color: rgba(103, 106, 108, 0);
    cursor: move;
    cursor: -webkit-grab;
}

.playlist-section-element > .playlist-container:hover > .playlist-handle, .playlist-sortable-dragel > .playlist-section-element > .playlist-container > .playlist-handle,
.playlist-content-element > .playlist-container:hover > .playlist-handle, .playlist-sortable-dragel > .playlist-content-element > .playlist-container > .playlist-handle {
    color: rgba(103, 106, 108, 1);
    padding-left: 5px;
    padding-right: 5px;
    width: 18px;
}

.playlist-sortable-placeholder {
    background-color: rgb(190, 235, 223);
    padding: 10px;
}

.playlist-sortable-dragel {
    position: absolute;
    pointer-events: none;
    margin: 0px;
}

.playlist-container .inline-action {
    float: right;
    margin-top: 4px;
}

/*************************************/
/*           HELP DISPLAY            */
/*************************************/
#playlist-contents-screen .relative-wrapper {
    position: relative;
    display: inline-block;
}

#playlist-contents-screen .relative-wrapper .help-display {
    position: absolute;
    left: 25%;
    display: inline-block;
    color: #A3AEBE;
    fill: #A3AEBE;
    stroke: #A3AEBE;
    white-space: nowrap;
    top: 100%;
}

#playlist-contents-screen .relative-wrapper .help-display > div {
    display: inline-block;
}

/*************************************/
/*              LOADER               */
/*************************************/

.loadable {
    position: relative;
    width: 100%;
}

.loader {
    transition: background-color 0.1s, visibility 0s 0.1s;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    visibility: hidden;
}

.loader.active {
    transition: background-color 0.1s, visibility 0s 0.1s;
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.05);
}

.loader .sk-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    
    transition: opacity 0.1s;
    opacity: 0;
}

.loader.active .sk-spinner {
    transition: opacity 0.4s 1s;
    opacity: 1;
}

/*************************************/
/*              ACTIONS              */
/*************************************/

.inline-action {
    color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
}

.inline-action[disabled] {
    color: #a1aab7;
    cursor: default;
}

.inline-action:not([disabled]):hover {
    background-color: #1ab394;
    color: #fff;
}

.inline-action.more-actions {
    padding: 0px 5px;
}

/*************************************/
/*              POPOVER              */
/*************************************/

.popover-content > ul {
    list-style: none;
    border: none;
    margin: 0;
    padding: 0;
}

.popover-content > ul > li {
    padding: 2px 0;
}

.popover-action {
    color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
    cursor: pointer;
    display: block;
}

.popover-action[disabled] {
    color: #a1aab7;
    cursor: default;
}

.popover-action:not([disabled]):hover {
    color: #fff;
    background-color: #1ab394;
}

/*************************************/
/*         SECTION ADD MDOE          */
/*************************************/
.section-add-form.space-input {
    margin-top: 20px;
}

/*************************************/
/*        SELECTABLE CONTENTS        */
/*************************************/
.selectable-content {
    cursor: pointer;
    border: 1px solid #D1D6DE;
    border-left-width: 3px;
    border-top-width: 0px;
    padding: 10px;
    background-color: #fff;
    transition: background-color 0.2s, color 0.2s;
}

.selectable-content.selected {
    background-color: #23C6C8;
    color: #fff;
}

.select-table-header {
    border: 1px solid #D1D6DE;
    padding: 10px;
    background-color: #fff;
    padding-left: 13px;
}

/*************************************/
/*          WORKFLOW STATES          */
/*************************************/

.workflow-state-0,
.workflow-state-1 {
    border-left-color: #D1D6DE;
}
.workflow-state-2 {
    border-left-color: #00BBFE;
}
.workflow-state-3 {
    border-left-color: #FF3399;
}
.workflow-state-4 {
    border-left-color: #F8AC59;
}
.workflow-state-5 {
    border-left-color: #3CC49D;
}
/*Project panel*/
.project-panel{
    position: relative;
    width:410px;
    height:182px;
    border: solid 1px #1ab394;
    float:left;
    margin: 15px 10px;
    background-color: white;
    box-shadow:1px 2px 3px #d0d0d0;
}

.project-panel h3{
    color: #1ab394;
}

.project-properties{
    width:100%;
    height: 100%;
}

.project-properties.has-notification:before {
    content: '';
    width: 12px;
    height: 12px;
    background-color: red;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50%;
}

.project-img{
    float:left;
    margin:10px;
    width:160px;
    height:160px;
}

.project-img-error{
    float:left;
    margin:10px;
    width:160px;
    height:160px;
    background: url(/img/vignette/vignette1.png);
}

.project-panel.disabled-project .disabled-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.project-panel.disabled-project .project-img {
    filter: grayscale(100%);
}

.project-panel.disabled-project .disabled-panel .disabled-text {
    position: absolute;
    transform-origin: top right;
    transform: rotateZ(-20deg) translateY(10px);
    font-weight: 700;
    font-size: 1.2em;
    color: black;
}

.project-panel.disabled-project h3 {
    color: rgb(89, 89, 89);
}

.project-detail{
    display:block;
    width:220px;
    padding-top: 5px;
}

.project-detail h3{
    overflow: hidden;
    height: 35px;
}

.project-hover:hover{
    background-color:#1ab394;
}

.project-hover:hover a{
    color:white;
}

.project-hover:hover h3{
    color:white;
}

.project-action{
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.project-action-link{
    color: #1ab394;
    padding: 0px 5px;
    font-size: 11pt;
    border-radius: 5px;
}

.project-action-link:hover{
    border: 1px solid #ffffff;
}

.popover-content ul.project-action-menu {
    list-style: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.project-action-menu a{
    display: block;
    color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
}

.project-action-menu a:hover{
    color: #ffffff;
    background-color: #1ab394;
}

.project-delete-overlay h1{
    color: #ffffff;
    text-align: center;
    padding-bottom: 25px;
}

.project-delete-overlay{
    position: absolute;
    top:-1px;
    left:-1px;
    background: rgba(0,0,0,0.7);
    width:410px;
    height:182px;
    text-align: center;
}

.project-delete-retry{
    color: #ffffff;
    background-color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
}

.project-delete-retry:hover{
    background-color: #18a689;
}


@media screen and (max-width: 500px) {
    
    .project-panel{
        width:90%;
        height:auto;
    }
    
    .project-img{
        width:40%;
        height:40%;
        margin:2%;
    }
    
    .project-panel h3{
        font-size:3.2vmin;
    }
    
    .project-detail{
        width:55%;
        font-size:4vmin;
    }
    
    #new-project{
    font-size: 5vmin;
    }
    
    #new-project p{
        font-size: 8vmin;   
    }
}
.project-notes-text-area {
    resize: vertical;
}
#navbar-menu{
    height:100%;
    min-height: 550px;
    position: fixed;
    top: 0px;
    left: 0px;
}

.nav > li#nav-header > a {
    padding: 33px 25px 20px 25px;
    background-color: transparent;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    -o-transition: padding 0.5s;
    transition: padding 0.5s;
}

.mini-navbar #content-project-name {
    display: none;
}

.nav > li#nav-header > a:hover, .nav > li#nav-header.activeheader > a {
    background-color: #293846;
    color: white;
}

.mini-navbar .nav > li#nav-header > a {
    padding: 0px;
}

.nav > li#nav-header.activeheader {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo-element {
    padding: 15px 0;
}

.nav > li#nav-header.activeheader {
    border-left: 4px solid #19aa8d;
}

#content-vignette {
    width:60px;
    height:60px;
    margin: 0 7px 7px 7px;
    -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
    -moz-transition: width 0.5s, height 0.5s, margin 0.5s;
    -o-transition: width 0.5s, height 0.5s, margin 0.5s;
    transition: width 0.5s, height 0.5s, margin 0.5s;
}

.mini-navbar #content-vignette {
    width: 40px;
    height: 40px;
    margin: 10px auto;
}

#navbar-footer{
    width:100%;
    position: absolute;
    bottom: 37px;
}

.inactive-link{
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 14px 25px;
    cursor: default;
}

.overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(184,194,233,0.85); /*dim the background*/
    transition: ease 0.75s;
}

.center {
    text-align: center;
}
#input-image{
    position: relative;
    width: 160px;
    height: 160px;
}

#select-project-image{
    position:absolute;
    top:0px;
    width:160px;
    height:160px;
    opacity:0;
    cursor:pointer;
}

.preview-default-image{
    display: block;
    width:160px;
    height:160px;
    border: solid black 1px;
    background: url("/img/projects-list/vignette/default.553cc7b1.png");
    cursor:pointer;
    margin:auto;
}

.preview-image{
    width:160px;
    height:160px;
    border: solid black 1px;
    cursor:pointer;
    margin:auto;
}

#image-hover-message {
    -webkit-filter: opacity(60%);
    filter: opacity(60%);
    background-color: black;
    color:white;
    width:160px;
    padding-top:70px;
    padding-bottom:54px;
    position:absolute;
    display:none;
    text-align: center;
}

#input-image:hover #image-hover-message{
     display:block;
}

.align-radio {
    padding-top: 4px;
}

#projectContainer{
    margin:auto auto 60px 2% ;
}


/*Onglet création nouveau projet*/

#new-project{
    font-size: 30px;
    color: #999;
    border: 1px dashed #1ab394;
    text-align: center;
    box-shadow:0px 0px 3px #d0d0d0;
}

#new-project p{
    font-size: 50px;   
}

#new-project{
    color: #1ab394;
}

#new-project span{
    visibility: hidden;
}

#new-project:hover{
    border: 1px solid #1ab394;
    background-color: #BEEBDF;
}

#new-project:hover span{
    visibility: visible;
}


/*Responsive*/

@media screen and (max-width: 1786px) {
    #projectContainer{
        margin-left: 10%;
    }    
}

@media screen and (max-width: 1490px) {
    #projectContainer{
        margin-left:0%;
    }
}
    
@media screen and (max-width: 1356px) {
    #projectContainer{
        margin-left: 15%;
    }
}
    
@media screen and (max-width: 1100px) {
    #projectContainer{
        margin-left: 0%;
    }
}
    
@media screen and (max-width: 926px) {
    #projectContainer{
        margin-left: 15%;
    }
}
    
@media screen and (max-width: 600px) {
    #projectContainer{
        margin-left: 3%;
    }
}
    


.kmp-action {
    color: #1ab394;
    padding: 3px 7px;
    border-radius: 5px;
}

.kmp-action.disabled {
    color: #a1aab7;
    cursor: default;
}

.kmp-action:hover:not(.disabled) {
    color: white;
    background-color: #1ab394;
}

.kmp-column-name {
    cursor: pointer;
}
/*Space panel*/
.space-panel {
    width: 236px;
    height: 256px;
    border-color: #1ab394;
    float: left;
    margin: 15px 30px;
    background-color: white;
    box-shadow: 1px 2px 3px #d0d0d0;
    align-items: center;
    text-align: center;
    position: relative;
}

#spacesContainer {
    margin-bottom: 60px;
}

a {
    cursor: pointer;
}

.space-panel h3 {
    color: #1ab394;
    margin: 5px;
    height: 2.25em;
    overflow: hidden;
}

.space-img {
    margin: 35px 7px 7px 7px;
    width: 160px;
    height: 160px;
}

.space-panel:hover {
    background-color: #1ab394;
}

.space-panel:hover a {
    color: white;
}

.space-panel:hover h3 {
    color: white;
}

@media screen and (max-width: 500px) {
    
    .space-panel {
        width: 90%;
        height: auto;
    }
    
    .space-img {
        width: 40%;
        height: 40%;
        margin: 2%;
    }
    
    .space-panel h3 {
        font-size: 3.2vmin;
    }
}

.space-panel.disabled-space .disabled-panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
}

.space-panel.disabled-space .space-img {
    filter: grayscale(100%);
}

.space-panel.disabled-space .disabled-panel .disabled-text {
    position: absolute;
    transform-origin: top right;
    transform: rotateZ(-20deg) translateY(10px);
    font-weight: 700;
    font-size: 1.2em;
    color: black;
}

.space-panel.disabled-space h3 {
    color: rgb(89, 89, 89);
}
table .inline-action {
    font-size: 13px;
    padding: 3px 7px;
}

.available-storage {
    margin-bottom: 15px;
}

.storage-progress-bar {
    height: 10px;
    border-radius: 1px;
    border: 1px solid rgb(209, 214, 222);
    margin-bottom: 5px;
}

.storage-tooltip {
    font-size: 12px;
    font-weight: 500;
    min-width: 200px;
}
.team-user-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.team-user-image {
    width: 70%;
}

.team-user-image-container {
    position: relative;
    display: inline-block;
    width: 50%;
}

.team-user-image-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.team-user-image-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.team-user-image {
    width: 100%;
    height: 100%;
    border: solid #E7EAEC 2px;
}

.team-user-image-license {
    width: 25%;
    height: 25%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.user-content {
    text-align: center;
    border: solid #E7EAEC 1px;
    background-color: #FAFAFB;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}

.user-content:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 2.25em;
    border-left-color: #E7EAEC;
    border-top-color: #E7EAEC;
}

.team-user-actions {
    position: absolute;
    right: 0;
    padding-right: 15px;
}

.team-user-role {
    position: absolute;
    left: 0;
    padding-left: 15px;
}

.team-user-actions a {
    color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
    display: flex;
}

.team-user-actions a:hover:not(.disabled) {
    color: white;
    background-color: #1ab394;
}

.fa.team-fa-1-25-x {
    font-size: 1.25em;
}

.team-user-action-menu a{
    color: #1ab394;
    padding: 5px;
    font-size: 11pt;
    border-radius: 5px;
    display: block;
}

.team-user-action-menu a:hover{
    color: #ffffff;
    background-color: #1ab394;
}

.popover-content ul.team-user-action-menu {
    list-style: none;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

.team-remove-margin {
    margin-top: -5px;
    margin-bottom: -10px;
}

#change-role-modal a {
    color: #1ab394;
}

#change-role-modal select {
    width: 100%;
}

#add-user-modal a {
    color: #1ab394;
}

#add-user-modal select,
#add-user-modal input {
    width: 100%;
}

#add-user-modal .team-user-container {
    width: 100%;
    border: solid #E7EAEC 1px;
    padding: 5px;
    background-color: #FFF;
}

#add-user-modal .team-selectable-user-container {
    margin-top: -1px;
}

#add-user-modal .team-add-user-image-container {
    position: relative;
    display: inline-block;
}

#add-user-modal .team-add-user-image-license {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.25em;
    height: 1.25em;
}

#add-user-modal .team-add-user-image {
    width: 3.5em;
    height: 3.5em;
    border: solid #E7EAEC 0.1em;
}

#add-user-modal .user-name-container {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-top: -5px;
}

#add-user-modal .user-name-container .user-email {
    font-size: 11px;
    font-style: italic;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#add-user-modal .user-name-container .user-fullname {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
}

#add-user-modal .dropdown-start {
    width: 100%;
    position: absolute;
}

#add-user-modal .dropdown-element {
    position: relative;
    z-index: 1;
}

#add-user-modal .team-selectable-user-container.team-selected-user-container {
    background-color: #F5F5F5;
}

#add-user-modal .deselect-user-icon {
    position: absolute;
    top: 5px;
    right: 25px;
}

.clickable-element {
    cursor: pointer;
}

#add-user-modal .field-error {
    color: red;
}

#add-user-modal .max-users-info {
    margin-bottom: 8px;
}

#revoke-access-modal .remove-access-informations {
    margin-top: 15px;
    font-style: italic;
}
.information {
	font-style: italic;
    color: #75859D;
    font-size: 13px;
}

.tool-panel{
    /*width:310px;*/
    border-color: #1ab394;
    float:left;
    margin: 15px 10px;
    background-color: white;
    box-shadow:1px 2px 3px #d0d0d0;
    padding: 10px 0;
    height: auto;
    width: 100%;
    color:black;
    text-align: center;
    position: relative;
}

.tool-panel h3{
    color: #1ab394;
    margin-bottom:15px;
}

.tool-panel:hover{
    background-color:#1ab394;
}

.tool-panel:hover a{
    color:white;
}

.tool-panel:hover h3{
    color:white;
}

.tool-panel:hover .tool-icon{
    color:white;
}

.tool-panel:hover .information{
    color:white;
}

.tool-icon {
    color: #1ab394;
    padding: 0 0 10px 0;
}

.tool-icon > img {
    height: 8em;
}

.tool-panel .download-icon {
    color: #1ab394;
    position: absolute;
    top: 10px;
    right: 10px;
}
.tool-panel:hover .download-icon {
    color:white;
}

.link {
    cursor: pointer;
    color: #1ab394;
    text-decoration: underline;
}

.link:hover {
    color: #18a689;
    text-decoration: underline;
}

.spaced-li li {
    margin-bottom: 8px;
}
.trash-icon {
    height: 17px;
}

.text-centered {
    text-align: center;
}

.trash-bin-action{
    color: #1ab394;
    padding: 3px 7px;
    border-radius: 5px;
}

.trash-bin-action:hover{
    color: white;
    background-color: #1ab394;
}

.trash-bin-column-name {
    cursor: pointer;
}

.table tip {
    min-width: 200px !important;
}
#user-image-hover-message {
    opacity: 0.6;
    background-color: black;
    color:white;
    width:140px;
    height:140px;
    padding-top:50px;
    position:absolute;
    display:none;
    text-align: center;
}
#input-image:hover #user-image-hover-message{
    display:block;
}

.user-input-image {
    width:140px;
    height:140px;
    position: relative;
}

.preview-user-default-image{
    width: 140px;
    height: 140px;
    background: url("/img/user-configuration/avatar/default-user-picture.dd490c67.png");
    background-size: 100%;
    cursor: pointer;
    margin: auto;
    position: absolute;
}

.preview-user-image{
    width: 140px;
    height: 140px;
    cursor: pointer;
    margin: auto;
    position: absolute;
}

#select-user-image{
    position:absolute;
    top:0px;
    width:140px;
    height:140px;
    opacity:0;
    cursor:pointer;
}

.modal-row {
    margin-right: 0px;
    margin-left: 0px;
}


.login-bg {
    margin: 0;
    padding: 0;
    background: url(/img/user-login/login-bg.deddac99.jpg) no-repeat center fixed;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
}

.loginscreen .middle-box {
    padding-top: 180px;
}

.loginscreen img#logo {
    margin-bottom: 50px;
}

.loginscreen .slogan {
    font-family: 'Courier New', Courier;
    color: #fff;
    padding: 40px 10px 0 10px;
    font-size: 24px;
}

.loginscreen .forgotten-password {
    text-align: left;
    padding-top: 2px;
    padding-left: 2px;
}

.loginscreen .forgotten-password a {
    color: #1ab394 !important;
}

.loginscreen .footer {
    color: #fff;
    background-color: #000;
    border: none;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}

@media (max-width: 768px) {
    .loginscreen .slogan {
        display: none;
    }
    .loginscreen .middle-box {
        padding-top: 40px;
    }
}

@media (min-width: 860px) {
    .forgotten-password-modal .modal-dialog {
        width:600px;
    }
}
.modal-project-delete .modal-dialog{
    width:600px;
}

.project-delete-text{
    margin-bottom: 20px;
}

.project-delete-warning{
    color: #E72E0F;
}

.project-delete-btn-validation{
    color: #E72E0F;
    border-color: #E72E0F;
    background-color: #ffffff;
}

.project-delete-btn-validation:hover{
    color: #ffffff;
    border-color: #D1290D;
    background-color: #D1290D;
}

.project-delete-btn-cancel{
    color: #ffffff;
    border-color: #E72E0F;
    background-color: #E72E0F;
}

.project-delete-btn-cancel:hover{
    color: #ffffff;
    border-color: #D1290D;
    background-color: #D1290D;
}

#content-activity-modal .title-modal {
    margin-top: 0px;
}

#content-activity-modal .modal-body {
    padding-bottom: 5px;
}

#content-activity-modal.modal-content {
    background-color: #f3f3f4;
}

#content-activity-modal .close-cross {
    color: #1ab394;
}

#content-activity-modal .activity-metadata {
    font-style: italic;
    color: #75859D;
}
.packagedBody{
    text-align: center;
}

.processingBuildSpinner{
    color: #1ab394;
    margin-bottom: 15px;
    margin-top: 15px;
}

.downloadStartingText{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.marginIcon {
    margin-top: 10px;
    margin-bottom: 10px;
}

.completedIcon {
    color: #1ab394 !important;
    opacity: 0.8;
}

.errorIcon {
    color: #ec4758;
    opacity: 0.8;
}

.errorTitle {
    color: #c12e2a;
    font-weight: 500;
}

.radioAlignCenter {
    vertical-align: top;
}

.shakeIconAnim {
    animation-name: shakeIcon;
    animation-duration: 0.4s;
    animation-delay: 1s;
    animation-timing-function: ease;
    transform-origin: center center;
}

.package-format {
    padding-top: 4px;
}

.package-type-input-label{
    text-align: right;
}

@keyframes shakeIcon {
    0% {
        -ms-transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    20% {
        -ms-transform: rotate(0deg) scale(1.2);
        -webkit-transform: rotate(0deg) scale(1.2);
        transform: rotate(0deg) scale(1.2);
    }
    40% {
        -ms-transform: rotate(-20deg);
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    60% {
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    80% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.fa-check{
    color:#31B404;
}