@font-face {
  font-family: 'icomoon';
  src:  url('../../fonts/icomoon/icomoon.eot?16lpog');
  src:  url('../../fonts/icomoon/icomoon.eot?16lpog#iefix') format('embedded-opentype'),
    url('../../fonts/icomoon/icomoon.ttf?16lpog') format('truetype'),
    url('../../fonts/icomoon/icomoon.woff?16lpog') format('woff'),
    url('../../fonts/icomoon/icomoon.svg?16lpog#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: none;
  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-close:before {
  content: "\e904";
}
.icon-minus:before {
  content: "\e905";
}
.icon-plus:before {
  content: "\e907";
}
.icon-excel:before {
  content: "\e900";
}
.icon-card:before {
  content: "\e901";
}
.icon-restart:before {
  content: "\e902";
  color: #7c7c7c;
}
.icon-list:before {
  content: "\e903";
}
.icon-more:before {
  content: "\e906";
}
.icon-arrow:before {
  content: "\e908";
}


@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Regular.woff2') format('woff2'),
        url('../../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/PTSans-Bold.woff2') format('woff2'),
        url('../../fonts/PTSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/PTSans-Regular.woff2') format('woff2'),
        url('../../fonts/PTSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/PTSans-Italic.woff2') format('woff2'),
        url('../../fonts/PTSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../../fonts/PTSans-BoldItalic.woff2') format('woff2'),
        url('../../fonts/PTSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PT Sans Narrow';
    src: url('../../fonts/PTSans-NarrowBold.woff2') format('woff2'),
        url('../../fonts/PTSans-NarrowBold.woff') format('woff');
    font-weight: bold;
}


/*font CSS Document */
.size_12 {
font-size:12px;
}

.size_14 {
font-size:14px;
}

.color_blue {
color:#0eaada;
}
.color_blue_2 {
color:#0000FF;
}

.color_blue_3 {
color:#1e7ac1;
}

.color_grey {
color:#acacac ;
}
