/*--------------------------------

hermes-dashboard-icons Web Font - built using nucleoapp.com
License - nucleoapp.com/license/

-------------------------------- */
@font-face {
  font-family: 'NucleoIcons';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
    base class definition
-------------------------*/
.ni {
  display: inline-block;
  font: normal normal normal 14px/1 NucleoIcons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*------------------------
  change color
-------------------------*/

.ni-white {
  color: #fff;
}

.ni-dark-grey {
  color: #333333;
}

.ni-blue {
  color: #49A1B8;
}

.ni-black {
  color: #000;
}



/*------------------------
  change icon size
-------------------------*/
.ni-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.ni-2x {
  font-size: 2em;
}
.ni-3x {
  font-size: 3em;
}
.ni-4x {
  font-size: 4em;
}
.ni-5x {
  font-size: 5em;
}

/*----------------------------------
  add a square/circle background
-----------------------------------*/
.ni.square-g,
.ni.circle-g {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #eee;
}

.ni.square-w,
.ni.circle-w {
  padding: 0.33333333em;
  vertical-align: -16%;
  background-color: #fff;
}

.ni.circle-g,
.ni.circle-w {
  border-radius: 50%;
}
/*------------------------
  list icons
-------------------------*/
.ni-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.ni-ul > li {
  position: relative;
}
.ni-ul > li > .ni {
  position: absolute;
  left: -1.57142857em;
  top: 0.14285714em;
  text-align: center;
}
.ni-ul > li > .ni.lg {
  top: 0;
  left: -1.35714286em;
}
.ni-ul > li > .ni.circle,
.ni-ul > li > .ni.square {
  top: -0.19047619em;
  left: -1.9047619em;
}
/*------------------------
  spinning icons
-------------------------*/
.ni.spin {
  -webkit-animation: nc-spin 2s infinite linear;
  -moz-animation: nc-spin 2s infinite linear;
  animation: nc-spin 2s infinite linear;
}
@-webkit-keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes nc-spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes nc-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.ni.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ni.rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ni.rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.ni.flip-y {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.ni.flip-x {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
/*------------------------
    font icons
-------------------------*/

.ni-pin-3::before {
  content: "\ea02";
}

.ni-wireframe::before {
  content: "\ea03";
}

.ni-check::before {
  content: "\ea04";
}

.ni-currency-exchange::before {
  content: "\ea05";
}

.ni-users-ww::before {
  content: "\ea06";
}

.ni-single-copy-04::before {
  content: "\ea07";
}

.ni-chart-pie-36::before {
  content: "\ea08";
}

.ni-flash-21::before {
  content: "\ea09";
}

.ni-countdown-34::before {
  content: "\ea0a";
}

.ni-hotel::before {
  content: "\ea0b";
}

.ni-switches::before {
  content: "\ea0c";
}

.ni-letter::before {
  content: "\ea0d";
}

.ni-edit-76::before {
  content: "\ea0e";
}

.ni-archive-2::before {
  content: "\ea0f";
}

.ni-zoom::before {
  content: "\ea10";
}

.ni-setup-preferences::before {
  content: "\ea11";
}

.ni-support::before {
  content: "\ea12";
}

.ni-folder-upload::before {
  content: "\ea13";
}

.ni-drag::before {
  content: "\ea14";
}

.ni-filter-check::before {
  content: "\ea15";
}

.ni-dashboard-30::before {
  content: "\ea16";
}

.ni-hotel-bell::before {
  content: "\ea17";
}

.ni-scale::before {
  content: "\ea18";
}

.ni-measure-big::before {
  content: "\ea19";
}

.ni-remove-part::before {
  content: "\ea1a";
}

.ni-tail-left::before {
  content: "\ea1b";
}

.ni-chat-46-2::before {
    content: "\ea1f";
}

.ni-users-wm::before {
    content: "\ea20";
}

.ni-pin-copy::before {
    content: "\ea21";
}

/* all icon font classes list here */
