/*product css*/
.parent-product {
    background-color: #f9f9f9 !important;
    border-left: 4px solid #337ab7 !important;
    font-weight: bold;
}

.parent-product td {
    border-top: 2px solid #337ab7;
    font-weight: 600;
}

.child-product {
    background-color: #fcfcfc !important;
    border-left: 4px solid #5cb85c !important;
}

.child-product td {
    border-top: 1px solid #e0e0e0;
    font-size: 0.95em;
}

.parent-product .glyphicon-folder-open {
    color: #337ab7;
    margin-right: 5px;
}

.child-product .glyphicon-option-horizontal {
    color: #5cb85c;
    margin-right: 5px;
}

.badge-info {
    background-color: #17a2b8;
    color: white;
    font-size: 0.75em;
    margin-left: 5px;
    padding: 2px 6px;
    border-radius: 10px;
}

.parent-product:hover {
    background-color: #e6f3ff !important;
}

.child-product:hover {
    background-color: #f0f8f0 !important;
}

.group td {
    font-weight: bold;
    font-size: 1.2em;
}

@media (max-width: 400px) {
  .navbar-header {
    padding-left: 0px;
    padding-right: 0px;
  }

  #navWallet {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

nav.navbar:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

button.button1:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

div.card {
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}


div.cardHeader {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 40px;
}

div.cardContainer {
    padding: 10px;
}


.div-hide {
	display: none;
}

.kv-file-zoom {
	display: none;
}

div.kv-avatar div.file-input div.file-preview {
	width: 200px;
}

/*login form*/
.vertical {
	padding-top: 150px;
	padding-bottom: 150px;
}
@media only screen and (min-width: 700px) {
	
}
@media only screen and (max-width: 800px) {
    
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }

	.table-lable{display:block !important; }
	.newOrderHeader {
		display: none;
	}
	.hide-xs{
		display: none !important;
	}
}

/* Basic Rules */
.switch input { 
    display:none;
}
.switch {
    display:inline-block;
    width:50px;
    height:20px;
    transform:translateY(50%);
    position:relative;
}
/* Style Wired */
.slider {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    border-radius:30px;
    box-shadow:0 0 0 2px #777, 0 0 4px #777;
    cursor:pointer;
    border:4px solid transparent;
    overflow:hidden;
     transition:.4s;
}
.slider:before {
    position:absolute;
    content:"";
    width:100%;
    height:100%;
    background:#777;
    border-radius:30px;
    transform:translateX(-30px);
    transition:.4s;
}

input:checked + .slider:before {
    transform:translateX(30px);
    background:limeGreen;
}
input:checked + .slider {
    box-shadow:0 0 0 2px limeGreen,0 0 2px limeGreen;
}

/* Style Flat */
.switch.flat .slider {
 box-shadow:none;
}
.switch.flat .slider:before {
  background:#FFF;
}
.switch.flat input:checked + .slider:before {
 background:white;
}
.switch.flat input:checked + .slider {
  background:limeGreen;
}

.table-lable{
	display:none;
}
.striped-row{
	border:1px solid ;
	padding: 0;
}

#productTable .header {
	background: #96f78e !important;
	border: 1px solid #000;
}

#productTable .even {
	background: #f7d38e !important;
}

#productTable .odd {
	background: #f7dc6f !important;
}
.tableitem-name{
	max-width: 150px !important;
}
.m-t-10{
	margin-top: 10px !important;
}
.bg-secondary {
	background-color: rgba(0, 0, 0, 0.05) !important;
}

@media (min-width: 576px) {
    .modal-dialog-centered {
        min-height: calc(100% -(1.75rem* 2));
    }
}
.modal-dialog-centered {
  position: relative;
  top: 25%;
  transform: translateY(-50%);
}
.p-0{
	padding: 0 !important;
}
.px-0{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.py-0{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.f-w-700{
	font-weight: 700 !important;
}

