@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?nmh0tu');
  src:  url('../fonts/icomoon.eot?nmh0tu#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?nmh0tu') format('truetype'),
    url('../fonts/icomoon.woff?nmh0tu') format('woff'),
    url('../fonts/icomoon.svg?nmh0tu#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-column-sorter:before {
  content: "\e900";
  color: #fff;
}
.icon-delete:before {
  content: "\e901";
  color: #005581;
}
.icon-edit-pencil:before {
  content: "\e902";
  color: #005581;
}
.icon-import:before {
  content: "\e903";
  color: #fff;
}
.icon-plus:before {
  content: "\e904";
  color: #fff;
}
.icon-right:before {
  content: "\e905";
  color: #19a066;
}
.icon-search-icon:before {
  content: "\e906";
  color: #fff;
}
.icon-switch-disable:before {
  content: "\e907";
  color: #9f9f9f;
}
.icon-switch-enable:before {
  content: "\e908";
  color: #2e81be;
}


.actionbtns-align {
  float: right;
  margin-bottom: 5px;
  cursor: pointer;
}

.title-bar {
  background-color: #ebebeb;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  align-items: center;
  padding: 4px;
}


