html, body {
    height: 100%;
    width: 100%;
    position: fixed;
}

body {
    margin: 0;
    /*height: 100%;*/
    font-size: 14px;
    overscroll-behavior: contain;
}

::-webkit-scrollbar-track
{
	border: 5px solid #FAFAFA;
	// border color does not support transparent on scrollbar
	// border-color: transparent;
	background-color: #b2bec3;
}

::-webkit-scrollbar
{
	width: 12px;
	background-color: #dfe6e9;
}

::-webkit-scrollbar-thumb
{
	background-color: #cacaca;
	border-radius: 6px;
}

/*
@media print {
  body * {
    visibility: hidden;
  }
  .section-to-print, .section-to-print * {
    visibility: visible;
  }
  .section-to-print {
    position: absolute;
    left: 0;
    top: 0;
  }
}
*/

/**
    sfsf: their is a bug at 599px, it acts like it is not -sm but -lg !!
**/
@media (max-width: 600px) {
  .hide.show-gt-sm, .hide.show-gt-md {
      display: none;
  }
}


md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: #44545B;
}

md-toolbar, .md-toolbar-tools {
    height: 50px;
    min-height: 50px;
}

md-toolbar#picc-main-header .nav-link-list md-icon, md-toolbar#picc-main-header #picc-user md-icon {
    font-size: 28px;
    height: auto;
    width: auto;
}

#picc-main-header ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 28px;
    height: 50px;
    min-height: 50px;
}

md-toolbar#picc-main-header, md-toolbar#picc-main-header .md-toolbar-tools {
    padding: 0;
    z-index: 4;
}

md-toolbar#picc-main-header .md-toolbar-tools>.md-button:last-child, md-toolbar#picc-main-header  .md-toolbar-tools>md-menu:last-child {
    margin-right: 8px;
}

md-toolbar .menu-icon-selected {
    /*padding-bottom: 8px;*/
    border-bottom: 1px solid white;
}

.header-nav ul li a.menu-icon-selected {
    /*padding-bottom: 0;*/
    padding-bottom: 4px;
    margin-top: 5px;
}

#picc-project-nav > button.md-icon-button md-icon, #picc-corpus-nav > button.md-icon-button md-icon {
    padding-bottom: 4px;
}

/*md-toolbar .md-button .md-icon.menu-icon-selected {
    padding-bottom: 8px;
    border-bottom: 2px solid #FFF;
}*/

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
    width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}

@media (min-width: 600px) {
    md-toolbar, .md-toolbar-tools {
        padding: 0 6px;
    }
}

.justify-text {
    text-align: justify;
    text-justify: inter-word;
}

.text-wrap {
    overflow-wrap: break-word;
}

.text-wrap-anywhere {
    overflow-wrap: anywhere;
}

.warning-text {
    color: red;
}

.definition-text {
    font-style: italic;
}

.fixed-height-container {
    overflow: hidden;
}

md-toolbar md-icon.connected {
    color: #A3D039;
}

md-toolbar md-icon.disconnected {
    color: red;
}

md-toolbar md-icon.new-version-effect {
    animation: blinker 2s ease-out 0s 30;
}

.highlight {
    color: rgb(239, 149, 105);
    font-weight: bold;
}

.bolded, md-list md-list-item.md-2-line .md-list-item-text h3.bolded, md-list-item.md-2-line > .md-no-style .md-list-item-text h3.bolded {
    font-weight: bold;
}

md-switch {
    font-size: 13px;
}

md-list-item .md-no-style, md-list-item._md-button-wrap > div.md-button:first-child {
    padding: 0 0 0 8px;
}

md-list-item .md-button.md-icon-button {
    /*margin: 0px;*/
    padding: 8px 0;
    width: auto;
}

md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar-icon {
    padding: 4px;
}

md-list-item .md-avatar, md-list-item .md-avatar-icon, md-list-item .md-list-item-inner .md-avatar, md-list-item .md-list-item-inner .md-avatar-icon {
    margin-right: 8px;
}

md-list-item.selected-item {
    background: #FCF0BC;
}

.positive-foreground, md-icon.positive-foreground {
    color: #8EB40E !important;
}

.negative-foreground, md-icon.negative-foreground {
    color: #CD6D33 !important;
}

.positive-background {
    background-color: #8EB40E !important;
}

.negative-background {
    background-color: #CD6D33;
    font-size: 12px;
}

.backward-background {
    background-color: #cacaca;
}

.positive-border {
    border: 2px solid #8EB40E !important;
}

@keyframes switchColor {
    0% {
        background-color: #ffffff;
    }
    50% {
        background-color: #8EB40E;
    }
    100%{
        background-color: #ffffff;
    }
}


.validated:hover {
    background-color: #8fb733;
}

.notValidated:hover {
    background-color: #ffffff;
}

.current-step {
    font-weight: 900;
    fon-size: 16px;
    color:  #1e88b1;
    cursor: pointer;
}
.pending-step{
    color:  #1e88b1;
    cursor: pointer;
}

.completed-step {
    color: #000000;
    cursor: pointer;
}

md-icon.chevron-circle {
    /*border: solid black 1px;*/
    border-radius: 50px;
    font-size: 16px;
    color: #000000;

    min-height: 16px;
    min-width: 16px;
    max-height: 16px;
    max-width: 16px;
}


md-icon.invisible{
    color: #ffffff;
}

.scroll-element{
    display: inline;
}

.md-content-white  {
    background-color: #FFFFFF;
}


.forward-background{
    background-color: #cacaca66;
    /*background-color: #1e88b122;*/
}

.no-wrap{
    white-space: nowrap;
}


.small-dot {
    border-radius: 50%;
    width: 7px;
    height: 7px;
}

/* CAUTION !! Medium and Large dot isn't use yet, feel free to adapt height and width values */

.medium-dot {
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.large-dot {
     border-radius: 50%;
     width: 18px;
     height: 18px;
 }

.status-completed {
    background-color: #8fb733;
}

.status-inProgress {
    background-color: #3E9DC5;
}

.status-blocked {
    background-color: #ff0000bb;
}

md-icon.blocked {
    color: #ff0000bb;
}

md-icon.inProgress {
    color: #3E9DC5;
}

md-icon.completed {
    color: #8fb733;
}

md-toolbar md-icon.disconnected {
    color: red;
}
/* orange : #ff5722

*/

.status-none {
    background-color: #cacaca;
}

.negative-border, .picc-tertiary-item.negative-border, .picc-item.negative-border {
    border-color: #CD6D33;
    border-width: 2px;
}

.icon-button-24, .md-button.md-icon-button.icon-button-24 {
    width: 24px;
    height: 24px;
    min-height: 24px;
}

a, a:visited, a:hover, a:active {
    color: #1E88B1;
    text-decoration: none;
}

.md-body-2 {
    font-weight: 700;
}

.sub-info {
    font-size: 12px;
}


.section-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.subsection-title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.uppercase {
    text-transform: uppercase;
}

.picc-splash {
    display: none;
    background-color: #44545B;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    color: white;
}

.ng-cloak.picc-splash, .picc-splash.picc-not-init {
    z-index: 99;
    display: block !important;
}

#loading-pane {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5);
}

#loading-pane span {
    color: #FAFAFA;
}

.loading-pane-light {
    opacity: 1 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

.loading-pane-dark {
    opacity: 1 !important;
    background-color: #44545B !important;
}

.small-fab-icon-button, .md-button.md-fab.small-fab-icon-button, .md-button.md-fab.md-icon-button.small-fab-icon-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
}

