/* Active Wholesale Price Quotes Styles */

body{
  background-color: transparent !important;
  overflow-x: hidden; 
}

.pre_load_awpq{
  color: #333;
  text-align: center;

  padding: 50px 0;
}

#AWPQ { 
  margin:0 auto; 
  font-size: 12px; 
  padding: 0px 5px;
}

#AWPQ h3 { 
  color: #333;
  font-size: 22px;
  margin-top: 10px;
  text-align: center; 
}

#AWPQ h4 { 
  color: #333;
  font-size: 16px;
  margin-top: 10px;
  text-align: center; 
  padding-top: 10px;
}

#AWPQ p.smaller { 
    font-size: smaller; 
    text-align: justify;
    padding: 5px 10px; 
}

#AWPQ .bullion{
    padding: 0;
    margin: 5px 0;

    border-color:rgb(166,166,166);
    border-style:solid;
    border-width: 0.5px;

    background-color: #fff;

    border-radius:3px;
    -o-border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

        transition:All 0.3s ease-out;
     -o-transition:All 0.3s ease-out;
   -moz-transition:All 0.3s ease-out;
-webkit-transition:All 0.3s ease-out;
}

#AWPQ .bullion:hover{
  background-color: #333333;
  color: #ffffff;

        transition:All 0.3s ease-out;
     -o-transition:All 0.3s ease-out;
   -moz-transition:All 0.3s ease-out;
-webkit-transition:All 0.3s ease-out;

}

#AWPQ .bullion_green:hover{
  background-color: #2F7F0B;
  color: #ffffff;

        transition:All 0.3s ease-out;
     -o-transition:All 0.3s ease-out;
   -moz-transition:All 0.3s ease-out;
-webkit-transition:All 0.3s ease-out;
}

#AWPQ .bullion_red:hover{
  background-color: #941A0E;
  color: #ffffff;

        transition:All 0.3s ease-out;
     -o-transition:All 0.3s ease-out;
   -moz-transition:All 0.3s ease-out;
-webkit-transition:All 0.3s ease-out;
}

#AWPQ .bullion_default:hover{
  background-color: #333333;
  color: #ffffff;

        transition:All 0.3s ease-out;
     -o-transition:All 0.3s ease-out;
   -moz-transition:All 0.3s ease-out;
-webkit-transition:All 0.3s ease-out;

}

#AWPQ .name_div{
  padding: 5px 20px;
}

#AWPQ .name_div .name {
  font-size: 18px;
  float: left;
  font-weight: bold;
}

#AWPQ .name_div .time {
  font-size: 14px;
  float: right;
  font-style: italic;
  font-variant: small-caps;
}

#AWPQ .bid_title h4, 
#AWPQ .ask_title h4, 
#AWPQ .change_title h4, 
#AWPQ .changePct h4{
  font-size: 14px;
  padding-top: 2px;
  margin: 0;
  font-weight: bold;
  line-height: 22px;
}

#AWPQ .bullion:hover .bid_title h4, 
#AWPQ .bullion:hover .ask_title h4, 
#AWPQ .bullion:hover .change_title h4, 
#AWPQ .bullion:hover .changePct h4{
  font-weight: normal;
  color: #fff !important;
}

#AWPQ .bid, 
#AWPQ .ask, 
#AWPQ .change, 
#AWPQ .changePct{
  font-size: 13px;
  font-variant: small-caps;
}

#AWPQ .bid_div, 
#AWPQ .ask_div, 
#AWPQ .change_div{
  padding-left: 1px !important;
  padding-right: 1px !important;
}

#AWPQ .bid{
    padding-left: 10px;
}

#AWPQ .responsive_tabs{
  width: auto;
  float: none;
}

#AWPQ .default_line{
    border: solid 2px #333333;
}

#AWPQ .red_line{
    border: solid 2px #941A0E;
}

#AWPQ .green_line{
    border: solid 2px #2F7F0B;
}


#AWPQ .metal {
  color: #ffffff;
}

#AWPQ .metal .top {
  height: 24px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
}

#AWPQ .metal .top_default {
  background-color: #333333;
}

#AWPQ .metal .top_red {
  background-color: #941A0E;
}

#AWPQ .metal .top_green {
  background-color: #2F7F0B;

}

#AWPQ .metal .top .date {
  font-size: 13px;
  float: right;
  font-style: italic;
  font-variant: small-caps;
  padding-right: 10px;
  padding-top: 3px;
}

#AWPQ .metal .top .name {
  font-size: 17px;
  font-weight: bold;
  float: left;
  font-variant: small-caps;
  padding-left: 10px;
  margin-top: -1px;
}

