/*OVERWRITE*/
.img-responsive{
  margin: auto !important;
}
.inspec-img{
	width: 48px;
}
.borde-requerido{
	border: 1px solid #ff0000;
}
#loader{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  background: rgba(202,202,202,0.5) url('../img/loader.gif?v=3') no-repeat center center;
  background-size: 15%;
}

@media only screen and (max-width: 1000px) {
    #loader {
        background-size: 25%;
    }
}
@media only screen and (max-width: 768px) {
    #loader {
        background-size: 50%;
    }
}
