.item-detail .request-form-bg{
	display: none;
	margin-top: 40px;
}

.help-error{
	font-size: 12px;
	color: red;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: auto !important;
    background-color: #000;
}


.ajax_loading img{
  width: 100%;
  height: 100%;
}

.ajax_loading {
    border: 0;
    display: none;
    width: 45px;
    height: 25px;
    /* float: left; */
   position: absolute;
    left: 420px;
    top: 20px;
    /* background: url(../images/loading.gif) left top no-repeat; */
}






.pp_select_wrap .ajax_loading {
    border: 0;
    display: none;
    width: 45px;
    height: 25px;
    position: absolute;
    left: 170px;
    top: -3px;

}


.machines-list-container{
    padding-top: 50px;
    min-height: 80px;
}








@media (max-width: 600px){


.col-sm-12.text-right, .col-sm-12.text-left {
              text-align: center !important;
       }


.pp_select_wrap .ajax_loading {
    border: 0;
    display: none;
    width: 45px;
    height: 25px;
    position: absolute;
    left: 320px;
    top: -3px;

}



.ajax_loading {
    border: 0;
    display: none;
    width: 45px;
    height: 25px;
    /* float: left; */
   position: absolute;
    left: 290px;
    top: 20px;
    /* background: url(../images/loading.gif) left top no-repeat; */
}

}