/*
  Your use of the content in the files referenced here is subject to the terms of the license at https://aka.ms/fabric-assets-license
*/
@font-face {
  font-family: 'FabricMDL2Icons';
  src: url('../fonts/fabric-icons-15546489.woff') format('woff');
}

.ms-Icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'FabricMDL2Icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
}

.ms-Icon--IgnoreConversation:before { content: "\E372"; }



.search-results .corner-button {
display:none !important;
}


a.search-link:before {

content:"";

display: inline-block;
background-size: 16px 16px;
width:16px;
height:16px;
margin-right:7px;


}

a.search-link:before  {
background-image: url(../img/htm-s.svg);
}

a.search-link[href$=".pdf"]:before  {
  background-image: url(../img/pdf-s.svg);
}

a.search-link[href$=".docx"]:before  {
 background-image: url(../img/doc-s.svg);
}

a.search-link[href$=".xlsx"]:before  {
 background-image: url(../img/xls-s.svg);
}

a.search-link[href$=".png"]:before  {
 background-image: url(../img/png-s.svg);
}

a.search-link[href$=".jpg"]:before  {
 background-image: url(../img/jpg-s.svg);
}

div.v1 {
  width: 100%;
  border-bottom: 2px #666 solid;

}