.md-button.md-icon-button.create-element-button {
    width: 34px;
    height: 34px;
    min-height: 34px;
    padding: 5.5px;
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
}

.md-button.md-icon-button.create-element-button.no-shadow{
    box-shadow: inherit;
}

.md-button.md-default-theme:not([disabled]).md-icon-button.create-element-button:hover, .md-button:not([disabled]).md-icon-button.create-element-button:hover {
    filter: brightness(110%);
}

.md-button.md-icon-button.create-element-button > md-icon {
    color: #FAFAFA;
}

.picc-icon {
    margin: 5px;
    height: 120px;
    width: 120px;
}

md-toolbar#picc-main-header .picc-menu-icon {
    width: 50px;
    height: auto;
    margin-top: 0px;
    margin-left: 0px;
}

@media (min-width: 960px) {
    md-toolbar#picc-main-header .picc-menu-icon {
        width: 60px;
        height: auto;
        margin-top: 8px;
        margin-left: 0px;
    }
}

.picc-process-small-icon {
    margin-top: 0px;
    margin-left: -12px;
    margin-right: 10px;
    height: 50px;
    width: 50px;
}

.header-nav {
    height: 100%;
}

.header-nav ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.header-nav ul li {
    padding: 0 8px;
    display: flex;
    position: relative;
}

.header-nav ul li:first-of-type {
    padding: 0 5px;
}

md-toolbar#picc-main-header .header-nav ul li:first-of-type button {
    width: auto;
    height: auto;
}

md-toolbar#picc-main-header .header-nav ul li:first-of-type md-icon {
    width: auto;
    height: auto;
    padding: 0;
}

.header-nav ul li:not(:last-of-type):after {
    content: "";
    position: absolute;
    background: white;
    width: .5px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-nav ul li a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    margin: 0 8px;
}

@media (min-width: 960px) {
    #picc-project-nav:before, #picc-corpus-nav:before {
      content: "";
      /*position: absolute;*/
      background: white;
      width: .5px;
      height: 30px;
      /*right: 0;
      top: 50%;
      transform: translateY(-50%);*/
    }
}

.user-infos span:last-of-type i {
    display: block;
    margin: auto;
}

/*.user-infos .user-name {
    padding: 0 10px 0 5px;
}*/

#picc-main-header ul.actions-list {
    display: flex;
}

@media (min-width: 960px) {
    #picc-main-header ul.actions-list {
        /*padding-right: 30px;*/
    }
}

.actions-list li {
    padding: 5px 5px;
}

.actions-list li .notification {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    background: #CC6600;
    font-size: 9px;
    border: solid 3px #44545B;
}

button.md-button.md-icon-button.no-border-radius {
    border-radius: unset;
}

.actions-list li .notification {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50%;
    background: #CC6600;
    font-size: 9px;
    border: solid 3px #44545B;
}

button.md-button.md-icon-button.no-border-radius {
    border-radius: unset;
}

md-toolbar#picc-main-header ul.actions-list li button md-icon {
    font-size: 26px;
}

@media (min-width: 1280px) {
    .picc-menu-icon {
        margin-top: 12.5px;
        height: 65px;
        width: 65px;
    }
}

.picc-login-icon {
    margin-top: 12.5px;
    height: 65px;
    width: 65px;
}

#picc-title {
    width: 185px;
    font-size: 14px;
    padding-right: 5px;
    padding-left: 10px;
/*    padding-bottom: 5px;*/
    cursor: pointer;
}

#picc-project-nav .md-button, #picc-corpus-nav .md-button {
    min-width: 0;
}

.top-right-element {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}

picc-search, shortcuts-view {
    display: block;
}

shortcuts-view > div {
    position: relative;
}

picc-search > div {
    position: relative;
}

.picc-search-container {
    width: 100%;
    height: 100%;
    -webkit-transition: width ease-in-out .75s;
    transition: width ease-in-out .75s;
}

.active-search.picc-search-container, .no-side-bar.picc-search-container {
    width: 100%;
}

.active-search #search-content {
    overflow: auto;
}

.active-search .search-content {
    min-height: 100%;
}

.active-search.picc-search-container {
    width: 100%;
}

.active-search #search-content {
    overflow: auto;
}

.active-search .search-content {
    min-height: 100%;
}

picc-sidebar {
    width: calc(100% * 4 / 12);
    height: 100%;
    -webkit-transition: all ease-in-out .75s;
    transition: all ease-in-out .75s;
    overflow: auto;
    display: none;
}

.picc-sidebar-button{
    display: none;
}

@media screen and (min-width: 960px) {
    picc-sidebar {
        display: block;
    }

    .picc-search-container {
        width: calc(100% * 8 / 12);
    }

    .picc-sidebar-button{
        display: inherit;
    }
}

.picc-actions {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

@media(min-width:960px){
    .picc-actions {
        top: calc(100% + 20px);
        /*left: calc(100% - 150px);*/
        right: 45px;
        left: unset;
        transform: none;
        transition: all .75s, ease-int-out;
    }
}

.rotate-right {
    rotate: 90deg;
}

.rotate-down {
    rotate: 180deg;
}

.picc-actions .picc-actions-list {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.picc-actions .picc-actions-list .md-icon-button.create-element-button {
    padding: 5px;
    width: unset;
    height: unset;
}

.picc-actions .camera-icon {
    background: none;
    padding: 10px;
    border: none;
}


.project-list-unfolded .picc-actions button {
    margin: 0 10px;
}


.picc-actions .picc-actions-title h3 {
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    font-weight: 500;
    margin: 5px 0;
    color: #5D6277;
    letter-spacing: 1px;
}

picc-search .picc-follow-notifications, shortcuts-view .picc-follow-notifications {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 400px;
    margin: 5px 0 0 0;
}

picc-search .picc-follow-notifications.md-button, shortcuts-view .picc-follow-notifications .md-button{
    margin: 0;
}

picc-search .picc-last-projects {
    position: absolute;
    bottom: 0;
    right: 0;
}

picc-search .front-page-message {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    -webkit-transition-delay: 0.5s;
    transition: visibility 0s, opacity 0.5s linear;
    transition-delay: 0.5s;
}

picc-search .front-page-message.show-message {
    visibility: visible;
    opacity: 1;
}

picc-search #search-content {
    overflow: unset;
    z-index: 3;
    width: calc(100% - 30px);
    position: relative;
    background: none;
    -webkit-transition: width .75s ease-in-out;
    transition: width .75s ease-in-out;
}

picc-search .active-search #search-content {
    width: 100%;
}

picc-search .active-search #search-content {
    width: 100%;
}

/*@media screen and (max-width: 1200px) {
    picc-search :not(.active-search) #search-content {
        width: calc(100% - 20px);
    }
}*/

picc-search #search-content .search-bar-area {
    display: flex;
    align-items: center;
    /*box-shadow: 1px 1px 12px #76879a;*/
    /*background-color: #96d33b;
    background: linear-gradient(120Deg, #53AEE4, #65C6B0, #95d53b, #42b23c);*/
    width: 100%;
}

@media(min-width:960px) {
    picc-search #search-content .search-bar-area {
        width: calc(100% - 50px);
    }
}

picc-search .active-search #search-content .search-bar-area {
    flex-direction: column;
}

