/**
 * @file
 * Views Styling
 */


/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */

.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}

.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}

.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}

.views-displays .secondary .open > a:hover {
  color: #333;
}

.views-displays .secondary .action-list li {
  margin: 0;
}

.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}

.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}


table.views-table {
    width: 100%;
    font-size: 1.3em;
    line-height: 1.6em;
}
table.views-table th {
    font-weight: bold;
    padding: 0 3px;
}
table.views-table td {
    padding: 0 3px;
}

#prime .views-field-title p {
    margin-bottom: 0;
}
.views-row {
    font-size: 1.3em;
    line-height: 1.6em;

    padding-bottom: 0.8em;
    margin-bottom: 0.8em;
    border-bottom: solid #E3E3E3 1px;
}
.views-row.views-row-last {
    border-bottom: 0 none;
}

.block .views-row {
    font-size: 1.0em;
}

.view-news-items.view-display-id-page .views-row {
    border-top: solid #B6B6B6 1px;
    margin: 8px 0 0 0;
    padding: 8px 0 0 0;
}
.view-news-items.view-display-id-page .views-field {
    display: inline-block;
    vertical-align: top;
    *zoom: 1;
    *display: inline;
}

.view-news-items.view-display-id-page .views-field-created {
    width: 88px;
    padding: 0 6px;
}
.view-news-items.view-display-id-page .views-field-created span {
    color: #575757;
    font-style: italic;
    display: block;
}

.view-news-items.view-display-id-page .views-field-content {
    width: 480px;
}
#prime .view-news-items.view-display-id-page h3 {
    border-top: none;
    font-size: 14px;
    margin: 0;
    padding: 0;
	border:none !important;
	
}
#prime .view-news-items.view-display-id-page h3 a {
    text-decoration: none;
    color: #A30001;
    font-weight: bold;
}
#prime .view-news-items.view-display-id-page p {
    font-size: 13px;
    margin: 0;
}
.view-news-items.view-display-id-page .views-row {
    display: table;
    width: 100%;
}
.view-news-items.view-display-id-page .category-bar {
    display: table-cell;
    /*vertical-align: top;*/
    /**zoom: 1;*/
    /**display: inline;*/

    width: 4px;
    height: 100%;
}
.view-news-items.view-display-id-page .category-bar.other-risk-news {
    border-right: solid #FF9503 6px;
}
.view-news-items.view-display-id-page .category-bar.sra-news {
    border-right: solid #A80000 6px;
}
.view-news-items.view-display-id-page .category-bar.other-risk-news.sra-news {
    border-left: solid #FF9503 6px;
    border-right: solid #A80000 6px;
}

.view-news-items.view-display-id-page figure,
.view-events figure {
    float: right;
}

.view-news-items.view-display-id-page .views-row {
    border-bottom: 0 none;
    clear: both;
}

.view-events .views-row {
    /*clear: both !important;*/
}
.view-events .views-row:after {
    display: block;
    content: "";
    clear: both;
    *zoom: 1;
}


#news-legend {
    float: right;
    margin: 8px 0;
}

#news-legend .key {
    display: inline-block;
    vertical-align: middle;
    width: 130px;
    margin-left: 10px;
    *zoom:1;
    *display: inline;
}

#prime #news-legend p {
    font-size: 1.1em;
    margin: 0;
}

#news-legend .box {
    float: left;
    width: 25px;
    height: 7px;
    margin-right: 6px;
    position: relative;
    top: 5px;
}

#news-legend .risk-analysis-news .box {
    background: #FF9503;
}
#news-legend .society-news .box {
    background: #A80000;
}

.view-news-items.view-display-id-block h2 {
    background: transparent !important;
    font-size: 1.2em !important;
    padding: 0 0 0 5px !important;
    height: auto !important;
    margin: 6px 0;
    text-shadow: none !important;
}

.view-news-items.view-display-id-block ul {
    font-size: 1.1em !important;
}

.front #block-views-news-items-block .links.inline {
    margin: 0;
}

#block-views-news-items-block .view-news-items .view-content {
    height: 320px;
    overflow: auto;
}

#side .block article h2 {
    width: auto;
}

#block-views-news-items-block .more-link {
    margin-top: 10px;
}
