.search-item-tag{
	font-size: 12px;
	display: inline-block;
	padding: 2px 15px;
	margin-right: 5px;
	border: 0.5px solid lightgray;
	border-radius: 3px;
	color: black;
	margin-bottom: 0px !important;
}

.search-item-tag:hover{
	color: cornflowerblue !important;
	border: 0.5px solid cornflowerblue !important;
}

.search-tab{
	font-size: 12px;
	display: inline-block;
	padding: 2px 15px;
	margin-right: 5px;
	border-radius: 3px;
	color: black;
	margin-bottom: 0px !important;
	border: 2px solid lightgray;
	font-weight: bold;
	cursor: pointer;
}

.search-tab:hover{
	color: cornflowerblue !important;
	border: 2px solid cornflowerblue !important;
}

.search-tab.active{
	color: cornflowerblue !important;
	border: 2px solid cornflowerblue !important;
}

.representative {
    color:black;
    font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    margin-right: 5px;
    border: 0.5px solid lightgray;
    border-radius: 3px;
    text-decoration: none;
}

.representative:hover {
	color: cornflowerblue !important;
	border: 0.5px solid cornflowerblue !important;
	text-decoration: none;
}

.record-count{
	font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    margin-right: 5px;
    border-radius: 3px;
    color: cornflowerblue;
    margin-bottom: 0px !important;
    font-weight: bold;
    cursor: pointer;
    float: right;
    text-align: right;
}

.link-button {
    font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    margin-right: 5px;
    border: 0.5px solid cornflowerblue;
    border-radius: 3px;
    text-decoration: none;
    float:right;
    background: cornflowerblue;
    color: white;
    width: 105px;
    text-align: center;
}

.rec-image{
	width: 7%;
	float: left;
	display: inline-block;
}

.rec-image img{
	width: 52px;
	height: 52px;
	border-radius: 2px;
} 

.rec-details{
	width: 97%;
	display: inline-block;
	padding: 15px 0px;
  	border-bottom: 0.5px solid lightgray;
  	margin-bottom: 5px;
  	text-align: left;
}

.rec-remark{
	width: 99%;
	float: right;
	display: inline-block;
	font-size: 12px;
	color: black;
}

.main-link{
	font-size: 14px;
	text-decoration: none;
	color: cornflowerblue;
	margin:15px 10px;
	width: 98%;
}

.representative {
    color:black;
    font-size: 12px;
    display: inline-block;
    padding: 2px 15px;
    margin-right: 5px;
    border: 0.5px solid lightgray;
    border-radius: 3px;
    text-decoration: none;
}

.representative:hover {
  color: cornflowerblue !important;
  border: 0.5px solid cornflowerblue !important;
  text-decoration: none;
}

.loading{
	background: url(../images/ajax-loader.gif) no-repeat;
    background-size: 32px 32px;
    background-position: center;
    background-color: lightgrey;
}

.popup-style{
	color: black;
}

.form-group {
    margin-bottom: 0px !important;
}

form{
	padding: 10px !important;
    border: 1px solid lightgray !important;
    border-radius: 3px !important;
    margin-bottom: 5px !important;
}

.webui-popover .webui-popover-content {
    margin-left: 30px;
}

.company-status{
    float: right;
    color: white;
    font-weight: bold;
}

.company-status.not-available{
   background: grey;
   color: white;
}

.company-status.certified{
   background: seagreen;
   color: white;
}

.company-status.non-certified{
   background: grey;
   color: white;
}

.vendor-status{
    float: right;
    color: white;
    font-weight: bold;
}

.vendor-status.not-available{
   background: grey;
   color: white;
}

.vendor-status.certified{
   background: seagreen;
   color: white;
}

.vendor-status.non-certified{
   background: grey;
   color: white;
}

.webui-popover-inner .close {
    opacity: 1 !important;
}