/* Material Icons  - Complete font icons */ 

@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons+Outlined);


/* material-icons Font */
/*  as we identify the correct place to put the .gmaterial-icon in the selector above,,  uncoment the desired row after adding the class  
.WebButtonIcon:before,
.Tile .Tile_Icon:before, */
.Tile .Tile_Icon.gmaterial-icons:before, 
/*.RecentList ul>li>div:before,
.WebTreeView .WebTree_Item:before,
.WebTreeView .WebTree_Entry:before,
.WebTreeView .WebTree_NoIcon.WebTree_Folder:before,
.WebTreeView .WebTree_NoIcon.WebTree_Icon:before,
.WebGrid .WebList_Head .WebList_Sorted:before,
.WebGrid .WebList_Head .WebList_SortedReverse:before,
.WebList .WebList_Head .WebList_Sorted:before,
.WebList .WebList_Head .WebList_SortedReverse:before,
.WebMsgBoxConfirm .WebLabel_content:before,
.WebMsgBoxInfo .WebLabel_content:before,
.WebMsgBoxWarning .WebLabel_content:before,
.WebMsgBoxError .WebLabel_content:before,
.WebDP .WebDP_Up:before,
.WebDP .WebDP_YearMnu .WebDP_Up.WebDP_UpDown:before,
.WebDP .WebDP_Down:before,
.WebDP .WebDP_YearMnu .WebDP_Down.WebDP_DownDown:before,
.WebDP .WebDP_BtnPrev:before,
.WebDP .WebDP_BtnNext:before,
.WebDP .WebDP_BtnMonth:after,
.WebDP .WebDP_BtnYear:after,
.WebWindow .WebWin_controls .WebWin_close:before,
.WebDateForm .WebFrm_Prompt:before,
.WebFileFrm div.WebFile_Btn:before,
.WebForm .WebFrm_Prompt:before,
.WebMenuList li.WebItm_HasSub:before,
.WebMenuBar ul li ul li.WebItm_HasSub>div:before,
span.WebItm_Icon:before,
.WebTlb_SubItems span.WebItm_Icon:before, */
.WebButton.WebMenuButton.gmaterial-icons button:before,
.WebButton.gmaterial-icons button:before,
/*
.WebMenuList .WebML_Back:before,
.WebGroup.WebGrp_Collapsed>div>div>.WebGrp_ExpandBtn:before,
.WebGroup.WebGrp_Expanded>div>div>.WebGrp_ExpandBtn:before,
.WebList_SwipeBtn:before,
.WebList_SwipeBtn:before, */
.WebList_Row td.WebColImg.gmaterial-icons span[class*="WebIcon"]:before
{
  font-family: 'Material Icons' !important;

}


.WebList_Row td.WebColImg.gmaterial-icons-outlined span[class*="WebIcon"]:before,
.Tile .Tile_Icon.gmaterial-icons-outlined:before {
  font-family: 'Material Icons Outlined' !important;

}


/*.WebList_Row td[class*="gmaterial-icons"] span[class*="WebIcon"]:before,
[class*="gmaterial-icons"].Tile_Icon { 
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  font-variant: normal ;
  text-transform: none ;
  speak: none;
  line-height: 1;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
} */



/* Rules for sizing the icon. */
/*
[class*="gmaterial-icons"].md-18 { font-size: 18px; }
[class*="gmaterial-icons"].md-20 { font-size: 20px; }
[class*="gmaterial-icons"].md-24 { font-size: 24px; }
[class*="gmaterial-icons"].md-36 { font-size: 36px; }
[class*="gmaterial-icons"].md-48 { font-size: 48px; }

*/

/* Rules for using icons as black on a light background. */
[class*="material-icons"].md-dark { color: rgba(0, 0, 0, 0.54); }
[class*="material-icons"].md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
[class*="material-icons"].md-light { color: rgba(255, 255, 255, 1); }
[class*="material-icons"].md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* WAF objects matching section */ 
/* to use on WAF,  objects must set 'material-icons' or 'material-icons-outlined' css classes ' */


.WebList_Row td[class*="gmaterial-icons"].md-20 span[class*="WebIcon"]:before 
{
  font-size: 20px; 
}

.WebList_Row td[class*="gmaterial-icons"].md-24  span[class*="WebIcon"]:before {
  font-size: 24px;
}

/* best fit with vertical-align set to text-bottom */ 
.WebList_Row td[class*="gmaterial-icons"] span[class*="WebIcon"]:before 
{
   vertical-align: text-bottom; 
}


/* WebIcon Content Section */

.WebList_Row td[class*="gmaterial-icons"] span.WebIcon_Folder:before 
{
  content : "\e2c7" ;  /* folder */
  color: #ffcc00 ;
}

.WebList_Row td[class*="gmaterial-icons"] span.WebIcon_PDF:before 
{
  content : "\e415" ; /* picture_as_pdf */
}


.WebList_Row td[class*="gmaterial-icons"] span.WebIcon_Video:before 
{
  content : "\e02c" ; /* movie */
}

.WebList_Row td[class*="gmaterial-icons"] span.WebIcon_Audio:before 
{
  content : "\f01f" ; /* headphones */
}

.WebList_Row td[class*="gmaterial-icons"] span.WebIcon_File:before 
{
  content : "\e873" ; /* description */
}

div[class*="gmaterial-icons"].WebIcon_LibraryMusic:before 
{
  content: "\e030" ; /* library_music */ 
}

div[class*="gmaterial-icons"].WebIcon_QueueMusic:before 
{
  content: "\e03d" ; /*  queue_music */ 
}

div[class*="gmaterial-icons"].WebIcon_library_add_check:before 
{
  content: "\e9b7" ; /*  library_add_check */ 
}

div[class*="gmaterial-icons"].WebIcon_FileDownload:before 
{
  content: "\e2c4" ; /*  file_download */ 
}


.WebMaterialIcon_Visibility:before,
.WebMaterialIcon_Visibility button:before,
button.WebMaterialIcon_Visibility:before,
.WebMaterialIcon_Visibility>div>span.WebItm_Icon:before {
    /* Pencil over line Icon */
    content: "\e8f4";
}

.WebMaterialIcon_VisibilityOff:before,
.WebMaterialIcon_VisibilityOff button:before,
button.WebMaterialIcon_VisibilityOff:before,
.WebMaterialIcon_VisibilityOff>div>span.WebItm_Icon:before {
    /* Pencil over line Icon */
    content: "\e8f5";
}