.loading {
    clear: both;
    width: 30px;
    height: 30px;
    margin: auto;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    display: none;
}

.loading_page{
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#ffffff;
  background-image:url(../images/loading.gif);
  background-repeat:no-repeat;
  background-position:center center;
  z-index:99999;

}


.form_loading {
  padding-bottom:50px;
}

.err_msg{
  clear:both;
  color:#ff0000;
  padding-bottom:10px;
}
.confirm_msg_area{
  display:none;
  width:100%;
  text-align:center;
  margin-bottom:100px;
}

.global_loading{

 position:fixed;
 left:0px;
 top:0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(../images/loading2.gif);
    background-repeat: no-repeat;
    background-position: center center;
 z-index: 99999999;
    background-color: #ffffff;
    display: none;
}
.btn_link{
  cursor:pointer;
}

.pagination .active{
  color:#be0100 !important;
}

#jew_collection .pagination .active {
color: #877044 !important;
}


