@-ms-viewport {
    width: auto !important;
}

@media screen and (min-width:1600px) {
    .entity-grid * {
        font-size: 13px;
    }
}

@media screen and (min-width:1200px) and (max-width:1600px) {
    .entity-grid * {
        font-size: 12px;
    }
}

html, body {
    height: 100% !important;
    /*min-width: 1330px;*/
}

a:focus, a:hover {
    color: #09f;
}

a {
    color: #06c;
}

body, input, label, td, th, div, span, textarea, a, button, select, legend {
    font-size: 12px;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

    input[type=text], input[type=password], input[type=email] {
        padding: 3px;
        vertical-align: 1px;
    }

    input[type=text], input[type=password], input[type=email], input.text, input.title, textarea, select, td div input[type=text], td div input[type=password], td div input[type=email], td div textarea, td div select {
        margin: 0 0;
    }

#content {
    padding-top: 20px;
}

.width-30 {
    width: 30px;
}

.width-40 {
    width: 40px;
}

.width-50 {
    width: 50px;
}

.width-70 {
    width: 70px;
}

.width-60 {
    width: 60px;
}

.width-80 {
    width: 80px;
}

.width-100 {
    width: 100px;
}

.width-110 {
    width: 110px;
}

.width-120 {
    width: 120px;
}

.width-140 {
    width: 140px;
}

.width-150 {
    width: 150px;
}

.width-180 {
    width: 180px;
}

.width-200 {
    width: 200px;
}

.width-230 {
    width: 230px;
}

.width-250 {
    width: 250px;
}

.width-300 {
    width: 300px;
}

.width-350 {
    width: 350px;
}

.width-400 {
    width: 400px;
}

.width-450 {
    width: 450px;
}

.width-500 {
    width: 500px;
}

.width-540 {
    width: 540px;
}

.width-600 {
    width: 600px;
}

.bb-header {
    background-color: #15629B;
    color: white;
    height: 60px;
}

    .bb-header .title {
        font-size: 2em;
        margin-left: 14px;
        vertical-align: middle;
        text-wrap: none;
    }

    .bb-header .right {
        text-align: right;
    }

        .bb-header .right div {
            margin-right: 0px;
        }

        .bb-header .right .login-status {
            color: white;
        }

            .bb-header .right .login-status a {
                color: white;
                text-decoration: underline;
            }

        .bb-header .right .header-version {
            color: #c0d0d8;
            font-size: 8pt;
        }

        .bb-header .right img {
            vertical-align: baseline;
        }

        .bb-header .right .search input[type=text] {
            width: 100px;
            border: #404040 1px solid;
            color: black;
        }

.full-screen-container {
    min-height: 100%;
    height: auto; /* Negative indent footer by its height */
    margin: 0 auto -38px; /* Pad bottom by footer height */
    padding: 0 0 38px;
}

.full-screen-container-cp {
    min-height: 100%;
    height: auto; /* Negative indent footer by its height */
    margin: 0 auto -90px; /* Pad bottom by footer height */
    padding: 0 0 90px;
}

.full-height-div {
    height: 100%;
    overflow: auto;
    position: relative;
}

.bb-footer {
    background-color: black;
    color: white;
    height: 38px;
    line-height: 38px;
    color: #909090;
    position: relative;
}

    .bb-footer .copyright {
        float: right;
        padding-top: 8px;        
    }

.vert-spacer-small {
    height: 0.5em;
}

.vert-spacer-30 {
    height: 30px;
}

.vert-spacer-20 {
    height: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
    text-transform: capitalize;
}

h1 {
    font-size: 3em;
    line-height: 1;
}

h2 {
    font-size: 20pt;
    margin-top: 0;
    font-weight: 600 !important;
    color: #444;
}

h3 {
    font-size: 1.5em;
    line-height: 1;
}

h4 {
    font-size: 1.2em;
    line-height: 1.25;
}

h5 {
    font-size: 1em;
    font-weight: bold;
}

h6 {
    font-size: 1em;
    font-weight: bold;
}

