/* Used for Jquery Validation plugin */


  label.valid {
    width: 24px;
    
    display: inline-block;
    text-indent: -9999px;
    }
    label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
    }
.container-full {
  margin: 0px auto;
  width: 100%;
}
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  
  padding-bottom:10px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
} 

.public-footer {
  
  margin-top: 150px; /* negative value of footer height */
 
  clear:both;
  
  background-color: #f5f5f5;
} 
.public-footer-new
{
    position: fixed;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #f5f5f5;
}

.boldit
{
    font-weight: bold;
}
.rank1 {
 

  display: inline-flex				;
  align-items: center;
  justify-content: center;
 
  
  min-width: 1em;
 
  vertical-align: middle;
  
  border-radius: 50%;
   
    width: 26px;
    height: 26px;
    padding: 8px;

   
    border: 2px solid #3c763d !important;
    color: #000;
    text-align: center;

    font: 14px Arial, sans-serif;
    margin-top:5px;
    text-align: center;
    margin-left:4px !important;
} 


.noleftpadding {
   padding-left: 0 !important;
   
}