.multiple-display-pane {
    width: 100%;
    background-color: #FAFAFA;
    z-index: 50;
}


#picc-search-bar {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 10px 15px;
    box-shadow: 1px 1px 12px #76879a;
    /*background-color: #96d33b;*/
    -webkit-transition: width, padding-bottom, padding-left, padding-right, padding-top, .75s ease-in-out;
    transition: width, padding-bottom, padding-left, padding-right, padding-top, .75s ease-in-out;
}

.picc-gradient-background {
    background: linear-gradient(120Deg, #53AEE4, #65C6B0, #95d53b, #42b23c);
}

.more-links-menu {
    -webkit-transition: transform .75s ease-in-out;
    transition: transform .75s ease-in-out;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#consultation-results-list {
    background: white;
    width: calc(100% * 10 / 12);
}

/*#kol-sidebar {
    width: calc(100% * 2 / 12);
}*/

/*@media (min-width: 960px) {
    #kol-sidebar {
        max-width: 22%;
    }
}*/

#kol-sidebar h4 {
    margin: 10px 5px;
    /*margin-left: 5px;
    margin-right: 5px;*/
}

.solutions-list-nbr {
    margin-left: 10px;
/*    text-transform: uppercase;*/
}

.picc-list-item-container {
    background: #F2F2F2;
    padding: 5px;
    margin: 0 5px 5px 5px;
}

.search-result-details{
    border-top: 1px solid #CACACA;
    margin: 8px;
}

/*.picc-selectable-item,
.picc-list-item {
    padding: 5px;
    background: white;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

/* PICC Search Project list unfolded changes */
.project-list-unfolded .picc-search-container {
    width: 100%;
}

picc-search.project-list-unfolded #search-content .search-bar-area,
picc-search .active-search #search-content .search-bar-area {
    width: 100%;
}

picc-search.project-list-unfolded #search-content .search-bar-area,
picc-search .active-search #search-content .search-bar-area {
    width: 100%;
}

.project-list-unfolded picc-sidebar {
    overflow: hidden;
    width: 0;
    max-height: 0;
}

picc-search .active-search picc-sidebar {
    display: none;
}

.project-list-unfolded #picc-search-bar, .active-search #picc-search-bar {
    padding: 10px 12px;
    /*width: 100%;
    background: none;*/
}


/*@media(min-width:960px){*/
.project-list-unfolded .picc-actions, .active-search .picc-actions {
    position: static;
    display: flex;
    align-items: center;
    transform: none;
}

.project-list-unfolded .picc-actions .picc-actions-title,
.active-search .picc-actions .picc-actions-title {
    display: none;
    width: calc(100% * 9 / 12 - 20px);
    background: none;
}
/*}*/

.project-list-unfolded #search-content {
    width: 100%;
}


.project-list-unfolded .more-links-menu, .active-search  .more-links-menu {
    position: static;
    transform: unset;
    /*position: absolute;*/
    /*right: calc(100% * 3 / 12);
    top: 50%;
    transform: translateY(-50%);*/
}

/* PICC Search End project list unfolded changes */


/*#picc-search-bar.active-search{
    margin-top: 0px;
    transition: margin 0.3s;
}

#picc-search-bar.active-search.hide-search{
    margin-top: -130px;
}*/

#picc-search-bar-field {
    background-color: #FAFAFA;
    font-size: 150%;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 5px 0px 5px 10px;
    margin-left: 4px;
    width: 100%;
}

@media (min-width: 600px) {
    #picc-search-bar-field {
        margin-left: 0;
        font-size: 180%;
    }
}

.tune-search-icon {
    /*height: 100%;*/
    background: white;
    /*border-top-right-radius: 5px;*/
    /*border-bottom-right-radius: 5px;*/
    margin-left: 5px;
}

.tune-search-icon button.md-button.md-icon-button {
    margin: auto;
}

picc-search {
    display: flex;
}

.sidebar {
    padding-left: 10px;
    /*padding-top: 10px;*/
    /*display: flex;
    flex-direction: column;*/
}

.block-nav {
    display: flex;
    justify-content: space-between;
    min-height: 36px;
}

.block-nav h3 {
    margin: 10px 0;
}

.link-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.link-list li {
    display: flex;
    align-items: center;
    position: relative;
}

.link-list li:last-of-type {
    margin-left: 10px;
}

.link-list li a, .home-block h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #C2BEBE;
}

.home-block {
    margin-top: 5px;
}

.home-block h3 {
    color: #5D6277;
}

.link-list li.active:after,
.project-list-title.active > span:after,
.project-list-title.active > a:after,
limited-task > h3:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #75C570;
    height: 4px;
    border-radius: 3px;
}

.link-list li.active a {
    color: #5D6277;
}

.sidebar .home-block .md-button {
    margin: 0;
}

.block-content {
    /*background: #e9e9e9;*/

    background: #EEECE6;
    padding-top: 1px;
    padding-bottom: 1px;
}

.fav-list {
    display: flex;
    flex-wrap: wrap;
}


.fav-item {
    width: calc(50% - 40px);
    margin: 5px;
    background: white;
    display: flex;
    padding: 10px 15px;
}

.task-item{
    padding: 5px;
}

.task-item .task-item-details{
    margin-left: 5px;
    /*width: 100px;*/
}




.task-item .item-title {
    /*display: inline;*/
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.item-state {
    font-size: 12px;
    padding: 5px 0;
}

.item-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: red;
    margin-right: 5px;
}

.item-priority {
    padding: 5px 0;
}

.item-photo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: auto 10px 0;
}

.item-photo img {
    width: 100%;
    border-radius: 50%;
}

.item-date {
    max-width: 150px;
    overflow-y: hidden;
}

.see-more {
    text-align: center;
    padding: 5px 0;
    font-size: 14px;
}

.task-item .item-date div span:FIRST-CHILD {
    color: #C2BEBE;
}

@media screen and (max-width: 1300px) {
    .task-item {
        /*flex-wrap: wrap;
        justify-content: unset;*/
    }

    .item-date {
        display: flex;
        align-items: center;
    }

    .task-item .item-priority {
        padding-left: 10px;
    }

    .task-item .item-photo {
        margin: 0 0 0 auto;
        order: 2;
    }
}

.kmap-item, .task-item {
    width: -webkit-fill-available;
    display: flex;
}

.kmap-item, .task-item, .picc-item {
    border: 1px solid #B8B8B8;
    border-radius: 3px;
    margin: 4px 8px;
    background: #FAFAFA;
}

.picc-item.main-item {
    border: 1.4px solid #787878;
}

.picc-sub-item{
    border-bottom: 1px solid #B8B8B8;
}

.bookmark-list{
    /*margin: 4px 4px 2px;*/
    margin-top: 2px;
}

.bookmark-list-item{
    padding: 4px;
}

.picc-secondary-item {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 5px 3px;
    padding: 3px;
    background: #FAFAFA;
}

.picc-tertiary-item {
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 4px 3px;
    padding: 3px;
    background: #f5f5f5;
}

.kmap-date{
    min-width: 100px;
    max-width: 150px;
    font-size: 12px;
    color: #A5A5A5;
    overflow-wrap: break-word;
    overflow: hidden;
}

.kmap-item .kmap-social,
.kmap-item .kmap-logo,
.kmap-item .kmap-data,
.kmap-date {
    padding: 4px;
}

