/* Progress page
-----------------------------------------*/

.progress-heading {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.progress-wrap {
    padding: 0;
    margin: 0 0 0 100px;
    max-width: 790px;
    position: relative;
}

.progress-wrap-block {
    position: relative;
    border-left: 1px dotted #909090;
    padding: 0 0 0 21px;
}

.progress-wrap-block:last-child {
    border-left: none;
}

.progress-wrap-block h4 {
    font-size: 18px;
    font-weight: 600;
    color: #dd013f;
    text-decoration: none;
    line-height: normal;
    margin: 0;
    position: relative;
    top: -9px;
}

.progress-wrap-block h4:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #909090;
    position: absolute;
    left: -25px;
    top: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.progress-wrap-block h4 a {
    color: inherit;
}

.progress-wrap-block h4 span {
    font-weight: 400;
}

.progress-wrap-block h5 {
    font-size: 20px;
    font-weight: 300;
    color: #1c82d3;
    text-align: right;
    text-decoration: none;
    line-height: normal;
    margin: 0;
    position: absolute;
    left: -145px;
    top: -11px;
    display: block;
    width: 133px;
}

.progress-wrap-block h5 sup {
    top: -5px;
    font-weight: 300;
}

.progress-wrap-inner {
    padding: 0 0 35px 43px;
    margin-bottom: 5px;
    position: relative;
}

.progress-wrap-inner .user {
    position: absolute;
    left: 0;
    top: 2px;
}

.progress-date {
    font-size: 12px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
    text-decoration: none;
    line-height: normal;
    margin: 0 0 10px;
    padding: 0;
    position: absolute;
    left: -80px;
    top: 9px;
}

.progress-posted {
    font-size: 14px;
    font-weight: 400;
    color: #3e3e3e;
    text-decoration: none;
    line-height: 19px;
    padding: 4px 0 0;
    margin: 0;
}

.progress-posted>span {
    color: #787878;
    font-size: 13px;
    font-weight: 300;
}

.progress-posted a {
    font-size: 15px;
    font-style: italic;
}

.progress-posting p {
    font-weight: 400;
    line-height: 18px;
    color: #595959;
    margin: 0 0 30px;
}

.progress-posting p a {
    font-size: 12px;
}

.projects-documents {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 20px;
}

.projects-documents li {
    font-size: 12px;
    font-weight: 600;
    color: #1d1d1d;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 15px 15px 0;
}

.projects-documents li:first-child {
    margin-left: -22px;
}

.projects-documents li a {
    color: #1d1d1d;
}

.projects-photos {
    font-size: 0;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 20px;
}

.projects-photos li {
    display: inline-block;
    vertical-align: top;
    width: 61px;
    margin: 0 10px 10px 0;
}

.projects-photos li span {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    font-style: italic;
    display: block;
    padding: 20px 0 0;
}

.projects-photos li span a {
    color: inherit;
}

.projects-video {


    position: relative;
    width: 240px;
    height: 180px;
    margin: 0 0 20px;
}

.projects-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.status-style {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
}

.status-style .open {
    background: url([issue_status_icons_png]) no-repeat 0 2px;
    padding: 0 0 0 15px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.status-style .in_progress {
    background: url([issue_status_icons_png]) no-repeat 0 -21px;
    padding: 0 0 0 15px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.status-style .closed {
    background: url([issue_status_icons_png]) no-repeat 0 -45px;
    padding: 0 0 0 15px;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.status-style .in-active {
    opacity: .3;
}

.assigned-to-parent {
    width: auto;
    max-width: 35%;
    margin: 0 !important;
}

.assigned-to {
    margin-right: 5px;
}

.assigned-to-links {
    overflow: hidden;
}