.margin-0 {
    margin: 0 !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-30 {
    margin-left: 30px;
}

.margin-left-45 {
    margin-left: 45px;
}

.margin-left-50 {
    margin-left: 50px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-30 {
    margin-right: 30px;
}

.margin-right-45 {
    margin-right: 45px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.padding-0 {
    padding: 0 !important;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.false-link {
    text-decoration: underline;
    cursor: pointer;
}

.bb-navbar {
    min-height: 31px;
    margin-bottom: 0px;
    background-color: #C1EEFF;
    border-color: #C1EEFF;
    border-radius: 0px;
}

.mainMenu {
    color: white;
    line-height: 30px;
    width: 100%;
    background-color: #185377;
    background-repeat: repeat-x;
    height: 30px;
    margin: 0;
    overflow: visible;
}

    .mainMenu a {
        color: white;
        text-decoration: none;
        white-space: nowrap;
    }

    .mainMenu ul {
        list-style: none;
        padding: 0;
    }

        .mainMenu ul li {
            float: left;
            padding: 0 15px 0 15px;
            position: relative;
            background-color: #185377;
            background-repeat: repeat-x;
            line-height: 30px;
        }

    .mainMenu li:hover {
        background-color: #185377;
        background-image: none;
    }

    .mainMenu ul ul {
        position: absolute;
        left: 0;
        z-index: 30005;
        background-color: #185377;
    }

    .mainMenu ul li ul li {
        float: initial;
        background-image: none;
        background-color: #185377;
        border: 0;
        border: #185377 solid 1px;
    }

        .mainMenu ul li ul li:hover {
            float: initial;
            background-image: none;
            background-color: white;
            color: black;
            border: #185377 solid 1px;
        }

            .mainMenu ul li ul li:hover a {
                float: initial;
                background-image: none;
                color: black;
                border: 0;
            }

    .mainMenu ul li.white {
        background-image: none;
        background-color: white;
        border: none;
        color: #06c;
        padding: 4px 20px;
        cursor: default;
        border-radius: 6px;
    }

        .mainMenu ul li.white img {
            padding-left: 5px;
            cursor: pointer;
        }

        .mainMenu ul li.white .projectName {
            color: #06c;
        }

        .mainMenu ul li.white a {
            color: white;
        }

        .mainMenu ul li.white a:hover {
            color: black;
        }

.ts-item {
    margin: 3px 15px 0 5px;
    height: 100%;
}

.ts-time {
    font-size: 7.5pt;
    letter-spacing: 1px;
}

.ts-caption {
    margin-left: 3px;
}

.ts-body {
    display: block;
}

.ts-image {
    position: absolute;
    top: 0px;
    margin-left: 3px;
}

/* Hide view switch in Kendo scheduler */
.k-scheduler-views {
    display: none;
}

.k-edit-label {
    text-align: left;
}

div.k-window-content {
    overflow: inherit !important;
}

textarea.k-textbox {
    position: inherit;
}

/* Timesheets toolbar */
.mark-as-working-time {
    background-image: url('../../Content/images/t-Basic-Plus-icon.png');
}

.mark-as-non-working-time {
    background-image: url('../../Content/images/t-Basic-Minus-icon.png');
}

.copy-day {
    background-image: url('../../Content/images/t-Basic-Copy-icon.png');
}

.paste-day {
    background-image: url('../../Content/images/t-paste-icon.png');
}

.copy-week {
    background-image: url('../../Content/images/t-Time-Date-from-icon.png');
}

.paste-week {
    background-image: url('../../Content/images/t-Time-Date-to-icon.png');
}

.set-as-template {
    background-image: url('../../Content/images/t-Time-Today-icon.png');
}

.clear-week {
    background-image: url('../../Content/images/t-Time-Delete-icon.png');
}

.entity {
    background-image: url('../../Content/images/t-Utilities-tasks-icon.png');
}

.paid-holiday {
    background-image: url('../../Content/images/paid_leave.svg');
    background-size: 16px 16px;
}

.unwell {
    background-image: url('../../Content/images/sick_leave_paid.svg');
    background-size: 16px 16px;
}

.statutory-sick-pay {
    background-image: url('../../Content/images/statutory.png');
}

.covid-19-carer-leave, .covid-19-related-leave {
    background-image: url('../../Content/images/covid_carer_leave.svg');
    background-size: 16px 16px;
}

.unpaid-leave {
    background-image: url('../../Content/images/unpaid_leave.svg');
    background-size: 16px 16px;
}

.unpaid-sick-leave {
    background-image: url('../../Content/images/sick_leave_unpaid.svg');
    background-size: 16px 16px;
}

.force-majeure {
    background-image: url('../../Content/images/force_major.png');
}

.other-discussion {
    background-image: url('../../Content/images/speech_bubbles.png');
}

.working-from-home {
    background-image: url('../../Content/images/Home.png');
}

.no-work-assigned {
    background-image: url('../../Content/images/nowork.png');
}

.take-holiday {
    background-image: url('../../Content/images/Christmas-icon.png');
}

.state-holiday {
    background-image: url('../../Content/images/Christmas-icon.png');
}

.moved-state-holiday {
    background-image: url('../../Content/images/reserve-holiday.png');
}

.reserve-holiday {
    background-image: url('../../Content/images/reserve-holiday.png');
}

.holiday-as-work {
    background-image: url('../../Content/images/at-work.png');
}

.reserved-holiday {
    background-image: url('../../Content/images/Gift-2-icon.png');
}

.copy-svncomments {
    background-image: url('../../Content/images/card_export.png');
}

.generate-items {
    background-image: url('../../Content/images/generate.png');
}

.company-meetings {
    background-image: url('../../Content/images/meeting.png');
}

.pre-sales {
    background-image: url('../../Content/images/pre_contacts.png');
}

.compassionate-leave {
    background-image: url('../../Content/images/compassionate_leave.svg');
    background-size: 16px 16px;
}

.parental-leave {
    background-image: url('../../Content/images/parental_leave.svg');
    background-size: 16px 16px;
}

.maternity-leave {
    background-image: url('../../Content/images/maternity_leave.svg');
    background-size: 16px 16px;
}

.paternity-leave {
    background-image: url('../../Content/images/paternity_leave.svg');
    background-size: 16px 16px;
}

.personal-leave {
    background-image: url('../../Content/images/personal_leave.svg');
    background-size: 16px 16px;
}

.apply-task {
    background-image: url('../../Content/images/Arrows-Left-2-icon.png');
}

.typeahead-list {
    position: absolute;
    background-color: white;
    z-index: 1000;
    padding: 5px 10px 5px 10px;
    border: 1px solid rgb(197, 197, 197);
    border-radius: 4px;
}

.image-button {
    cursor: pointer;
}

.entity-label {
    padding: .4em 0 1em;
}

.entity-field {
    padding: 0 0 .6em;
}

.popup-as-kendo {
    padding: 1em 0 !important;
}

.holiday-header {
    background-color: #F88379 !important;
}

.short-holiday-header {
    background-color: #F2B9B9 !important;
}

.moved-working-header {
    background-color: lightsalmon !important;
}

.draggable {
    cursor: url(../../Content/images/openhand.cur), move;
}

.dragging {
    cursor: url(../../Content/images/closedhand.cur), pointer;
}

.k-event.dragging {
    background-color: #f3f3f4 !important;
    border: 1px solid #dbdbde;
}

.kendo-image-button-adjusted {
    margin: 0 0 0.5em 0 !important;
}

.listView-700 {
    border: none;
    margin-left: 15px;
    margin-right: 15px;
    width: 660px;
}

.listItem-700 {
    width: 320px;
    float: left;
    position: relative;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.placeholder {
    float: right;
}

    .placeholder label {
        font-weight: normal;
    }

/* panelbar */
.k-panelbar div.k-content {
    padding: 5px 10px 5px 10px;
}

    .k-panelbar div.k-content label.format {
        width: 60px;
    }

    .k-panelbar div.k-content div.sample {
        border: 1px solid black;
        padding: 5px 10px 5px 10px;
    }

    .k-panelbar div.k-content span.example {
        color: Blue;
    }

.status-select {
    border: none !important;
    padding: 0 !important;
}

.k-event.k-state-selected {
    color: black !important;
    border: 1px solid black !important;
}

.k-nonwork-hour {
    background-color: inherit !important;
}

.k-today {
    background-color: #f3f3f4 !important;
}

.plan-hour {
    background-color: #CCFFFF !important;
}

.k-scheduler-table td.k-state-selected {
    background-color: #1984c8 !important;
}

.k-grid .k-state-selected a {
    color: white !important;
}

.k-panelbar .k-state-selected {
    background-color: #f3f3f4 !important;
    color: #515967 !important;
}

    .k-panelbar .k-state-selected.k-state-focused {
        box-shadow: none !important;
    }

.footer-button {
    padding: 0 1.1em;
    cursor: pointer;
}

.without-showWorkHoursButton .k-scheduler-fullday {
    visibility: hidden;
}

.checklist-container {
    display: inline-block;
}

.color-mark {
    width: 15px;
    height: 14px;
    display: inline-block;
}

.btn {
    background-color: #f3f3f4 !important;
    font-size: 12px;
    border-color: #dbdbde;
    line-height: 1.65em !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    color: #515967 !important;
}

.dropdown-menu {
    background-color: #f3f3f4 !important;
    border-color: #dbdbde;
    border-radius: 4px;
    color: #515967 !important;
    font-size: 12px;
    padding: 2px;
}

    .dropdown-menu li {
        white-space: nowrap;
        cursor: pointer;
        padding: 1px 5px 1px 5px;
        line-height: 1.8em;
        border-radius: 3px;
        border-color: transparent;
        border-width: 1px;
        border-style: solid;
    }

        .dropdown-menu li:hover {
            background-color: #b6bdca !important;
            color: black !important;
        }

.right-dock-span {
    float: right;
    bottom: 2px;
    position: relative;
}

td.targetCell {
    background-color: #ff6600 !important;
}

.resetLinkStyle, .resetLinkStyle:hover {
    text-decoration: none;
    color: white;
}

.k-tooltip {
    background-color: #f7f7f7 !important;
    color: #333333 !important;
    min-width: 150px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: hidden;
    border: #ffffff solid;
}

.entityInfoWindow {
    text-align: left;
}

    .entityInfoWindow h4 {
        font-weight: bold;
        margin: 0 0 5px 0;
        padding: 5px;
    }

    .entityInfoWindow label {
        margin-right: 5px;
    }

    .entityInfoWindow .responsible {
        color: red;
    }

.issueColor {
    background-color: #F3CD93;
}

input[type=checkbox].fix-kendo-align {
    position: relative;
    top: 2px;
}

.grid-800 {
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 780px;
    clear: both;
    margin-top: 20px;
}

.svn-comment {
    padding-left: 5px;
    padding-right: 5px;
}

    .svn-comment textarea {
        max-width: 360px;
        min-height: 100px;
        min-width: 360px;
    }

/*style from BBWT2*/
/* Message dialog windows */
a.k-window-action > .k-i-close {
    background: none !important;
    background-image: url(../Content/images/close_ico.png) !important;
    background-repeat: no-repeat !important;
    width: 14px !important;
    height: 14px !important;
}

.k-window {
    max-width: 65% !important;
}

.k-window-titlebar {
    background-color: #005376;
    background-image: none !important;
    color: #fff;
}

.modal-content {
    box-shadow: none !important;
    border: none !important;
}

.modal-body {
    margin-left: 5px;
    padding: 15px 5px 10px 5px;
    text-align: left;
    font-size: 15px;
    line-height: 1.46667;
}

.modal-footer {
    padding: 5px 12px 12px 5px;
    text-align: right;
    font-size: 15px;
    line-height: 1.46667;
    clear: both;
}

.popup-content .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .popup-content .row div {
        padding-left: 0;
        padding-right: 0;
    }

.form-control {
    height: 30px;
}

.popup-content .form-control, .popup-content .form-control-static {
    height: 19.95px;
}

.popup-content {
    padding: 15px;
}

.popup-footer {
    padding: 15px;
}

    .popup-footer .k-button {
        margin-bottom: 10px;
    }

.k-window-title {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.46667;
}

.k-block > .k-header, .k-window-titlebar {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-size: 1.2em;
    height: 1.1em;
    margin-top: -2em;
    min-height: 16px;
    padding: 0.4em 0;
    position: absolute;
    white-space: nowrap;
    width: 100%;
}

.k-block > .k-header {
    margin: -2px 0 10px -2px;
    padding: 0.3em 2px;
    position: relative;
    background-image: none;
}

.k-button[class].k-add-expense {
    padding: 2px 14px 2px !important;
    margin-right: 5px;
    height: 30px;
    background-color: #218e2d;
    color: white;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 100%);
    background-position: 50% 50%;
    border-color: #0f6319;
}

.k-button[class].k-add-expense-disabled {
    padding: 2px 14px 2px !important;
    margin-right: 5px;
    height: 30px;
    background-color: lightgray;
    color: black;
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 100%);
    background-position: 50% 50%;
    border-color: lightgray;
}

.k-button[class].k-primary {
    padding: 2px 14px 2px !important;
    margin-right: 5px;
}

    .k-button[class].k-primary:focus:active:not(.k-state-disabled):not([disabled]), .k-primary:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: 0 0 3px 0 #1984c8;
    }
/* We use [class] selector to be more specific, so our rule will override kendo for all buttons/inputs at once*/
.popup-footer .k-button[class], .modal-footer .k-button[class]:not(.k-primary[class]) {
    background-image: -webkit-linear-gradient(bottom, #f8f8f8 0, #ededed 100%);
    background-image: -ms-linear-gradient(bottom, #f8f8f8 0, #ededed 100%);
    background-image: linear-gradient(to bottom, #f8f8f8 0, #ededed 100%);
    outline: 0;
    padding: 4px 14px 4px !important;
    margin-left: 12px;
}

    .popup-footer .k-button[class]:hover:not([disabled]):not(.k-state-disabled), .modal-footer .k-button[class]:hover:not([disabled]):not(.k-state-disabled):not(.k-primary[class]) {
        background-image: linear-gradient(to bottom, #ededed, #dddddd);
        color: black;
        border-radius: 4px;
        background-color: #aaa;
        border-color: #DBDBDB;
    }

    .popup-footer .k-button[class]:focus:active, .popup-footer .k-button[class]:focus, .modal-footer .k-button[class]:focus:active:not(.k-primary[class]), .modal-footer .k-button[class]:focus:not(.k-primary[class]) {
        box-shadow: 0 0 #DBDBDB inset;
        background-image: linear-gradient(to bottom, #ededed, #dddddd);
        border-radius: 3px;
        background-color: #ededed;
    }

        .popup-footer .k-button[class]:focus:active:not(.k-state-disabled):not([disabled]), .modal-footer .k-button[class]:focus:active:not(.k-state-disabled):not([disabled]):not(.k-primary[class]) {
            -webkit-box-shadow: inset 0 0 8px 1px #56236f;
            box-shadow: inset 0 0 8px 1px #56236f;
        }

    .popup-footer .k-button[class]:active:not(.k-state-disabled):not([disabled]), .modal-footer .k-button[class]:active:not(.k-state-disabled):not([disabled]):not(.k-primary[class]) {
        border-color: #c5c5c5;
        background-color: #e3e3e3;
    }

    .popup-footer .k-button[class]:focus:not(.k-state-disabled):not([disabled]), .popup-footer .k-button.k-state-focused[class], .modal-footer .k-button[class]:focus:not(.k-state-disabled):not([disabled]):not(.k-primary[class]), .modal-footer .k-button.k-state-focused[class]:not(.k-primary[class]) {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.popup-footer .k-button.k-state-disabled[class], .modal-footer .k-button.k-state-disabled[class] {
    background-image: linear-gradient(to bottom, #ededed, #dddddd);
}

#statusFilter .ui-state-active .ui-icon {
    background-image: url("../Content/images/ui-icons_555555_256x240.png");
}

.wp-container * {
    box-sizing: border-box !important;
}

.wp-week-cell {
    padding-left: 5px;
    padding-right: 5px;
}

.wp-month-cell {
    font-weight: bold;
    font-size: 15px;
}

.wp-week-row td {
    text-align: center;
}

.wp-day-cell, .wp-day-cell-current {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.wp-day-cell-current {
    background-color: red;
    color: white;
}

.wp-day-cell:hover {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: #c6c6c6;
    cursor: pointer;
}

.wp-day-cell-current:hover {
    border: 1px solid #cccccc;
    border-radius: 5px;
    background-color: darkred;
    cursor: pointer;
}

.wp-day-cell-disabled {
    color: #b5b5b5;
}

#grdEnquiries .k-invalid-msg {
    display: none !important;
}

#grdEnquiries .k-invalid {
    border: 1px solid red;
}

#grdEnquiries .k-widget > span.k-invalid, #grdEnquiries input.k-invalid {
    border: 1px solid red !important;
}

#grdEnquiries .k-callout-n {
    width: 0% !important;
}

#grdReviewIssues tbody > tr > td {
    vertical-align: top;
}
/* reset everything to the default box model */
/**, :before, :after {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}*/
/* set a border-box model only to elements that need it */
.form-control, .container, .container-fluid, .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.line-through-text {
    text-decoration: line-through;
}

.active-issue {
    background-color: #F2B9B9;
}

.active-task {
    background-color: #F2B9B9;
}

.notupdated-enquiry {
    background-color: #F2B9B9;
}

.dev-estmt-eq0 {
    background-color: #E0FFFF;
}

.dev-estmt-gt {
    background-color: #FFD700;
}

#grdReviewIssues .k-grid-header-wrap > table, /* header table */
#grdReviewIssues .k-grid-content > table, /* data table, no virtual scrolling */
#grdReviewIssues .k-virtual-scrollable-wrap > table /* data table, with virtual scrolling */ {
    min-width: 1700px;
}

#grdEnquiries .k-grid-header-wrap > table, /* header table */
#grdEnquiries .k-grid-content > table, /* data table, no virtual scrolling */
#grdEnquiries .k-virtual-scrollable-wrap > table /* data table, with virtual scrolling */ {
    min-width: 1700px;
}

td.changed-cell {
    background-color: #ffbebe;
}

.pr_filter {
    margin-bottom: 12px;
}

.pr_editor {
    clear: both;
    margin-bottom: 20px;
}

    .pr_editor table {
        border-top: solid 1px gray;
        border-right: solid 1px gray;
    }

    .pr_editor td {
        border-left: solid 1px gray;
        border-bottom: solid 1px gray;
        vertical-align: top;
        padding-left: 8px;
        padding-top: 8px;
        padding-right: 8px;
        padding-bottom: 4px;
    }

.pr_editor_hdr {
    background-color: #a4c2f4;
    text-align: center;
    padding: 10px 15px 10px 15px;
    font-size: 12pt;
    font-weight: bold;
}

.pr_editor_cell_crt {
    background-color: #CFE2F3;
    font-size: 11pt;
    font-weight: bold;
}

.pr_editor_mark {
    width: 90px;
}

.pr_editor_comment {
    border: 1px solid lightgray;
    min-height: 26px;
    overflow: auto;
    padding: 0 4px 2px 4px;
}

.pr_editor_plan {
    border: 1px solid lightgray;
    min-height: 52px;
    max-height: 500px;
    overflow: auto;
    padding: 0 4px 2px 4px;
}

.pr_preview {
    padding-left: 15px;
    max-height: 620px;
    height: 620px;
    overflow: auto;
}

.pr_preview_header {
    padding-left: 5px;
    background-color: #6D9EEB;
    color: white;
    font-weight: bold;
    font-size: 13pt;
    width: 900px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.pr_preview_grid_cell {
    vertical-align: top;
    font-size: 9pt;
}

.pr_preview_grid_header {
    background-color: #A4C2F4;
}

.pr_preview table {
    border-top: solid 1px gray;
    border-right: solid 1px gray;
}

.pr_preview td {
    border-left: solid 1px gray;
    border-bottom: solid 1px gray;
    vertical-align: top;
    padding-left: 4px;
    padding-top: 2px;
    padding-right: 4px;
    padding-bottom: 2px;
}

.pr_preview_darkblue {
    background-color: #A4C2F4;
}

.pr_preview_cell {
    background-color: #CFE2F3;
    font-size: 9pt;
}

.question_area {
    width: 1100px;
    overflow: auto;
}

.question_comment {
    border: 1px solid lightgray;
    min-height: 52px;
    overflow: auto;
    width: 400px;
    padding: 0 4px 2px 4px;
}

.question_answeredby {
    padding-right: 45px;
    color: gray;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

#grdDevelopmentPlan .k-grid-header {
    padding: 0 !important;
}

#grdDevelopmentPlan .k-grid-content {
    overflow-y: visible;
    overflow-x: visible;
}

#grdDevelopmentPlan .k-grid-header .k-header .k-link {
    height: auto;
}

#grdDevelopmentPlan .k-grid-header .k-header {
    white-space: normal;
}

