﻿/* font-face */
@font-face {
    font-family: 'shock_icons';
    src: url('Fonts/IconShock/General/Shock_Icons.eot');
    src: url('Fonts/IconShock/General/Shock_Icons.eot?#iefix') format('embedded-opentype'),
         url('Fonts/IconShock/General/Shock_Icons.woff') format('woff'),
         url('Fonts/IconShock/General/Shock_Icons.ttf') format('truetype'),
         url('Fonts/IconShock/General/Shock_Icons.svg#shock_icons') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* global styles */
[class*="shock-icn-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

[class*="shock-icn-"]:before {
  font-family: 'shock_icons', Fallback, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}

/*Customized theme*/
.font-icon-theme{
    color:#ff6a00; /*Custom theme depending on cogito branding*/
}
/* icons */
.shock-icn-first:before {
  content: "\0030";
}

.shock-icn-previous:before {
  content: "\0031";
}

.shock-icn-play:before {
  content: "\0032";
}

.shock-icn-pause:before {
  content: "\0033";
}

.shock-icn-stop:before {
  content: "\0034";
}

.shock-icn-record:before {
  content: "\0035";
}

.shock-icn-next:before {
  content: "\0036";
}

.shock-icn-last:before {
  content: "\0037";
}

.shock-icn-repeat:before {
  content: "\0038";
}

.shock-icn-shuffle:before {
  content: "\0039";
}

.shock-icn-administrator:before {
  content: "\0061";
}

.shock-icn-user:before {
  content: "\0062";
}

.shock-icn-cloud:before {
  content: "\0063";
}

.shock-icn-download:before {
  content: "\0064";
}

.shock-icn-pencil:before {
  content: "\0065";
}

.shock-icn-camera:before {
  content: "\0066";
}

.shock-icn-image:before {
  content: "\0067";
}

.shock-icn-tag:before {
  content: "\0068";
}

.shock-icn-access-point:before {
  content: "\0069";
}

.shock-icn-briefcase:before {
  content: "\006a";
}

.shock-icn-key:before {
  content: "\006b";
}

.shock-icn-cross:before {
  content: "\006c";
}

.shock-icn-checkmark:before {
  content: "\006d";
}

.shock-icn-thumbdown:before {
  content: "\006e";
}

.shock-icn-music:before {
  content: "\006f";
}

.shock-icn-video:before {
  content: "\0070";
}

.shock-icn-push-pin:before {
  content: "\0071";
}

.shock-icn-refresh:before {
  content: "\0072";
}

.shock-icn-script:before {
  content: "\0073";
}

.shock-icn-file-transfer:before {
  content: "\0074";
}

.shock-icn-upload:before {
  content: "\0075";
}

.shock-icn-arrowhead-down:before {
  content: "\0076";
}

.shock-icn-crown:before {
  content: "\0077";
}

.shock-icn-trash-can:before {
  content: "\0078";
}

.shock-icn-thumbup:before {
  content: "\0079";
}

.shock-icn-zoom-out:before {
  content: "\007a";
}

.shock-icn-home:before {
  content: "\0041";
}

.shock-icn-database:before {
  content: "\0042";
}

.shock-icn-copy:before {
  content: "\0043";
}

.shock-icn-down:before {
  content: "\0044";
}

.shock-icn-edit:before {
  content: "\0045";
}

.shock-icn-find:before {
  content: "\0046";
}

.shock-icn-group:before {
  content: "\0047";
}

.shock-icn-history:before {
  content: "\0048";
}

.shock-icn-info:before {
  content: "\0049";
}

.shock-icn-phone:before {
  content: "\004a";
}

.shock-icn-shopping-cart:before {
  content: "\004b";
}

.shock-icn-left:before {
  content: "\004c";
}

.shock-icn-window:before {
  content: "\004d";
}
.shock-icn-new:before {
  content: "\004e";
}
.shock-icn-open:before {
  content: "\004f";
}
.shock-icn-print:before {
  content: "\0050";
}
.shock-icn-solution:before {
  content: "\0051";
}
.shock-icn-right:before {
  content: "\0052";
}
.shock-icn-save:before {
  content: "\0053";
}
.shock-icn-location:before {
  content: "\0054";
}
.shock-icn-up:before {
  content: "\0055";
}
.shock-icn-paste:before {
  content: "\0056";
}
.shock-icn-world:before {
  content: "\0057";
}
.shock-icn-cut:before {
  content: "\0058";
}
.shock-icn-filter:before {
  content: "\0059";
}
.shock-icn-zoom-in:before {
  content: "\005a";
}
.shock-icn-economy:before {
  content: "\002e";
}
.shock-icn-block:before {
  content: "\002c";
}
.shock-icn-attachment:before {
  content: "\003a";
}
.shock-icn-certificate:before {
  content: "\003b";
}
.shock-icn-warning:before {
  content: "\0021";
}
.shock-icn-help:before {
  content: "\003f";
}
.shock-icn-link:before {
  content: "\002f";
}
.shock-icn-broken-link:before {
  content: "\005c";
}
.shock-icn-games:before {
  content: "\007c";
}
.shock-icn-mail-open:before {
  content: "\0028";
}
.shock-icn-mail:before {
  content: "\0029";
}
.shock-icn-lock-open:before {
  content: "\005b";
}
.shock-icn-lock:before {
  content: "\005d";
}
.shock-icn-wrench:before {
  content: "\007b";
}
.shock-icn-process:before {
  content: "\007d";
}
.shock-icn-trophy:before {
  content: "\0060";
}
.shock-icn-text-bubble:before {
  content: "\0027";
}
.shock-icn-notepad:before {
  content: "\0022";
}
.shock-icn-calendar:before {
  content: "\007e";
}
.shock-icn-arrowhead-left:before {
  content: "\003c";
}
.shock-icn-arrowhead-right:before {
  content: "\003e";
}
.shock-icn-clock:before {
  content: "\0040";
}
.shock-icn-gear:before {
  content: "\0023";
}
.shock-icn-bill:before {
  content: "\0024";
}
.shock-icn-stats:before {
  content: "\0025";
}
.shock-icn-arrowhead-up:before {
  content: "\005e";
}
.shock-icn-heart:before {
  content: "\0026";
}
.shock-icn-star:before {
  content: "\002a";
}
.shock-icn-delete:before {
  content: "\002d";
}
.shock-icn-add:before {
  content: "\002b";
}
.shock-icn-eye:before {
  content: "\005f";
}
.shock-icn-rss:before {
  content: "\003d";
}