.edit-project-bar {
    float: right;
    height: 100%;
    position: relative;
    width: 50px;
    border-left: 1px solid #0067c6;
}

.show-edit-project .screen-wrapper-main {
    width: -webkit-calc(100% - 455px);
    width: calc(100% - 455px);
}

.accordion-icon {
    width: 20px;
    height: 20px;
    background-image: url(../images/expend-collapse.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.accordion-icon2 {
    width: 20px;
    height: 20px;
    background-image: url(../images/expend-collapse2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

    .accordion-icon.expand,
    .accordion-icon2.expand {
        background-position: -20px 0;
    }

.task-accordion-toggle,
.subtask-accordion-toggle {
    cursor: pointer;
}

.task-accordion-content {
    display: none;
    margin: 0 10px;
}

    .task-accordion-content.default {
        display: block;
    }

.subtask-accordion-content {
    display: none;
}

    .subtask-accordion-content.default {
        display: block;
    }
/*.task-table-row .task-table-col-1::after {
	position: absolute;
	left: 14px;
	top: 22px;
	font-family: FontAwesome;
	content: "\f0fe";
	font-size: 22px;
	color: #008EE4;
}
.task-table-row.selected .task-table-col-1::after {
    position:absolute;
    left:14px;
    top:22px;
    font-family:FontAwesome;
    content: "\f146";
    font-size: 22px;
    color: #008EE4;
}*/
.task-table-col-2 img {
    width: 40px;
    height: 40px;
}

.task-table-row .task-table-col-4 {
    background: #0067c6;
}

.task-table-col-5,
.task-table-col-6 {
    padding-left: 45px;
    position: relative;
}

    .task-table-col-5 img {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        height: 24px;
        left: 15px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 24px;
    }

.task-table-row {
    border-bottom: 1px solid #2c82d2;
    border-top: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px;
    min-height: 60px;
    position: relative;
}

    .task-table-row:hover,
    .task-table-row.selected {
        background-color: rgba(222, 149, 0, 0.5);
    }

        .task-table-row:hover .task-table-col-9 img,
        .task-table-row.selected .task-table-col-9 img {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

    .task-table-row.unread::before {
        width: 4px;
        background-color: #f2a600;
        position: absolute;
        left: 0;
        top: 1px;
        height: 57px;
        content: '';
    }
/*.task-table-row:hover::after,
.task-table-row.selected::after {
    width:4px;
    background-color:#f9c500;
    position:absolute;
    right:0;
    top:1px;
    height:57px;
    content:'';
}*/
.completed-tasks-percent {
    position: relative;
    margin-left: 20px;
}

    .completed-tasks-percent::before {
        position: absolute;
        content: '';
        left: -10px;
        top: 0;
        height: 20px;
        width: 2px;
        background-color: #f9c500;
    }

.task-table-row div[class^="task-table-col"] p,
.task-table-row-detail-row div[class^="task-table-row-detail-col"] p,
.timesheet-row div[class^="timesheet-row-col"] p {
    -moz-box-pack: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #fff;
    font-size: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 20px;
    margin-bottom: 0;
}

.task-table-row .task-table-col-3 p,
.task-table-row .task-table-col-5 p,
.task-table-row .task-table-col-6 p {
    display: block;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.task-table-row .task-table-col-8 p {
    text-align: center;
}

.task-table-row .task-table-col-6 p::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 20px;
    left: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    content: '';
    background-color: #0067C6;
}

.task-table-header .task-table-col-8 p span {
    padding: 0 15px;
}

    .task-table-header .task-table-col-8 p span:first-child {
        padding-left: 0;
    }

.task-table-row-detail-col-full p {
    font-weight: bold;
}

.date-yellow {
    color: #f9c500 !important;
}

.date-yellow-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    color: #008ee4 !important;
    background: #f9c500;
}

.date-red-box {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    color: #fff !important;
    background: #c5352e;
}

.task-progress-bar {
    display: flex;
    -moz-box-pack: start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #4e9bea;
    border: 2px solid #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    list-style: outside none none;
    margin: 0 10px;
    width: 90px;
}

    .task-progress-bar li {
        background: #aaa none repeat scroll 0 0;
        height: 6px;
        width: 33.3%;
    }

        .task-progress-bar li:first-child {
            -webkit-border-radius: 6px 0 0 6px;
            border-radius: 6px 0 0 6px;
        }

        .task-progress-bar li:last-child {
            -webkit-border-radius: 0 6px 6px 0;
            border-radius: 0 6px 6px 0;
        }

    .task-progress-bar .indicator_green {
        background-color: #15892b;
    }

    .task-progress-bar .indicator_yellow {
        background-color: #fac744;
    }

    .task-progress-bar .indicator_blue {
        background-color: #00b2f4;
    }

.task-table-row-detail-row,
.timesheet-row {
    border-bottom: 1px solid #2c82d2;
    min-height: 43px;
    position: relative;
}

    .task-table-row-detail-row.unread::before {
        width: 4px;
        background-color: #f2a600;
        position: absolute;
        left: 0;
        top: 1px;
        height: 40px;
        content: '';
    }

.detail-row-section-header {
    background-color: #0067C6;
}

.task-table-row-detail-row.selected,
.task-table-row-detail-row:hover,
.timesheet-row.selected,
.timesheet-roww:hover {
    background-color: rgba(222, 149, 0, 0.5);
}

.task-table-row-detail-col-1 {
    width: 4%;
}

.task-table-row-detail-col-2 {
    width: 6%;
}

.task-table-row-detail-col-3 {
    width: 27%;
}

.task-table-row-detail-col-4 {
    width: 14%;
    padding-left: 35px;
    position: relative;
}

.task-table-row-detail-col-5 {
    width: 18%;
}

.task-table-row-detail-col-6 {
    width: 8%;
}

.task-table-row-detail-col-7 {
    width: 7%;
}

.task-table-row-detail-col-8 {
    width: 12%;
}

.task-table-row-detail-col-9 {
    width: 4%;
}

.task-table-row-detail-col-4 img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 26px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    border: 1px solid #4e9bea;
}

.timesheet-row-col-1 {
    width: 4%;
}

.timesheet-row-col-2 {
    width: 28%;
}

.timesheet-row-col-3 {
    width: 20%;
}

.timesheet-row-col-4 {
    width: 12%;
}

.timesheet-row-col-5,
.timesheet-row-col-6,
.timesheet-row-col-7,
.timesheet-row-col-8,
.timesheet-row-col-9,
.timesheet-row-col-10,
.timesheet-row-col-11 {
    width: 4%;
}

.timesheet-row-col-12 {
    width: 8%;
}

.timesheet-row-col-7 img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 24px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
}

.task-table-row-detail-row div[class^="task-table-row-detail-col"],
.timesheet-row div[class^="timesheet-row-col"] {
    position: relative;
}

.task-table-row-detail-col-1,
.task-table-row-detail-col-2,
.task-table-row-detail-col-3,
.task-table-row-detail-col-4,
.task-table-row-detail-col-5,
.task-table-row-detail-col-6,
.task-table-row-detail-col-7,
.task-table-row-detail-col-8,
.task-table-row-detail-col-9,
.task-table-row-detail-col-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.detail-row-section-header .task-table-row-detail-col-2 {
    width: 16%;
    justify-content: flex-start;
    font-weight: bold;
}

.timesheet-row-col-1,
.timesheet-row-header .timesheet-row-col-2,
.timesheet-row-col-3,
.timesheet-row-col-4,
.timesheet-row-col-5,
.timesheet-row-col-6,
.timesheet-row-col-7,
.timesheet-row-col-8,
.timesheet-row-col-9,
.timesheet-row-col-10,
.timesheet-row-col-11,
.timesheet-row-col-12,
.timesheet-row-col-full {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.task-table-row-detail-col-13 {
    -moz-box-pack: justify;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.timesheet-row-col-13 {
    -moz-box-pack: justify;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.task-table-row-detail-col-13 img {
    width: 16px;
    display: none;
}

.task-table-row-detail-col-1 i.fa {
    font-size: 22px;
    color: #fff;
}

.timesheet-row-col-1 i.fa {
    font-size: 22px;
    color: #fff;
}

.task-table-row-detail-row:hover .task-table-row-detail-col-13 img,
.task-table-row-detail-row.selected .task-table-row-detail-col-13 img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.task-table-wrapper.task_detail_table_open .task-table-row.selected {
    background-color: rgba(222, 149, 0, 0.5);
}

    .task-table-wrapper.task_detail_table_open .task-table-row.selected div p {
        color: #fff;
    }

    .task-table-wrapper.task_detail_table_open .task-table-row.selected .task-table-col-9 img {
        display: none;
    }

    .task-table-wrapper.task_detail_table_open .task-table-row.selected .task-table-col-4 {
        background: none;
    }

.timer-popup {
    background-color: #0067c6;
    border: 1px solid #0067c6;
    border-radius: 8px;
    box-shadow: 0 0 3px 3px #000;
    left: 60px;
    min-height: 200px;
    position: absolute;
    top: -10px;
    width: 250px;
    z-index: 1;
    display: none;
    padding: 8px;
}

    .timer-popup::before {
        border-right: 15px solid #0067c6;
        border-top: 15px solid #0067c6;
        content: "";
        height: 0;
        left: -7px;
        position: absolute;
        top: 20px;
        transform: rotate(45deg);
    }

.timer-box,
.timer-box * {
    display: flex;
}

.timer-box {
    background-color: #004e94;
    border: 1px solid #f8c300;
    border-radius: 5px;
    height: 56px;
    margin: 0 0 5px;
    position: relative;
}

    .timer-box.alerting {
        border: 1px solid #f06a00;
    }

.timer-img {
    background-color: #f8c300;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 54px;
    text-align: center;
    vertical-align: middle;
    width: 54px;
}

.timer-box.alerting .timer-img {
    background-color: #f06a00;
}

.timer-img img {
    width: 40px;
    margin: auto;
}

.time-stamp {
    flex-direction: column;
    padding: 2px 5px;
    width: calc(100% - 54px);
}

.timesheet-row div[class^="timesheet-row-col"] .time-stamp {
    justify-content: center;
}

.timer-box .time-stamp p,
.timesheet-row div[class^="timesheet-row-col"] .timer-box .time-stamp p {
    color: #fff;
    font-family: Impact;
    font-size: 20px;
    line-height: 18px;
    margin: 0;
    align-self: flex-start;
}

.edit-time-entry {
    border-radius: 5px;
    background-color: #004e94;
    padding: 12px 5px 5px;
    flex-direction: column;
}

    .edit-time-entry h4 {
        border-bottom: 2px solid #fff;
        color: #f2a600;
        font-family: Impact;
        line-height: 18px;
        margin: 0 0 5px;
        padding: 0 0 5px;
        width: 100%;
    }

.edit-time-entry-box {
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    flex-direction: column;
    margin-bottom: 5px;
}

    .edit-time-entry-box label {
        color: #0067c6;
        font-size: 12px;
        font-weight: 600;
        margin: 0 !important;
    }

    .edit-time-entry-box input,
    .timesheet-row div[class^="timesheet-row-col"] .edit-time-entry-box input[type="text"],
    .edit-time-entry-box textarea {
        border: 0;
        background-color: #fff;
        resize: none;
        width: 100%;
    }

.timer-popup-bottom {
    justify-content: space-between;
    padding: 5px;
}

    .timer-popup-bottom label {
        color: #fff;
        margin: 0 !important;
    }

    .timer-popup-bottom input[type="checkbox"] {
        margin-right: 5px;
    }

    .timer-popup-bottom input[type="button"] {
        background-color: #004e94;
        border: 1px solid #004e94;
        border-radius: 4px;
        color: #fff;
        font-weight: 600;
        height: 30px;
        margin-left: 5px;
        padding: 0 20px;
        text-transform: uppercase;
    }

.time-stamp-day {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
}

.time-stamp label {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin: 0 !important;
    justify-content: flex-end;
}

    .time-stamp label input {
        margin-right: 5px;
        margin-top: 2px;
    }

.timesheet-row-col-5:hover .timer-popup,
.timesheet-row-col-6:hover .timer-popup,
.timesheet-row-col-7:hover .timer-popup,
.timesheet-row-col-8:hover .timer-popup,
.timesheet-row-col-9:hover .timer-popup,
.timesheet-row-col-10:hover .timer-popup,
.timesheet-row-col-11:hover .timer-popup {
    display: block;
}

.edit-timesheet-entry-box {
    padding: 5px 15px 5px 12px;
}

/*.task-table-row-detail {
  display: none;
}*/
.task-table-wrapper.task_detail_table_open .task-table-row {
    display: none;
}

    .task-table-wrapper.task_detail_table_open .task-table-row.selected {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

.task-table-wrapper.task_detail_table_open .task-table-row-detail {
    display: block;
}

.start-timer_indicator {
    -moz-box-pack: justify;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    height: 18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: outside none none;
    margin: 0;
    width: 145px;
}

.timer {
    width: 108px;
    height: 16px;
    background-color: #f9c500;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 0 15px;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.timer-start_btn {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 15px;
    cursor: pointer;
    top: -2px;
    border: 3px solid #003463;
    background: #f9c500;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.timer.pause .timer-start_btn {
    background-color: #8063a1;
}

.timer.stop .timer-start_btn {
    background-color: #bc2215;
}

.timer-icon {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin-left: 2px;
}

    .timer-icon svg {
        width: 100%;
    }

.timer_stop svg {
    fill: #a7c5f5;
}

.timer_pause svg {
    fill: #c2c2c2;
}

.date-green-box {
    background-color: #15892b;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff !important;
    padding: 2px 3px;
    text-transform: uppercase;
    font-size: 12px !important;
    font-weight: bold;
    text-align: center;
    width: 90px;
}

/*************************************************************************************
====================== SCREEN: KHA_PROJECTS-7043 (Project Management - Edit Project) ================
*************************************************************************************/


.edit-project-bar ul {
    text-align: center;
    margin-top: 40px;
    padding: 0;
}

    .edit-project-bar ul li {
        -webkit-border-radius: 2px;
        border-radius: 2px;
        height: 30px;
        line-height: 38px;
        margin: 10px auto;
        width: 38px;
        cursor: pointer;
    }

        .edit-project-bar ul li i {
            font-size: 24px;
            color: #676767;
        }

        .edit-project-bar ul li.edit-project {
            display: block;
        }

        .edit-project-bar ul li:hover,
        .edit-project-bar ul li.active {
            background-color: #e6edfc;
        }

.edit-project-wrapper {
    float: left;
    height: 100%;
    position: relative;
    width: 22%;
    display: none;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.edit-project-handle,
.attachments-panel-handle {
    height: 36px;
    width: 6px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -18px;
    cursor: pointer;
    z-index: 1;
    pointer-events: none;
}

    .edit-project-handle span,
    .attachments-panel-handle span,
    .slide-handle-bar span {
        width: 6px;
        height: 6px;
        background-color: #676767;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: block;
        margin: 3px 0;
    }

.show-edit-project .edit-project-wrapper {
    display: block;
}

.edit-project-panel {
    width: 100%;
    height: 100%;
    float: left;
}

.show-edit-project .task-table-col-5,
.show-attachment-panel .task-table-col-5,
.show-edit-project .task-table-col-6,
.show-attachment-panel .task-table-col-6,
.show-edit-project .task-table-row-detail-col-7,
.show-attachment-panel .task-table-row-detail-col-7,
.show-edit-project .task-table-row-detail-col-8,
.show-attachment-panel .task-table-row-detail-col-8,
.show-edit-project .task-table-row-detail-col-9,
.show-attachment-panel .task-table-row-detail-col-9 {
    display: none;
}

.show-edit-project .task-table-col-1,
.show-edit-project .task-table-col-9,
.show-attachment-panel .task-table-col-1,
.show-attachment-panel .task-table-col-9 {
    width: 5%;
}

.show-edit-project .task-table-col-2,
.show-attachment-panel .task-table-col-2 {
    width: 6%;
}

.show-edit-project .task-table-col-3,
.show-edit-project .task-table-col-8,
.show-attachment-panel .task-table-col-3,
.show-attachment-panel .task-table-col-8 {
    width: 28%;
}

.show-edit-project .task-table-col-4,
.show-attachment-panel .task-table-col-4 {
    width: 12%;
}

.show-edit-project .task-table-col-7,
.show-attachment-panel .task-table-col-7 {
    width: 16%;
}

.show-edit-project .task-table-row-detail-col-1,
.show-attachment-panel .task-table-row-detail-col-1 {
    width: 5%;
}

.show-edit-project .task-table-row-detail-col-2,
.show-attachment-panel .task-table-row-detail-col-2 {
    width: 10%;
}

.show-edit-project .task-table-row-detail-col-3,
.show-attachment-panel .task-table-row-detail-col-3 {
    width: 30%;
}

.show-edit-project .task-table-row-detail-col-4,
.show-attachment-panel .task-table-row-detail-col-4 {
    width: 18%;
}

.show-edit-project .task-table-row-detail-col-13,
.show-attachment-panel .task-table-row-detail-col-13 {
    width: 4%;
}

.show-edit-project .task-table-row-detail-col-5,
.show-attachment-panel .task-table-row-detail-col-5 {
    width: 25%;
}

.show-edit-project .task-table-row-detail-col-6,
.show-attachment-panel .task-table-row-detail-col-6 {
    width: 12%;
}

.show-attachment-panel .task-table-row-detail-col-8 {
    width: 22%;
}

.show-attachment-panel .task-table-row-detail-col-9 {
    width: 14%;
}

.show-edit-project .task-table-row-detail-col-10,
.show-edit-project .task-table-row-detail-col-11,
.show-attachment-panel .task-table-row-detail-col-10,
.show-attachment-panel .task-table-row-detail-col-11 {
    width: 9%;
}

.task-table-wrapper.task_detail_table_open .task-table-row.selected .chk-box [type="checkbox"]:not(:checked) + label:before,
.task-table-wrapper.task_detail_table_open .task-table-row.selected .chk-box [type="checkbox"]:checked + label:before {
    border: 2px solid #4e9bea;
}

.task-table-wrapper.task_detail_table_open .task-table-row.selected .chk-box [type="checkbox"]:not(:checked) + label::after,
.task-table-wrapper.task_detail_table_open .task-table-row.selected .chk-box [type="checkbox"]:checked + label::after {
    color: #4e9bea;
}

.edit-project-heading {
    border-bottom: 2px solid #8eb8f3;
    color: #8eb8f3;
    font-family: "Impact";
    font-size: 24px;
    height: 30px;
    line-height: 24px;
    margin: 10px 15px 4px 10px;
    padding: 0 0 4px 10px;
}

.edit-project-form {
    height: calc(100% - 94px);
}

.scrollbar-macosx.edit-project-form {
    height: -webkit-calc(100% - 95px);
    height: calc(100% - 95px);
}

.form-error-panel {
    background: #cb0000 url("../images/form-warning-icon.png") no-repeat scroll 10px center / 30px auto;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin: 0 15px 3px 10px;
    padding: 2px 2px 2px 50px;
}

.form-error-msg-box {
    background-color: #ffedc3;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    padding: 5px;
    height: 46px;
}

p.form-error-msg {
    color: #cb0000;
    font-size: 13px;
    font-weight: 600;
    line-height: 14px;
    margin: 0;
}

    p.form-error-msg small {
        font-size: 13px;
        font-weight: normal;
    }

.edit-project-form-section {
    background-color: #003363;
    padding: 8px;
    margin: 3px 15px 5px 10px;
}

.edit-project-form-section-heading {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 4px 6px;
    text-transform: uppercase;
}

.custom-field-wrapper {
    background-color: #004e94;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin: 8px 0;
    position: relative;
}

.custom-field-wrapper-textarea {
    height: 95px;
}

input.custom-field {
    background-color: #004e94;
    border: 0 none;
    color: #4897e6;
    float: left;
    font-size: 16px;
    height: 50px;
    padding: 20px 10px 6px;
    width: 100%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

select.custom-field {
    background-color: #004e94;
    width: 100%;
    border: 0;
    color: #4897e6;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea.custom-field {
    background-color: #004e94;
    border: 0 none;
    color: #4897e6;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 95px;
    padding: 20px 10px 6px;
    width: 100%;
    resize: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.custom-field-warning {
    background: rgba(0, 0, 0, 0) url("../images/warning.png") no-repeat scroll 0 center / cover;
    display: block;
    float: right;
    height: 26px;
    margin: 12px 10px 0 0;
    width: 26px;
}

.custom-icon-field-wrapper {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    margin: 8px 0;
    padding: 0;
    position: relative;
}

.custom-icon-field-inner-wrapper {
    background-color: #004e94;
    border: 2px solid #004e94;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 50px;
    width: 86%;
}

.custom-icon-field-wrapper input.custom-field,
.custom-icon-field-wrapper select.custom-field {
    height: 46px;
}

.custom-field-icon {
    float: left;
    width: 14%;
    text-align: center;
    line-height: 50px;
    background-color: #0067c6;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

    .custom-field-icon img {
        width: 24px;
    }

.field-warning .custom-icon-field-inner-wrapper {
    border: 2px solid #cb0000;
}

.field-warning .custom-field-icon {
    background-color: #cb0000;
}

.field-warning input.custom-field {
    color: #cb0000;
}

.custom-icon-field-inner-wrapper label.moving-lbl,
.custom-field-wrapper label.moving-lbl {
    color: #bfcdf1;
    left: 10px;
    top: 18px;
}

.custom-icon-field-inner-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-icon-field-inner-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-field-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-field-wrapper .moving-txt.used ~ label.moving-lbl,
.custom-field-wrapper .moving-txt:focus ~ label.moving-lbl,
.custom-field-wrapper .moving-txt.used ~ label.moving-lbl {
    color: #bfcdf1;
    left: 12px;
    top: 3;
    font-size: 12px;
}

.drop-files-here {
    background: url(../images/drop-files-here.jpg) no-repeat center #fff;
    height: 300px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    border: 2px dashed #ccc;
    margin: 5px 0;
}

.show-edit-project-help .edit-project-help {
    display: block;
}

.show-edit-project .project-priority-panel {
    width: -webkit-calc(78% - 50px);
    width: calc(78% - 50px);
}

.show-edit-project .screen-wrapper-main,
.show-edit-project.show-edit-project-help .screen-wrapper-main {
    width: 100%;
}

.show-edit-project.show-edit-project-help .project-priority-panel {
    width: -webkit-calc(63% - 50px);
    width: calc(63% - 50px);
}

.show-edit-project.show-edit-project-help .edit-project-wrapper {
    width: 37%;
}

.show-edit-project.show-edit-project-help .edit-project-panel {
    width: 60%;
}

.show-edit-project.show-edit-project-help .task-table-col-3 {
    width: 24%;
}

.show-edit-project.show-edit-project-help .task-table-col-8 {
    width: 32%;
}

.show-edit-project.show-edit-project-help .task-table-row-detail-col-6 {
    width: 24%;
}

.show-edit-project.show-edit-project-help .task-table-row-detail-col-8 {
    width: 24%;
}

.task-table-row-detail-col-3 p,
.task-table-row-detail-col-4 p {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 99%;
}

.edit-project-help ul {
    margin: 35px 10px 10px 5px;
}

    .edit-project-help ul li,
    .acc-info-help ul li {
        margin-bottom: 65px;
    }

/*.comment-header {
    min-height: 30px;
    border-left: 4px solid #0067c6;
    padding-left: 8px;
}

.comment-header-title-1 {
    color: #b1cced;
    font-size: 11px;
    line-height: 14px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.comment-header-title-2 {
    color: #b1cced;
    font-size: 16px;
    font-weight: bold;
    line-height: 14px;
    margin: 0;
}

.comment-body {
    padding-left: 13px;
    padding-top: 10px;
}

.comment-text {
    color: #b4c6e5;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
}*/

.comment-body a {
    background-color: #b1cced;
    color: #0067c6;
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    padding: 3px 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    width: 94px;
    font-weight: bold;
}


/************************************************
*******************File Explorer Bar************/
.panel-icons {
    position: absolute;
    bottom: 10px;
    left: 9px;
    list-style-type: none;
    margin: 0;
}

    .panel-icons ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .panel-icons ul li {
            background: #fff none repeat scroll 0 0;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            height: 32px;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-bottom: 8px;
            width: 32px;
        }

            .panel-icons ul li a {
                -webkit-box-align: center;
                -webkit-align-items: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .panel-icons ul li a img {
                    width: 20px;
                }

            .panel-icons ul li.slider-tab {
                background: none;
                margin-top: 30px;
                margin-bottom: 0;
            }

                .panel-icons ul li.slider-tab a img {
                    width: auto;
                }
/************************************************
*******************Attachments Section************/
.attachment-wrapper {
    display: none;
    float: left;
    height: 100%;
    position: relative;
    width: 22%;
}

.show-attachment-panel .attachment-wrapper {
    display: block;
}

.show-attachment-panel .screen-wrapper-main {
    width: 100%;
}

.attachment-panel {
    background-color: rgba(0, 103, 198, 0.5);
    float: left;
    height: 100%;
    width: 100%;
}

.attachment-container {
    height: calc(50% - 45px);
}

.attachment-list {
    margin: 0 15px 0 10px;
}

    .attachment-list li {
        background-color: rgba(0, 103, 198, 0.3);
        border: 1px solid #0067c6;
        -webkit-border-radius: 8px 8px 0;
        border-radius: 8px 8px 0;
        height: 60px;
        margin: 0 0 5px 0;
        position: relative;
    }

.attachment-icon {
    background-color: #0067c6;
    -webkit-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 58px;
    text-align: center;
    vertical-align: middle;
    width: 56px;
}

    .attachment-icon img {
        height: 44px;
        margin: auto;
        position: relative;
    }

.attachment-info-block {
    padding: 5px 22px 5px 65px;
    color: #fff;
    line-height: 16px;
}

.attachment-name {
    font-size: 13px;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.attachment-date,
.attachment-size {
    font-size: 12px;
}

.attachment-action-close {
    color: #8eb8f3;
    font-size: 16px;
    position: absolute;
    right: 5px;
    top: 2px;
}

.attachment-action-lock {
    position: absolute;
    right: 3px;
    top: 20px;
}

.attachment-time {
    margin-left: 5px;
}

.file-drop-area {
    background: url(../images/drop-files-here.png) no-repeat center;
    height: -webkit-calc(50% - 50px);
    height: calc(50% - 50px);
}
/************************************************
*******************Browse Computer************/
.browse-computer {
    display: none;
    width: 30%;
    float: left;
    height: 100%;
    position: relative;
    border-radius: 5px 0 0 5px;
    margin-left: 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-top: 1px solid #0067c6;
    border-right: 1px solid #0067c6;
    border-bottom: 1px solid #0067c6;
    border-left: 12px solid #0067c6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.show-browse-computer .browse-computer {
    display: block;
}

.show-browse-computer .screen-wrapper-2,
.show-comment-panel .screen-wrapper-2 {
    width: -webkit-calc(70% - 55px);
    width: calc(70% - 55px);
}

.show-edit-project.show-browse-computer .screen-wrapper-main,
.show-attachment-panel.show-browse-computer .screen-wrapper-main,
.show-edit-project.show-comment-panel .screen-wrapper-main,
.show-attachment-panel.show-comment-panel .screen-wrapper-main {
    width: 100%;
}

.show-browse-computer .screen-wrapper-main,
.show-comment-panel .screen-wrapper-main {
    width: 100%;
}

.show-browse-computer .edit-project-wrapper,
.show-browse-computer .attachment-wrapper,
.show-comment-panel .edit-project-wrapper,
.show-comment-panel .attachment-wrapper {
    width: 32%;
}

.show-browse-computer .file-explorer,
.show-comment-panel .file-explorer {
    -webkit-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0;
}

.file-explorer-right {
    width: 62%;
    height: -webkit-calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 0px;
    padding: 0px;
    position: relative;
    float: left;
    background-color: rgba(0, 103, 198, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.file-container {
    margin: 10px 5px 10px;
    color: #fff;
}

.file-explorer-row {
    border: 1px solid transparent;
    clear: both;
    font-size: 11px;
    height: 24px;
    margin: 0;
    padding: 2px 0 2px 3px;
}

    .file-explorer-row:hover {
        border: 1px solid #b9aac7;
        background-color: #e0dbe6;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

.file-explorer-col-1 {
    float: left;
    padding: 0;
    width: 70%;
}

.file-explorer-col-2 {
    float: left;
    width: 30%;
}

.file-icon {
    float: left;
    margin-right: 5px;
}

.bottom_button_cover {
    width: 100%;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-color: #003363;
}

.button_list-view {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 8px 10px 0px;
    width: 30px;
    height: 30px;
    background: url("../img/file-list-view.png") no-repeat 0 0;
    float: right;
    border: 0;
}

.button_thumb-view {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 8px 10px 0px;
    width: 30px;
    height: 30px;
    background: url("../img/file-thumb-view.png") no-repeat 0 0;
    float: right;
    border: 0;
}

.button_cancel:hover, .button_cancel:active, .button_cancel:focus {
    background: #8773a6; /* Old browsers */ /* FF3.6-15 */
}

.file-explorer-left {
    background: rgba(0, 103, 198, 0.5) none repeat scroll 0 0;
    float: left;
    height: -webkit-calc(100% - 48px);
    height: calc(100% - 48px);
    margin: 0;
    padding: 0;
    position: relative;
    width: 38%;
}

.file-explorer-heading {
    background: #0067c6 none repeat scroll 0 0;
    border-bottom: 1px solid #8eb8f3;
    height: 26px;
    margin: 0;
    padding: 0 10px;
}

    .file-explorer-heading h6 {
        color: #fff;
        font-size: 13px;
        line-height: 26px;
        margin: 0;
        padding: 0;
    }

    .file-explorer-heading.col-1 {
        border-right: 1px solid #8eb8f3;
        float: left;
        width: 70%;
    }

    .file-explorer-heading.col-3 {
        float: left;
        width: 30%;
    }

.caps {
    text-transform: uppercase !important;
}

.show-browse-computer.show-edit-project .task-table-col-1,
.show-browse-computer.show-attachment-panel .task-table-col-1,
.show-comment-panel.show-edit-project .task-table-col-1,
.show-comment-panel.show-attachment-panel .task-table-col-1 {
    width: 6%;
}

.show-browse-computer.show-edit-project .task-table-col-2,
.show-browse-computer.show-attachment-panel .task-table-col-2,
.show-comment-panel.show-edit-project .task-table-col-2,
.show-comment-panel.show-attachment-panel .task-table-col-2 {
    width: 8%;
}

.show-browse-computer.show-edit-project .task-table-col-3,
.show-browse-computer.show-attachment-panel .task-table-col-3,
.show-comment-panel.show-edit-project .task-table-col-3,
.show-comment-panel.show-attachment-panel .task-table-col-3 {
    width: 34%;
}

.show-browse-computer.show-edit-project .task-table-col-4,
.show-browse-computer.show-edit-project .task-table-col-5,
.show-browse-computer.show-edit-project .task-table-col-6,
.show-browse-computer.show-edit-project .task-table-col-7,
.show-browse-computer.show-attachment-panel .task-table-col-4,
.show-browse-computer.show-attachment-panel .task-table-col-5,
.show-browse-computer.show-attachment-panel .task-table-col-6,
.show-browse-computer.show-attachment-panel .task-table-col-7,
.show-comment-panel.show-edit-project .task-table-col-4,
.show-comment-panel.show-edit-project .task-table-col-5,
.show-comment-panel.show-edit-project .task-table-col-6,
.show-comment-panel.show-edit-project .task-table-col-7,
.show-comment-panel.show-attachment-panel .task-table-col-4,
.show-comment-panel.show-attachment-panel .task-table-col-5,
.show-comment-panel.show-attachment-panel .task-table-col-6,
.show-comment-panel.show-attachment-panel .task-table-col-7 {
    display: none;
}

.show-browse-computer.show-edit-project .task-table-col-8,
.show-browse-computer.show-attachment-panel .task-table-col-8,
.show-comment-panel.show-edit-project .task-table-col-8,
.show-comment-panel.show-attachment-panel .task-table-col-8 {
    width: 44%;
}

.show-browse-computer.show-edit-project .task-table-col-9,
.show-browse-computer.show-attachment-panel .task-table-col-9,
.show-comment-panel.show-edit-project .task-table-col-9,
.show-comment-panel.show-attachment-panel .task-table-col-9 {
    width: 8%;
}

.show-browse-computer.show-edit-project .task-table-row-detail-col-8,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-8,
.show-comment-panel.show-edit-project .task-table-row-detail-col-8,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-8 {
    display: none;
}

.show-browse-computer.show-edit-project .task-table-row-detail-col-5,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-5,
.show-comment-panel.show-edit-project .task-table-row-detail-col-5,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-5 {
    width: 10%;
}

.show-browse-computer.show-edit-project .task-table-row-detail-col-6,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-6,
.show-comment-panel.show-edit-project .task-table-row-detail-col-6,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-6 {
    width: 28%;
}

.show-browse-computer.show-edit-project .task-table-row-detail-col-9,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-9,
.show-comment-panel.show-edit-project .task-table-row-detail-col-9,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-9 {
    width: 20%;
}

.show-browse-computer.show-edit-project .task-table-row-detail-col-10,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-10,
.show-comment-panel.show-edit-project .task-table-row-detail-col-10,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-10,
.show-browse-computer.show-edit-project .task-table-row-detail-col-11,
.show-browse-computer.show-attachment-panel .task-table-row-detail-col-11,
.show-comment-panel.show-edit-project .task-table-row-detail-col-11,
.show-comment-panel.show-attachment-panel .task-table-row-detail-col-11 {
    width: 15%;
}
/*********************************************************
**********************************************************
**************** TREE VIEW ******************************/

ul.treeview {
    margin: 10px 0 10px 10px;
    padding: 0;
    list-style: outside none none;
}

.treeview ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.treeview .hitarea {
    background: rgba(0, 0, 0, 0) url("../img/arrows.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: left;
    height: 9px;
    margin-left: -15px;
    margin-top: 12px;
    width: 9px;
}
/* fix for IE6 */
* html .hitarea {
    display: inline;
    float: none;
}

.treeview li {
    margin: 0;
    padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
    background-color: #eee;
}

#treecontrol {
    margin: 1em 0;
    display: none;
}

.treeview .hover {
    color: #000;
    cursor: pointer;
}

.treeview .expandable-hitarea {
    background-position: -9px 0;
}

.filetree li {
    padding: 0 0 0 15px;
}

.filetree span {
    display: block;
    line-height: 32px;
    padding-left: 35px;
    color: #fff;
}

    .filetree span.folder, .filetree span.file {
        padding: 0 0 0 20px;
        display: block;
    }

    .filetree span.my-pc-icon,
    .filetree li.expandable span.my-pc-icon {
        background: rgba(0, 0, 0, 0) url("../img/my-computer-icon.png") no-repeat scroll 0 0;
    }

    .filetree span.file {
        background: url(../img/file.gif) 0 10px no-repeat;
    }

    .filetree span.desktop-icon {
        background: url("../img/desktop-icon.png") 0 0 no-repeat;
    }

    .filetree span.ducuments-icon {
        background: url("../img/folder-icon.png") 0 0 no-repeat;
    }

    .filetree span.downloads-icon {
        background: url("../img/download-icon.png") 0 0 no-repeat;
    }

    .filetree span.music-icon {
        background: url("../img/music-icon.png") 0 0 no-repeat;
    }

    .filetree span.pictures-icon {
        background: url("../img/pictures-icon.png") 0 0 no-repeat;
    }

    .filetree span.video-icon {
        background: url("../img/videos-icon.png") 0 0 no-repeat;
    }

    .filetree span.disc-icon {
        background: url("../img/disc-icon.png") 0 0 no-repeat;
    }

    .filetree span.dvd-icon {
        background: url("../img/dvd-icon.png") 0 0 no-repeat;
    }

/************************************************
*******************Comments Panel************/
.comments-panel {
    display: none;
    width: 30%;
    float: left;
    height: 100%;
    position: relative;
    border-radius: 5px;
    margin-left: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-left: 12px solid #0067c6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.show-comment-panel .comments-panel {
    display: block;
}

.comments-panel-left {
    background-color: rgba(0, 103, 198, 0.5);
    border-right: 1px solid #0067c6;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    position: relative;
    width: 60%;
}

    .comments-panel-left .scroll-wrapper,
    .comments-panel-right .scroll-wrapper {
        height: -webkit-calc(100% - 175px);
        height: calc(100% - 175px);
    }

ul.comment-list {
    margin: 0 10px 0 10px;
    padding: 0;
}

    ul.comment-list li {
        margin: 0 0 4px;
        position: relative;
    }

.file-attachment {
    float: left;
    margin-top: 5px;
}

    .file-attachment img {
        height: 24px;
    }

p.comment-view-box-version {
    color: #fff;
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    text-align: left;
    ;
    font-family: 'impact';
}

p.comment-view-box-desc,
p.comment-view-box-date {
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 4px;
}

.comment-view-box {
    background-color: #0067c6;
    margin-left: 26px;
    padding: 3px 32px 10px 5px;
    position: relative;
}

.comment-view-box-bin {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.button_reply {
    background-color: #004e94;
    border: 0 none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 11px;
    height: 20px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    width: 70px;
}

.add-comment_box {
    margin: 10px;
    position: relative;
}

    .add-comment_box .heading {
        border-bottom: 2px solid #8eb8f3;
        color: #8eb8f3;
        font-family: Impact;
        font-size: 16px;
        height: 24px;
        margin: 10px 0 5px;
    }

    .add-comment_box textarea {
        background-color: #0067c6;
        border: 0 none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        color: #fff;
        height: 80px;
        padding: 5px;
        resize: none;
        width: 100%;
    }

.comments-panel-right {
    background-color: rgba(0, 103, 198, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 0;
    padding: 0;
    position: relative;
    width: 39%;
}

.comments-user-list {
    width: 96%;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    color: #efeff4;
    float: right;
}

    .comments-user-list ul {
        display: block;
        margin: 0px;
        padding: 0px;
    }

        .comments-user-list ul li {
            background-color: #0067c6;
            border-color: #0067c6;
            -webkit-border-radius: 30px 5px 5px 30px;
            border-radius: 30px 5px 5px 30px;
            border-style: solid;
            border-width: 2px 8px 2px 2px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            color: #efeff4;
            display: block;
            font-size: 14px;
            height: 47px;
            margin: 5px 0 0;
            padding: 0;
        }

            .comments-user-list ul li a {
                background-color: #8eb8f3;
                -webkit-border-radius: 32px 5px 5px 30px;
                border-radius: 32px 5px 5px 30px;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                color: #fff;
                display: block;
                font-family: impact;
                font-size: 14px;
                height: 43px;
                line-height: 38px;
                padding: 0;
                text-decoration: none;
            }

.icon_img {
    border: 3px solid #0067c6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 45px;
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    width: 45px;
}

.bottom_heading_right {
    border-bottom: 2px solid #8eb8f3;
    color: #8eb8f3;
    font-size: 20px;
    font-weight: bold;
    height: 25px;
    margin: 228px 6px 0 8px;
    padding: 0 0 5px;
    position: relative;
    width: 95%;
}

.bottom_box_right_cover {
    width: 100%;
    height: auto;
    margin: 5px auto 0px;
    padding: 0px 0px 0px 7px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bottom_box_right {
    background-color: #0067c6;
    border: 0 none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    height: 85px;
    margin: 0 auto;
    padding: 5px 0 0 5px;
    position: relative;
    resize: none;
    width: 99%;
}

.bottom_button_cover {
    width: 100%;
    height: 48px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-color: #0067c6;
}

.button_cancel {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 8px 10px 0px;
    width: 17%;
    line-height: 16px;
    height: 28px;
    border: 0;
    padding: 2px 0px 4px 0px;
    color: #efebf2;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #8b6ba8;
    float: right;
}

    .button_cancel:hover, .button_cancel:active, .button_cancel:focus {
        background-color: #8773a6; /* Old browsers */ /* FF3.6-15 */
    }

.show-comment-panel .task-table-col-1,
.show-comment-panel .task-table-col-2,
.show-comment-panel .task-table-col-9,
.show-browse-computer .task-table-col-1,
.show-browse-computer .task-table-col-2,
.show-browse-computer .task-table-col-9 {
    width: 5%;
}

.show-comment-panel .task-table-col-3,
.show-browse-computer .task-table-col-3 {
    width: 20%;
}

.show-comment-panel .task-table-col-5,
.show-comment-panel .task-table-col-7,
.show-browse-computer .task-table-col-5,
.show-browse-computer .task-table-col-7 {
    width: 18%;
}

.show-comment-panel .task-table-col-8,
.show-browse-computer .task-table-col-8 {
    width: 30%;
}

.show-comment-panel .task-table-col-4,
.show-comment-panel .task-table-col-6,
.show-browse-computer .task-table-col-4,
.show-browse-computer .task-table-col-6 {
    display: none;
}

/************************************************
*******************File Preview Panel************/
.file-preview-panel {
    display: none;
    border-color: #0067c6;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-style: solid;
    border-width: 1px 1px 1px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: left;
    height: 100%;
    margin-left: 5px;
    position: relative;
    width: 30%;
}

.show-comment-panel .file-preview-panel {
    display: block;
}

.file-thumbnail-panel {
    width: 120px;
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
    float: left;
    background-color: rgba(0, 103, 198, 0.3);
    border-right: 1px solid #0067c6;
}

    .file-thumbnail-panel .scroll-wrapper {
        height: 100%;
    }

.thumbnail-list {
    text-align: center;
}

    .thumbnail-list li {
        margin-top: 20px;
    }

.file-title {
    color: #fff;
    font-size: 11px;
}

.file-preview-section {
    float: right;
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
    height: -webkit-calc(100% - 40px);
    height: calc(100% - 40px);
}

.file-preview-container {
    height: -webkit-calc(100% - 48px);
    height: calc(100% - 48px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .file-preview-container img {
        margin: auto;
    }

.preview-file-controls {
    border-top: 1px solid #0067c6;
    height: 48px;
    background-color: rgba(0, 103, 198, 0.3);
}

.file-preview-heading {
    border-bottom: 2px solid #8eb8f3;
    color: #8eb8f3;
    font-family: "Impact";
    font-size: 22px;
    height: 30px;
    line-height: 24px;
    margin: 10px 0 0;
    padding: 0 10px 5px;
}

.preview-file-control-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .preview-file-control-list li {
        color: #8eb8f3;
        font-size: 18px;
    }

input.show-page-count {
    background-color: #8eb8f3;
    border: 0 none;
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 100px;
}


/**********************************************************************
                     New Projects Screen (KHA14-2003)
***********************************************************************/

.create-account-content {
    height: 401px;
    margin: 0 5px 5px;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
}

.left-nav-section {
    width: 242px;
    border-right: 1px solid #4e9bea;
    float: left;
    height: 100%;
    padding: 30px 8px 10px;
}

.left-nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .left-nav-list li {
        background-color: #eff4fd;
        cursor: pointer;
        border-radius: 4px;
        margin-bottom: 5px;
        list-style-type: none;
        display: flex;
        align-items: center;
        padding: 0 8px;
    }

.step-icon {
    width: 34px;
    height: 34px;
    background-image: url(../images/steps-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: 8px;
}

.new-project-container .step-icon {
    margin-left: 0;
    background-position: -68px 0;
}

.new-project-container .step-count-no {
    font-size: 14px;
    font-weight: 600;
    margin: 14px 0 14px 5px;
    text-transform: uppercase;
    color: #4e9bea;
}

    .new-project-container .step-count-no small {
        text-transform: none;
        color: #5a5a5d;
        display: block;
        font-weight: normal;
        font-size: 12px;
    }

.new-project-container .left-nav-list li {
    background-color: #eff4fd;
    cursor: pointer;
}

    .new-project-container .left-nav-list li.current {
        background-color: #ffefda;
    }

.new-project-container .right-content-section {
    width: calc(100% - 262px);
    margin: 20px 0 0 20px;
    float: right;
    height: calc(100% - 20px);
    color: #4e9bea;
    font-size: 13px;
}

.new-project-container .right-content-section-headings {
    margin-right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #4e9bea;
    border-bottom: 3px solid #4e9bea;
    height: 28px;
    line-height: 26px;
}

.new-project-container .right-content-inner-box {
    height: 280px;
    margin: 6px 0;
}

.right-content-section-btn-box {
    border-top: 3px solid #4e9bea;
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: flex-end;
    padding-right: 20px;
    margin-right: 20px;
}

.btns {
    border: 3px solid #4e9bea;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin-right: 5px;
}

    .btns:hover {
        background-color: #bebcbf;
    }

    .btns .buttons {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        color: #4e9bea;
        display: block;
        font-size: 15px;
        font-weight: bold;
        padding: 8px 32px;
        text-decoration: none;
        text-transform: uppercase;
        min-width: 120px;
        text-align: center;
    }

    .btns:hover .buttons {
        color: #fff;
    }

.close-it {
    float: right;
}

.show-edit-project .screen-wrapper-3 {
    width: calc(78% - 50px);
}

.show-edit-project.show-edit-project-help .screen-wrapper-3 {
    width: calc(63% - 50px);
}

.show-attachment-panel .screen-wrapper-3 {
    width: calc(78% - 50px);
}

.show-edit-project.show-browse-computer .screen-wrapper-3,
.show-attachment-panel.show-browse-computer .screen-wrapper-3,
.show-attachment-panel.show-comment-panel .screen-wrapper-3,
.show-comment-panel.show-edit-project .screen-wrapper-3 {
    width: calc(68% - 50px);
}
