@font-face {
    font-family: 'logi-icons';
    src: url('./font/logi-icons.eot?35869936');
    src: url('./font/logi-icons.eot?35869936#iefix') format('embedded-opentype'), url('./font/logi-icons.woff2?35869936') format('woff2'), url('./font/logi-icons.woff?35869936') format('woff'), url('./font/logi-icons.ttf?35869936') format('truetype'), url('./font/logi-icons.svg?35869936#logi-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'logi-icons';
    src: url('../font/logi-icons.svg?35869935#logi-icons') format('svg');
  }
}
*/

/*.logi-icon*/
[class^="logi-icon-"], [class*=" logi-icon-"] {
    font-family: "logi-icons";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
/*    width: 1em;*/
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

[class^="logi-icon-"].px16, [class*=" logi-icon-"].px16 {
    font-size: 16px;
}

[class^="logi-icon-"].px18, [class*=" logi-icon-"].px18 {
    font-size: 18px;
}

[class^="logi-icon-"].px20, [class*=" logi-icon-"].px20 {
    font-size: 20px;
}

[class^="logi-icon-"].px24, [class*=" logi-icon-"].px24 {
    font-size: 24px;
}

[class^="logi-icon-"].px32, [class*=" logi-icon-"].px32 {
    font-size: 32px;
}

[class^="logi-icon-"].px48, [class*=" logi-icon-"].px48 {
    font-size: 48px;
}

.logi-icon-outgoing-message {
    color: #6ea0fc;
}

.logi-icon-incoming-message {
    color: #5EA226;
}

.logi-icon-message-send:before {
    content: '\e806';
    color:black;
}

.logi-icon-message-received:before {
    content: '\e802';
    color: black;
}

.logi-icon-message-read:before {
    content: '\e802';
    color: #00FF00;
}

.logi-icon-task:before {
    content: '\f12a';
    color: red;
}

.logi-icon-task-idle:before {
    content: '\f12a';
    color: grey;
}

.logi-icon-circle-on:before {
    content: '\f111';
    color: green;
}

.logi-icon-circle-off:before {
    content: '\f111';
    color: red;
}

.logi-icon-circle-off-colourblind:before {
    content: '\f111';       /* Font Awesome circle */
    color: red;             /* kleur, maar niet doorslaggevend */
    display: inline-block;
    border: 2px dashed currentColor; /* visuele structuur */
    border-radius: 50%;
    padding: 2px;
    opacity: 0.8;           /* net iets subtieler */
}


.logi-sms-icon:before {
    content: url('/images/icons/sms_black.png');
}

.logi-mail-icon:before {
    content: url('/images/icons/mail_black.png');
}

