@charset "UTF-8";

@font-face {
  font-family: "vds-font";
  src:url("fonts/vds-icon-font.eot?version=2");
  src:url("fonts/vds-icon-font.eot?#iefix") format("embedded-opentype"),
    url("fonts/vds-icon-font.woff?version=2") format("woff"),
    url("fonts/vds-icon-font.ttf?version=2") format("truetype"),
    url("fonts/vds-icon-font.svg#vds-icon-font") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "vds-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="vds-"]:before,
[class*=" vds-"]:before {
  font-family: "vds-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vds-materials:before {
  content: "\61";
}
.vds-consumerdiscretionary:before {
  content: "\62";
}
.vds-consumerstaples:before {
  content: "\63";
}
.vds-financial:before {
  content: "\64";
}
.vds-healthcare:before {
  content: "\65";
}
.vds-industrials:before {
  content: "\66";
}
.vds-energy:before {
  content: "\67";
}
.vds-informationtechnology:before {
  content: "\68";
}
.vds-telecomservices:before {
  content: "\69";
}
.vds-comservices:before {
  content: "\69";
}
.vds-unknown:before {
  content: "\6a";
}
.vds-utilities:before {
  content: "\6b";
}
.vds-realestate:before {
  content: "\6c";
}
.vds-pdf:before {
  content: "\6d";
}
.vds-document:before {
  content: "\6e";
}

/* ===================================  CSS TO GENERATE PDF ========================================== */

/*#meetingDisplayGrid
{
  width: 95% !important;
}*/
.meetingTypePDF
{
  display: none;
}
#count
{
  display: none;
}
.sectorCount
{
  display: none;
}
.marketPDF
{
  display: none;
}
#ShareChartPDF,#MgmtChartPDF
{
	width : 50%; 
	height: 500px;
}

#generatePdf
{
    letter-spacing: 0px;
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-weight: 400;
    margin-bottom: 15px;
    /* margin-right: 8%; */
    margin-top: 0.5%;
    /* padding: 1px 13px; */
    text-align: left;
    width: 150px;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}



/* ===================================  CSS TO GENERATE PDF ENDS ========================================== */

/* ===================================  PRINT FRIENDLY CSS ========================================== */


/*@media print
{
	
	.s1
	{
		display: none;
	}
	.expandClass
	{
		display: none;
	}
	 a[href]:after
   {
    content: none !important;
   }
   .PolicySectionContainer
   {
	   display: none !important;
   }
   .tilesDiv
   {
	   -webkit-print-color-adjust: exact; 
	   
   }
   #headerImgDiv
   {
	   padding-bottom: 50px !important;
   }
   .hp-banner
   {
	   

	   page-break-after: auto;
   }
   #VotesAnchor,#SectorAnchor
   {
	   page-break-before: always;
   }
   #heatmap_chartDiv
   {
	   width: 95%;
   }
   :root {
  -webkit-print-color-adjust: exact;
	}
  
   #meetingDisplayGrid,#meetingListGrid
   {
	   display: none !important;
   }
}*/

/* ===================================  PRINT FRIENDLY CSS ENDS ========================================== */

/* ===================  GENERAL CSS ADDED BY BEDESAR FOR CORE CODE MERGE. ALL THESE MUST BE OVERRIDEN CLIENTSIDE FOR CLIENTSPECIFIC LOOK =================== */
.BodyPadding
{
	padding-top: 75px;
}


.vds-icon-next:before{
    content: "Next";
	padding: 25%; 
    font-size: 13pt;
    padding-top: 9px; 
    margin-top: 30px;
    text-align: center;
        font-family: Arial !important;
	}
	.vds-icon-next:after
	{        font-family: "FontAwesome" !important;
    content: "\f054";
    position: relative;
    top: 1px;
    left: -20%;
    font-size: medium;
	}
	.vds-icon-next
	{
		
	    content: "Next";
    color: white;
    background-color: #B5BABC;
    width: 71px;
    height: 26px;
    margin-left: 4px;
    margin-bottom: 3px;
	}

		.vds-icon-prev:after{
    content: "Prev";
	padding: 25%; 
    font-size: 13pt;
    padding-top: 9px; 
    margin-top: 30px;
    text-align: center;
	}
	.vds-icon-prev:before
	{         font-family: "FontAwesome" !important;
    content: "\f053";
    position: relative;
    top: 1px;
    left: 20%;
    font-size: medium;
	}
	.vds-icon-prev
	{
		
	        content: "Prev";
    color: white;
    background-color: #B5BABC;
        width: 82px;
    height: 27px;
    margin-right: 10px;
    margin-bottom: 0px;
	}

.ui-pg-table tr td, #pager
	{
		/*height: 55px !important;*/
		width: calc(100% +1px) !important;
	}

  .ui-jqgrid-bdiv     /*  meeting detail issue with right border solved  */
{
	width: calc(100% + 1px ) !important;
}

.ui-jqgrid-hdiv     /*  HEADER BORDER */
{
	width: calc(100% + 1px ) !important;
}

.ui-jqgrid-pager    /* TABLE FOOTER BORDER ADJUST  */
{
	width: calc(100% + 3px ) !important;
}
.messageDiv
{
  bottom: 0px;
}
#searchImgTop
{
	letter-spacing: 1px;
    border-radius: 0;
    cursor: pointer;
    float: left !important;
    font-weight: 400;
    margin-bottom: 15px;
    margin-right: 61px;
    margin-top: 0px;
    /* padding: 1px 13px; */
    text-align: left;
        width: 110px;
    height: 30px;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
}

#searchImgTop[disabled]
{	
	  background-image: none;
	opacity: 0.5;
}
#searchImgBottom {
	letter-spacing: 1px;
    border-radius: 0;
    cursor: pointer;
    float: right !important;
    font-weight: 400;
    margin-bottom: 15px;
          margin-right: 2px;
    margin-top: 1%;
        /* padding: 1px 13px; */
    text-align: left;
    width: 100px;
	background-image: none;
	text-shadow: none;
	box-shadow: none;
}



