.Reference[disabled=disabled] {
cursor: not-allowed;
color: gray;
text-decoration: none;
}
.Edit[disabled=disabled] {
cursor: not-allowed;
color: gray;
text-decoration: none;
}
.Delete[disabled=disabled] {
cursor: not-allowed;
color: gray;
text-decoration: none;
}
.Remove {
color: #991111;
}
.Remove[disabled=disabled] {
cursor: not-allowed;
color: gray;
text-decoration: none;
}
.searchclear {
position: absolute;
right: 70px;
top: 0;
bottom: 0;
height: 12px;
margin: auto;
font-size: 14px;
cursor: pointer;
color: #ccc;
z-index: 100;
}
@media screen and (max-width:992px) {
.searchclear {
position: absolute;
right: 100px;
top: 0;
bottom: 0;
height: 12px;
margin: auto;
font-size: 14px;
cursor: pointer;
color: #ccc;
z-index: 100;
}
}
*/
