﻿/* cityattorney/styles2016.css
 * City Attorney's Office site only
 * ===================================
 * =================================== */
 
@charset "utf-8";
/* CSS Document */

:target {
	-webkit-animation: highlight 1s ease;
    -moz-animation: highlight 1s ease;
    margin-top: -80px;
    padding-bottom: 80px;
    display: block;
}

.noDirector#deptBreadCrumbsWrapper {
  display: block;
}

@-webkit-keyframes highlight {
      0% { border-left-color: red; }
      100% { border-left-color: white; }
}
@-moz-keyframes highlight {
      0% { border-left-color: red; }
      100% { border-left-color: white; }
}

/* Upcoming Trials Customization */
x27174 .MainColumnInsertComponent table:first-child {
	border:0;
}
#x27174 .MainColumnInsertComponent table {
	border:1px solid #fff;
  	width:100%;
}
#x27174 .MainColumnInsertComponent table th {
	border:1px solid #fff; 
	background-color:#fff; 
	border-bottom: 2px solid #003DA5; 
	padding:5px;
	color:#003DA5;
}
#x27174 .MainColumnInsertComponent table tr td {
	padding: 5px; 
	border:1px solid #fff;  
}
#x27174 .MainColumnInsertComponent table tr:nth-child(2n+1) {
	background-color:#f3f3f3
}


/*Temporary Homepage Edits Until Schema & Markup Matches Design*/



div#feedContainerx28007 .feedTitleIconWrapper,
div#feedContainerx28007 .feedLinks {
    display:none;
}

#mainColMain div#feedContainerx65041 { 
    padding-bottom:0px;
} 

/* Panel styling */

.panel-primary .panel-heading, .panel-primary .panel-heading * {
    background: #337ab7;
}