
body{
	position: relative;
}

.content{
	margin-top: 50px;
}

nav{
	background-color: #AF000D;
}

.btn{
	background-color: #AF000D;
}

.btn:hover{
	background-color: #cc2d39;
}

.error strong{
	color: #d50000;
}

.server-error{
	display: inline-block;
	color: red;
}

#options i{
	display: table-cell;
	cursor: pointer;
}

#quant-icon i{
	margin-top: 12px;
	cursor: pointer;
	/*text-align: center;*/
}

@media (max-width: 768px) {
	#quant-icon{
		text-align: center;
	}
}

@media (min-width: 768px) {
	#quant-icon.rem{
		text-align: right !important;
	}
}

#editQuant{
	font-size: 40px !important;
	text-align: center;
}

p#quant{
	text-align: center;
	font-size: 20px;
}

p#error404{
	color: #636b6f;
	margin-top: 20%;
  margin-bottom: 30px; 
  font-size: 81px;
  font-weight: 100;
}

#sidenav-overlay {
	z-index:996;
}

.dropdown-content li > a,
.dropdown-content li > span{
	color: #AF000D;
}

.pagination li.active{
	background-color: #AF000D;
}

.seleccoes{
    background-color: #AF000D;
}

.seleccoes:hover{
    background-color: rgba(175, 0, 13, 0.64);
}

.click{
	cursor: pointer;
}

.search{
	border:1px solid red;
	background-color: rgba(175,0,13,0.3);
}

#artInfo p{
	font-size: 20px;
}

/*************************
\	Hover PopUp
*************************/

#image img{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.autocomplete-content{
    position: absolute;
}