

body{/* work! */
	padding-top:50px;
	filter: brightness(1.05);
}
.img-thumb{
	width:auto;
	height:200px;
}

#footer{
/* margin-top:50px;	*/
}

fotorama_wrap{
	width:90%;
	margin:15px auto;
}

#brand-form{
	margin:0 33%;
}
.table-auto{
	width:auto;
	margin:0 auto;
}


#add-product-btn{
	margin-top:-35px;
}

.saved-image{
  text-align:center;	
}
.saved-image img{
	width : auto;
	height: 150px;
}

#login-form{
    width:50%;
	height:auto;
	border:2px solid #000;
	border-radius:15px;
	box-shadow:7px 7px 15px rgba(0,0,0,0.6); 
	margin:8% auto;
	padding:15px;	
	/*background-color :#fff ;*/
}
.totals-table-header th{  /* total-table-header: referenced class , th: target */
	text-align:center;

}

input.price-range {
	width:55px;
}
.navbar-color{
	background-color:blue;	
}
/*for payin slip*/
.invoice{

}
 		div.invoice {
		border:2px solid #ccc;
		padding:10px;
		height:740pt;
		width:570pt;
		}

		div.company-address {
			border:1px solid #ccc;
			float:left;
			width:200pt;
		}
		
		div.invoice-details {
			border:1px solid #ccc;
			float:right;
			width:200pt;
		}
		
		div.customer-address {
			border:1px solid #ccc;
			float:right;
			margin-bottom:50px;
			margin-top:100px;
			width:200pt;
		}
		
		div.clear-fix {
			clear:both;
			float:none;
		}
		
		table {
			width:100%;
		}
		
		th {
			text-align: left;
		}
		
		td {
		}
		
		.text-left {
			text-align:left;
		}
		
		.text-center {
			text-align:center;
		}
		
		.text-right {
			text-align:right;
		}
		
 
/*end for payin slip*/

.full-height {
  height: 100%;
}
html,body {/* Work! */
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}	
/* Card */
.card-header {
	color:whitesmoke;
	padding:3px;
	background:#607D8B;
    /* width:100%;
	color:#2196F3;
    border-bottom:3px solid #BBB;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-family: 'Roboto', sans-serif;
    padding:0px;
    margin-top:0px;
    overflow:hidden;
    -webkit-transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1);
          transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1); */
    
}
.card-details {
	color:red;
	padding:1px;
}
.title-details {
	color:blue;
}
.card-price {
	color: #FA8072;
	font-size:18px;
	font-weight:bold;
}
/*End Card*/

#fullheight{
	height:100%;
	margin-top:50px;
}
/* nav bar : Work! */ 
/*	.container .icon {
		display: none;
	}
 @media screen and (max-width: 768px) {
	.nav-left {display:none;  }
	.container ul li {display:inline-block}
	.container .icon {display:block;}
	#left-bar {display:none;}
}
@media screen and (max-width: 768px) {
	.nav-left.responsive 
	{
		display:block; 
	}
}*/
/* end nav bar*/

/* Modal Work!*/
.modal-title {
	color : #98AFC7;
}
.modal-price {
	color: #FA8072;
	font-size:20px;
	font-weight:bold;
}
.modal-brand {
	color: #3090C7;
	font-weight:bold;
}
/* End Modal*/
/*Social media*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #5B5998;
  color: white;
}
/* End Social media*/