@media(min-width:960px){
    .kmap-item .kmap-social,
    .kmap-item .kmap-logo,
    .kmap-item .kmap-data,
    .kmap-date {
        padding: 8px;
    }
}

.kmap-content {
    display: flex;
    flex-grow: 2;
}

.kmap-logo {
    width: 40px;
    min-width: 40px;
    max-height: 70px;
    display: flex;
}

@media(min-width:960px){
    .kmap-logo {
        width: 80px;
        min-width: 80px;
        max-height: 70px;
    }
}

.kmap-logo img {
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.kmap-data {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 10px;
    flex-grow: 2;
}

.kmap-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.kmap-title .kmap-type{
    padding-left: 33px;
    color: #B8B8B8;
}

.kmap-created-by {
    margin-bottom: 5px;
    font-size: 12px;
    color: #A5A5A5;
}

.kmap-social {
    display: flex;
    margin-left: auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    min-width: 30px;
}

.kmap-title md-icon {
    margin-right: 5px;
}

.kmap-share md-icon {
    color: #1E88B1;
}

.kmap-social .kmap-photos-list {
    display: flex;
}

.kmap-social .kmap-photos-list user-icon {
    display: flex;
}

.kmap-photos-list .item-photo, .authors-list user-icon {
    margin: 0 -2px;
}

.kmap-ppl-count {
    display: flex;
    align-items: center;
    margin-left: 3px;
    font-size: 12px;
}

.kmap-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 4px;
}

#picc-search-bar-field .search-text-area, #picc-search-bar-field .search-type-select {
    max-height: 106px;
    font-size: 20px;
    border: none;
}

.search-text-container > div:nth-child(2) {
    width: 100%;
}

#shortcuts-view-container{
    min-height: 0;
}

#picc-consultation-container {
    background-image: url(../../assets/images/picc_empty.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 10%;
    background-position-y: 50%;
}

#picc-consultation-container {
    min-height: 58px;
}

@media (min-width: 960px) {
    #picc-consultation-container {
        min-height: 70px;
    }
}

#picc-consultation-container, #shortcuts-view-container {
    -webkit-box-flex: 1;
    /*min-height: 0;*/
    flex: 1;

    -webkit-transition-property: height max-height;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height max-height;
    transition-duration: 0.75s;
    transition-timing-function: ease-in-out;
}

#picc-consultation-container.project-list-unfolded, #shortcuts-view-container.project-list-unfolded {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%;
}

.shortcut-item {
    /*height: 200px;
    width: 200px;*/
    background-color: #44545B;
    color: #FAFAFA;
    border-radius: 10px;
    /*margin: 4px 8px;*/
    overflow:hidden;
}

.shortcut-item:HOVER{
    filter: brightness(85%);
}

.shortcut-item .shortcut-image {
    background-color: #f2f2f2;
    width: 100%;
    /*border-radius: 10px 10px 0 0;*/
}

.shortcut-item-footer {
    height: 48px;
    width: 100%;
    /*border-radius: 0 0 10px 10px;*/
}

#picc-comparison-panel md-checkbox {
    margin-bottom: 0;
}

#picc-comparison-panel md-input-container {
    font-size: 120%;
}

picc-projects {
    display: block;
}

#picc-projects-list {
    min-height: 42px;
}

#picc-projects-list {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;

    height: 42px;

    -webkit-transition-property: height max-height;
    -webkit-transition-duration: 0.75s;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height max-height;
    transition-duration: 0.75s;
    transition-timing-function: ease-in-out;
}

#picc-projects-list.project-list-unfolded {
    -webkit-box-flex: 1;
    min-height: 0;
    flex: 1;
}

#projects-list {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.project-list-title {
    position: relative;
    margin-right: 20px;
}

.project-list-title > span, .project-list-title > a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #5D6277;
}


#picc-projects-list-header {
    padding: 5px 5px 0;
}

#projects-items-list {
    /*padding: 15px;*/
    /*background: #F6F5F2;*/
}

#picc-projects-list-content{
    padding-right: 8px;
    margin-left: 0px;
    padding-left: 4px;
    margin-top: 4px;
    padding-top: 4px;
    background: #F6F5F2;
}

#picc-projects-list-content-top {
    padding: 0 8px 8px;
    background: #F6F5F2;
}

#picc-projects-list-content-top input.md-input {
    border: none;
    background: white;
    padding-left: 5px;
}

#picc-projects-list-content-top button {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}

@media (min-width: 600px) {
    #projects-list {
        /*margin-right: 8px;*/
    }
}

#picc-consultation-results {
    background-color: #FAFAFA;
    width: 100%;
    height: 100%;
}

@media (min-width: 960px) {
    .iconcept-search-results {
        border-left: 1px solid black;
        padding-left: 4px;
        margin-left: 4px;
    }
}

projects-list {
    display: block;
}

project-item {
    display: block;
    width: 100%;
    min-width: 100%;
}

project-item > .project-item-inner {
    height: 120px;
    overflow: hidden;
}

project-item .project-item-name {
    overflow: hidden;
}

project-item > .project-item-inner:hover {
    background-color: #E8E8E8;
}

project-item > .project-item-inner > * :HOVER {
    background-color: initial;
    outline: none;
}

md-progress-circular.corpus-item-progress {
    margin: 6px;
    background-color: #b0c2cc75;
    border-radius: 50%;
}

document-thumbnail {
    display: inline-block;
}

.corpus-document-image, document-thumbnail{
    width: 40px;
}

small-thumbnail.small-thumbnail{
    width: 30px;
}

.corpus-document-image img, document-thumbnail img{
    max-width: 40px;
    max-height: 50px;
    height: auto;
}

document-thumbnail.small-thumbnail img{
    max-width: 30px;
    max-height: 37px;
}

.domain-items {
    margin-top: 5px;
}



.domain-items > span {
    display: inline-block;
    background: rgb(224, 224, 224);
    color: rgb(66, 66, 66);
    border-radius: 15px;
    line-height: 15px;
    padding: 3px 10px;
    margin-right: 4px;
    margin-bottom: 2px;
}

.domain-items.small > span {
    line-height: 10px;
}

.domain-items > span.highlighted-domain {
    background: #649ab1;
    color: #FAFAFA;
}

.domain-items > span.highlighted-model-pinUp {
    background: #16171f;
    color: #FAFAFA;
    font-size: 12px;
}


.domain-items > span.not-validated-domain {
    opacity: 0.6;
}

.domain-items > span.light-domain, .light-foreground {
    color: #FAFAFA;
}

.domain-items > span.dark-domain {
    color: rgb(66, 66, 66);
}

.domain-items .new-icon {
    min-height: 14px;
    height: 14px;
    font-size: 17px;
    padding-bottom: 4px;
}

.project-stats-number {
    display: inline-block;
    min-width: 3ch;
}

.kmap-not-filtered {
    opacity: 0.1;
}

.stats-area {
    opacity: 0.8;
}

.stats-icon, md-icon.stats-icon, .kanban-header md-icon.stats-icon {
    font-size: 14px;
    padding: 2px;
    /*    margin-right: 5px;*/
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 2px;
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
}

.small-icon {
    font-size: 14px;
    line-height: 20px;
}

md-icon.small-icon {
    padding: 2px;
    margin-right: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 0;
}

md-icon.small-icon.material-icons {
    padding: 5px;
}


.picc-toolbar md-icon.small-icon {
    margin-top: 1px;
    margin-bottom: 1px;
}