.progress {
    width: 100%;
    height: 8px;
    background: url('../Content/images/progress.gif') center center repeat-x;
}

.progressbar {
    width: 180px;
    height: 8px;
    border: 1px solid #aaa;
    background: #f5f5f5;
    margin: 5px auto;
    overflow: hidden;
}

div.filter {
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 15px;
    border: 2px solid #e6f5f8;
    margin: 0 auto;
    overflow-y: hidden;
}

    div.filter label {
        font-weight: 400;
    }

div.filter_item {
    float: left;
    display: block;
}

div.filter_new_line {
    clear: both;
    margin-bottom: 8px;
}

div.subheader {
    text-decoration: underline;
    font-size: 14pt;
}

.rating_software {
    background-color: lightyellow;
}

.rating_consult {
    background-color: lightblue;
}

.rating_systems {
    background-color: lightgrey;
}

.employee-filter-tab {
    height: 260px;
}

.view-settings-tab {
    height: 600px;
}

.k-widget.k-tabstrip {
    background-color: transparent;
    background-image: none;
    border-style: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-tabstrip .k-tabstrip-items {
    padding: 0;
}

.k-tabstrip .k-content {
    padding: 15px 0px;
}

.k-tabstrip-items .k-item.k-state-active {
    background: #fff;
}

ul.k-tabstrip-items li.k-item {
    margin-right: 1px;
}

.k-tabstrip > .k-content, .k-panelbar .k-tabstrip > .k-content {
    margin: 0;
}

span.cmd-grid {
    cursor: pointer;
    font-size: small;
}

.no-scrollbar .k-grid-header {
    padding: 0 !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: visible;
}

.k-pager-numbers .k-state-selected {
    vertical-align: middle;
}

.no-pager-nav-buttons {
    display: none !important;
}

.no-pager-sizes-work-items {
    display: none !important;
}

.no-pager-sizes {
    padding-left: 0px;
}

.k-grid-norecords-template {
    border: none;
}

.k-grid-pager .k-pager-info {
    line-height: 28px;
    padding-right: 5px;
}

.k-grid-norecords {
    height: 30px !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: hidden;
}

.no-scrollbar .k-grid-header, .no-scrollbar .k-grid-footer {
    padding-right: 0px !important;
}

.no-pager-nav-buttons {
    display: none !important;
}

.no-pager-sizes {
    padding-left: 0px;
}

.last-column .k-grid-header table, .last-column .k-grid-content table, .last-column .k-grid-footer table {
    width: 100% !important;
}

.last-column .k-grid-header colgroup > col:last-of-type, .last-column .k-grid-content colgroup > col:last-of-type, .last-column .k-grid-footer colgroup > col:last-of-type {
    width: 100% !important;
}

.k-autocomplete .k-input {
    height: 1.642em;
}

.tventities-ticket-title, .tventities-issue-title, .tventities-task-title, .tventities-virtual-title {
    padding: 3px 7px 3px;
    border-radius: 4px;
}

.ticket-bgrnd {
    background-color: #DFCEE8 !important;
}

.issue-bgrnd {
    background-color: #F3CD93 !important;
}

.task-bgrnd {
    background-color: #CFDB98 !important;
}

.tventities-ticket-title {
    background-color: #DFCEE8;
}

.tventities-issue-title {
    background-color: #F3CD93;
}

.tventities-task-title {
    background-color: #CFDB98;
}

.k-treeview span.k-in {
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 1px 0 1px 0.45em;
}

.grdentities-ticket td, .grdentities-issue td, .grdentities-task td {
    border: 1px solid #DEDEE0;
}

.grdentities-ticket td {
    background-color: #DFCEE8;
}

tr.grdentities-ticket.k-state-selected td {
    background-color: #907B9B;
}

.grdentities-issue td {
    background-color: #F3CD93;
}

tr.grdentities-issue.k-state-selected td {
    background-color: #F5B24B;
}

.grdentities-task td {
    background-color: #CFDB98;
}

tr.grdentities-task.k-state-selected td {
    background-color: #9FA875;
}

.red-border-left {
    border-left: 10px solid #990000;
}

.grdentities .attention {
    background-color: #cc3333 !important;
    padding: 0;
}

.page-header-area {
    padding-right: 170px;
    padding-top: 4px;
}

    .page-header-area h2 {
        min-height: 30px;
    }

    .page-header-area div.menu-area {
        position: absolute;
        right: 15px;
        top: 9px;
        cursor: pointer;
    }

.filter-collapser {
    cursor: pointer;
    margin-bottom: 5px;
}

    .filter-collapser div.menu-area {
        position: absolute;
        right: 15px;
        top: 0px;
    }

        .filter-collapser div.menu-area span, .page-header-area div.menu-area span {
            margin-right: 10px;
        }

    .filter-collapser div, .page-header-area div.menu-area {
        background-color: #E0E8FF;
        padding-bottom: 3px;
        padding-top: 3px;
    }

        .filter-collapser div:hover, .filter-collapser div:hover ~ div, .page-header-area div.menu-area:hover {
            background-color: #C0C0E8;
        }

        .filter-collapser span, .page-header-area div.menu-area span {
            margin-left: 5px;
            font-weight: bold;
        }

.form-horizontal .control-label.control-label-left {
    text-align: left;
}

.control-label.control-label-right {
    text-align: right;
}

.entity-comment .panel-body {
    overflow: auto;
}

.entity-comment .panel-heading {
    padding: 3px 15px;
    background-color: #E0E8FF;
}

    .entity-comment .panel-heading:hover {
        background-color: #C0C0E8;
        cursor: pointer;
    }

.entity-comment .comment-author {
    font-weight: bold;
    font-size: 12px;
}

.entity-comment .comment-date {
    font-size: 12px;
}

.entity-comment .history-changes span {
    font-size: 12px;
}

.pts-progressbar .modal-dialog {
    width: 48px;
    position: fixed;
    top: 45%;
    left: 45%;
}

.pts-progressbar .modal-body {
    text-align: initial;
    height: 48px;
}

    .pts-progressbar .modal-body .k-loading-image {
        border-radius: 6px;
    }

.pts-modal {
    z-index: 11000 !important;
}

    .pts-modal .modal-content {
        border: 1px solid rgba(0,0,0,.2) !important;
    }

    .pts-modal .modal-dialog, .pts-modal-sm .modal-dialog {
        width: 400px;
    }

.pts-modal-500 .modal-dialog {
    width: 500px;
}

.pts-modal-650 .modal-dialog {
    width: 650px;
}

.pts-modal-1100 .modal-dialog {
    width: 1100px;
}

.pts-modal-def .modal-dialog, .pts-modal-md .modal-dialog {
    width: 600px;
}

@media (max-width: 600px) {
    .pts-modal-def .modal-dialog, .pts-modal-md .modal-dialog {
        width: 95%;
        height: 100%;
    }
}

.pts-modal-lg .modal-dialog {
    width: 1024px;
}

@media (max-width: 1024px) {
    .pts-modal-lg .modal-dialog {
        width: 95%;
        height: 100%;
    }
}

.pts-modal-editor .modal-dialog {
    width: 90%;
}

.pts-modal-1440 .modal-dialog {
    width: 1440px;
}

.pts-modal .modal-header, .pts-modal-def .modal-header, .pts-modal-lg .modal-header, .pts-modal-editor .modal-header, .pts-modal-sm .modal-header, .pts-modal-md .modal-header, .pts-modal-650 .modal-header, .pts-modal-1100 .modal-header, .pts-modal-1440 .modal-header {
    padding: 5px;
    border-radius: 4px 4px 0 0;
}

.pts-modal .modal-title, .pts-modal-def .modal-title, .pts-modal-lg .modal-title, .pts-modal-editor .modal-title, .pts-modal-sm .modal-title, .pts-modal-md .modal-title, .pts-modal-1440 .modal-title {
    font-weight: bold;
    margin-left: 5px;
    font-size: 15px;
}

.pts-modal .modal-body .k-grid-content td, .pts-modal-def .modal-body .k-grid-content td, .pts-modal-lg .modal-body .k-grid-content td, .pts-modal-editor .modal-body .k-grid-content td, .pts-modal-sm .modal-body .k-grid-content td, .pts-modal-md .modal-body .k-grid-content td, .pts-modal-1440 .modal-body .k-grid-content td {
    text-align: initial;
}

.pts-modal-editor .modal-body, .pts-modal-sm .modal-body, .pts-modal-md .modal-body, .pts-modal-1440 .modal-body {
    padding: 15px 15px 15px;
    text-align: initial;
}

.pts-modal-team {
    top: 30%;
}

    .pts-modal-team .modal-content {
        width: intrinsic;
        width: -moz-max-content;
        width: -webkit-max-content;
        width: max-content;
    }

.panel-with-right-menu {
    margin-right: 65px;
    margin-bottom: 0px;
}

.panel-with-left-menu {
    margin-left: 45px;
    margin-bottom: 0px;
}

.panel-pad0 {
    padding: 0px;
    border: none;
}

.panel-right-menu {
    width: 65px;
    position: fixed;
    right: 15px;
    top: 40%;
}

.panel-left-menu {
    width: 60px;
    position: absolute;
    left: 0px;
    top: 40%;
}

    .panel-left-menu button.active-mode {
        color: #1b8dd6;
    }

.k-button.active-mode {
    color: #1b8dd6;
}

.panel-right-menu .panel-body, .panel-left-menu .panel-body {
    padding-top: 0px;
}

.panel-right-menu button, .panel-right-menu a, .panel-left-menu button, .panel-left-menu a {
    margin-bottom: 10px;
    width: 34px;
    height: 34px;
}

.panel-right-menu span, .panel-left-menu span {
    font-size: 18px;
    line-height: 1.42857;
}

.panel-right-menu hr, .panel-left-menu hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.panel-left-menu span.button-badge, .panel-right-menu span.button-badge {
    font-size: 12px;
    position: relative;
    left: 15px;
    bottom: 35px;
    vertical-align: top;
    text-align: right;
    background-color: #F3CD93;
}

.panel-left-menu .dropdown-menu > li > a, .panel-right-menu .dropdown-menu > li > a {
    width: auto;
    margin-bottom: 0px;
    height: auto;
}

.panel-left-menu .dropdown-menu > li > label, .panel-right-menu .dropdown-menu > li > label {
    width: 100%;
    margin-left: 10px;
}

    .panel-left-menu .dropdown-menu > li > label > input, .panel-right-menu .dropdown-menu > li > label > input {
        margin-right: 5px;
    }

.panel-left-menu .btn-group > button, .panel-right-menu .btn-group > button {
    margin-bottom: 0px;
    padding-left: 5px;
}

.panel-left-menu .btn-group ul.columns2, .panel-right-menu .btn-group ul.columns2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.panel-left-menu .btn-group ul.columns3, .panel-right-menu .btn-group ul.columns3 {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

.group-team-member {
    font-weight: bold;
}

.rotateY180 {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.rotateZ-90 {
    -ms-transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
}

.bb-multiselect:after {
    content: "\25BC";
    position: absolute;
    top: 32%;
    right: 25px;
    font-size: 9px;
    cursor: pointer;
}

.bb-multiselect.opened:after {
    content: "\25C0";
    font-size: 9px;
}

.k-multiselect .k-i-close[title="clear"] {
    margin-top: 2px !important;
    margin-right: 20px !important;
}

.attach-badge {
    position: relative;
    left: 5px;
    top: 1px;
    vertical-align: top;
}

.albumTitle {
    background-color: #eeeeee;
    background-size: cover;
    border-radius: 2px;
    height: 0;
    padding-bottom: 25%;
    transition: all .135s cubic-bezier(0.0,0.0,0.2,1);
    width: 25%;
}

.album {
    float: left;
    position: relative;
    width: 111px;
    height: 170px;
    margin: 0 5px;
    padding: 0;
}

    .album img {
        width: 110px;
        height: 110px;
    }

    .album h4 {
        margin-bottom: 0px;
    }

    .album p {
        visibility: hidden;
    }

    .album:hover p {
        visibility: visible;
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        margin: 0;
        padding: 0;
        line-height: 110px;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
        cursor: pointer;
    }

    .album a {
        visibility: hidden;
    }

    .album:hover a {
        visibility: visible;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
}

.photos-progress {
    background: none !important;
    margin-bottom: 0px !important;
    height: auto !important;
}

/*.k-popup .k-item.k-first {
    padding-top: 20px;
    margin-top: 15px;
}*/
/*.k-popup .k-item .k-group {
	left: 5px;
	right: 5px;
}*/
.vca-left-part {
    padding-right: 59px;
}

.vca-left-part-wo-splitter {
    padding-right: 10px;
}

.vca-right-part {
    padding-left: 34px;
    min-height: 71px;
}

.vca-collapser-on-right, .vca-collapser-on-left {
    width: 33px;
    height: 100%;
    background-color: #459BD2;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: white;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vca-collapser-on-right {
    right: 15px;
}

.vca-collapser-on-left {
    left: 2px;
}

    .vca-collapser-on-right:hover, .vca-collapser-on-left:hover {
        background-color: #086eb0;
    }

    .vca-collapser-on-right .glyphicon, .vca-collapser-on-left .glyphicon {
        position: relative;
        font-size: 20px;
        top: 50%;
        left: 20%;
    }

.dummy-link {
    cursor: pointer;
    color: #06c;
}

    .dummy-link:hover {
        text-decoration: underline;
    }

.current-view {
    background-color: #b8e068;
}

.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100px;
    z-index: 10;
    margin: 0;
    padding: 0;
}

    .submenu li a {
        color: white !important
    }

    .submenu li:hover a {
        color: black !important
    }

.pts-text-editor {
    min-height: 68px;
    height: auto;
    overflow: auto;
    padding: 3px !important;
}

.invoice_paid {
    background-color: lightgreen;
}

.invoice_credited {
    background-color: lightpink;
}

.invoice_written_off {
    text-decoration: line-through;
}

.mi_report_header {
    font-weight: bold;
    text-decoration: underline;
    background-color: white;
}

.mi_report_normal {
    background-color: white;
}

.mi_report_subtotal {
    background-color: lightgray;
    font-size: 12pt;
    font-weight: bold;
}
.mi_report_total {
    background-color: lightsteelblue;
    font-size: 13pt;
    font-weight: bold;
    color: black;
}
.mi_report_group_cell {
    background-color: lightblue;
    color: black;
}
.mi_report_cons_cell {
    background-color: lightpink;
    color: black;
}
.mi_report_syst_cell {
    background-color: lightblue;
    color: black;
}
.mi_report_soft_cell {
    background-color: lightpink;
    color: black;
}

    .mi_report_group_cell:hover, .mi_report_cons_cell:hover, .mi_report_syst_cell:hover, .mi_report_soft_cell:hover {
        background-color: #B7BDC7;
    }

.collapse-panel {
    border: none;
}

    .collapse-panel > .panel-collapse > .panel-body {
        overflow: auto;
        border: 2px solid #e6f5f8 !important;
        padding: 5px 0px 15px 0px;
        margin-top: 5px;
    }

    .collapse-panel > .panel-heading {
        padding: 3px 5px;
        background-color: #E0E8FF;
        font-size: 14px;
    }

        .collapse-panel > .panel-heading:hover {
            background-color: #C0C0E8;
            cursor: pointer;
        }

        .collapse-panel > .panel-heading span {
            color: black;
            font-size: 14px;
            font-weight: bold;
        }

            .collapse-panel > .panel-heading span .badge {
                color: white;
                font-size: 12px;
                vertical-align: text-bottom;
            }

        .collapse-panel > .panel-heading a {
            text-decoration: none;
        }

.cmd-cell-middle {
    vertical-align: middle;
}

.cmd-cell-top {
    vertical-align: top;
}

.has-error label:after:not(.checkbox) {
    content: ' *';
}

div.has-error {
    color: #a94442;
}

.has-error .input-group-btn button {
    border: dashed 2px #a94442;
    background-color: #f2dede !important;
}

.has-error span.k-dropdown-wrap {
    border: dashed 2px #a94442;
}

.has-error span.k-select {
    border: dashed 2px #a94442;
}
                          
.has-error .k-numeric-wrap {
    border: dashed 2px #a94442;
}


.has-error span.k-picker-wrap {
    border: dashed 2px #a94442 !important;
}

.has-error span.k-datepicker input {
    box-shadow: inherit;
}

    .has-error span.k-datepicker input:focus {
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error span.k-datepicker span.k-select {
    border: dashed 2px #a94442 !important;
    background-color: #f2dede !important;
}

.input-group-btn button {
    border-color: #ccc;
}

    .input-group-btn button > span.glyphicon {
        line-height: inherit;
    }

.k-grid-content {
    overflow-y: visible;
}

.input-group .k-numerictextbox:first-child .k-numeric-wrap {
    border-radius: 4px 0 0 4px;
}

    .input-group .k-numerictextbox:first-child .k-numeric-wrap span.k-select {
        border-radius: 0;
    }

.input-group .k-numerictextbox:last-child .k-numeric-wrap {
    border-radius: 0 4px 4px 0;
}

.has-error span.k-numeric-wrap {
    border-color: #a94442;
}

.has-error span.k-numerictextbox input:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error span.k-select {
    border-color: #a94442;
    background-color: #f2dede !important;
    border-width: 0 0 0 1px;
    border-style: solid;
}

.tab-with-error {
    border-top-color: #a94442 !important;
    border-top-width: 3px !important;
    border-top-style: solid !important;
}

.search-box > .input-group-btn > .dropdown > .btn, .search-box > .input-group-btn > .btn {
    height: 30px;
    background: #E7E7E7 !important;
    width: 30px;
    padding: 0 7px;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.search-box > input {
    border-right: 0;
    background: #E7E7E7;
}

    .search-box > input:active, .search-box > input:focus {
        background: white;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),-5px 0 8px rgba(102,175,233,.6);
    }

    .search-box > input::-webkit-input-placeholder {
        font-style: italic;
    }

    .search-box > input:-moz-placeholder {
        font-style: italic;
    }

    .search-box > input::-moz-placeholder {
        font-style: italic;
    }

    .search-box > input:-ms-input-placeholder {
        font-style: italic;
    }

.search-box > .input-group-btn:last-child > .dropdown > .btn {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-right: 1px solid;
}

.growl-area {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 11000;
}

.growl-holder > .modal {
    position: relative;
}

.pts-growl .modal-dialog {
    width: 400px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .pts-growl .modal-dialog .modal-content {
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5) !important;
        box-shadow: 0 5px 10px rgba(0,0,0,.5) !important;
    }

.pts-growl .modal-header {
    padding: 5px;
    border-radius: 4px 4px 0 0;
    border-bottom: none;
}

.pts-growl .modal-title {
    margin-left: 5px;
    font-weight: bold;
    font-size: 15px;
}

.pts-growl .modal-body .k-grid-content td {
    margin-left: 5px;
    text-align: initial;
}

.popover {
    max-width: 700px;
    width: 700px;
}

md-switch.md-checked .md-thumb {
    background-color: #4682b4;
}

md-switch[disabled] .md-thumb {
    background-color: rgb(189,189,189);
}

md-switch.md-checked .md-bar {
    background-color: rgba(70,130,180,0.5);
}

md-switch[disabled] .md-bar {
    background-color: rgba(0, 0, 0, 0.12);
}

md-switch.md-checked .md-ink-ripple {
    color: rgb(70,130,180) !important;
}

md-switch {
    margin: 5px 0 !important;
}

.marked_mandatory {
    color: firebrick;
}

.more-comments {
    background-color: #E0E8FF;
    padding: 3px 15px;
    margin-bottom: 15px;
}

    .more-comments:hover {
        background-color: #C0C0E8;
    }

    .more-comments .glyphicon {
        margin-top: 3px;
    }

span.panel-title {
    line-height: 1;
    margin-left: 10px;
}

.k-edit-form-container .k-edit-buttons {
    bottom: -9px;
}

.panel-title span.k-dropdown > span.k-dropdown-wrap > span.k-input {
    padding-right: 5px;
    padding-left: 5px;
    min-width: 200px;
}

.panel-title label {
    margin-bottom: 0px;
}

.tooltip-style {
    color: #333333;
    background-color: #f7f7f7 !important;
    min-width: 150px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: hidden;
}

.tooltipHeader-style {
    background: none #444444 !important;
    background-color: #444444 !important;
    color: white !important;
    min-width: 150px;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: hidden;
}

.hr-details {
    border-top-width: 3px;
    margin-bottom: 12px;
}

.checkbox-right {
    position: relative;
    display: block;
}

    .checkbox-right label {
        min-height: 20px;
        padding-top: 7px;
        padding-right: 25px;
        margin-bottom: 0;
        cursor: pointer;
    }

    .checkbox-right input[type="checkbox"] {
        position: absolute;
        margin-left: 8px;
        margin-top: 4px;
    }

.k-grid-header th.k-header > .k-link {
    margin: -.5em -.6em -.4em -.5em;
    padding: .5em .6em .4em .5em;
}

a.link-button {
    color: #333333 !important;
}

    a.link-button:hover {
        color: #333333 !important;
    }

.k-i-arrow-n::before, .k-i-arrow-s::before, .k-i-arrow-w::before, .k-i-seek-w::before, .k-i-arrow-e::before, .k-i-seek-e::before, .k-i-sarrow-n::before, .k-i-sarrow-s::before {
    content: "";
}

.k-i-sarrow-n, .k-i-sarrow-s {
    color: transparent;
}

.tooltip-inner {
    max-width: 350px;
    white-space: normal;
}

.auto-refresh, .auto-refresh:hover {
    background-image: url('../Content/images/automatic.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.manual-refresh, .manual-refresh:hover {
    background-image: url('../Content/images/manual.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.project-planner-button, .project-planner-button:hover {
    background-image: url('../Content/images/planner.png') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.auto-refresh[disabled], .auto-refresh[disabled]:hover {
    background-image: url('../Content/images/automatic_disabled.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.manual-refresh[disabled], .manual-refresh[disabled]:hover {
    background-image: url('../Content/images/manual_disabled.svg') !important;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.fb-btn-bottom {
    position: fixed;
    right: 10px;
    bottom: 0px;
    cursor: pointer;
    width: 110px;
    height: 32px;
}

    .fb-btn-bottom .fb-btn-area {
        background-image: url('../Content/images/leave-feedback-bottom.png');
        width: 110px;
        height: 32px;
    }

    .fb-btn-bottom .badge {
        position: absolute;
        right: -5px;
        top: -9px;
        font-weight: bold;
        background-color: #F00;
    }

.glyphicon-cog-filter {
    font-size: 30px;
    color: #2198e3;
    top: 11px !important
}

.divider {
    width: 2px;
    background: lightgrey;
    height: 25px;
    display: inline-block;
    margin: 0 1px;
    vertical-align: middle
}

/* 
    Redefine Bootstrap md and lg.
    md becomes lg but lg starts with 1533px
*/
@media (min-width: 1200px) {
    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1631px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 768px) and (max-width:1199px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

.red-flash {
    animation-name: red-color-change;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes red-color-change {
    from {
    }

    to {
        background-color: #F2B9B9;
    }
}

.btn-id-menu {
    background-color: transparent;
    border: none;
    color: #06c;
}


    .btn-id-menu:hover {
        cursor: pointer;
        color: #09f;
        text-decoration: underline;
    }

.k-state-selected .btn-id-menu {
    color: #fff;
}

    .k-state-selected .btn-id-menu:hover {
        color: #fff;
    }

.summary-box {
    padding: 10px 30px;
    border: 2px solid #ccc;
}

.team-merge-cell {
    text-align: center;
    border-left: solid 1px gray;
    height: 23px;
    padding-right: 2px;
}


.team-table-header {
    background-color: #828282;
    color: white;
}

.team-table-subheader {
    background-color: #F3F3F4;
}

.resp-type {
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 16px;
    position: relative;
    top: 2px;
    left: 40%;
    cursor: pointer;
    float: left;
    font-size: 16px;
    box-sizing: border-box;
}

.tnone {
    border: none;
}

.t0 {
}

.t1 {
    background-color: #1186D0;
}

.t2 {
    border: 2px solid #1186D0;
}

.team-row-inv {
    background-color: #1186D0;
}

    .team-row-inv .resp-type {
        border-color: white;
    }

    .team-row-inv .t1 {
        background-color: white;
    }

.team-edit {
    float: left;
    cursor: pointer;
    padding-left: 5px;
    width: 16px;
    height: 16px;
}

.team-del {
    float: right;
    cursor: pointer;
    padding-right: 5px;
    width: 16px;
    height: 16px;
}

.team-row-inv, .team-row-inv .glyphicon {
    color: white !important;
}

.tooltip.tltp-rt .tooltip-inner {
    background-color: white;
    border: 1px solid #828282;
    color: black;
    text-align: left;
}

.tooltip.tltp-rt .resp-type {
    left: 2px;
}

.help-tooltip .tooltip-inner {
    width: 400px;
    padding-top: 6px;
    padding-bottom: 6px;
}


.k-pager-wrap > .k-link {
    line-height: 1.7em;
}

.k-pager-wrap {
    line-height: 1.7em;
}

.k-window > .k-window-titlebar > .k-window-actions {
    display: none;
}

[disabled] {
    pointer-events: none;
}

.popover-scrollable .popover-inner {
    max-height: 500px;
    overflow-y: auto;
    padding-right: 20px;
}

.row-select {
    padding: 0;
    text-align: center;
    width: 100%;
}

.avatar-holder {
    position: relative;
    width: 48px;
    height: 48px;
    max-width: 48px;
    max-height: 48px;
    overflow: hidden;
    border-radius: 50%;
} 

.avatar-holder img {
    width: 100%;
    height: auto;
}
.dialog-fade {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

/* Spinner next to button */
.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
body, input, label, td, th, div, span, textarea, a, button, select, legend {
	font-size: 14px;
	line-height: 1.42857;
	font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

.cp-container input, .cp-container label, .cp-container td, .cp-container th, .cp-container div, .cp-container span,
.cp-container textarea, .cp-container a, .cp-container button, .cp-container select, .cp-container legend {
	font-family: 'Open Sans', "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif !important;
}

.cp-qsearch img {
	cursor: pointer;
	height: 16px;
	margin-right: 5px;
	width: 16px;
}

.cp-qsearch span.glyphicon {
	font-family: "Glyphicons Halflings" !important;
}

.cp-qsearch input {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	/*width: 138px;
	float: right;*/
}

.cp-qsearch button.close {
}

	.cp-qsearch button.close span {
		font-size: 21px;
	}

.cp-filter-header {
	clear: both;
	padding-top: 10px;
}

.cp-customer-name > span {
	font-size: 14px;
	font-weight: bold;
}

.cp-selected-project {
}

	.cp-selected-project > span {
		font-weight: bold;
	}

		.cp-selected-project > span:first-child {
			font-weight: normal;
			margin-right: 5px;
		}

.cp-count-number {
	background-color: #ffd965;
	border-radius: 38px;
	color: #fff;
	height: 76px;
	text-align: center;
	width: 76px;
	padding-top: 6px;
}

	.cp-count-number > span {
		font-size: 40px !important;
		margin-left: 2px;
	}

.cp-count-text {
	color: #999;
	text-align: center;
	white-space: normal;
	font-size: 14px;
	font-weight: 600;
}

.cp-active-prj-count {
	color: #999;
}

	.cp-active-prj-count > span {
		color: #000 !important;
		font-weight: bold;
	}

.cp-prj-area select {
	width: 200px;
}

.cp-priority-area select {
	width: 200px;
}

.cp-priority-area > span {
	color: #999;
}

.cp-grp-entities {
	margin-top: 40px;
	border-width: 0px;
}

	.cp-grp-entities .k-grid-header {
		border-bottom-width: 0;
		display: none;
		height: 0;
		overflow: hidden;
	}

.cp-grp-header {
	margin-left: -15px !important;
	margin-right: -15px !important;
	padding: 0 !important;
	background: none !important;
	border: none !important;
}

	.cp-grp-header > div {
		border-radius: 5px;
		cursor: pointer;
		height: 55px;
		margin-bottom: 2px;
	}

		.cp-grp-header > div > span {
			color: #fff;
			font-size: 14px;
			font-weight: 700;
			left: 10px;
			position: relative;
			top: 15px;
		}

.cp-grp-updated {
	background-color: #ff9523;
	color: white;
	width: auto;
	height: 20px;
	border-radius: 0;
	padding-left: 4px;
	padding-right: 4px;
	margin-top: 8px;
	position: relative;
	left: 68px;
	min-width: 20px;
	text-align: center;
}

.cp-grp-body {
	padding: 0 !important;
	border: none !important;
}

.cp-gray-color {
	color: #999999 !important;
}

.cp-gray-bordercolor {
	border-color: #999999 !important;
}

.cp-bgcolor-need-help {
	background-color: #789440;
}

.cp-bgcolor-to-test {
	background-color: #c4d6a0;
}

.cp-bgcolor-reviewing {
	background-color: #4bacc6;
}

.cp-bgcolor-working {
	background-color: #dbeef3;
}

.cp-bgcolor-testing {
	background-color: #b7dde8;
}

.cp-bgcolor-completed {
	background-color: #31859b;
}

.cp-grp-entities-count {
	border: 3px solid #ffffff;
	border-radius: 23px;
	height: 38px;
	margin-right: 10px;
	margin-top: 6px;
	text-align: center;
	width: 38px;
}

	.cp-grp-entities-count span {
		color: #fff;
		position: relative;
		top: 20%;
		font-size: 14px;
		font-weight: 600;
	}

.cp-grp-entities .ui-state-active, .cp-grp-entities .ui-widget-content .ui-state-active, .cp-grp-entities .ui-widget-header .ui-state-active {
	border: 1px solid #c5c5c5;
}

.cp-entities-area {
	padding: 0 !important;
}

.cp-entity-area, .cp-entity-area-dummy {
	/*padding-left: 0 !important;
	padding-right: 0 !important;*/
	padding-top: 0 !important;
	margin-bottom: 5px;
}

	.cp-entity-area > div, .cp-entity-area-dummy > div {
		background-color: #f2f2f2;
	}

	/*.cp-entity-area .row {
		margin-left: -10px;
		margin-right: -10px;
	}*/

	.cp-entity-area-dummy .row .row {
		height: 15px;
		margin: 3px;
	}

div.cp-entity-updated {
	background-color: #ff9523;
	color: white;
	height: 20px;
	border-radius: 0;
	padding-left: 4px;
	padding-right: 5px;
	margin-top: 8px;
	position: absolute;
	left: 1170px;
	min-width: 20px;
	max-width: 20px;
	text-align: center;
}

.ui-accordion .ui-accordion-content {
	overflow: visible;
}

.cp-entity-id {
	font-weight: 600;
	font-size: 19px;
	color: #888888;
}

.cp-entity-priority {
	font-weight: 700;
	font-size: 14px;
	white-space: normal;
}

span.cp-change-priority-prev, span.cp-change-priority-next {
	font-family: "Glyphicons Halflings" !important;
	cursor: pointer;
	font-size: 9px;
}

.cp-entity-date {
	font-size: 13px;
}

.cp-entity-user {
	font-size: 13px;
}

.cp-entity-description {
	font-size: 23px;
	color: #555555;
}

.cp-label-small {
	font-size: 13px;
	font-weight: 400;
}

.cp-entity-last-comment {
	background-color: #d8d8d8;
	padding: 5px;
	border: 1px solid #bfbfbf;
	min-height: 30px;
}

.cp-entity-new-comment {
}

.cp-add-comment-area {
	background-color: white;
	border-radius: 0px;
	padding-right: 2px;
	border: 1px solid #c2c2c2;
	width: 100%;
}

	.cp-add-comment-area td:first-child {
		padding-left: 5px;
		padding-right: 5px;
	}

	.cp-add-comment-area td:nth-last-child(2) {
		width: 70px;
		padding-right: 2px;
		vertical-align: bottom;
	}

	.cp-add-comment-area td:last-child {
		width: 20px;
		padding-right: 2px;
		vertical-align: bottom;
	}

	.cp-add-comment-area input {
		border: none;
		width: 100%;
		margin-top: 4px;
		margin-bottom: 0px;
	}

	.cp-add-comment-area div {
		border: none;
		width: 100%;
		margin-top: 4px;
		margin-bottom: 0px;
		min-height: 24px;
		overflow: auto;
	}

		.cp-add-comment-area div[placeholder]:empty:after {
			content: attr(placeholder);
			color: #555;
		}

		.cp-add-comment-area div[placeholder]:empty:focus:after {
			content: "";
		}

	.cp-add-comment-area button.cp-entity-save {
		width: 100%;
		margin-top: 2px;
		margin-bottom: 2px;
		margin-right: 0px;
		background-color: #5a5a5a !important;
		color: #fff !important;
		font-size: 14px !important;
		font-weight: 700;
	}

button.cp-btn-attach {
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	padding-right: 20px;
	background-color: #5a5a5a !important;
	color: #fff !important;
	font-size: 14px !important;
	font-weight: 700;
}

.cp-btn-attach > span.glyphicon {
	font-family: "Glyphicons Halflings" !important;
}

button.cp-btn-status {
	margin-top: 5px;
	font-size: 13px;
	font-weight: 700;
	padding-left: 1px;
	padding-right: 1px;
}

button.cp-btn-green {
	color: #7EB50F !important;
	border: 2px solid #7EB50F;
}

button.cp-btn-red {
	color: #DB2927 !important;
	border: 2px solid #DB2927;
}

button.cp-btn-grey {
	color: #898989 !important;
	border: 2px solid #898989;
}

.cp-history-area {
	background-color: #f2f2f2;
}

	.cp-history-area .k-grid-content {
		overflow-y: auto !important;
	}

	.cp-history-area .cp-history-row {
		margin-bottom: 5px;
	}

.cp-comment-area {
	/*margin-left: -10px;*/
}

.cp-comment-title {
	font-size: 14px;
	font-weight: 600;
}

.cp-comment-user {
	font-size: 14px;
	font-weight: 600;
	color: #82c0d2;
}

.cp-comment-date {
	margin-left: 10px;
	font-size: 12px;
	color: #BDBDBD;
}

.cp-comment-body {
	background-color: #E2E2E2;
	/*padding: 5px;*/
	border: 1px solid #E2E2E2;
	color: #888888;
	overflow-x: auto;
}

.cp-partly-hidden {
	overflow: hidden;
}

.cp-show-all-content {
	color: #333;
}

	.cp-show-all-content a {
		font-weight: 700;
		text-decoration: none;
		vertical-align: top;
		color: #888888;
		font-size: 14px;
		font-weight: 600;
	}

		.cp-show-all-content a:hover {
			color: #000;
		}

.cp-view-all-history, .cp-view-all-tasks, .cp-view-desc {
	font-size: 14px;
	font-weight: 600;
	color: #4bacc6;
	cursor: pointer;
}

.cp-bgc-white {
	background-color: #fff;
}

.cp-task-row blockquote {
	font-style: italic;
	margin: 0 0 10px;
	padding: 0 10px 5px;
}

.cp-progress {
	width: 100%;
	height: 8px;
	background: url('../Content/images/progress.gif') center center repeat-x;
}

.cp-progressbar {
	width: 180px;
	height: 8px;
	border: 1px solid #aaa;
	background: #f5f5f5;
	margin: 5px auto;
	overflow: hidden;
}

.cp-resp-title {
	font-size: 14px;
	font-weight: 600;
	margin-right: 5px;
}

.cp-resp-user {
	font-size: 14px;
	font-weight: 600;
	color: #82c0d2;
}

.cp-entity-att-cnt {
	position: absolute;
	top: -5px !important;
	right: 10px !important;
	background-color: #ff9523;
}

