@charset "UTF-8";

@font-face {
  font-family: "sm-icons";
  src:url("../../bundles/dbkadmin/css/fonts/sm-icons/fonts/sm-icons.eot");
  src:url("../../bundles/dbkadmin/css/fonts/sm-icons/fonts/sm-icons.eot?#iefix") format("embedded-opentype"),
    url("../../bundles/dbkadmin/css/fonts/sm-icons/fonts/sm-icons.woff") format("woff"),
    url("../../bundles/dbkadmin/css/fonts/sm-icons/fonts/sm-icons.ttf") format("truetype"),
    url("../../bundles/dbkadmin/css/fonts/sm-icons/fonts/sm-icons.svg#sm-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "sm-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="sm-"]:before,
[class*=" sm-"]:before {
  font-family: "sm-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sm-bookmark:before {
  content: "b";
}
.sm-micro:before {
  content: "W";
}
.sm-battery-empty:before {
  content: "e";
}
.sm-battery-full:before {
  content: "f";
}
.sm-battery-half:before {
  content: "h";
}
.sm-user:before {
  content: "i";
}
.sm-user-negative:before {
  content: "p";
}
.sm-mail:before {
  content: "q";
}
.sm-profile:before {
  content: "m";
}
.sm-payment:before {
  content: "s";
}
.sm-mail-outline:before {
  content: "t";
}
.sm-log-in:before {
  content: "u";
}
.sm-pin:before {
  content: "w";
}
.sm-gift:before {
  content: "x";
}
.sm-globe:before {
  content: "y";
}
.sm-euro:before {
  content: "z";
}
.sm-power:before {
  content: "A";
}
.sm-ticket:before {
  content: "C";
}
.sm-bag:before {
  content: "a";
}
.sm-signet:before {
  content: "c";
}
.sm-brand:before {
  content: "d";
}
.sm-coins:before {
  content: "g";
}
.sm-latern:before {
  content: "k";
}
.sm-latern-full:before {
  content: "l";
}
.sm-livecam:before {
  content: "n";
}
.sm-search:before {
  content: "o";
}
.sm-login:before {
  content: "B";
}
.sm-logout:before {
  content: "D";
}
.sm-video:before {
  content: "j";
}
.sm-dildo:before {
  content: "v";
}
.sm-hd:before {
  content: "E";
}
.sm-micro2:before {
  content: "F";
}
.sm-video2:before {
  content: "G";
}
.sm-micro3:before {
  content: "I";
}
.sm-radio-waves:before {
  content: "H";
}
.sm-cam-perspective2:before {
  content: "J";
}
.sm-sound:before {
  content: "K";
}
.sm-cam-perspective3:before {
  content: "M";
}
.sm-3d:before {
  content: "L";
}
.sm-phone:before {
  content: "r";
}

.opaque > *:not(.spinner) { opacity: 0.1 }