.caption-icon {
    font-size: 14px;
    line-height: 10px;
}

md-icon.caption-icon {
    padding: 0;
    margin: 0;
    height: 11px;
    min-height: 11px;
    width: 11px;
    min-width: 11px;
}

.full-image {
    max-height: 100%;
    max-width: 100%;
    /* 	height: auto; */
    /* 	width: auto\9; */
    /* 	width:auto; */
    /* 	box-sizing: border-box; */
}

.image-fit{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wiki-thumb {
    max-width: 100%;
    max-height: 60px;
}


.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.full-size {
    width: 100%;
    height: 100%;
}

ul.unstyled {
    list-style: none;
}

ul.inline, li.inline {
    display: inline;
    padding: 0;
    margin: 0;
}

li.inline.comma-separated:after {
    content: ", ";
}

li.inline.comma-separated:last-child:after {
    content: "";
}

.round-icon {
    border-radius: 50%;
    padding: 4px;
}

.scroll-container {
    overflow: auto;
}

.horizontal-list-2 {
    display: inline-block;
}

.x-scroll {
    overflow-x: scroll;
}

.no-x-scroll {
    overflow-x: hidden;
}

.no-scroll-bar {
    scrollbar-width: none;
}

.no-y-scroll {
    overflow-y: hidden;
}

.no-scroll-bar::-webkit-scrollbar{
 -ms-overflow-style: none;
 display: none;
 scrollbar-width: none;
}

.no-chrome-scroll-bar::-webkit-scrollbar{
    display: none;
}

.no-list-style-type{
    list-style-type:none;
}


.picc-panel {
    background-color: #FAFAFA;
}

.picc-subnav {
    padding-left: 75px;
}

.picc-subnav .md-tab {
    padding: 6px 16px;
}

.picc-subnav md-pagination-wrapper {
    height: 36px;
}

.picc-subnav md-tabs-canvas {
    height: 36px;
}

.picc-toolbar {
    background-color: #CACACA;
    height: 46px;
}

.picc-block {
    border: 1px solid #CACACA;
}

.picc-sub-block {
    border: 1px solid #C2E9F3;
}

/* .picc-sub-block.selected{ */
/* 	border-width: 3px; */
/* } */

.picc-sub-block > a, .picc-sub-block > span:FIRST-CHILD {
    background-color: #F3FAFC;
}

.picc-sub-block.selected > a, .picc-sub-block.selected > span:FIRST-CHILD {
    background-color: #1A8AB5;
    color: #FAFAFA;
}

picc-block {
    display: block;
    box-sizing: border-box;
    border: 3px solid #CACACA;
    border-radius: 15px;
    background-color: #f5f5f5;
    outline: none;
}

picc-block:hover{
    background-color: #E8E8E8;
    cursor: pointer;
}

picc-block.problems-block {
    border-color: #CC6600;
}

picc-block.problems-block md-icon {
    background-color: #CC6600;
}

picc-block.solutions-block {
    border-color: #A3D039;
}

picc-block.solutions-block md-icon {
    background-color: #A3D039;
}

picc-block.entities-block {
    border-color: #3E9DC5;
}

picc-block.entities-block md-icon {
    background-color: #3E9DC5;
    border-radius: 5px;
}

picc-block.edges-block {
    border-color: #1E88B1;
}

picc-block.edges-block md-icon {
    background-color: #1E88B1;
}

picc-block.parameters-block {
    border-color: #77c6cb;
}

picc-block.parameters-block md-icon {
    background-color: #77c6cb;
}

picc-block.documents-block {
    border-color: #cb7f77;
}

picc-block.documents-block md-icon {
    background-color: #cb7f77;
}

picc-block.users-block {
    border-color: #A3D039;
}

picc-block.users-block md-icon {
    background-color: #A3D039;
}

picc-block.domains-block {
    border-color: #98DDC3;
}

picc-block.domains-block md-icon {
    background-color: #98DDC3;
}

picc-block.history-block {
    border-color: #898989;
}

picc-block.history-block md-icon {
    background-color: #898989;
}

picc-block > div {
    overflow: hidden;
}

picc-block md-icon, picc-block md-icon.round-icon {
    height: 40px;
    width: 40px;
    font-size: 32px;
    color: rgb(255 255 255 / 70%)
}

picc-block span.block-subtitle {
    text-align: center;
}

.picc-bottom-sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

/*picc-block > div *:hover{
    background-color: initial;
}*/

/* .picc-toolbar md-slider{ */
/* 	height: 46px; */
/* 	min-height: 46px; */
/* } */

.searchInput {
    background-color: #F2F2F2;

}

.searchInput md-input-container .md-input {
    height: 26px;
}

md-input-container {
    margin: 0 0;
}

md-autocomplete.hide-error-msg md-autocomplete-wrap md-input-container .md-errors-spacer:empty, md-input-container.hide-error-msg .md-errors-spacer:empty {
    display: none;
}

md-autocomplete md-autocomplete-wrap md-progress-linear.md-inline{
	bottom: 22px;
}

md-autocomplete.hide-error-msg md-autocomplete-wrap md-progress-linear.md-inline{
    bottom: 0px;
}

md-autocomplete.large-autocomplete {
    min-width: 350px;
}

.md-autocomplete-suggestions .md-autocomplete-suggestion .item-multi-line {
    line-height: normal;
}

.one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picc-long-text {
    /*white-space: pre-line;*/
    word-wrap: break-word;
}

.image-button {
    width: 46px;
    height: 46px;
    min-width: 46px;
    min-height: 46px;
    line-height: 0;
}

.image-button img {
    margin: auto;
    height: 36px;
    width: 36px;
}

.md-button.md-default-theme.md-primary, .md-button.md-primary, .md-button.md-primary.md-fab {
    background-color: #95BF34;
}

.md-button.md-default-theme.md-cancel-button, .md-button.md-cancel-button, .md-button.md-cancel-button.md-fab {
    background-color: unset;
}

.md-button.md-default-theme.md-primary:not([disabled]), .md-button.md-primary:not([disabled]), .md-button.md-primary.md-fab:not([disabled]) {
    color: #F2F2F2;
}

.md-button.md-default-theme.md-cancel-button:not([disabled]), .md-button.md-cancel-button:not([disabled]), .md-button.md-cancel-button.md-fab:not([disabled]) {
    color: rgba(0,0,0,0.87);
}

.md-button.md-default-theme.md-primary:hover:not([disabled]), .md-button.md-primary:hover:not([disabled]),
.md-button.md-default-theme.md-primary:not([disabled]).md-focused, .md-button.md-primary:not([disabled]).md-focused {
    background-color: #8CB332;
}

.md-button.md-default-theme.md-cancel-button:hover:not([disabled]), .md-button.md-cancel-button:hover:not([disabled]),
.md-button.md-default-theme.md-cancel-button:not([disabled]).md-focused, .md-button.md-cancel-button:not([disabled]).md-focused {
    background-color: rgba(158,158,158,0.2);
}

.md-button.md-default-theme.md-primary:not([disabled]) md-icon, .md-button.md-primary:not([disabled]) md-icon {
    color: #F2F2F2;
    font-size: 22px;
}

.md-button.md-default-theme.md-accent.md-raised,
.md-button.md-accent.md-raised,
.md-button.md-default-theme.md-accent.md-fab,
.md-button.md-accent.md-fab {
    background-color: #1E88B1;
    color: rgb(245 245 245);
}

.md-button.md-default-theme.md-accent.md-raised:hover:not([disabled]),
.md-button.md-accent.md-raised:hover:not([disabled]),
.md-button.md-default-theme.md-accent.md-fab:hover:not([disabled]),
.md-button.md-accent.md-fab:hover:not([disabled]) {
    background-color: #22A4D6;
}

.md-button.md-default-theme.md-accent:not([disabled]) md-icon,
.md-button.md-default-theme.md-accent:not([disabled]) span,
.md-button.md-accent:not([disabled]) md-icon,
.md-button.md-accent:not([disabled]) span {
    color: #1E88B1;
}

.md-button.md-default-theme.md-accent:hover:not([disabled]) md-icon,
.md-button.md-default-theme.md-accent:hover:not([disabled]) span,
 .md-button.md-accent:hover:not([disabled]) md-icon,
 .md-button.md-accent:hover:not([disabled]) span{
    color: #22A4D6;
}

.md-button.md-default-theme.md-raised:hover:not([disabled]) md-icon, .md-button.md-raised:hover:not([disabled]) md-icon {
    color: inherit;
}

md-list-item.md-2-line .md-list-item-text h3, md-list-item.md-2-line > .md-no-style .md-list-item-text h3, md-list-item.md-3-line .md-list-item-text h3, md-list-item.md-3-line > .md-no-style .md-list-item-text h3 {
    white-space: normal;
}

md-list-item .md-list-item-inner > .md-list-item-inner > p, md-list-item .md-list-item-inner > p, md-list-item > .md-list-item-inner > p, md-list-item > p, .md-list-item-inner > div > p {
    line-height: normal;
}

md-divider.md-primary {
    border-color: #95BF34;
}

md-checkbox .md-container {
    margin: 18px 3px 3px;
}

md-checkbox.date-checkbox .md-container {
    margin-top: 24px;
}

md-checkbox.domain-checkbox .md-label {
    margin: 7px 4px auto 30px;
}

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-ink-ripple, md-checkbox:not([disabled]).md-primary.md-checked .md-ink-ripple {
    color: #22A4D6;
}

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    /*color: #8CB332*/
    color: #b8ce86;
}

