/*
 *
 * Copyright (c) 2017, 4NG and/or its affiliates. All rights reserved.
 * 4NG PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
 *
 */
@font-face {
	font-family: 'SMARTset';
	src:url('SMARTset.eot');
	src:url('SMARTset.eot?#iefix') format('embedded-opentype'),
		url('SMARTset.woff') format('woff'),
		url('SMARTset.ttf?') format('truetype'),
		url('SMARTset.svg#SMARTset') format('svg');
	font-weight: normal;
	font-style: normal;
}

*[class*='smartseticon-'] {
     font: normal normal normal 14px/1 'SMARTset';
     font-size: inherit;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;

     /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
 }

/* Fix some issues showing in kendo toolbars */
.k-sprite.k-icon[class*='smartseticon-'] {
    text-indent: 0;
    width: auto;
    height: auto;
}
.k-sprite.k-icon[class*='smartseticon-']:before {
    position: relative;
}

.smartseticon-rotate-all-right:before {
    content: "\e916";
}
.smartseticon-rotate-all-left:before {
    content: "\e917";
}
.smartseticon-animation:before {
    content: "\e915";
}
.smartseticon-list:before {
    content: "\e900";
}
.smartseticon-zoom-extents:before {
    content: "\e901";
}
.smartseticon-focus:before {
    content: "\e902";
}
.smartseticon-export-photo:before {
    content: "\e903";
}
.smartseticon-paste:before {
    content: "\e904";
}
.smartseticon-export:before {
    content: "\e905";
}
.smartseticon-import:before {
    content: "\e906";
}
.smartseticon-copy:before {
    content: "\e907";
}
.smartseticon-rotate-left:before {
    content: "\e908";
}
.smartseticon-rotate-right:before {
    content: "\e909";
}
.smartseticon-redo:before {
    content: "\e90a";
}
.smartseticon-undo:before {
    content: "\e90b";
}
.smartseticon-send-to-back:before {
    content: "\e90c";
}
.smartseticon-bring-to-front:before {
    content: "\e90d";
}
.smartseticon-save-as:before {
    content: "\e90e";
}
.smartseticon-save:before {
    content: "\e90f";
}
.smartseticon-delete:before {
    content: "\e910";
}
.smartseticon-zoom-out:before {
    content: "\e911";
}
.smartseticon-zoom-in:before {
    content: "\e912";
}
.smartseticon-grid:before {
    content: "\e913";
}
.smartseticon-optimisation:before {
    content: "\e914";
}
.smartseticon-alarm-raised:before {
    content: "\e600";
}
.smartseticon-alarm-escalated:before {
    content: "\e601";
}