/*ul {
  margin-left: 0;
  padding: 0;
  cursor: default;
}

li {
  background: url("../images/arrow_right_spearmint.png") no-repeat center left;
  padding: 0 0 0 14px;

  list-style: none;
  margin: 0;
}*/

.grid-header {
  border: 1px solid #97b8e2;
  border-top: 0;
  border-bottom: 0;
  background: url('../images/header-bg.gif?v=1.0') repeat-x center top;
  height: 24px;
}

.grid-header label {
  display: inline-block;
  font-weight: bold;
  margin: auto auto auto 6px;
  color: #0880d4;
  line-height: 24px;
}


.grid-header .ui-icon {
  width: 16px; 
  height: 16px;
  margin: 4px 4px auto 6px;
  background-color: transparent;
  border-color: transparent;
  cursor:pointer;
}

.grid-command-bar {
  border: 1px solid #97b8e2;
  border-bottom :0;
  background-color:#DFE8F6;
  color: black;
  height: 24px;
  line-height: 24px;
}


.grid-command-bar .ui-icon-container {
  float:right;
  width: 16px; 
  height: 16px;
  padding: 2px 2px 2px 2px;
  margin: 1px 1px 1px 1px;
  background-color: transparent;
  border:solid 1px transparent;
  cursor:pointer;
}

.grid-command-bar .ui-icon-container:hover {
  background-color: #ebf2fc;
  border:solid 1px #0880d4;
}

.grid-command-bar .ui-icon-search { background: url(../images/search16.png?v=1.1) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-delete { background: url(../images/delete16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-new { background: url(../images/new16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-new02 { background: url(../images/new02-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-show { background: url(../images/eye16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-excel { background: url(../images/excel.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-excel2 { background: url(../images/excel2.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-edit { background: url(../images/edit16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-selectRow { background: url(../images/selectRow16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-grid{ background: url(../images/grid16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-copy{ background: url(../images/copy16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-paste{ background: url(../images/Paste16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-pay{ background: url(../images/pay16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-print{ background: url(../images/printer16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-refresh{ background: url(../images/refresh16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-option{ background: url(../images/option16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-collapse{ background: url(../images/collapse-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-expand{ background: url(../images/expand-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-movement { background: url(../images/list-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-chart { background: url(../images/chart-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-user { background: url(../images/user-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-userAccept { background: url(../images/user-accept-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-save { background: url(../images/save-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-clear { background: url(../images/table-cross-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-verify { background: url(../images/check-box-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-delivery { background: url(../images/pack-acc-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-loader { background: url(../images/loader-02.gif) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-tfollow { background: url(../images/docload16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-tclose { background: url(../images/lock-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-tfunc { background: url(../images/pack-acc-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-tfollowall { background: url(../images/view-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-info { background: url(../images/info-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-memoAdd { background: url(../images/doc-add-20.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-done { background: url(../images/done-16.png) no-repeat center;cursor:pointer;}
.grid-command-bar .ui-icon-files { background: url(../images/files-16.png) no-repeat center;cursor:pointer;}

.grd-column-clickable {
    cursor:pointer;
}

.grid-header .ui-icon.ui-state-hover {
  background-color: white;
}

.grid-header #txtSearch {
  margin: 0 4px 0 4px;
  padding: 2px 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid silver;
}

.options-panel {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid silver;
  background: #f0f0f0;
  padding: 4px;
  margin-bottom: 20px;
  width: 320px;
  position: absolute;
  top: 0px;
  left: 650px;
}

/* Individual cell styles */
.slick-cell.task-name {
  font-weight: bold;
  text-align: right;
}

.slick-cell.task-percent {
  text-align: right;
}

.slick-cell.cell-move-handle {
  font-weight: bold;
  text-align: right;
  border-right: solid gray;

  background: #efefef;
  cursor: move;
}

.cell-move-handle:hover {
  background: #b6b9bd;
}

.slick-row.selected .cell-move-handle {
  background: #D5DC8D;
}

.slick-row .cell-actions {
  text-align: left;
}

.slick-row.complete {
  background-color: #DFD;
  color: #555;
}

.percent-complete-bar {
  display: inline-block;
  height: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

select.editor-select:focus  {
  width: 100%;
  height: 17px;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}

/* Slick.Editors.Text, Slick.Editors.Date */
input.editor-text {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;
}

input.editor-text:focus  {
    background: transparent;
    border :0;
}

.Long-Text-Editor {
z-index:11000;
position:absolute;
background:white;
padding:5px;
border:3px solid #5c96df;
-moz-border-radius:10px;
 border-radius:10px;
}
.ui-datepicker-trigger {
  margin-top: 2px;
  padding: 0;
  vertical-align: top;
}

/* Slick.Editors.PercentComplete */
input.editor-percentcomplete {
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  background: transparent;
  outline: 0;
  padding: 0;

  float: left;
}

.editor-percentcomplete-picker {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 100%;
  background: url("../images/pencil.gif") no-repeat center center;
  overflow: visible;
  z-index: 1000;
  float: right;
}

.editor-percentcomplete-helper {
  border: 0 solid gray;
  position: absolute;
  top: -2px;
  left: -9px;
  background: url("../images/editor-helper-bg.gif") no-repeat top left;
  padding-left: 9px;

  width: 120px;
  height: 140px;
  display: none;
  overflow: visible;
}

.editor-percentcomplete-wrapper {
  background: beige;
  padding: 20px 8px;

  width: 100%;
  height: 98px;
  border: 1px solid gray;
  border-right: 0;
}

.editor-percentcomplete-buttons {
  float: right;
}

.editor-percentcomplete-buttons button {
  width: 80px;
}

.editor-percentcomplete-slider {
  float: left;
}

.editor-percentcomplete-picker:hover .editor-percentcomplete-helper {
  display: block;
}

.editor-percentcomplete-helper:hover {
  display: block;
}

/* Slick.Editors.YesNoSelect */
select.editor-yesno {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}

/* Slick.Editors.Checkbox */
input.editor-checkbox {
  margin: 0;
  height: 100%;
  padding: 0;
  border: 0;
}

/* Slick.Composite Editor Form */
.item-details-form {
    border: 1px solid #97b8e2;
    margin: auto;
    padding: 5px;
    background: #ebf2fc;
    -moz-box-shadow: 0px 0px 15px black;
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
    width:300px;
    position:absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    height :50%;
    overflow :auto;
    z-index: 10000;
}


.item-details-label {
    margin-right: 5px;
    margin-top: 5px;
    width:40px;
    text-align :left ;
}

.item-details-editor-container {
    width: 200px;
    height: 20px;
    border: 1px solid #97b8e2;
    background: white;
    margin: 5px;
    margin-top: 4px;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
}

.slick-row.slick-row-total{
    background-color:#d0dcef;
    font-weight :bold ;
}