md-checkbox.md-default-theme:not([disabled]).md-primary.md-checked .md-icon, md-checkbox:not([disabled]).md-primary.md-checked .md-icon {
    /*background-color: #8CB332;*/
    background-color: #b8ce86;
}

/** To fix the keyboard height when show and hiding virtual keyboard on mobile **/
.md-dialog-container {
    height: 100% !important;
}

md-datepicker.small-picker .md-icon-button + .md-datepicker-input-container {
    margin-left: 0;
}

md-datepicker.small-picker .md-button.md-icon-button {
    margin: 0;
}

.no-margin, .md-button.md-icon-button.no-margin, .layout-margin > .flex.no-margin, .tool-resume-box > .no-margin, md-icon.no-margin, md-icon.small-icon.no-margin {
    margin: 0;
}

.no-padding, .md-button.md-icon-button.no-padding, .layout-padding > .flex.no-padding .round-icon.no-padding, md-icon.no-padding, md-icon.small-icon.no-padding {
    padding: 0;
}

.no-top-padding {
    padding-top: 0;
}

.no-bottom-margin {
    margin-bottom: 0;
}

.margin-bottom {
    margin-bottom: 8px;
}

.no-top-margin, .flex.no-top-margin, md-checkbox.no-top-margin .md-label, .wiki-subsection.no-top-margin {
    margin-top: 0;
}

.margin-top {
    margin-top: 8px;
}

.double-margin-top {
    margin-top: 16px;
}

.quadruple-margin-top{
    margin-top: 32px;
}

.kmap-entity-button {
    margin-top: 4px;
}

.item-title-margin-left {
    margin-left: 10px;
}

.half-margin-left{
    margin-left: 4px;
}

.small-margin-left{
    margin-left: 2px;
}

.small-margin-right{
    margin-right: 2px;
}

.top-page-margin {
    margin-top: 28px;
}

.no-left-margin {
    margin-left: 0;
}

.no-right-margin {
    margin-right: 0;
}

.margin-all {
    margin: 8px;
}

.margin-left, .layout-margin > .flex.margin-left {
    margin-left: 8px;
}

@media (min-width: 960px) {
    .margin-left-gt-sm {
        margin-left: 8px;
    }

    .margin-right-gt-sm {
        margin-right: 8px;
    }
}

@media (min-width: 960px) {
    .logo-margin-left {
        margin-left: 68px;
    }
}

.icon-margin-left{
    margin-left: 32px;
}

.padding-all {
    padding: 8px;
}

.padding-all-light{
    padding: 4px;
}

.padding-left {
    padding-left: 8px;
}

.padding-left-light {
    padding-left: 4px;
}

.margin-right {
    margin-right: 8px;
}

.margin-right-double {
    margin-right: 16px;
}

.padding-right {
    padding-right: 8px;
}

.padding-top {
    padding-top: 8px;
}

.padding-bottom {
    padding-bottom: 8px;
}

.no-padding-left{
    padding-left: 0px;
}

.panel-top-margin {
    margin-top: 20px;
}

.border-right {
    border-right: 1px solid #CACACA;
    padding-right: 4px;
    margin-right: 4px;
}

.stats-bar-container {
    position: relative;
    height: 22px;
}


.stats-bar {
    line-height: 22px;
}

.stats-bar > span {
    border-radius: 15px;
}

.stats-bar-body {
    padding-left: 10px;
}

/*.flex-5 .stats-bar-body, .flex-0 .stats-bar-body {
    padding-left: 5px;
}*/

.project-name {
    margin-left: 5px;
    margin-bottom: 0;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

@media (min-width: 1280px) {
    .project-name {
        margin-left: 75px;
    }
}

.project-name .md-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rounded-panel {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.rounded-panel img {
    width: 100px;
    height: 100px;
}

.rounded-panel span {
    text-align: center;
}

.centered {
    text-align: center;
}

.strikethrough {
    text-decoration: line-through;
}

.va-barre {
    text-decoration: overline;
}

#kmap-resume-image {
    background-color: #A3D039;
    color: #E1F6BD;
}

#buid-solve-resume-image {
    background-color: #50B7A7;
    color: #D5EEEB;
}

#external-resume-image {
    background-color: #209DCB;
    color: #BAE6F5;
}

/*Qs | stylesheets*/
#container-left {
    left: 2% !important;
    width: 30% !important;

}

#ng-isolate-scope-right {
    overflow: hidden;
    background-color: "white" !important;
}

#maturity-curve-3 {
    margin-bottom: 3%;
}

.highcharts-credits {
    display: none;
}

md-grid-tile-footer {
    background-color: #43545b !important;
}

.footer-container-left {
    height: 15% !important;
}

#container .highcharts-yaxis-grid .highcharts-grid-line:nth-child(n+1) {
    display: none !important;
}

#maturity-curve-1 .highcharts-yaxis-grid .highcharts-grid-line:nth-child(n+1) {
    display: none !important;
}

#maturity-curve-2 .highcharts-yaxis-grid .highcharts-grid-line:nth-child(n+1) {
    display: none !important;
}

/*#base3 .highcharts-yaxis-grid .highcharts-grid-line:nth-child(n+1){display: none !important;}*/
.labelsmargin {
    margin-top: -1%;
}

