body {
	padding-top: 56px;
	background: linear-gradient(#051c47, #4e5c69);
  }
  ul {
	  list-style-type: none;
  }
  .navbar {
	background-image: linear-gradient(to bottom left, rgb(211, 203, 203), #a3092b);
	transition: background-image 0.5s;
  }
  .nav-item .nav-link {
	color: #a3092b;
	  
  }
  .slanted {
	  
	  display: inline-block;
	  -webkit-transform: rotate(-18deg);
	  -moz-transform: rotate(-18deg);
	  -o-transform: rotate(-18deg);
	  -ms-transform: rotate(-18deg);
	  transform: rotate(-18deg);
  }
  .modal-content .modal-header {
	height: 59px;
	background-color:  #a3092b;
	position: relative;
	border-radius: 0;
  }
  .modal-content .modal-header .text {
	height: 56px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 16px;
	padding: 8px 0;
	color: #fff;
  }
  .modal-content .modal-header .text .field {
	  
	padding-left: 15px;
	font-size: 19px;
   } 
  .modal-content .modal-header .text .field .name {
	  
	font-weight: normal;
  }
  .modal-body .menu {
	  
	  padding-left: 0px;
  }
  /* navbar hide on scroll down */
  .nav-up {
	  top: -80px;
	  
  }
  .navbar{
	  
	 transition: top 0.5s ease-in-out;
  }



 /* *******************Table******************* */
 /* @import 'https://fonts.googleapis.com/css?family=Montserrat:300,400,700'; */





 table tr:hover {
	background-color: #464A52;

 }
 
 table td:hover {
   background-color: #FFF842;
   color: #403E10;
   font-weight: bold;
   
   box-shadow: #7F7C21 -1px 1px, #7F7C21 -2px 2px, #7F7C21 -3px 3px, #7F7C21 -4px 4px, #7F7C21 -5px 5px, #7F7C21 -6px 6px;
   transform: translate3d(6px, -6px, 0);
   
   transition-delay: 0s;
	   transition-duration: 0.4s;
	   transition-property: all;
   transition-timing-function: line;
 }
 th, td {
	font-size: 9px;
	text-align: left;
	
	
  }
  table {

justify-content: center;
align-items: center;
padding: 1px;



width: 80px;
height: 30px;


	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
	
  }
  table {
	background: #34495e;
	color: #fff;
	border-radius: 0.4em;
	overflow: hidden;
	
	
}
table tr {
	border-color: #46637f;
}

@media (min-width: 480px) {
	table th, table td {
		
		padding: 1em !important;
		justify-content: space-between;
		
		
		
   }

}
table th, table td:before {
	color: #dd5;
}
table tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
}
table th {
	display: none;
	border: 1px solid #ddd;
}
table td {
   border: 1px solid #ddd;
   
	
}
table td:first-child {
	
   border: 1px solid #ddd;
	padding-top: 0.5em;
	
}
table td:last-child {
	
	padding-bottom: 0.5em;
	text-align: center;
	border: 1px solid #ddd;
	
}
table td:before {
   
	
	font-weight: bold;
	
	display: inline-block;
}





@media (min-width: 480px) {
	table td:before {
	   display: table-cell;
		
		
   }
 

}
table th, table td {
   
   display: table-cell;
	   
	text-align: center;

	
}
@media (min-width: 480px) {
	
	table th, table td {
		display: table-cell;
		
		text-align: left;
   }
	table th:first-child, table td:first-child {
		padding-left: 0;
   }
	table th:last-child, table td:last-child {
		padding-right: 0;
   }


}

 /* *****************logo********************* */
 
