﻿body {
    font-family: 'PT Sans', Tahoma, sans-serif;
}

.shadow {
    box-shadow: 1px 4px 6px 2px #d0d0d2;
    position: absolute;
    height: 100%;
    z-index: 1;
}

.k-treelist {
    .k-alt {
        background-color: #fff;
    }
}

.k-alt, .k-separator, .k-pivot-layout > tbody > tr:first-child > td:first-child {
    background-color: transparent;
}

.k-filter-row th:first-child {
    border-left: 1px solid #bdbec1;
}

.k-grid {

    td {
        padding: 5px 9px 7px 9px;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-color: #bdbec1;
        border-width: 1px 0 0 1px;
        height: 22px;
    }

    tr:last-child td {
        border-bottom: 1px solid #c5c5c5;
    }
}

.k-animation-container {
    .k-item.k-columns-item {
        .k-group.k-menu-group {
            .k-item {
                .k-link {
                    input {
                        margin-right: 5px;
                    }
                }
            }
        }
    }

    .k-item.k-filter-item {
        form.k-filter-menu div {
            text-align: center;

            label {
                input {
                    margin-left: 5px;
                    margin-right: 5px;
                }
            }
        }
    }
}

/*grid*/
tr.k-state-selected.k-grid-edit-row td {
    padding: 2px 9px 2px 9px;
}

.k-widget.k-tooltip.k-tooltip-validation.field-validation-error {
    .k-callout.k-callout-n {
        display: none;
    }
}
/**/
.k-grid.k-widget.with-add-btn {
    border: 1px solid #bdbec1;
    border-radius: 3px 3px 0 0;

    tr[role=row] > td:first-child {
        border-left-width: 0 !important;
    }

    tr[role=row]:last-child td {
        border-bottom-width: 0;
    }
}

div.k-grid.k-widget.without-border {
    border-top-width: 0;
    border-radius: 0 0 3px 3px;

    tr[role=row] > td:first-child {
        border-left-width: 0 !important;
    }
}

