/*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */



body {
  padding-top: 54px;
}


@media (min-width: 992px) {
  

body {
    padding-top: 56px;
  }


}
.content_move{margin-left:35%;margin-top:-25%}
.meroon-clr{
	color: #ee2849 !important;
}
.green-clr{
	color: #78bd49 !important;
}
.blue-clr{
	color: #242163 !important;
}
.rede-clr{
	color: #e1383d !important;
}
ul{
	margin: 0;
	padding:0;
}
ul li{
	list-style-type:none;
}
.header{
background: #fff;
position:fixed;
	/*box-shadow: 1px 2px 5px #ddd;*/
}
.menu-bar a{
	color: #000;
}
a.header-btn{
	background: #F54827;
	padding: 10px;
	border-radius: 20px;
	display:inline-block;
	color: #fff;
}
.sale-block{
	border:1px solid #ddd;
	width:300px;
}
.sale-img{
	background:#f5f5f5;
	padding: 15px;
}
ul.sale-list{
	padding:20px;
	height:350px;
	overflow:scroll;
}
ul.sale-list li{
	padding-bottom: 4px;
}

/*---table---*/
table{
	width:100%;
	border-collapse: collapse;
}
td,th{
	border: 1px solid #ddd;
	padding: 7px;
	text-align: left;
	position:relative;
	font-size:14px;
	width:100px !important;
}
.table-head-bg{
	background: #F54827;
	color: #fff;
}
.secondary-head-bg{
	color: red;
	background: #e2f4f7;
}
tr td:nth-child(6){
	width: 70px;
}
tr td:nth-child(2){
    min-width: 300px;
	max-width: 300px;
}
tr td:nth-child(2):after{
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	right:10px;
	/*background:url("../images/cam.png") no-repeat;*/
	background-size:100%;
}
tr td:nth-child(4),tr td:nth-child(5),tr td:nth-child(7){
	padding-left: 25px;
}
tr td:nth-child(4),tr td:nth-child(5),tr td:nth-child(7){
min-width: 100px;
}
tr td:nth-child(4):after, tr td:nth-child(5):after, tr td:nth-child(7):after{
	content:"";
	width:10px;
	height:15px;
	position:absolute;
	left:10px;
	/*background:url("../images/cost.png") no-repeat;*/
	background-size:100%;
}
td input{
	width:100%;
}
/*--footer---*/
footer{
	box-shadow: 1px 0px 28px #DDD;
}
.order-btn{
	padding:10px;
	background: #F54827;
	color:#fff;
}
li > h6 {
    font-size: 13px !important;
}
h6 > a{ color:#222222 !important;}