/**
 * It may be useful to copy the below styles and use on your page
 */
/*<IssueID:117651>,Date:27-DEC-2018,Done By:<Aakansha Tyagi><1389>*/
.dataTable {
  position: relative;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
  line-height: 1.3em;
  font-size: 12px;
}

.dataTable table {
  border-collapse: separate;
  position: relative;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-spacing: 0;
  table-layout:fixed;
}


    .dataTable th {
    vertical-align: middle;
    background-color: #fff;
    color: #008ECB;
    text-overflow: ellipsis !important;
    height: 30px;
    min-width: 85px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border-color: #fff;
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
    /*padding: 0 10px;*/
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;

    }


.dataTable td {
    PADDING-BOTTOM: 0px;
    PADDING-LEFT: 2px;
    PADDING-RIGHT: 2px;
    HEIGHT: 34px;
    min-width: 85px;
    OVERFLOW: hidden;
    PADDING-TOP: 0px;
    white-space: nowrap;
    text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    border-color: #fff;
    color: #747474;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    font-size:13px;
}


.dataTable div.minWidthFix {
  width: 10px;
}

.dataTable tr:first-child th.htNoFrame,
.dataTable th:first-child.htNoFrame,
.dataTable th.htNoFrame {
  border-left-width: 0;
  background-color: white;
  border-color: #FFF;
}

.dataTable th:first-child,
.dataTable td:first-child,
.dataTable .htNoFrame + th,
.dataTable .htNoFrame + td {
  /*border-left: 1px solid #CCC;*/
}

/*.dataTable tr:first-child th,
.dataTable tr:first-child td {
  border-top: 1px solid #CCC;
}*/

.dataTable tr:first-child td {
  border-top: 1px solid #CCC;
}

.dataTable thead tr:last-child th {
  border-bottom-width: 0;
}

.dataTable thead tr.lastChild th {
  border-bottom-width: 0;
}

.dataTable th:nth-child(1), .dataTable td:nth-child(1){min-width: 40px !important;max-width: 40px !important;width: 40px !important;}
.dataTable td:nth-child(1){text-align:left !important;}
.dataTable td:nth-child(1) input[type="checkbox"]{float:left;}
.dataTable td:nth-child(1) img{float:right;}
.dataTable th:nth-child(2), .dataTable td:nth-child(2){min-width: 30px !important; max-width: 30px !important; width: 30px !important;}
.dataTable th:nth-child(3), .dataTable td:nth-child(3){min-width: 30px !important; max-width: 30px !important; width: 30px !important;}
.dataTable th:nth-child(4){ width: 300px !important; /*height: 23px !important*/  }
/*Start<IssueID:117651>*/
.dataTable td:nth-child(4){display: block;display: -webkit-box;white-space: normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;width: 300px !important; padding-top: 2px;}
/*End<IssueID:117651>*/
.dataTable th:nth-child(5), .dataTable td:nth-child(5){ min-width: 30px !important; max-width: 30px !important; width: 30px !important;}


.dataTable th {
  /*background-color: #C1DCFF;*/
  /*color: #000000;*/
  text-align: center;
  /*font-family: tahoma;
  height: 25px;
  font-weight: normal;
  font-size: 12px;*/
  white-space: nowrap;
}

.dataTable tr {  
  text-align: center;
  /*color: #000000;*/    
  white-space: nowrap;
}


.dataTable th .small {
  /*background-color: #C1DCFF;
  color: #000000;*/
  text-align: center;
  /*font-family: tahoma;
  height: 25px;
  font-weight: normal;*/
  /*font-size: 12px;*/
  white-space: nowrap;
}

.dataTable thead th {
  /*padding: 2px 4px;*/
}

.dataTable th.active {
  background-color: #CCC;
}

/* border background */
.dataTable .htBorderBg {
  position: absolute;
  font-size: 0;
}

.dataTable .htBorderBg.selection {
  background-color: #EEF4FF;
}

/* border line */
.dataTable .htBorder {
  position: absolute;
  width: 2px;
  height: 2px;
  background: #000;
  font-size: 0;
}

.dataTable .htBorder.current {
  background: #5292F7;
  width: 2px;
  height: 2px;
}

.dataTable .htBorder.selection {
  background: #89AFF9;
  width: 1px;
  height: 1px;
}

/* fill handle */
.dataTable .htFillHandle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #5292F7;
  border: 1px solid #fff;
  font-size: 0;
  cursor: crosshair;
}

.dataTable .htBorder.htFillBorder {
  background: red;
  width: 1px;
  height: 1px;
}
/*WFX :Edited for editedable cells CSS*/
/* textarea border color */
.editInput
{
  border : 1px solid #5292F7;
  outline-width: 0;
  margin: 2px;
  padding: 1px 1px 0 1px;
  /*font-family: tahoma;*/ /*repeat from .dataTable (inherit doesn't work with IE<8) */ 
  font-size: 12px;  
  resize: none;
  width:56px;  
  text-align:center;
}
textarea.handsontableInput {
  border: 2px solid #5292F7;
  outline-width: 0;
  margin: 0;
  padding: 1px 4px 0 2px;
  font-family: Calibri Light,Calibri; /*repeat from .dataTable (inherit doesn't work with IE<8) */
  line-height: 1.3em;
  font-size: 12px;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.4);
  resize: none;
  width:10px;
  text-align:center;
}

.handsontableInputHolder.htHidden textarea.handsontableInput {
  border-color: #5292F7;
  background: #5292F7;
  color: #5292F7;
}

.handsontableInputHolder {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;  
}

/* typeahead rules. Needed only if you are using the autocomplete feature */
.typeahead {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0;
  list-style: none;
  background-color: white;
  border-color: #CCC;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

}

.typeahead li {
  line-height: 18px;
  display: list-item;
}

.typeahead a {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}

.typeahead li > a:hover, .typeahead .active > a, .typeahead .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #08C;
}

.typeahead a {
  color: #08C;
  text-decoration: none;
}

.clsEvenRow {
	 MARGIN: 2px 2px 0px;
}

.clsEvenRow:hover{
    background-color: #EBF9FF;
}

.clsOddRow {
	 MARGIN: 2px 2px 0px; 
}

.clsOddRow:hover{
    background-color: #EBF9FF;
}

.clsHandsOnHeader
{
  background-color: #dbebf8;
  color: #000000;
  text-align: center;
  /*font-family: tahoma;*/
  height: 25px;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
}