#build-system-helper .md-chips .md-chip-input-container {
    width: 550px;
}

table.md-table tbody.md-body > tr.md-row, table.md-table tfoot.md-foot > tr.md-row {
    height: 67px;
}

.crop-area {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    overflow: hidden;
    height: 300px;
    text-align: center;
    width: 100%;
}

/*@media(min-width: 960px){
    .crop-area{
        width:400px;
    }
}*/

.overDropArea {
    border-color: #D5EEEB;
}

.divOverDropArea {
    border: 4px dashed #DDD;
    background: #F8F8F8;
}

.cropPreview {
    margin-left: 8px;
    width: 300px;
    height: 300px;
}

.pasteArea {
    background: #F8F8F8;
    border: 1px dashed #DDD;
    overflow: hidden;
    /*width: 400px;*/
    text-align: center;
}

.md-tooltip.multiline {
    height: auto;
}

.md-tooltips.medium-text {
    font-size: 10px;
}

.fixed-button-container {
    position: relative;
}

.top-fixed-button {
    background-color: #fafafacf;
    font-size: larger;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.inline-element{
    display: inline-block;
}

.editable-element, .underline-element {
    text-decoration: underline;
}

md-select.picc-small-select .md-select-value {
    min-width: 0;
}

proximity-settings, parameter-chart, parameter-values, follow-up-info, users-stats, electronic-signatures {
    display: block;
}

implementation-icon, implementation-button, occurrence-button {
    display: inline-block;
}

occurrence-button .md-button, implementation-button .md-button {
    min-width: 67px;
}

.picc-sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    z-index: 2;
}

/* This is needed for the $mdSticky hack */
.sticky-placeholder {
    display: none !important;
}

/* When my md-table was inside an md-card or other elements with margin, the sticky clone was given incorrect margins so I reset them to 0. */
.md-table.md-sticky-clone {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);
    margin: 0 !important;
}

.barbe{
    background-color: #fafafa;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16);

}

follow-up-info .md-select-value, .followup-info-table .md-select-value {
    padding: 0;
    border-bottom: 0 !important;
}

.word-break {
    word-break: break-word;
    white-space: normal;
}

.leaflet-pane {
    z-index: 2;
}

/*.leaflet-control {
    z-index: 8;
}*/

.leaflet-top, .leaflet-bottom {
    z-index: 10;
}

.two-line-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
   -webkit-box-orient: vertical;
}

.ten-line-text{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10; /* number of lines to show */
    line-clamp: 10;
   -webkit-box-orient: vertical;
}

.signed-element-foreground{
    color: #E3C862;
}

.kmap-quick-filters md-checkbox{
    min-height: 28px;
}

.kmap-quick-filters md-checkbox .md-container {
    margin: 18px 3px 3px;
}

md-checkbox.picc-checkbox, md-checkbox.picc-icon-checkbox {
    min-height: 38px;
}

md-checkbox.picc-icon-checkbox .md-label {
    margin-top: 6px;
}

.quick-add-action-button.md-button {
    margin: 0;
    min-width: 40px;
}

.quick-add-action-button.md-button md-icon {
    font-size: 18px;
    min-height: 18px;
    min-width: 18px;
    width: 18px;
    height: 18px;
}

.quick-add-action-button.md-button span{
    font-size: 11px;
}

.no-overflow {
    overflow: hidden;
}


.flex-fix{
    min-height: 0px;
}

.vertical-divider {
  border-top-width: 0;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: grey;
  min-height: 80%;
}

.picc-quill-description-viewer.ql-container {
    border: unset;
    height: unset;
}
.picc-quill-description-viewer .ql-editor {
    padding: 5px;
    overflow-y: unset;
}

/*
.chips-no-overflow{
    overflow-x: hidden;
}*/

.fill-height {
    height: 100%;
}

/** PICC AI CHAT COMPONENT CSS **/
:root {
    --rag-selected-bg: linear-gradient(120deg, rgba(83, 174, 228, 0.3), rgba(101, 198, 176, 0.3), rgba(149, 213, 59, 0.3), rgba(66, 178, 60, 0.3));
}
/* START <ai-chat> */

ai-chat .rag-widgets-tabs .link-list{
    text-transform: none;
    font-size: 14px;
}

ai-chat .rag-widgets-tabs .link-list li a {
    text-transform: none;
    font-size: 14px;
}

ai-chat .widgets-tabs{
    border-bottom: 1px solid lightgray;
}

ai-chat .rag-widgets-tabs {
    display: flex;
    justify-content: start;
    align-items: stretch;
    min-height: 40px;
    margin-bottom: 4px;
}

ai-chat .picc-ai-chat {
    background-color: white;
    padding: 0px;
}

ai-chat .chat-actions {
    padding: 5px 0px 5px 0px
}

ai-chat .picc-chat-user-input {
    padding: 10px;
    border-radius: 15px;
    background-color: #f3f3f3;
}

ai-chat .picc-chat-user-input .md-resize-wrapper {
    flex: 1 1 auto;
    color: rgb(179, 182, 193);
}

ai-chat .chat-area {
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
    border-top: 1px solid lightgray;
}

ai-chat .chat-messages {
    background-color: #ffffff;
    padding: 5px;
}

ai-chat ai-chat-message.right-aligned-message {
    align-self: end;
    max-width: 90%;
}

ai-chat .selected-source .section-title {
    margin-bottom: 10px;
}

@media (min-width: 960px) {
    #picc-ai-chat {
        padding-left: 20px;
        padding-right: 20px;
    }

    ai-chat .chat-messages {
        padding: 20px;
    }

    ai-chat .chat-area {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    ai-chat .picc-chat-user-input {
        padding: 15px;
    }
}

/* START <ai-chat-message> */
ai-chat-message {
    max-width: 100%;
}

ai-chat-message .divider {
    margin-top: 10px;
    padding: 5px;
    border-top: 1px solid #a1a1a1;
}

.ai-chat-message .message-actions {
    margin-top: 10px;
}

ai-chat .message-actions .md-button{
    min-height: 24px;
}

ai-chat-message .message-actions .md-button.md-icon-button{
    padding: 0px;
    margin: 0px;
    width: 24px;
    height: 24px;
}

ai-chat-message .message-icon md-icon.material-icons{
    font-size: 18px;
}

ai-chat-message md-icon.material-icons.error-icon{
    color: red;
}

ai-chat-message .message-icon md-icon.material-icons {
    height: 18px;
    min-height: 18px;
    min-width: 18px;
}

