.my-projects {
    position: relative;
}
.my-projects:after {
    content: '';
    clear: both;
    display: block;
}
.my-projects .col {
    box-shadow: -6px 13px 57px rgba(94, 98, 105, 0.1);
    border-radius: 6px;
    background: #FFF;
    box-sizing: border-box;
    padding: 24px;
    margin-left: 30px;
}
.my-projects h2 {
    color: #111213;
    font-size: 28px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 32px;
}
.my-projects .col-25 {
    width: calc(25% - 15px);
    float: left;
}
.my-projects .col-75 {
    width: calc(75% - 15px);
    float: left;
    background: none;
    padding: 0;
    box-shadow: none;
    position: relative;
}
.my-projects .project-details.loading:before {
    content: '';
    display: block;
    background: rgba(255, 255, 255, .6) url('../images/loading.gif') no-repeat center 250px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.my-projects .col:first-child {
    margin-left: 0;
}
.my-projects .search {
    position: relative;
    margin-bottom: 32px;
}
.my-projects .search:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../images/search.svg) no-repeat center;
    width: 24px;
    height: 24px;
    top: 16px;
    left: 16px;
}
.my-projects .search input {
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 10px;
    height: 56px;
    line-height: 56px;
    padding: 0 18px 0 52px;
    display: block;
    width: 100%;
    font-size: 14px;
}
.my-projects .list .row {
    color: #111213;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 14px;
    position: relative;
}
.my-projects .list .project {
    display: block;
    color: #111213;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 8px;
    border-radius: 5px;
    position: relative;
}
.my-projects .list .row:hover .project,
.my-projects .list .active {
    background: #5DAF8B;
    color: #FFF;
}
.my-projects .list .row:hover .enter-edit-mode {
    display: block;
}
.my-projects .project-preview {
    background: #FFF;
}
.my-projects .list .enter-edit-mode {
    position: absolute;
    display: none;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: url(../images/edit.svg) no-repeat center;
    background-size: 18px;
    z-index: 3;
    cursor: pointer;
}
.my-projects .list .cancel-edit-mode {
    position: absolute;
    display: none;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-style: normal;
    font-size: 24px;
    line-height: 26px;
    color: #6d1a1a;
    z-index: 3;
    cursor: pointer;
}
.my-projects .list .project span {
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 13px;
    color: #999;
    background: #FFF;
    line-height: 20px;
    padding: 12px 0 8px 15px;
    display: block;
}
.my-projects .list .active span {
    background: #5DAF8B;
    color: #FFF;
}
.my-projects .list .row:hover span,
.my-projects .list .edit-mode span {
    display: none;
}
.my-projects .list .project b {
    font-weight: 400;
}
.my-projects .list .project form {
    display: none;
}
.my-projects .list .project input[type=text] {
    display: block;
    width: 100%;
    height: 24px;
    border: none;
    background: rgba(255, 255, 255, .3);
    padding: 0 5px;
    box-sizing: border-box;
    margin: 0;
    color: #333;
    font-size: 16px;
}
.my-projects .list .project input[type=submit] {
    display: none;
}
.my-projects .list .edit-mode .project {
    background: #5DAF8B;
    color: #FFF;
}
.my-projects .list .edit-mode form {
    display: inline-block;
    width: calc(100% - 65px);
    box-sizing: border-box;
    padding: 0 0 0 5px;
}
.my-projects .list .edit-mode b {
    display: none;
}
.my-projects .list .edit-mode .cancel-edit-mode {
    display: block;
}
.my-projects .list .edit-mode .enter-edit-mode {
    display: none !important;
}
.my-projects .panel {
    box-shadow: -6px 13px 57px rgba(94, 98, 105, 0.1);
    border-radius: 6px;
    background: #FFF;
    padding: 16px 41px;
    margin-bottom: 16px;
}
.my-projects .panel:after {
    content: '';
    display: block;
    clear: both;
}
.my-projects .panel .link {
    color: #5E6269;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
    padding-left: 25px;
    text-decoration: none;
    margin-left: 40px;
    margin-top: 13px;
    float: left;
}
.my-projects .panel .link:hover {
    text-decoration: underline;
}
.my-projects .panel .edit {
    background: url(../images/edit-dark.svg) no-repeat left center;
    background-size: 18px;
    margin-left: 0;
}
.my-projects .panel .duplicate {
    background: url(../images/duplicate.svg) no-repeat left center;
    background-size: 18px;
}
.my-projects .panel .download {
    background: url(../images/download.svg) no-repeat left center;
    background-size: 18px;
}
.my-projects .panel .share {
    background: url(../images/share.svg) no-repeat left center;
    background-size: 18px;
}
.my-projects .panel .delete {
    background: url(../images/delete.svg) no-repeat left center;
    background-size: 16px;
}
.my-projects .panel .green {
    margin-left: 40px;
}
.my-projects .panel span {
    display: block;
    float: left;
}
.my-projects .panel h1 {
    color: #111213;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}
.my-projects .panel i {
    font-style: normal;
    font-size: 13px;
    color: #111213;
    line-height: 14px;
    letter-spacing: .6px;
    font-weight: 600;
}
.my-projects .panel .btn {
    margin-top: 5px;
}

@media screen and (max-width: 1550px) {
    .my-projects .panel .green {
        margin-left: 20px;
    }
    .my-projects .panel .btn {
        padding: 8px 12px;
    }
}

@media screen and (max-width: 1400px) {
    .my-projects .panel {
        padding: 16px 21px;
    }
    .my-projects .panel .link {
        margin-left: 30px;
    }
    .my-projects .panel .edit {
        margin-left: 0;
    }
}

@media screen and (max-width: 1330px) {
    .my-projects .panel .link {
        width: 13px;
        overflow: hidden;
        color: transparent;
        background-color: #F7F7F7 !important;
        background-position: center !important;
        border-radius: 5px;
        line-height: 38px;
        margin-top: 0;
        margin-left: 10px;
        border: 1px solid #5daf8b;
    }
    .my-projects .panel .edit {
        margin-left: 0;
    }
    .my-projects .panel .btn {
        margin-top: 0;
    }
}
