.panel-default > .panel-heading {
  background-color: #F0F6F7 !important;
  
   /*background-color: #5499C7 !important;*/
}

.navbar {
  /*background-color:#5499C7 !important;*/
  background-color: #0f78bd !important;
  background-image: none;
  background-repeat: no-repeat;
  border-color:#0f78bd !important;
 }
.navbar-brand {
  color:black !important;
 }
 
.navBlack{
	color:black !important;
} 

.table-fixed thead {
	width: 97%;
}

.table-fixed tbody {
	height: 230px;
	overflow-y: auto;
	width: 100%;
}

.table-fixed thead,.table-fixed tbody,.table-fixed tr,.table-fixed td,.table-fixed th
	{
	display: block;
}

.table-fixed tbody td,.table-fixed thead>tr>th {
	float: left;
	border-bottom-width: 0;
}

.category-row {
	background-color: #F0F6F7 !important;
	/*background-color: silver;*/
	/*background-color: #5499C7 !important;*/
}

.div-text-right {
	float: right;
	display: block;
}

.div-message-right {
	float: right;
	display: block;
	color: #FF0000;
}

.div-message-left {
	float: left;
	display: block;
	color: #FF0000;
}

.input-weight {
	font-weight: bold;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #F0F6F7 !important;
    /*background-color: #5499C7 !important;*/
}

.nameEdit input{
	border: 0 ;
	text-align: center;
	margin: auto;
	font-size: 35px ;
}
.nameEdit {
	align: center ;
}