﻿
.card-info-content {
    max-width: 100%;
    border-radius: 0px;
      margin-top: -2px;
  margin-left: 2px;
    background: rgba(230,230,230,.2) no-repeat padding-box;
    /*    height: 202px;*/
    border-color: #FFFFFF;
    flex: 1 1 auto;
    padding: 1.25rem;
    /*height: 100%;*/
}

  .project-details-div {
    background: rgba(230,230,230,.2) no-repeat padding-box;
    padding-right: 0px;
    height: 100%;
}

.list-info-list {
    overflow: scroll;
    height: calc(100vh - 98px);
    background: rgba(230,230,230,.2) no-repeat
}

@media (min-width: 656px) {
      .project-details-div {
        overflow-y: scroll;
        height: calc(100vh - 100px);
    }
}

@media (max-width: 655px) {

      .project-details-div {
        overflow-y: scroll;
        height: calc(100vh - 160px);
    }
}

@media (min-width: 1265px) {
      .div-line {
        display: flex;
    }
}

@media (max-width: 1265px) {
      .div-line {
        display: grid;
    }
}

@media (min-width: 460px) {
      .div-line-col {
        display: flex;
    }
}

@media (max-width: 660px) {
      .div-line-col {
        display: grid;
    }
}

  .content-project-div {
    max-width: 1382px;
}

  .project-container-div {
    display: flex;
    flex-direction: row;
}

  .div-project-group {
    display: flex;
    padding-top: 20px;
}

  .icon-project-code {
    min-width: 39px;
    height: 39px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 16px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    background-color: #FD9644;
    padding-top: 7px;
    text-align: center;
}

  .div-project-group-child {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

  .project-code {
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 15px;
    text-align: left;
    letter-spacing: 0.4px;
    color: #8395A7;
}

  .project-name {
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 17px;
    text-align: left;
    letter-spacing: 0px;
    color: #222F3E;
    margin-top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    cursor: pointer;
}

  .img-round {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

  .prj-img-style {
    /*margin-top: 7px !important;*/
    /*margin-bottom: -4px;*/
}

  .prj-btn-style {
    width: 100%;
    display: grid;
    justify-items: center;
}

  .div-prj-left {
    overflow: scroll !important;
    max-height: calc(100vh - 165px);
    height: 100vh;
    border: 1px solid #CAD2E5;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 2px 4px #02171E33;
    border: 1px solid #CAD2E5;
    opacity: 1;
}

  .first-row {
    padding-left: 9px;
    padding-top: 20px;
}

.input-prj-style {
    font-family: 'GravityRegular';
    background: #FFFFFF 0% 0% no-repeat padding-box;
    height: 35px;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    font-size: 14px;
    color: #35414C;
    padding: 14px;
    /*  background-size: 16px 21px;
    padding-left: 34px;
    padding-top: 12px;*/
}

@media (max-width:1150px) {
      .div-note-content {
        height: unset !important;
    }

      .div-note-content {
        flex-direction: column;
    }

      .div-espace-note {
        margin-left: 54px !important;
    }

      .div-notee {
        margin-top: -34px;
        margin-left: 48px;
    }

      .div-text-note {
        margin-top: 0px !important;
    }
}

/*    .div-note-container {
        padding-right: 15px;
    }*/

  .span-prj-number {
    font-family: 'Franklin Gothic Book Regular';
    text-align: left;
    letter-spacing: 0.3px;
    color: #8395A7;
    font-size: 12px;
    margin-left: 15px;
}

  .span-prj-title {
    text-align: left;
    letter-spacing: 0px;
    color: #36485B;
    opacity: 1;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 14.5px;
    margin-left: 15px;
}

  .col-prj {
    padding-left: 0px;
}

  .icon-project-client {
    width: 25px;
    height: 25px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding-top: 4px;
    text-align: center;
    position: relative;
    top: 29px;
    margin-left: 7px;
}

  .input-style, .input-icon {
    padding-left: 37px !important;
    background-color: white;
    font-family: 'Franklin Book Regular';
    height: 35px;
    border: 1px solid #E6E6E6;
    border-radius: 18px;
    font-size: 13px;
    color: #35414C;
    padding: 14px;
    width: 95%;
}

  .iconcal {
    background: #FFFFFF url(/icons/project_icons/calendar.svg) no-repeat scroll 14px 11px;
}

@media only screen and (max-width:1366px) {
      .div-dashboard {
        display: none;
    }
}

  .img-usr-prj {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    top: 30px;
    left: 8px;
}

  .second-row {
    padding-top: 15px;
    padding-left: 9px;
}

  .third-row {
    padding-top: 33px;
    padding-left: 9px;
}

  .icon-statut-prj {
    width: 25px;
    height: 19px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding-top: 4px;
    text-align: center;
    position: relative;
    top: 27px;
    margin-left: 9px;
}

  .img-date-prj {
    width: 13px;
    height: 38px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding-top: 4px;
    text-align: center;
    position: absolute;
    margin-top: -3px;
    margin-left: 16px;
}

  .span-hour-prj {
    text-align: left;
    letter-spacing: 0px;
    color: #35414C;
    opacity: 1;
    font-family: 'Franklin Book Regular';
    font-size: 13px;
    margin-left: 4px;
}

  .div-hour {
    margin-top: 4px;
}

  .img-hour-prj {
    width: 16px;
    margin-top: -16px;
    height: 38px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding-top: 4px;
    text-align: center;
    margin-left: 16px;
    padding-top: 10px;
}

  .color-project-cercle {
    width: 29px;
    height: 29px;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 11px;
    text-align: left;
    letter-spacing: 0.2px;
    color: #FFFFFF;
    opacity: 1;
    border-radius: 50%;
    padding-top: 4px;
    text-align: center;
    margin-left: 12px;
    cursor: pointer;
}

  .color-project-purple {
    background: #A55EEA 0% 0% no-repeat padding-box;
}

  .color-project-orange {
    background: #FD9644 0% 0% no-repeat padding-box;
}

  .color-project-blue {
    background: #45AAF2 0% 0% no-repeat padding-box;
}

  .color-project-green {
    background: #06B5CD 0% 0% no-repeat padding-box;
}

  .cercle-selected-color {
    border: 3px solid white;
    width: 33px;
    height: 33px;
    margin-top: -2px;
    box-shadow: 2px 2px 4px #141a2e33;
    opacity: 1;
}


  .chec {
    font-size: 16px;
    font-weight: bold;
    margin-top: -3px;
}

  check-span {
    content: "\2713";
}

  .prj-textarea {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6;
    border-radius: 9px;
    opacity: 1;
    width: 100%;
    height: 110px;
    resize: none;
    margin-top: 11px;
    margin-left: 14px;
    outline: none;
    font-family: 'Franklin Gothic Medium Regular';
    font-size: 14px;
    padding: 9px;
    padding-left: 15px;
}

textarea::placeholder {
    /*color: rgba(87, 101, 116, .48);*/
    color: #6c757d;
    font-family: 'GravityRegular';
    font-size: 13px;
    opacity: 1;
}

  .last-row {
    padding-left: 31px;
    flex-direction: column;
    padding-right: 56px;
    padding-top: 15px;
}



@media screen and (max-width:1200px) {

    /*   .span-user-name {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 9ch;
        display: block;
        vertical-align: middle;
    }*/
      .textarea-note-style {
        margin-left: 9px;
    }
}


  .div-item-prj {
    padding-top: 27px;
    padding-right: 11px;
}

  .div-item-prj-p {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-right: 11px;
}

  @media (max-width: 1400px) {
    .div-item-prj-p.span-prj-title {
        margin-left: 0px;
        width: 100%;
        -ms-word-wrap: inherit;
        word-wrap: inherit;
    }

  .div-prj-container {
    display: flex;
    width: 100%;
    padding-left: 25px;
}

  .div-prj {
    display: flex;
    flex-direction: column;
    width: 25%;
}

  .div-cont-prj {
    position: relative;
    top: -25px;
}

@media (max-width:370px) {
      .div-note-content {
        height: unset !important;
    }

      .div-note-content {
        flex-direction: column;
    }

      .div-espace-note {
        margin-left: 54px !important;
    }

      .div-notee {
        margin-top: -34px;
        margin-left: 48px;
        flex: auto;
    }

      .div-text-note {
        margin-top: 0px !important;
    }
}


@media (min-width:550px) and (max-width:900px) {

    .div-prj-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .card-info-content {
        height: unset !important;
    }

    .input-icon, .input-prj-style, .prj-textarea {
        box-shadow: 1px 1px 3px #02171e33;
    }
}

@media (max-width:550px) {

    .div-prj-container {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .last-row {
        margin-top: -110px;
    }

    .card-info-content {
        height: unset !important;
    }

    .input-icon, .input-prj-style, .prj-textarea {
        box-shadow: 1px 1px 3px #02171e33;
    }
}
