.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #E74C3C !important;
    border-color: #E74C3C !important;
}

.table:thead {
	background-color: #E74C3C;
    border-color: #E74C3C;	
}	

.card-header-catalog {
    background-color: #E74C3C;
    border-color: #E74C3C;	
}

.alert-section {
    background-color: #E74C3C;
    border-color: #E74C3C;	
}

.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: transparent;
   color: white;
   text-align: center;
}

.list {
   position: fixed;
   left: 0;
   border-radius: 0 !important;
   width: 100%;
   background-color: transparent;
   color: white;
   text-align: left;
}

.card {
	border-radius:0 !important;
}

.btn {
	border-radius:0 !important;
}

.navbar {
    background-color: #F0F1F2 !important;
}

.card-deck {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}