	.nav-tabs{
		border-bottom: none !important;
}

.nav.nav-tabs a {
		width:25%;   
		float:left;
		background-color:#3eb4e4;
		padding:15px 15px 10px 15px;
		text-align:center;
		margin-bottom: 0px;	
	    border: none !important;
	    border-radius: 15px 15px 0px 0px;
	}
	.nav.nav-tabs a.nav-item.nav-link.active {
		background-color:#005289;
	}
	.nav.nav-tabs a.nav-item.nav-link h4,.nav.nav-tabs a.nav-item.nav-link h4 i {
		color:#fff;
	}
	.nav.nav-tabs a.nav-item.nav-link.active h4,.nav.nav-tabs a.nav-item.nav-link.active h4 i {
		color:#ffffff;
	}
	.nav.nav-tabs a.nav-item.nav-link:hover,
	.nav.nav-tabs a.nav-item.nav-link.active:hover,
	.nav.nav-tabs a.nav-item.nav-link:focus,
	.nav.nav-tabs a.nav-item.nav-link.active:focus
	{
		text-decoration:none;
	}
	.tab-content {
		background-color:#004471;
	}
	 table.arrdeptables {
		background-color:#fff;	
		 border-collapse: collapse;
			width: 100%;
			margin: auto;
		}
		table.arrdeptables td {
			padding: 15px 10px 15px 20px;
			font-weight: 600;
			color: #005289;
		}
		
		table.arrdeptables td.colctr,table.arrdeptables th.colctr,
		table.arrdeptables td.colctx,table.arrdeptables th.colctx {
			text-align:center;
			font-weight: 600;
		}
		table.arrdeptables thead tr {
			background-color:#005289 !Important;
		}
		table.arrdeptables thead tr th {
			color:#ffffff !Important;
			font-weight:bold;
			padding: 10px 10px 10px 20px;
		}
		
		table.arrdeptables tr:nth-child(even) { 
			background-color:#d8f0fa; 
		}
		.xml-date-modified.arri, .xml-date-modified.depa {
			background-color:#ffffff;
			color:#005289 !Important;
			padding: 10px 10px 10px 20px;
			letter-spacing: .5px;
		}


		@media(max-width:650px) {
			table.arrdeptables td, table.arrdeptables thead tr th , .xml-date-modified.arri, .xml-date-modified.depa {
				padding: 10px 0px 10px 10px;
				font-size:11px !Important;
			}
		}




@media
	only screen and (max-width: 820px), 
	(min-device-width: 320px) and (max-device-width: 640px)  {
		
		nav .nav.nav-tabs,table.arrdeptables,.xml-date-modified {
			max-width:95%;
			margin:auto;
		}
			
		.nav.nav-tabs a {
		width:50%;
		background-color:#3eb4e4;
		margin-bottom: 0px;	
	    border: none;
	    border-radius: 15px 15px 0px 0px;
	}
	.tab-content {
		background-color:#fff;
	}
		
.labelcol img {
   display: none;
	}

		table.arrdeptables td::before {
			display: none;
		}
		table.arrdeptables th {
			background-color: #005289;
		}
		table.arrdeptables tr:nth-child(odd) { 
			background-color:#fff !Important; 
		}
	
}
.arrdepholder div.tab-content {
	border: none;
}
div.xml-date-modified {
	border-top:1px solid #d8f0fa;
}
div.xml-out-of-date h4 {
	color: #95c93d !important;
}
