strong {
	font-weight:500
}
/*.text-center
{
	text-align:left !important;
}*/
.misReport .table > tbody > tr > td {
	padding: 5px 7px;
}
.floating-placeholder {
	display:none;
	position:absolute;
	font-size: 0.95em;
	top: -1px;
	z-index: 9;
	padding: 0px 0 0 7px;
	color: #666;
}
.prodItemListStyle {
	display:none;
}
.itemListStyle {
	display:flex;
}
.table td:first-child, .table th:first-child {
	min-width:20px;
}
.companyLeft {
	display:none;
}
.deleteText {
	text-align:right;
	padding:6px 10px 0 0;
	width: 100%;
	float: left;
}
.table > thead > tr > th {
	z-index: 1;
}
.eyeIcon {
	position: relative;
	top: -25px;
	opacity: inherit;
	z-index: 99999;
	float: right;
	right: 5px;
}
.mobile-placeholder {
	display: none;
}

/*///////////////////////////////////////////////////////////////////////////*/

.dt-length
	{
		float: left;
	  margin-right: 20px;
	  margin-left: 10px;
	}
	.dt-search
	{
		padding-bottom: 6px;
		float: right;
	  margin-right: 10px;
	}
	
	.dt-length label {
  		display: none;
	}
	
	.dt-paging {
	  float: right;
	}
	div.dt-processing > div:last-child {
	  display: none;
	}
		div.dt-container .dt-length, div.dt-container .dt-search, div.dt-container .dt-info, div.dt-container .dt-processing, div.dt-container .dt-paging {
	  color: inherit;
	  display: initial;
	}
	table.dataTable {
	  margin: 0 auto 5px;
	}
	div.dt-container .dt-length select
	{
		height: 25px;
		line-height: 25px;
	}
	
	table.dataTable.dtr-column > tbody > tr > td.dtr-control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > th.dtr-control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > td.control.arrow-right::before, table.dataTable.dtr-column > tbody > tr > th.control.arrow-right::before {
	  margin-right: 10px;
	}
	
	table.dataTable > tbody > tr.child span.dtr-title {
  	min-width: 120px !important;
}
	table.dataTable > tbody > tr.child span.dtr-title {
	  display: inline-block !important;
	  margin-right: 5px;
	}
	table.dataTable > tbody > tr.child span.dtr-title {
	  font-weight: normal !important;
	}
	table.dataTable > tbody > tr.child ul.dtr-details {
	  display: contents;
	}
	table.dataTable > tbody > tr.child span.dtr-data::before {
  content: ":";
  color: #333;
  margin-right: 5px;
  font-weight: normal;
}
	table.dataTable > tbody > tr.child ul.dtr-details > li {
	  border-bottom: 0px solid #efefef !important;
	  display: list-item !important;
	}
	#tableRefresh .table {
    margin-bottom: 4px;
  }
	  
	
table.dataTable.nowrap td {
  	white-space: normal !important;
}
table.dataTable.dtr-column > tbody > tr > td.dtr-control, table.dataTable.dtr-column > tbody > tr > th.dtr-control, table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
  cursor: pointer;
  white-space: nowrap;
}
/*table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
    display: none !important;
}*/

table.dataTable thead > tr > th.dt-orderable-asc, table.dataTable thead > tr > th.dt-orderable-desc, table.dataTable thead > tr > td.dt-orderable-asc, table.dataTable thead > tr > td.dt-orderable-desc
{
	position: sticky;
}

div.dt-container .dt-info {
  padding-left: 8px;
}

.leftLabelSec
{
	width: 12.3%; 
}

.buttonRightSec
{
	display: flex;
  justify-content: end;
}


 .submenu a:not([href]):not([tabindex]) {
  color: #000;
}
.pageContent > .fa-plus-circle, .fa-minus-circle{
  color: #2d2d2d !important;
  font-size: 1.1em !important;
}

.pageContent > .fa-search {
  color: #2d2d2d !important;
}
.pageContent .submenu {
  background-color: #d5e6e0;
  padding:6px 10px 6px 12px;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
}
 .customerMenu > li > a {
  font-size: 1.2em !important;
  color: #090909;
  text-transform: capitalize;
  font-weight: 400;
}
 .navbar-light {
 
  background:#bfeee8;
  border-bottom:1px solid #e7e7e7;
}
 .customerMenu .selected_menu {
  color: blue !important;
  font-weight: 400;
}



@media only screen and (min-width:320px) and (max-width:900px) {
	
.customerMenu > li > a {
    font-size: 1.043em !important;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 400;
}
.font-large-1 {
    font-size: 2rem !important;
    color: #000 !important;
}
.leftLabelSec
{
	width: 99%;
}

.buttonRightSec
{
	display: flex;
	justify-content: start;
}

	/*table.dataTable > tbody > tr > .arrow-right {
	  padding: 8px 5px !important;
	}*/
	table.dataTable {
	  display: contents;
	}
	table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 8px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
  margin-top: 3px;
}

	
}

/*/////////////////////////////////////////////////////////////////////////////*/


@media only screen and (min-width:320px) and (max-width:900px) {
/*.mobile-placeholder
{
	display: block;
    position: absolute;
    top: 8px;
    left: 12px;
    color: #555;
    text-transform: capitalize;
}
textarea:focus~.mobile-placeholder,
input:not(:focus):valid~.mobile-placeholder {
  top: 0px;
  left: 10px;
  padding:5px;
  font-size: 9.5px;
  opacity: 1;
  color: #666;
}*/
.itemListStyle {
 display:block;
}
.table td:first-child, .table th:first-child {
 min-width:30px;
}
 .table td:last-child, .table th:first-last {
 min-width:30px;
}
}
@media only screen and (max-width:768px) {
.halfDivSec .col-sm-6, .halfDivSec .col-sm-3 {
 float:left;
 width: 50%;
}
.halfDivSec .topSection div:last-child {
 padding-top: 4px;
 float:left;
 width: 50%;
}
.empLavelRight a {
word-break: break-all;
}
}
 @media (min-width: 768px) {
 .customerMenu .navbar-collapse {
 width: 80%;
}
}
