.header_container{
		background-color: #2d3b44;
		background-size: fill;
		border-bottom: 5px solid white;
		
	
	}
		.table_title{
			border-bottom: none !important;
		}
		.title_img{
			max-height: 100% !important;
		}
	
	.vertical-align {
    display: flex;
    align-items: center;
}
	.select-all{
		margin-top: 5px;
		margin-bottom: 5px;
		color: blue;
		cursor: pointer;
	}
	
	.checkbox label{
		
		cursor: default;
		
		
	}
	.sameheight{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.print_but{
		color: black;
		float: right;
	}
	
	.header_title{
		background-color: #2d3b44;
		color: white;
		font-size: 1.4em;
		border-bottom: 5px solid white;
	
		border-left: 5px solid white;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
		margin-bottom: 0px;
		border-bottom-width: 0px;
	}
	
	.table_title{
		background-color: #2d3b44;
		color: white;
		font-size: 1.4em;
		border-bottom: 5px solid white;
	
		border-left: 5px solid white;
		padding-left: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	.table_head{
		background-color: #4e4648;
		color: white;
		border-left: 5px solid white;
		
		font-size: 1.2em;
	
		
	}
	@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
.taglist{
	color: black;
	font-size: .9em;
}

	.table_item{
		background-color: #dcd4cf;
		border-top: 5px solid white;
		
		border-left: 5px solid white;
		
	}
	
	.info_container{
		background-color: #4e4648;
		background-size: fill;
		border-bottom: 5px solid white;
	}
	
	.info_text{
		margin-top: 5px;
		margin-bottom: 5px;
		padding-right: 25px;
		border-right: 5px solid #dcd4cf;
	}
	.text-bold{
		font-weight: bold;
		font-size: 125%;
	}
	
	.text-filter{
		font-weight: bold;
		font-size: 125%;
		border-bottom: 2px solid black;
		padding-left: 0px !important;
		margin-left: 15px;
	}
	
	.logo{
		width: auto%;
		height:auto%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 1em;
	
	}
	
	.checkbox{
		background-color: #dcd4cf42;
		padding-bottom: 15px;
		
	}

	/*.checkbox-inline label{
		font-weight: bold;
	}*/
	ul{
		list-style-type: none;
		color:white;
	}
	
	.submitcolor{
		width: 50% !important;
		margin: auto;
		background-color: #0a69bb;
	}