/*
pink: FF3E76
blue: 00669B
green: 006D49
yellow: F4BA24


*/

#e-calories-list {
  color: #888 !important;
  /* padding: 20px; */
}
#e-calories-list-header {
  background-color: #FF3E76;
  padding: 10px 30px;
  width: 100%;
}
#e-calories-list-body {
  width: 100%;
}
#e-calories-table{
  width: 100%;
}
#e-input-search, #e-input-search:focus, #e-input-search:focus-visible {
  outline: none;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
  width: calc(100% - 45px);
  float: right
}
#e-input-search-icon {
  display: inline-block;
  width: 40px;
  float: left;
  height: 30px;
  padding: 2px;
}
.e-table-header {
  background-color: #111;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 16px;
  padding: 8px;
	white-space: nowrap
}
.e-table-header-dish {
  background-color: #00669B;
}
.e-table-header-unit {
  background-color: #006D49;
}
.e-table-header-calo {
  background-color: #F4BA24;
}
#e-calories-table thead tr, #e-calories-table thead tr th{
  border-top: none !important;
  border-bottom: none !important;
  padding: 0;
  text-align: center;
}
.e-cell-split {
  border-left: 7px solid #fff;
  border-right: 7px solid #fff;
}
.e-table-cell {
  text-align: center;
}
.e-table-cell.first {
  border-top: none !important;
}
#e-calories-table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.02);
}
#e-calories-table td, #e-calories-table th {
  padding: 10px;
  border-top: 1px solid #d0d0d0;
}
.row-status{
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px;
}
@media only screen and (max-width: 768px) {
  .e-table-header {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 11px;
    padding: 7px;
  }
  .e-table-cell {
    font-size: 13px;
  }
  #e-calories-table td, #e-calories-table th{
    padding: 10px 5px;
  }
  .e-cell-split {
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
  }
	#e-calories-list-body{
		overflow: auto
	}
	#e-calories-table{
		width: max-content
	}
  #e-calories-list-header{
    padding: 10px 10px;
  }
	td.e-table-cell:first-child {
    position: sticky;
    left: 0;
    background-color: aliceblue;
    z-index: 2;
}
	 #e-calories-table thead tr th:first-child{
		position: sticky;
		position: -webkit-sticky;
    left: 0;
    z-index: 2;
		 
	}
}
