.wstdl-spinner {
  background: url(../images/spinner.gif) no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  visibility: hidden;
  vertical-align: middle;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 20px;
  height: 20px;
  margin: 0px 10px 0;
}

.wstdl-spinner.is-active {
  visibility: visible;
}

/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  display: block;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: .7;
  background: url('../images/loader.gif') center no-repeat #fff;
}

/*** Tab CSS start ***/

.wcds-tabs {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: stretch;
}

.wcds-tab {
  background-color: #eeeeee;
  margin-right: 3px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 10px;
  transition-duration: .5s;
  transition-property: all;
  font-weight: 500;
  cursor: pointer;
}

.wcds-tab:hover {
  background-color: #032731;
  color: #ffffff;
}

.wcds-tab-active {
  background-color: #df924f;
  color: #ffffff;
}

.wcds-tab , .wcds-tab-content {
  padding: 20px;
}

.wcds-tab-content-hidden {
  display: none !important;
}

/*** Tab css end ***/

.rep-item-wrapper {
  width: 60%;
}

/*input[name="rep_id"] {
  width:250px;
}*/


.rep-search .form-control {
  margin: 0px 0px 0px 0px;
height:50px;
}
.rep-result-wrapper {
  margin-top: 20px;
}
.rep-name-id-wrapper {
  color: #000;
  font-weight: bold;
}
.rep-content p {
  margin: 0px auto;
}
.rep-item-wrapper {
  display: flex;
  padding: 10px;
  border: 1px solid #000;
}
.rep-image-wrapper {
  margin-right: 20px;
}
@media screen and (max-width: 600px){
    
	
	.rep-item-wrapper {
  display: block;
width:100% !important;
}
	.rep-image-wrapper {
  margin-right: 0px;
}

}