/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 26, 2018, 8:14:26 PM
    Author     : anand
*/

/*New download button css start*/

#detail-page-template .panel-col-first .view-vw-publications .view-content .views-row,
#detail-page-template .panel-col-first .view-vw-resources .view-content .views-row {
  margin-right: 5px;
} 

.view-vw-publications .downButtons,
.view-vw-resources .downButtons {
  border: 0 none;
}

.view-vw-publications .downButtons .items,
.view-vw-resources .downButtons .items {
  background-image: url(../images/ic-download.png);
  background-position: center 38px;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 1px solid #999999;
  border-radius: 3px;
  height: 58px;
  margin-right: 5px;
  padding: 0 !important;
}

.view-vw-publications .downButtons .items p,
.view-vw-resources .downButtons .items p {
  background: none #999999;
  color: #ffffff !important;
  font-weight: normal;
  padding: 1px 5px;
}

.view-vw-publications .downButtons .views-field-field-available-language .items a,
.view-vw-resources .downButtons .views-field-field-available-language .items a {
  border-bottom: 1px solid #999999;
  border-radius: 0;
  font-weight: normal;
}
