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

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

.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;
}

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

.k-grid.k-widget.with-add-btn {
  border: 1px solid #bdbec1;
  border-radius: 3px 3px 0 0;
}

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

.k-grid-lockedcolumns.k-grid.k-widget {
  border: 1px solid #bdbec1;
}

.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;
}
.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;

  border-width: 0;
}

.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;
}

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;
  max-width: 200px;
  z-index: 10000;
  border: 1px solid #cccccc;
  border-radius: 2px;
}

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

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

.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-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;
}

/*end*/

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

.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 0.2em 0.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;
}

.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-selected,
.k-list > .k-state-selected,
.k-list > .k-selected {
  background-color: #dce4f0 !important;
  color: #333333 !important;
  border: 0 none;
  border-radius: 0;
}
/*dropdawn in the table*/

.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;
}

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

.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;
  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-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 .k-link:link,
.k-pager-wrap .k-button,
.k-pager-numbers .k-button {
  color: #5f5f5f !important;
  background-color: transparent;
  border-color: transparent;
}

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

/*table header arrows*/

.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*/

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

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

/*Navigation*/

.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-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-dirty {
  display: none;
}

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

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

.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("/assets/styles/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;
}

/*multiselect*/

.k-multiselect {
  width: 200px;
  border-width: 0;
}

.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;
}

/*modal-window-title*/
.k-window-title {
  font-size: 17.5px;
  font-weight: bold;
}

.k-grid .k-grid-aria-root {
  .k-table-td {
    padding: 3px 12px;
  }

  .k-table-th {
    padding: 8px 12px;
  }
}

.k-button-md {
  padding-block: 4px;
  padding-inline: 8px;
}

.k-picker-md .k-input-inner {
  padding-block: 4px;
  padding-inline: 8px;
}

.k-rounded-md {
  border-radius: 4px;
}

.k-dropdownlist {
  height: 30px;
}

.k-expander-header {
  padding: 12px 16px;
}
