.pb20 {
    padding-bottom: 20px;
}
.pt10 {
    padding-top: 10px;
}
.mb25 {
    margin-bottom: 25px;
}

/********* Circulars & Shareholders Meeting ********/

.circularsContainer{
  margin-bottom: 22px;
  padding-bottom:22px;
  border-bottom:1px solid #e1e1e1;
}
.circularsContainer:last-of-type
{
  border:0px;
}
.circulars h5{
  margin-top:0;
}
.circularDate{
  padding-bottom:10px;
  font-weight:bold; 
}
.circularContent{
  text-align:justify;
}
.circularButton{
  padding-top:20px; 
}
.circularButton span{
  padding-left:32px;
  margin-bottom:2px;
  padding-top:1px;
  text-transform:uppercase;
}

.circularsContainer .pt10
{
  padding-top:0px;
}
/********* End Circulars & Shareholders Meeting ********/

/*************Reports************/
.quarterlyReportContainer h4
{
  margin:15px 0px 10px 0px; color:#444; font-weight:600;
}
.quarterlyReportContainer li
{
  margin-bottom:20px;
}
.qr-section
{
   text-align:center;
}
.quarter-year{
  font-size:130%;
  font-weight:500;  
  text-align:center;
  margin-bottom:15px;
}
.quarter-icon
{
  display: inline-block;
  text-align: center;
  padding: 5px 0px; 
}
.quarter-icon img
{ 
  max-width:100%;
}
.quarter-icon span{
  display:block;  
}

/*************End Reports************/

/*********** News Alert *************/
.emailAlertContainer .emailAlert {
    margin-top: 22px;
}
.unregister {
    border-top: 1px solid #ccc;
    padding-top: 3px;
    margin-top: 12px;
}
.emailAlertContainer .emailAlert .btn-primary {
    margin-top: 06px;
}
.emailAlert label {
    margin-top: 8px;
}
/********** End News Alert**********/

/*********** IR Privacy Policy *************/
.terms h4
{
  margin-top: 14px;   
  border-bottom: 1px solid #333;
  display: inline-block;
  padding-bottom:2px;color:#474747;
  margin-bottom:0px;font-weight:700;  
}
.terms h5
{
  margin-top: 22px;
    margin-bottom: 10px; 
  font-size:16px;    font-weight: bold;
    text-decoration: underline;  color:#474747; 
}
.terms ul {
  list-style-type: none;
  padding-left: 5px;  
}
.terms li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  text-align: justify;
}
.terms li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f0a9";
  color: blue;
  font-size:17px;
}
.blue-color {
color:blue;
}
.green-color {
color:green;
}
.teal-color {
color:teal;
}
.yellow-color {
color:yellow;
}
.red-color {
color:red;
}
/*********** End IR Privacy Policy *************/

/**************** ICONS *****************/
.agmButton
{
  margin-top:20px;
}
.agmButton .iconDownload, .circularButton .iconDownload
{
  display:block;
}
.iconDownload{
  background:url(iconDownloadb.png) no-repeat center center;
  width:100%;margin-bottom:2px !important;
  padding-left:35px;
}
.iconView{
  background:url(iconViewb.png) no-repeat center center;
  width:100%; 
  display:block;
  padding-left:35px;
}
.iconAlignRight{
  background-position:left center;
}
.iconAlignRight:hover{
  background-position:left center;
}

/************ END ICONS***************/

/*==============================================
CORPORATE GOVERNANCE
================================================*/

a.cg-cont {
    background: #f0f0f0;
    padding: 20px;
    display: block;
    width: 100%;
    float: left;
}

.icon-pdf {
    float: left;
    width: 25%;
    margin-right: 5%;
    background-image: url(https://welcome3.goldli.com.my/css/pdf-icon.png);
    height: 84px;
    background-size: 84%;
    background-repeat: no-repeat;
}
.pdf-title {
    float: left;
    width: 65%;
    display: table;
    height: 74px;
}
.pdf-title h5 {
    display: table-cell;
    vertical-align: middle;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
}

/*==========  Mobile First Method  ==========*/
/* Large desktops and laptops */
@media (min-width: 1200px) {
    .icon-pdf {
        float: left;
        width: 20%;
        margin-right: 5%;
        background-image: url(https://welcome3.goldli.com.my/css/pdf-icon.png);
        height: 84px;
        background-size: 84%;
        background-repeat: no-repeat;
    }
}

@media (max-width: 1024px) {
    .icon-pdf {
        float: left;
        width: 25%;
        margin-right: 5%;
        background-image: url(https://welcome3.goldli.com.my/css/pdf-icon.png);
        height: 84px;
        background-size: 84%;
        background-repeat: no-repeat;
    }
}
