body{
	background-color:#eaecee;
}
main{
	margin-top: 15px;
	margin-bottom: 25px;
}
.navbar{
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
  background-color: #fff!important; /*FFF*/
}
.card{
  -webkit-box-shadow: 5px 6px 6px -2px #999;
  -moz-box-shadow: 5px 6px 6px -2px #999;
  box-shadow: 5px 6px 6px -2px #999;
}

.logo-page{
	margin-left: 20px;
}

@media(max-width: 768px){
	.search-bar{
		margin: 20px 0px 10px -20px;
	}
}

.alert-error{
	background-color: #d9534f;
}

.nav-item.active > .nav-link{
  color: #000!important; /*000*/
  font-weight: bold!important;
}

.text-header{
	color: rgb(94, 94, 94)!important;
}

.navbar-brand{
	color: rgb(0, 0, 0)!important;
}

.image-thumbnail{
	height:200px!important;
	width: 200px;
        overflow: hidden;
}

.imager{ 
    width: 145px!important;        
}

.space-line{
	margin-top: 30px!important;
	margin-bottom: 30px!important;
}

.text-success{
	color: green!important;
}