.k-grid-lockedcolumns.k-grid.k-widget {
    border: 1px solid #bdbec1;
    tr[role=row] > td:first-child {
        border-left-width: 0 !important;
    }
    .k-grid-header {
      
        border-radius: 4px 0 0 0;
    }

    .k-grid-content-locked,
    .k-grid-header-locked {
        border-right: 4px solid #cacaca;
        border-image: linear-gradient(to right, #bdbec1, transparent) 1 100%;
        z-index: 1;
    }

    .k-grid-header-locked {
        border-image: linear-gradient(to right, #2a282a, transparent) 1 100%;
    }

    .k-grid-header-locked thead tr th:last-child {
        border-right: 1px solid #2a282a !important;
    }

    .k-grid-header-wrap {
        border-radius: 0 0 0 0;
        margin-left: -4px;
    }
}

.k-ghost-splitbar.k-ghost-splitbar-vertical.k-state-default {
    z-index: 2;
}

.table-wrapper > .k-widget.k-grid.ovveride-grid {
    border: 1px solid #c5c5c5;
}

.k-grid.ovveride-grid {
    border: 1px solid #c5c5c5;
    -ms-border-radius: 3px;
    border-radius: 3px;

    tr[role=row] > td:first-child {
        border-left-width: 0 !important;
    }

    tr[role=row]:last-child > td {
        border-bottom-width: 0;
    }

    .k-grid-header {
        border-bottom: 0;
    }

    .k-grid-header-wrap {
        background-color: #545255 !important;
    }
}
 .k-grid-content td{border-bottom: 1px solid #bdbec1;}
/*end grid*/
.k-grid-header-wrap tr:first-child {
    border: 1px solid #4e4d50;
}

.table-wrapper .k-grid-header {
    border-left: 0;
}

.k-state-selected.k-task-milestone, .k-state-selected .k-task-summary-complete {
    border-color: #8d5ea4;
    background: #8d5ea4;
    box-shadow: 0 0 0 1px #bd98ff;
}


.k-widget.k-gantt {
    border-top: 0;
    border-left: 0;
    border-radius: 2px 2px 0 0;

    .k-gantt-treelist .k-grid-header-wrap {
        border-radius: 2px 0 0 0;
    }

    .k-timeline .k-grid-header {
        border-radius: 0 2px 0 0;
    }

    border-width: 0;

    .k-grid tr[role=row] > td:first-child {
        border-left-width: 0 !important;
    }

    .k-gantt-layout.k-gantt-treelist {
        border-width: 1px 0 1px 1px !important;
        border-color: #bdbec1 !important;
        border-style: solid;
        -ms-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

    .k-gantt-layout.k-gantt-timeline {
        border-width: 1px 1px 1px 0 !important;
        border-color: #bdbec1 !important;
        border-style: solid;
        -ms-border-radius: 0 3px 3px 0;
        border-radius: 0 3px 3px 0;
    }

    .k-floatwrap.k-header.k-gantt-toolbar {
        border-width: 0;
    }

    .k-splitbar-horizontal.k-splitbar {
        border-width: 1px 0 !important;
        border-color: #bdbec1;
        border-radius: 0;
        width: 3px;
    }

    .k-task.k-task-single.k-state-selected {
        border-radius: 9px;
        box-shadow: 0 0 0 1px #bd98ff;
    }

    .k-task-wrap {
        margin: 2px -23px 0;
    }

    .k-task-wrap.k-milestone-wrap {
        margin: 0 -13px 0 -29px;
    }
}

.k-gantt .k-grid-content tr td:first-child {
    border-left: 1px solid #bdbec1 !important;
}

.k-timeline.k-grid.k-widget .k-grid-header {
    border-top-left-radius: 0;
}

.k-gantt-tasks .k-grid td {
    border-color: #ededed;
}

.k-alt.k-grid-edit-row {
    /*position:relative;*/
}

html .k-edit-cell .k-tooltip, html .k-grid-edit-row .k-tooltip {
    max-width: 200px;
}

.k-tooltip-validation .k-callout-n {
    border-bottom-color: #e5daf8;
}

.k-widget.k-tooltip {
    background-color: #e5daf8;
    border-color: #e5daf8;
    border-radius: 0;
    /*position: absolute;*/
    max-width: 200px;
    z-index: 10000;
    border: 1px solid #cccccc;
    border-radius: 2px;

    .k-task-content {
        line-height: 30px;
        ul {
            padding-left: 16px;
            text-align: right;
            list-style: none;

            li {
                label {
                    margin-right: 5px;
                    font-weight: 400;
                }
            }
        }
    }
}

.k-gantt {
    .k-splitbar {       
        &:before {
            content: "";
            position: absolute;
            z-index: 12;
            pointer-events: none;
            background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
            background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
            background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
            /* W3C */
            left: 0;
            top: 0;
            height: 100%;
            width: 5px;
        }
    }

    .k-nonwork-hour {
        &.k-header {
            background-color: #fff;
        }
    }

    .k-grid-content tr {
        &:first-child td {
            border-top-width: 0;
        }
    }
}

.k-gantt-views a.k-link {
    color: black !important;
}

.k-gantt-layout {
    .k-grid-header-wrap {
        border-right-color: #2a282a;
    }

    .k-grid-header {
        border-radius: 2px 0 0 0;
    }
}

.k-grid-content .k-gantt-columns tr td:first-child {
    border-width: 0;
}

.k-gantt-tasks {
    tr td {
        border-color: #e9eaee;
    }
}

.k-grid.k-timeline td {
    border-color: #e9eaee;
}

.k-treelist .k-grid-content tbody {
    background-color: #fff;
}

.k-grid-header-locked {
    border-radius: 2px 0 0 0;
}

.k-grid-header {
    border-radius: 2px 2px 0 0;
}

.k-grid.k-widget {
    border-radius: 2px 2px 0 0;

    .k-grid-header {
        border-radius: 2px 0 0 0;

        .k-header:first-child {
            border-radius: 2px 0 0 0;
        }
    }

    .k-grid-header-wrap {
        border-radius: 2px 0 0 0;
    }
}

.k-gantt-treelist .k-grid-header tr {
    height: 2.5em;
}

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #fff;
}

/*TABLE DARK HEADER*/
.k-gantt-treelist .k-grid-header th.k-header,
.k-grid .k-grid-header th.k-header {
    background-color: #545255 !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#423f42), color-stop(50%, #58575a), to(#434043)) !important;
    background-image: -webkit-linear-gradient(#423f42, #58575a 50%, #434043) !important;
    background-image: -moz-linear-gradient(top, #423f42, #58575a 50%, #434043) !important;
    background-image: -o-linear-gradient(#423f42, #58575a 50%, #434043) !important;
    background-image: linear-gradient(#423f42, #58575a 50%, #434043) !important;
    background-repeat: no-repeat !important;
    color: #fff !important;
    font-weight: 700;
    vertical-align: middle;
    border-color: #2a282a;
    text-rendering: geometricPrecision;
}



.k-grid .k-grid-header th.k-header {
    height: auto;
}

.k-grid tbody tr:first-child td {
    border-top: 0;
}
.k-grid-content-locked + .k-grid-content {
    .k-selectable tr td:first-child {
        border-left: 0 !important;
    }
}
/*end*/

/*shadow*/
.k-grid-header-locked {
    border-color: #2a282a;
}

/*IE 11+*/
.k-grid-lockedcolumns {
    .k-grid-content-locked {
        border-right: 4px solid #cacaca;
        border-image: linear-gradient(to right, grey, rgba(0, 0, 0, 0)) 1 100%;
        z-index: 1;
    }

    .k-grid-content {
        min-height: 0px;
        margin-left: -4px;
    }
}


.side-shadow_right {
    position: relative;
    height: 100%;
}

.side-shadow_right:before {
    content: "";
    position: absolute;
    z-index: 12;
    pointer-events: none;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(left top, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
}
/*end*/
.task-managment ul li,
.k-tabstrip-items .k-state-default .k-link, .k-panelbar > li.k-state-default > .k-link {
    font-weight: 700;
}

.k-gantt .k-treelist .k-grid-content tr:hover {
    background-color: #e5daf8;
    cursor: pointer;
}


.k-link:link {
    color: #fff !important;
}

.k-link:focus {
    text-decoration: none;
}

.k-numeric-wrap .k-link.k-state-selected {
    background-color: #e5daf8;
}

.k-task-single {
    border: 0 none;
    background-color: #e2e2e2;
    min-height: 20px;
}

.k-event, .k-task-complete {
    background: #ceaedd;
    color: #2e2e2e;
}

.k-more-events, .k-event, .k-task-single, .k-event .k-link {
    border-radius: 6px;
}

.k-task-complete {
    border-radius: 6px 0 0 6px;
}

.k-task-template {
    padding: 0.3em 1.4em .2em .6em;
    font-size: 9px;
}

.k-line {
    background-color: #89919b;
}

.k-task-milestone {
    background: #8d5ea4;
    border: 0 none;
    width: 13px;
    height: 13px;
    margin-top: 5px;
}

.k-treelist .k-state-selected, .k-treelist .k-state-selected td, .k-treelist .k-alt.k-state-selected, .k-treelist .k-alt.k-state-selected > td {
    background-color: #e5daf8 !important;
    color: #333333;
}
/*Template Gant View Edit*/
#workflow-cnt .header {
    background-color: #fff;
}

#workflow-edit-tabs {
    border: 0;
    background: transparent;
}

/*Dropdawn*/
.k-list-container {
    background-color: #fff;
}

.k-state-focused, .k-list > .k-state-focused {
    box-shadow: none;
}

.k-popup.k-list-container {
    padding: 2px 0;
}

.k-list-container .k-list ul {
    border-radius: 0;

    li {
        border-top: 1px solid #c5c5c5 !important;
    }
}

.k-list .k-state-focused {
    border-radius: 0;
}

.k-popup .k-list .k-state-focused {
    border-width: 0;
}

.k-list .k-item.k-state-hover {
    border-color: transparent;
}

.k-popup .k-list .k-state-selected {
    border-width: 0;
}

.k-state-selected, .k-list > .k-state-selected {
    background-color: #e5daf8;
    color: #333333;
    border: 0 none;
    border-radius: 0;
}
/*dropdawn in the table*/
.k-grid-content .k-grid-edit-row.k-state-selected {

    .k-dropdown-wrap.k-state-default {
        background-image: none;
        background-color: #e5daf8;
    }

    .k-dropdown-wrap {
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
}

.k-popup .k-list .k-item {
    background-color: #f5f1fb;
}

.k-list > .k-state-focused.k-state-selected, .k-state-focused.k-state-selected {
    background-color: #e5daf8;
}

.k-list-container.k-state-border-up {
    border-radius: 0;
}


/*end*/


/*Grid*/
.k-grid.k-widget {
    border: 0;
}

.k-grid-content-locked .sprite-dragable {
    float: left;
}

.k-grid .sprite-dragable {
    height: 22px;
}

.k-widget.k-splitter {
    overflow: hidden;
}

.k-splitbar {
    background-color: #ebebec;
}

.taskSelectedCnt {

    .header {
        padding-left: 15px;

        h1 {
            font-size: 14px;
            line-height: 25px;
            float: left;
            margin-left: 0;
            margin-right: 190px;
            font-family: 'PT Sans',Arial,sans-serif; 
            .color-name {
                color: #9766af;
            }

            span {
                color: #2b2b2b;
            }
        }

        .task-description {
            margin-left: 0;
            overflow: hidden;
            position: relative;
            padding-left: 80px;
            padding-right: 15px;
            margin-right: 0;
            label {
                font-weight: 400;
                font-size: 14px;
                line-height: 25px;
                color: #9766af;
                position: absolute;
                top: 0;
                left: 0;
            }

            input {
                width: 100%;
                margin: 0;
                box-sizing: border-box;
            }
        }
    }
}

.k-dropdown-wrap.k-state-default {
    .k-input {
        text-align: left;
    }
}

@media screen and (max-width:1260px) {
    .taskSelectedCnt .header h1 {
        float: none;
    }
}

@media screen and (max-width:1090px) {
    .taskSelectedCnt .header h1 {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}



.table-wrapper > .k-widget.k-grid {
    border: 0;
}

.k-grid tr[role=row] > td:first-child {
    border-left: 1px solid #bdbec1 !important;
}

.table-wrapper .k-grid-header {
    border-radius: 2px 2px 0 0;
}

.table-wrapper .k-grid {
    border-radius: 2px 0 0 0;
}

/*KENDO OVERRIDE*/
.k-dropdown-wrap {
    background-image: none;
}

.k-popup.k-list-container {
    padding: 0;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    background-image: none;
    background-color: #fff;
}

.k-button:active, .k-button:active:hover, .k-button.k-state-active:hover {
    border-color: #e5daf8;
}

.k-state-focused.k-state-selected, .k-list > .k-state-focused.k-state-selected, .k-listview > .k-state-focused.k-state-selected, td.k-state-focused.k-state-selected {
    box-shadow: none;
    background-color: #e5daf8; 
    color: #333;
    border-radius: 0;
}

.k-item.k-state-hover:hover {
    box-shadow: none;
    color: #333;
    border-radius: 0;
    background-color: #e5daf8;
}

.k-list-optionlabel.k-state-hover {
    border-radius: 0;
    box-shadow: none;
    color: #333;
    border-radius: 0;
    background-color: white;
}

.k-popup {
    box-shadow: none;
}

.k-tabstrip-items .k-state-active, .k-ie7 .k-tabstrip-items .k-state-active .k-loading {
    border-color: #c5c5c5;
}

.k-tabstrip:focus {
    box-shadow: none;
}

.k-tabstrip {
    .k-tabstrip-items {
        padding: 20px 15px 0 15px;

        .k-item {
            border-radius: 0;
            margin-right: 2px;
        }

        .k-loading {
            border-top: 0;
        }
    }
}

.k-tabstrip > .k-content {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    border-color: #c5c5c5;
}


/*end*/

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #e5daf8;
    border-color: #e5daf8;
}

/*Delete icon*/
.k-grid tbody .k-button {
    background-position: -122px -45px;
    width: 13px;
    min-width: 13px;
    height: 16px;
    border-width: 0;
    opacity: 0.7;
    padding: 0;
    background-image: url('/Content/Material/sprites.png');
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    overflow: hidden;
    margin: 0 auto;
    display: block;
}

.k-grid tbody .k-button .k-i-cancel, .k-grid tbody .k-button .k-cancel, .k-grid tbody .k-button:hover .k-i-cancel, .k-grid tbody .k-button:hover .k-cancel {
    background-position: -30px -49px;
   
}
.k-grid tbody .k-button.k-grid-Delete:hover {
    opacity: 1;
}
.k-grid tbody .k-button.k-grid-edit {
    background-position: -118px -27px;
    min-width: 19px;
    width: 17px;
    height: 16px;
    min-height: 18px;
    display: block;
    margin: 0 auto;
}

.k-grid tbody .k-button.k-grid-remove {
    background-position: -122px -45px;
}
/*end*/

/*Btn add task green*/
.btn-add-task {
    width: 14px;
    height: 14px;
    background: url('../../Images/btn-add-task-ico.png') 0 0 no-repeat;
    border: 0 none;
    line-height: 14px;
    color: transparent;
}

.k-grid tr.no-last-child td {
    border-bottom: 0 !important;
}

.table-add-btn {
    padding-right: 17px;
    border-width: 0;
    background-color: #eeeeee;
    border-radius: 0 0 3px 3px;
    border: 1px solid #bdbec1;
    border-top-width: 0;

    .k-grid-content {
        overflow-y: hidden;
    }

    .MacOS_body & {
        padding-right: 0 !important;
    }
}

.k-button:active, .k-button:active:hover, .k-button.k-state-active:hover {
    opacity: 0.7;
    background-color: #fff;
}

.k-button:hover {
    opacity: 0.7;
    background: none;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-button:focus:not(.k-state-disabled):not([disabled]) {
    box-shadow: none !important;
}

.without-border {
    border: 0 !important;
}


/*Arrows*/

.k-pager-wrap {
    padding: 15px 0;
    border-top-width: 0;
}

.k-pager-wrap .k-link:hover {
    background-image: none;
}

.k-pager-wrap .k-link:hover {
    background-color: none;
}

.k-pager-wrap > a.k-pager-nav:hover {
    background: 0 !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all {
    .k-icon:not(.k-loading) {
        background-size: inherit;
    }

    .k-icon.k-resize-handle {
        background-size: 340px 336px;
    }

    .k-icon.k-i-arrow-s {
        background-size: 340px 336px;
    }
}

.k-pager-wrap .k-link:not(.k-state-disabled):hover > .k-i-arrow-e {
    background-position: -37px -84px;
    width: 7px;
}

.k-pager-wrap .k-link:not(.k-state-disabled):hover > .k-i-seek-e {
    background-position: -23px -84px;
    width: 12px;
}

.k-link:not(.k-state-disabled):hover > .k-i-seek-w {
    background-position: 0 -96px;
    width: 12px;
}

.k-link:not(.k-state-disabled):hover > .k-i-arrow-w {
    background-position: -14px -96px;
    width: 7px;
}

.k-pager-wrap .k-link:link {
    color: #5f5f5f !important;

    &:hover {
        background: transparent;
        color: #9766af !important;
        border-color: #c5c5c5;
    }
}

.k-pager-wrap .k-link:hover {
    border-color: transparent;
    color: #9766af;
    border-radius: 3px;
}



/*table header arrows*/
.table-wrapper .k-grid-header th.k-header[data-role=columnsorter] .k-icon {

    &.k-i-arrow-s {
        background-position: 0 -365px;
    }

    &.k-i-arrow-n {
        background-position: 0 -334px;
    }
}

.k-grid-header th.k-header[data-role=columnsorter] > .k-link:hover span.k-i-arrow-s {
    background-position: 0 -365px;
}

.k-grid-header th > .k-link:hover span.k-i-arrow-n {
    background-position: 0 -334px;
}
/*end*/

.k-grid-pager {

    .k-icon {
        background-image: url('/Content/Material/sprites.png');
        height: 10px;

        &.k-i-seek-w {
            background-position: 0 -96px;
            width: 12px;
        }

        &.k-i-arrow-w {
            background-position: -14px -96px;
            width: 7px;
        }

        &.k-i-arrow-e {
            background-position: -37px -84px;
            width: 7px;
        }

        &.k-i-seek-e {
            background-position: -23px -84px;
            width: 12px;
        }
    }

    .k-state-disabled {

        .k-icon {
            background-image: url('/Content/Material/sprites.png');
            height: 10px;

            &.k-i-seek-w {
                background-position: 0 -84px;
                width: 12px;
            }

            &.k-i-arrow-w {
                background-position: -14px -84px;
                width: 7px;
            }

            &.k-i-arrow-e {
                background-position: -37px -96px;
                width: 7px;
            }

            &.k-i-seek-e {
                background-position: -23px -96px;
                width: 12px;
            }
        }
    }
}

#TaskStatus-list {
    min-width: 80px;
}

#UserId_listbox .k-item {
    word-break: break-word;
    word-wrap: break-word;
}


/*Navigation*/
.k-pager-numbers .k-state-selected {
     border-color: rgb(229, 218, 248);
    background-color: rgb(229, 218, 248);
    border-radius: 3px;
    color: #9766af;
    text-decoration: underline;
}

.k-link.k-pager-nav {
    border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
    .k-webkit .k-pager-numbers.k-state-expanded .k-current-page .k-link {
        border-radius: 0 0 3px 3px;
    }

    .k-webkit .k-pager-numbers .k-current-page .k-link {
        border-radius: 3px;
    }

    .k-webkit .k-pager-numbers + .k-link,
    .k-ff .k-pager-numbers + .k-link {
        margin-left: 72px;
    }

    .k-ie11 .k-pager-numbers + .k-link {
        margin-left: 74px;
    }
}

#workflow-cnt .k-icon.k-filter {
    background-position: -32px -340px;
}

#workflow-cnt .k-state-hover:hover .k-icon.k-filter {
    background-position: -32px -340px;
}

.k-numeric-wrap.k-state-default > .k-select,
.k-picker-wrap.k-state-default > .k-select,
.k-numeric-wrap.k-state-disabled > .k-select {
    border-left-width: 0;
}



/*Calendar*/
.k-calendar-container .k-link:link {
    color: #2e2e2e !important;
}

.k-calendar-container .k-state-selected.k-state-focused a {
    color: #613078 !important;
}

.k-calendar .k-content .k-link {
    padding: 0 .45em 0 .45em;
    text-align: center;
}

.k-calendar-container .k-content td {
    border: 1px solid #bdbec1;
}

.k-calendar-container .k-today.k-state-focused {
    background-color: #e5daf8;
    box-shadow: 0 none !important;
}

.k-grid table {
    min-width: 100%;
}

.k-widget.k-invalid-msg.field-validation-error.simple-validation {
    margin: 0;
    padding: 0;
    width: 20px;
    float: right;
    border: none; 
    position: static;
    background: transparent;
    border-width: 0;
    box-shadow: none;

    .k-icon.k-warning {
        background-image: url('../../Images/sprite_e48c90.png');
    }
}

.k-dirty {
    display: none;
}

.k-button {
    &.k-primary {
        color: white;
        font-family: 'PT Sans', Tahoma, sans-serif;
        font-weight: bold;
        padding: 4px 20px;
        background-color: #77488e;
        background-image: -moz-linear-gradient(top, #87589f, #5e2f74);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#87589f), to(#5e2f74));
        background-image: -webkit-linear-gradient(top, #87589f, #5e2f74);
        background-image: -o-linear-gradient(top, #87589f, #5e2f74);
        background-image: linear-gradient(to bottom, #87589f, #5e2f74);
        background-repeat: repeat-x;
        border: 1px solid #633578;
        -webkit-box-shadow: inset 0 1px 1px #c087dd;
        -moz-box-shadow: inset 0 1px 1px #c087dd;
        box-shadow: inset 0 1px 1px #c087dd;

        &:hover {
            background: #5e2f74;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
        }
    }
}

.k-with-icon .k-header-column-menu.k-state-active {
    background: #c5c5c5;
}

.k-first.k-state-selected.k-state-focused {
    background-color: #e5daf8;
}

.grid-table {
    .k-header.k-with-icon {
        position: relative;
    }

    .k-grid-header th.k-with-icon .k-link {
        padding-right: 18px;
    }

    .k-header > .k-header-column-menu {
        position: absolute;
        right: 8px;
        top: 5px;
    }

    .k-grid-header {
        .k-icon {
            background-image: url('/Content/Material/Black/sprite.png');

            &.k-i-arrow-s {
                background-position: -2px -33px;
            }
        }
    }
}

.k-header-column-menu {
    .k-icon {
        &.k-i-arrowhead-s {
            background-position: -55px -342px;
        }
    }
}

.header-page-bg {
    border: 1px solid #c0c1c2;
    border-bottom: 0;
    background-color: #f9f9f9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), color-stop(15%, #fefefe), to(#e3e3e5));
    background-image: -webkit-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
    background-image: -moz-linear-gradient(top, #fefefe, #fefefe 15%, #e3e3e5);
    background-image: -o-linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
    background-image: linear-gradient(#fefefe, #fefefe 15%, #e3e3e5);
    background-repeat: no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0;
    height: 30px;
}



.table-wrapper .k-header > .k-link {
    color: #fff;
}

.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
    margin: 0.5em;
    padding: 2px;
}

.k-widget.k-tooltip.k-tooltip-validation.k-invalid-msg.field-validation-error {
    margin: 0.5em;
    padding: 2px;
}

.k-pager-sizes .k-icon.k-i-arrow-s {
    background-image: url('/Content/Material/sprites.png');
    background-position: 0 -164px;
}

form.k-filter-menu  button.k-button.k-primary{
    padding:2px 7px 2px;

}

form.k-filter-menu  ul.k-reset.k-multicheck-wrap .k-item .k-label input[type=checkbox]{
    margin-right:5px;

}

/*window confirm*/
.k-widget.k-window{
    .k-window-titlebar.k-header{
        border-bottom-width:0;
    }
    #confirmationModal{
        .popupMessage.bootbox-body{
            padding: 15px;
            padding-top: 0;
            margin-top: 0;
        }
        .dialog_buttons{
           float: right;
           .btn.btn-default{
                   
           }
        }
        .btn{
           
        }
    }
    #confirmationModal.k-window-content.k-content{
        padding:0;
    }

}
/*multiselect*/
.k-list-scroller{
    overflow-y:scroll;
}

.k-multiselect{
        width: 200px;
        border-width: 0;
    .k-multiselect-wrap.k-floatwrap{
        border: 1px solid #cccccc;
        border-radius: 4px;
        min-height: 27px;
        .k-button{
            border-width: 0;
            background-color: #f5f1fb;
         }
    }
    
}

.k-animation-container {
    .k-list-scroller {
        background-color: #f5f1fb;
        li.k-item {
            .text {
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
               
                max-width: 95%;
                float: left;
            }
        }

        li.k-item {
            span.glyphicon.icon-ok.check-mark {
                
                display: none !important;
            }
            span.fa.fa-check.check-mark {
                
                display: none !important;
            }
        }

        li.k-item.k-state-selected {
            span.glyphicon.icon-ok.check-mark {
                display: block !important;
                max-width: 10%;
                float: right;
                margin-top: 5px;
            }
            span.fa.fa-check.check-mark {
                display: block !important;
                max-width: 10%;
                float: right;
                margin-top: 5px;
            }

            .text {
                max-width: 90%;
               
            }
        }

        li.k-item.k-state-selected.k-state-hover {
        }
    }
}

/*datepicker*/
.k-datepicker{
    input[data-role="datepicker"]:focus{

    }

    input.filterdate{
        min-width:100%;
    }
    .k-picker-wrap.k-select{
    }
}

/*notification*/

.k-widget.k-notification{
    border-color:transparent !important;
    background-color:transparent !important;
    .notification-wrapper { 
        position:static;
        max-width: 455px;
        padding: 18px 20px 18px 15px;
        border: 1px solid #c0c1c2;
        background: #fff;
        vertical-align: middle;
        overflow: auto;
        max-height: 300px;
        .notification-ico {
            display: table-cell;
            vertical-align: middle;
            background-image: url('/Content/Material/sprites.png');
            background-repeat: no-repeat;
        }

        .notification {
            font-family: 'PT Sans', Tahoma, sans-serif;
            overflow: hidden;
            vertical-align: middle;
            line-height: 20px;
            display: table-cell;
            padding-left: 15px;
        }
        .warning-ico,.error-ico {
            background-position: -42px -2px;
            width: 42px;
            height: 36px;
            margin-right: 15px;
            display: inline-block;
            cursor: default; 
        }
        .success-ico , .info-ico {
            background-position: -86px -2px;
            width: 30px;
            height: 30px;
            display: inline-block;
            vertical-align: middle;
            cursor: default; 
        }
    }
}

/*modal window*/
.k-widget.k-window{
.k-window-title{
        left:0;
        right:0;
        font-size:  17.5px;
        font-weight: bold;
        padding-left: 0;
        padding-right: 20px;
        padding-left: 10px;
        
    }
    div.k-window-content{
          /*margin-top: 10px;*/
         
          margin-top: 10px;
          padding: 0;
          .modal-content{
                  border-top-width: 0;
                  border-right-width: 0;
                  border-left-width: 0;
                  border-bottom: 0;
                  box-shadow: none;
          }
}

}
#pinModal{
    .modal-body{
        label{
            margin-top: 6px;
            float: left;
        }
        #pinInput{
            height: 19px;
            width: 295px;
        }
        border-bottom:1px solid #dddddd;
    }
}
.k-filter-menu .k-combobox,
.k-filter-menu .k-datepicker,
.k-filter-menu .k-timepicker,
.k-filter-menu .k-datetimepicker,
.k-filter-menu .k-numerictextbox,
.k-filter-menu .k-dropdown,
.k-filter-menu .k-textbox {
  width: 15em;
}