ai-chat-message.error .chat-message {
    background: linear-gradient(45deg, #ff00300d, transparent);
}

ai-chat-message.right-aligned-message{
    max-width: 90%;
}

ai-chat-message .chat-message {
    margin: 10px 0px 10px 0px;
    border-radius: 7px;
    background-color: #ffffff;
}

ai-chat-message.right-aligned-message .chat-message {
    background-color: #f3f3f3;
}

ai-chat-message .chat-message-card {
    padding: 10px;
}

ai-chat-message-text-source {
    display: block;
}

ai-chat-message .chat-message-text {
    margin: 0;
    word-break: break-word;
    white-space: normal;
}

ai-chat-message .chat-message-text .highlighted-source {
    display: inline-block;
    padding: 0px 2px 0px 2px;
    border-radius: 8px;
    cursor: pointer;
}

ai-chat-message .chat-message-text .highlighted-source:hover{
    background: linear-gradient(45deg, #ebebeb, transparent);
}

ai-chat-message .chat-message-text p {
    margin-block-start: 0px;
    margin-block-end: 0px;
}

ai-chat-message.selected .chat-message-text .highlighted-source:hover{
    background: linear-gradient(45deg, #ffffff, transparent);
}

ai-chat-message .chat-message-text .highlighted-source.selected,
    ai-chat-message .chat-message-text .highlighted-source.selected:hover {
    background: linear-gradient(120deg, rgba(83, 174, 228, 0.3), rgba(101, 198, 176, 0.3), rgba(149, 213, 59, 0.3), rgba(66, 178, 60, 0.3));
}

ai-chat-message .chat-message-text table {
    table-layout: auto;
    border-spacing: 0;
    background-color: white;
    border-collapse: collapse;
}

ai-chat-message .chat-message-text table th, ai-chat-message .chat-message-text table td {
    word-break: normal;
    white-space: normal;
    vertical-align: top;
    text-align: left;
    border: 1px solid lightgrey;
    padding: 8px;
}

ai-chat-message .message-body-left-padding {
    padding-top: 10px;
    padding-left: 0px;
}

/* The first element of the message */
ai-chat-message .chat-message-text > :first-child {
    margin-top: 4px;
}

ai-chat-message .chat-message-text img {
    max-width: 100%;
}

ai-chat-message .message-user-name {
    font-weight: bold;
}

ai-chat-message .ai-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(45deg, #49aee6, #42b23c);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px; /* Adjust the font size to fit the icon */
}

ai-chat-message .ai-avatar md-icon {
    color: white;
}

ai-chat-message .message-context{
    background-color: transparent;
}

ai-chat-message.ng-enter {
    transition: 0.5s ease-out;
    opacity: 0;
}
ai-chat-message.ng-enter.ng-enter-active {
    opacity: 1;
}

/* Leave animation */
ai-chat-message.ng-leave {
    transition: 0.5s ease-out;
    opacity: 1;
}
ai-chat-message.ng-leave.ng-leave-active {
    opacity: 0;
}

/* Move animation */
ai-chat-message.ng-move {
    transition: 5s ease-out;
    transform: translateX(0);
}
ai-chat-message.ng-move.ng-move-active {
    transform: translateX(100%);
}

ai-chat-message-text-source {
    display: block;
}

.selected-bg {
    background: var(--rag-selected-bg);
}

ai-chat-message.selectable-message {
    cursor: pointer;
}

ai-chat-message.selected .chat-message {
    background: var(--rag-selected-bg);
}

ai-chat .active-filters md-chips {
    position: relative;
    overflow-x: scroll;
    user-select: none;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

ai-chat .active-filters .context-filter .blur {
    background-color: white;
    position: sticky;
    z-index: 1;
}

ai-chat .active-filters .context-filter .blur.right {
    box-shadow: 0px 0px 15px 15px white;
    background-color: white;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 1;
}

ai-chat .active-filters md-chips-wrap {
    flex-wrap: nowrap;
}

@media (min-width: 960px) {
    ai-chat-message {
        max-width: 90%;
    }

    ai-chat-message .message-body-left-padding {
        padding-top: 0px;
        padding-left: 33px;
    }

    ai-chat-message .message-actions {
        padding-left: 27px;
    }
}

/* START <context-tile> */
context-tile .outer-wrapper {
    border: 1px solid #B8B8B8;
    border-radius: 3px;
    background: white;
}

context-tile .selection-box md-checkbox .md-container {
    margin: 24px -4px 3px;
}

context-tile .context-title .picc-search-result-text {
    font-size: 14px;
}

context-tile .context-title md-icon {
    min-height: 10px;
    min-width: 10px;
    height: 15px;
    width: 15px;
}
context-tile .context-tile-bottom-padding {
    padding-bottom: 10px;
}

context-tile .context-tile-sides-padding {
    padding-left: 16px;
    padding-right: 16px;
}

context-tile .context-tile-section {
    padding-top: 4px;
    padding-bottom: 4px;
}

context-tile .context-tile-header-padding {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
}

context-tile .context-header-divider {
    border-top: 1px solid #cfcfcf;
    padding-bottom: 10px;
}

context-tile .context-actions .btn-collapse{
    border-left: 1px solid lightgrey;
}

@media (min-width: 960px) {
    context-tile .context-title md-icon {
        min-height: 24px;
        min-width: 24px;
        height: 24px;
        width: 24px;
    }

    context-tile .context-title .picc-search-result-text {
        font-size: 16px;
    }
}

.padded-container {
    padding: 10px;
}

source-panel .sticky-bottom {
    position: sticky;
    bottom: 0;
    height: 50px;
    background-color: white;
    border-top: 1px solid lightgrey;
}

source-panel .active-cited md-icon {
    font-size: 18px;
    line-height: 18px;
    margin-left: 5px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

source-panel .section-title {
    padding-top: 10px;
    padding-bottom: 5px;
}

source-panel .source-tile {
    margin-bottom: 10px;
}

source-panel .cited-header{
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

source-panel .message-sources-panel-title{
    font-size: 16px;
    font-weight: bold;
}

source-panel .source-container-header{
    border-bottom: 1px solid lightgray;
}

source-panel .source-container {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
}

source-panel context-tile {
    margin: 4px 0;
}

source-panel md-chips.active-cited .md-chips {
    box-shadow: none;
}

source-panel .md-chips md-chip {
    background: var(--rag-selected-bg);
}

ai-chat-conversations-panel .conversations{
    margin-top: 3px;
}

ai-chat-conversations-panel .conversation-tile{
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid lightgray;
    min-height: 20px;
    padding: 10px;
}

ai-chat-conversations-panel .conversation-tile.selected{
    background: var(--rag-selected-bg);
    border: none;
}

ai-chat context-filters {
    overflow: hidden;
    position: relative;
}

context-filters .context-filter md-chips .md-chips md-chip {
    background: #95BF34;
    color: white;
}

context-filters .context-filter.readonly md-chips .md-chips md-chip {
    background: #ffffff;
    color: gray;
    border: 1px solid lightgray;
}

context-filters .context-filter md-chips .md-chips{
    box-shadow: none;
}

context-filters .context-filter.compact md-chips .md-chips{
    font-size: 11px;
}


context-filters .context-filter.compact md-chips .md-chips md-chip {
    height: 23px;
    line-height: 23px;
}

context-filters .filter-chip md-icon {
    margin-left: 5px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

context-filters .filter-chip md-icon.material-icons {
    font-size: 18px;
    color: white;
}

filter-rag-panel .filter-type-input {
    margin-bottom: 15px;
}

filter-rag-panel .filter-search-title{
    margin-left: 8px;
}

filter-rag-panel .picc-item {
    background: white;
}
/** END PICC AI CHAT VIEW **/

ai-chat-message .message-status{
    margin-left: 10px;
}

ai-chat-message .message-status .loading-text {
    margin-left: 5px;
}

.loading-text {
    font-weight: bold;
    position: relative;
    display: inline-block;
    background: linear-gradient(90deg, transparent 0%, #919191 50%, transparent 100%);
    background-size: 200% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: loadingScan 1.5s infinite ease-out;
}

@keyframes loadingScan {
    0% {
        background-position: 100% 0; /* Start off the left */
    }
    100% {
        background-position: -100% 0; /* End off the right */
    }
}