#searchImgBottom[disabled]
{	
	  background-image: none;
}

/*
#searchImg[disabled] > label, #searchImg[disabled] > span
{	
	color:grey !important;	

}
*/
/*
#spinnerDivTop
{	
     float: right;
    height: 50px;
    left: 0%;
    position: relative;
    top: 23px;
    width: 32px;
}*/


/*.glyphicon-repeat
{
  color: grey;
}*/

.glyphicon-arrow-up , .glyphicon-arrow-down
{	
	font-size: 13px;
    padding-top: 2.5px;
}

/*.MessageRow
{
	margin-left: 20px; 
	margin-right:5px;
	    margin-top: 15px;
}*/

.expandClass  /* USED FOR THE EXPAND AND COLLAPSE BUTTONS */
{
    padding: 7px;
    font-size: 14.5px;
    outline: none;
    box-shadow: none;
    border-radius: 3px;
    font-weight: bold;
    border: 1;
    /* border-collapse: collapse; */
    border-style: double;
    font-weight: 200;

}


.glyphicon-plus
{
	color: white;
	font-size: small;
}
.glyphicon-minus
{
	color: white;
	font-size: small;
}

.node div {
    padding: 0 4% 6px 0.7% !important;
}





/* ===================  GENERAL CSS ADDED BY BEDESAR FOR CORE CODE MERGE ENDS =================== */



.messageDivIE {
     bottom: 10px; 
    /* height: 40%; */
	    z-index: 1;
    left: 45px;
    opacity: 0.8;
    position: absolute;
    width: 70%;
    /* z-index: 1000; */
}


#FundFamilyRow
{
  padding-left: 0px !important;
}

.fromDateAllElements , .toDateAllElements
{
  width: 39.5% ;
}


.list-icon-sort-asc
	{
		    /*background-image: url("../img/asc.png") !important;*/
		    width: 18px;
		    height: 20px;
			cursor: pointer !important;
			display: inline;
			overflow: hidden;
			position: absolute;
			margin-left: 1px;
			left: 0;
	
	}
	
	.list-icon-sort-desc
	{
		    /*background-image: url("../img/desc.png") !important;*/
		    width: 18px;
		    height: 20px;
			cursor: pointer !important;
			display: inline;
			overflow: hidden;
			position: absolute;
			margin-left: 1px;
			left: 0;			
	}
	#footerText > pre
{
	border: none !important;
	background-color: white ;
	font-family: "Open Sans",sans-serif;
	font-size: 12px;
	padding: 0px !important;
	    word-wrap: normal !important;
    color:  #333333 ;
    word-break: normal;
 
    /*font-style: italic;*/
	
}
@media only screen and (min-width: 1500px)
{
.FilterHeader {
    padding: 25px;
    padding-left: 18px !important;
}
}
@media only screen and (min-width: 768px){
  .btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover, input[type="text"] {
    font-size: 12px !important;
}
}

.fundMultiSelectButton
{
 /* margin-left: 6px !important; */
}

.fundClassWidthAdjustment
{
	width: 105% !important;
}

.fundMultiSelectButtonWithFund
{
      margin-left: 6px !important;
}

.col-xs-3, .col-sm-3, .col-md-3
{
  padding-right: 0px;
}

.widthFilters
{
      width: 105%;
}
#footerText
{
  display: inline-block; vertical-align: bottom; font-size: 11px; /*margin-bottom: 1%*/; margin-left: 1%;
}

/*.filterbutton
{
  margin-left: 42px; 
  margin-top: 10px;
   margin-bottom: 10px; 
  background: #EEEEEE; 

}*/
.chartExtraText
{
    padding-left:0px; 
    display:block; 
    font-style: italic; text-align: right;
    color: black;
}
.meetingListHeaders
{
  display:none;  
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: black;
}

#votingStatisticsPDF
{
    max-width: 680px;
    margin-top: 10px;
    /*height: 110% !important;*/
}
.fundNamesLine
{
  width:220px;
   vertical-align:top
}
table {
  font-size: 12px;
}