bootstrap-material-design 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ //= require ./jquery.nouislider.min
2
+ //= require ./material
3
+ //= require ./ripples
4
+ //= require ./snackbar.min
@@ -0,0 +1,2 @@
1
+
2
+ !function(a){"use strict";function b(a,b){return Math.round(a/b)*b}function c(a){return"number"==typeof a&&!isNaN(a)&&isFinite(a)}function d(a){var b=Math.pow(10,7);return Number((Math.round(a*b)/b).toFixed(7))}function e(a,b,c){a.addClass(b),setTimeout(function(){a.removeClass(b)},c)}function f(a){return Math.max(Math.min(a,100),0)}function g(b){return a.isArray(b)?b:[b]}function h(a,b){return 100/(b-a)}function i(a,b){return 100*b/(a[1]-a[0])}function j(a,b){return i(a,a[0]<0?b+Math.abs(a[0]):b-a[0])}function k(a,b){return b*(a[1]-a[0])/100+a[0]}function l(a,b){for(var c=1;a>=b[c];)c+=1;return c}function m(a,b,c){if(c>=a.slice(-1)[0])return 100;var d,e,f,g,i=l(c,a);return d=a[i-1],e=a[i],f=b[i-1],g=b[i],f+j([d,e],c)/h(f,g)}function n(a,b,c){if(c>=100)return a.slice(-1)[0];var d,e,f,g,i=l(c,b);return d=a[i-1],e=a[i],f=b[i-1],g=b[i],k([d,e],(c-f)*h(f,g))}function o(a,c,d,e){if(100===e)return e;var f,g,h=l(e,a);return d?(f=a[h-1],g=a[h],e-f>(g-f)/2?g:f):c[h-1]?a[h-1]+b(e-a[h-1],c[h-1]):e}function p(a,b,d){var e;if("number"==typeof b&&(b=[b]),"[object Array]"!==Object.prototype.toString.call(b))throw new Error("noUiSlider: 'range' contains invalid value.");if(e="min"===a?0:"max"===a?100:parseFloat(a),!c(e)||!c(b[0]))throw new Error("noUiSlider: 'range' value isn't numeric.");d.xPct.push(e),d.xVal.push(b[0]),e?d.xSteps.push(isNaN(b[1])?!1:b[1]):isNaN(b[1])||(d.xSteps[0]=b[1])}function q(a,b,c){return b?void(c.xSteps[a]=i([c.xVal[a],c.xVal[a+1]],b)/h(c.xPct[a],c.xPct[a+1])):!0}function r(a,b,c,d){this.xPct=[],this.xVal=[],this.xSteps=[d||!1],this.xNumSteps=[!1],this.snap=b,this.direction=c;var e,f=this;for(e in a)a.hasOwnProperty(e)&&p(e,a[e],f);f.xNumSteps=f.xSteps.slice(0);for(e in f.xNumSteps)f.xNumSteps.hasOwnProperty(e)&&q(Number(e),f.xNumSteps[e],f)}function s(a,b){if(!c(b))throw new Error("noUiSlider: 'step' is not numeric.");a.singleStep=b}function t(b,c){if("object"!=typeof c||a.isArray(c))throw new Error("noUiSlider: 'range' is not an object.");if(void 0===c.min||void 0===c.max)throw new Error("noUiSlider: Missing 'min' or 'max' in 'range'.");b.spectrum=new r(c,b.snap,b.dir,b.singleStep)}function u(b,c){if(c=g(c),!a.isArray(c)||!c.length||c.length>2)throw new Error("noUiSlider: 'start' option is incorrect.");b.handles=c.length,b.start=c}function v(a,b){if(a.snap=b,"boolean"!=typeof b)throw new Error("noUiSlider: 'snap' option must be a boolean.")}function w(a,b){if(a.animate=b,"boolean"!=typeof b)throw new Error("noUiSlider: 'animate' option must be a boolean.")}function x(a,b){if("lower"===b&&1===a.handles)a.connect=1;else if("upper"===b&&1===a.handles)a.connect=2;else if(b===!0&&2===a.handles)a.connect=3;else{if(b!==!1)throw new Error("noUiSlider: 'connect' option doesn't match handle count.");a.connect=0}}function y(a,b){switch(b){case"horizontal":a.ort=0;break;case"vertical":a.ort=1;break;default:throw new Error("noUiSlider: 'orientation' option is invalid.")}}function z(a,b){if(!c(b))throw new Error("noUiSlider: 'margin' option must be numeric.");if(a.margin=a.spectrum.getMargin(b),!a.margin)throw new Error("noUiSlider: 'margin' option is only supported on linear sliders.")}function A(a,b){if(!c(b))throw new Error("noUiSlider: 'limit' option must be numeric.");if(a.limit=a.spectrum.getMargin(b),!a.limit)throw new Error("noUiSlider: 'limit' option is only supported on linear sliders.")}function B(a,b){switch(b){case"ltr":a.dir=0;break;case"rtl":a.dir=1,a.connect=[0,2,1,3][a.connect];break;default:throw new Error("noUiSlider: 'direction' option was not recognized.")}}function C(a,b){if("string"!=typeof b)throw new Error("noUiSlider: 'behaviour' must be a string containing options.");var c=b.indexOf("tap")>=0,d=b.indexOf("drag")>=0,e=b.indexOf("fixed")>=0,f=b.indexOf("snap")>=0;a.events={tap:c||f,drag:d,fixed:e,snap:f}}function D(a,b){if(a.format=b,"function"==typeof b.to&&"function"==typeof b.from)return!0;throw new Error("noUiSlider: 'format' requires 'to' and 'from' methods.")}function E(b){var c,d={margin:0,limit:0,animate:!0,format:U};return c={step:{r:!1,t:s},start:{r:!0,t:u},connect:{r:!0,t:x},direction:{r:!0,t:B},snap:{r:!1,t:v},animate:{r:!1,t:w},range:{r:!0,t:t},orientation:{r:!1,t:y},margin:{r:!1,t:z},limit:{r:!1,t:A},behaviour:{r:!0,t:C},format:{r:!1,t:D}},b=a.extend({connect:!1,direction:"ltr",behaviour:"tap",orientation:"horizontal"},b),a.each(c,function(a,c){if(void 0===b[a]){if(c.r)throw new Error("noUiSlider: '"+a+"' is required.");return!0}c.t(d,b[a])}),d.style=d.ort?"top":"left",d}function F(a,b,c){var d=a+b[0],e=a+b[1];return c?(0>d&&(e+=Math.abs(d)),e>100&&(d-=e-100),[f(d),f(e)]):[d,e]}function G(a){a.preventDefault();var b,c,d=0===a.type.indexOf("touch"),e=0===a.type.indexOf("mouse"),f=0===a.type.indexOf("pointer"),g=a;return 0===a.type.indexOf("MSPointer")&&(f=!0),a.originalEvent&&(a=a.originalEvent),d&&(b=a.changedTouches[0].pageX,c=a.changedTouches[0].pageY),(e||f)&&(f||void 0!==window.pageXOffset||(window.pageXOffset=document.documentElement.scrollLeft,window.pageYOffset=document.documentElement.scrollTop),b=a.clientX+window.pageXOffset,c=a.clientY+window.pageYOffset),g.points=[b,c],g.cursor=e,g}function H(b,c){var d=a("<div><div/></div>").addClass(T[2]),e=["-lower","-upper"];return b&&e.reverse(),d.children().addClass(T[3]+" "+T[3]+e[c]),d}function I(a,b,c){switch(a){case 1:b.addClass(T[7]),c[0].addClass(T[6]);break;case 3:c[1].addClass(T[6]);case 2:c[0].addClass(T[7]);case 0:b.addClass(T[6])}}function J(a,b,c){var d,e=[];for(d=0;a>d;d+=1)e.push(H(b,d).appendTo(c));return e}function K(b,c,d){return d.addClass([T[0],T[8+b],T[4+c]].join(" ")),a("<div/>").appendTo(d).addClass(T[1])}function L(b,c,d){function h(){return B[["width","height"][c.ort]]()}function i(a){var b,c=[D.val()];for(b=0;b<a.length;b+=1)D.trigger(a[b],c)}function j(a){return 1===a.length?a[0]:c.dir?a.reverse():a}function k(a){return function(b,c){D.val([a?null:c,a?c:null],!0)}}function l(b){var c=a.inArray(b,M);D[0].linkAPI&&D[0].linkAPI[b]&&D[0].linkAPI[b].change(L[c],C[c].children(),D)}function m(b,d){var e=a.inArray(b,M);return d&&d.appendTo(C[e].children()),c.dir&&(e=1===e?0:1),k(e)}function n(){var a,b;for(a=0;a<M.length;a+=1)this.linkAPI&&this.linkAPI[b=M[a]]&&this.linkAPI[b].reconfirm(b)}function o(a,b,d,e){return a=a.replace(/\s/g,R+" ")+R,b.on(a,function(a){return D.attr("disabled")?!1:D.hasClass(T[14])?!1:(a=G(a),a.calcPoint=a.points[c.ort],void d(a,e))})}function p(a,b){var c,d=b.handles||C,e=!1,f=100*(a.calcPoint-b.start)/h(),g=d[0][0]!==C[0][0]?1:0;c=F(f,b.positions,d.length>1),e=u(d[0],c[g],1===d.length),d.length>1&&(e=u(d[1],c[g?0:1],!1)||e),e&&i(["slide"])}function q(b){a("."+T[15]).removeClass(T[15]),b.cursor&&a("body").css("cursor","").off(R),P.off(R),D.removeClass(T[12]),i(["set","change"])}function r(b,c){1===c.handles.length&&c.handles[0].children().addClass(T[15]),b.stopPropagation(),o(S.move,P,p,{start:b.calcPoint,handles:c.handles,positions:[E[0],E[C.length-1]]}),o(S.end,P,q,null),b.cursor&&(a("body").css("cursor",a(b.target).css("cursor")),C.length>1&&D.addClass(T[12]),a("body").on("selectstart"+R,!1))}function s(b){var d,f=b.calcPoint,g=0;b.stopPropagation(),a.each(C,function(){g+=this.offset()[c.style]}),g=g/2>f||1===C.length?0:1,f-=B.offset()[c.style],d=100*f/h(),c.events.snap||e(D,T[14],300),u(C[g],d),i(["slide","set","change"]),c.events.snap&&r(b,{handles:[C[g]]})}function t(a){var b,c;if(!a.fixed)for(b=0;b<C.length;b+=1)o(S.start,C[b].children(),r,{handles:[C[b]]});a.tap&&o(S.start,B,s,{handles:C}),a.drag&&(c=B.find("."+T[7]).addClass(T[10]),a.fixed&&(c=c.add(B.children().not(c).children())),o(S.start,c,r,{handles:C}))}function u(a,b,d){var e=a[0]!==C[0][0]?1:0,g=E[0]+c.margin,h=E[1]-c.margin,i=E[0]+c.limit,j=E[1]-c.limit;return C.length>1&&(b=e?Math.max(b,g):Math.min(b,h)),d!==!1&&c.limit&&C.length>1&&(b=e?Math.min(b,i):Math.max(b,j)),b=H.getStep(b),b=f(parseFloat(b.toFixed(7))),b===E[e]?!1:(a.css(c.style,b+"%"),a.is(":first-child")&&a.toggleClass(T[17],b>50),E[e]=b,L[e]=H.fromStepping(b),l(M[e]),!0)}function v(a,b){var d,e,f;for(c.limit&&(a+=1),d=0;a>d;d+=1)e=d%2,f=b[e],null!==f&&f!==!1&&("number"==typeof f&&(f=String(f)),f=c.format.from(f),(f===!1||isNaN(f)||u(C[e],H.toStepping(f),d===3-c.dir)===!1)&&l(M[e]))}function w(a){if(D[0].LinkIsEmitting)return this;var b,d=g(a);return c.dir&&c.handles>1&&d.reverse(),c.animate&&-1!==E[0]&&e(D,T[14],300),b=C.length>1?3:1,1===d.length&&(b=1),v(b,d),i(["set"]),this}function x(){var a,b=[];for(a=0;a<c.handles;a+=1)b[a]=c.format.to(L[a]);return j(b)}function y(){return a(this).off(R).removeClass(T.join(" ")).empty(),delete this.LinkUpdate,delete this.LinkConfirm,delete this.LinkDefaultFormatter,delete this.LinkDefaultFlag,delete this.reappend,delete this.vGet,delete this.vSet,delete this.getCurrentStep,delete this.getInfo,delete this.destroy,d}function z(){var b=a.map(E,function(a,b){var c=H.getApplicableStep(a),d=L[b],e=c[2],f=d-c[2]>=c[1]?c[2]:c[0];return[[f,e]]});return j(b)}function A(){return d}var B,C,D=a(b),E=[-1,-1],H=c.spectrum,L=[],M=["lower","upper"].slice(0,c.handles);if(c.dir&&M.reverse(),b.LinkUpdate=l,b.LinkConfirm=m,b.LinkDefaultFormatter=c.format,b.LinkDefaultFlag="lower",b.reappend=n,D.hasClass(T[0]))throw new Error("Slider was already initialized.");B=K(c.dir,c.ort,D),C=J(c.handles,c.dir,B),I(c.connect,D,C),t(c.events),b.vSet=w,b.vGet=x,b.destroy=y,b.getCurrentStep=z,b.getOriginalOptions=A,b.getInfo=function(){return[H,c.style,c.ort]},D.val(c.start)}function M(a){if(!this.length)throw new Error("noUiSlider: Can't initialize slider on empty selection.");var b=E(a,this);return this.each(function(){L(this,b,a)})}function N(b){return this.each(function(){if(!this.destroy)return void a(this).noUiSlider(b);var c=a(this).val(),d=this.destroy(),e=a.extend({},d,b);a(this).noUiSlider(e),this.reappend(),d.start===e.start&&a(this).val(c)})}function O(){return this[0][arguments.length?"vSet":"vGet"].apply(this[0],arguments)}var P=a(document),Q=a.fn.val,R=".nui",S=window.navigator.pointerEnabled?{start:"pointerdown",move:"pointermove",end:"pointerup"}:window.navigator.msPointerEnabled?{start:"MSPointerDown",move:"MSPointerMove",end:"MSPointerUp"}:{start:"mousedown touchstart",move:"mousemove touchmove",end:"mouseup touchend"},T=["noUi-target","noUi-base","noUi-origin","noUi-handle","noUi-horizontal","noUi-vertical","noUi-background","noUi-connect","noUi-ltr","noUi-rtl","noUi-dragable","","noUi-state-drag","","noUi-state-tap","noUi-active","","noUi-stacking"];r.prototype.getMargin=function(a){return 2===this.xPct.length?i(this.xVal,a):!1},r.prototype.toStepping=function(a){return a=m(this.xVal,this.xPct,a),this.direction&&(a=100-a),a},r.prototype.fromStepping=function(a){return this.direction&&(a=100-a),d(n(this.xVal,this.xPct,a))},r.prototype.getStep=function(a){return this.direction&&(a=100-a),a=o(this.xPct,this.xSteps,this.snap,a),this.direction&&(a=100-a),a},r.prototype.getApplicableStep=function(a){var b=l(a,this.xPct),c=100===a?2:1;return[this.xNumSteps[b-2],this.xVal[b-c],this.xNumSteps[b-c]]},r.prototype.convert=function(a){return this.getStep(this.toStepping(a))};var U={to:function(a){return a.toFixed(2)},from:Number};a.fn.val=function(){function b(a){return a.hasClass(T[0])?O:Q}var c=arguments,d=a(this[0]);return arguments.length?this.each(function(){b(a(this)).apply(a(this),c)}):b(d).call(d)},a.fn.noUiSlider=function(a,b){switch(a){case"step":return this[0].getCurrentStep();case"options":return this[0].getOriginalOptions()}return(b?N:M).call(this,a)}}(window.jQuery||window.Zepto);
@@ -0,0 +1,84 @@
1
+ /* globals ripples */
2
+
3
+ $(function (){
4
+
5
+ if (ripples) {
6
+ ripples.init(".btn:not(.btn-link), .navbar a, .nav-tabs a, .withripple");
7
+ }
8
+
9
+ var initInputs = function() {
10
+ // Add fake-checkbox to material checkboxes
11
+ $(".checkbox > label > input").not(".bs-material").addClass("bs-material").after("<span class=check></span>");
12
+
13
+ // Add fake-radio to material radios
14
+ $(".radio > label > input").not(".bs-material").addClass("bs-material").after("<span class=circle></span><span class=check></span>");
15
+
16
+ // Add elements for material inputs
17
+ $("input.form-control, textarea.form-control, select.form-control").not(".bs-material").each( function() {
18
+ if ($(this).is(".bs-material")) { return; }
19
+ $(this).wrap("<div class=form-control-wrapper></div>");
20
+ $(this).after("<span class=material-input></span>");
21
+ if ($(this).hasClass("floating-label")) {
22
+ var placeholder = $(this).attr("placeholder");
23
+ $(this).attr("placeholder", null).removeClass("floating-label");
24
+ $(this).after("<div class=floating-label>" + placeholder + "</div>");
25
+ }
26
+ if ($(this).is(":empty") || $(this).val() === null || $(this).val() == "undefined" || $(this).val() === "") {
27
+ $(this).addClass("empty");
28
+ }
29
+
30
+ if ($(this).parent().next().is("[type=file]")) {
31
+ $(this).parent().addClass("fileinput");
32
+ var $input = $(this).parent().next().detach();
33
+ $(this).after($input);
34
+ }
35
+ });
36
+
37
+ };
38
+ initInputs();
39
+
40
+ // Support for "arrive.js" to dynamically detect creation of elements
41
+ // include it before this script to take advantage of this feature
42
+ // https://github.com/uzairfarooq/arrive/
43
+ if (document.arrive) {
44
+ document.arrive("input, textarea, select", function() {
45
+ initInputs();
46
+ });
47
+ }
48
+
49
+ $(document).on("change", ".checkbox input", function() {
50
+ $(this).blur();
51
+ });
52
+
53
+ $(document).on("keyup change", ".form-control", function() {
54
+ var self = $(this);
55
+ setTimeout(function() {
56
+ if (self.val() === "") {
57
+ self.addClass("empty");
58
+ } else {
59
+ self.removeClass("empty");
60
+ }
61
+ }, 1);
62
+ });
63
+ $(document)
64
+ .on("focus", ".form-control-wrapper.fileinput", function() {
65
+ $(this).find("input").addClass("focus");
66
+ })
67
+ .on("blur", ".form-control-wrapper.fileinput", function() {
68
+ $(this).find("input").removeClass("focus");
69
+ })
70
+ .on("change", ".form-control-wrapper.fileinput [type=file]", function() {
71
+ var value = "";
72
+ $.each($(this)[0].files, function(i, file) {
73
+ console.log(file);
74
+ value += file.name + ", ";
75
+ });
76
+ value = value.substring(0, value.length - 2);
77
+ if (value) {
78
+ $(this).prev().removeClass("empty");
79
+ } else {
80
+ $(this).prev().addClass("empty");
81
+ }
82
+ $(this).prev().val(value);
83
+ });
84
+ });
@@ -0,0 +1,130 @@
1
+ /* Copyright 2014+, Federico Zivolo, LICENSE at https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md */
2
+ /* globals CustomEvent */
3
+
4
+ var ripples = {
5
+ init : function(withRipple) {
6
+ "use strict";
7
+
8
+ // Cross browser matches function
9
+ function matchesSelector(dom_element, selector) {
10
+ var matches = dom_element.matches || dom_element.matchesSelector || dom_element.webkitMatchesSelector || dom_element.mozMatchesSelector || dom_element.msMatchesSelector || dom_element.oMatchesSelector;
11
+ return matches.call(dom_element, selector);
12
+ }
13
+
14
+ // animations time
15
+ var rippleOutTime = 100,
16
+ rippleStartTime = 500;
17
+
18
+ // Helper to bind events on dynamically created elements
19
+ var bind = function(event, selector, callback) {
20
+ document.addEventListener(event, function(e) {
21
+ var target = (typeof e.detail !== "number") ? e.detail : e.target;
22
+
23
+ if (matchesSelector(target, selector)) {
24
+ callback(e, target);
25
+ }
26
+ });
27
+ };
28
+
29
+ var rippleStart = function(e, target) {
30
+
31
+ // Init variables
32
+ var $rippleWrapper = target,
33
+ $el = $rippleWrapper.parentNode,
34
+ $ripple = document.createElement("div"),
35
+ elPos = $el.getBoundingClientRect(),
36
+ mousePos = {x: e.clientX - elPos.left, y: e.clientY - elPos.top},
37
+ scale = "transform:scale(" + Math.round($rippleWrapper.offsetWidth / 5) + ")",
38
+ rippleEnd = new CustomEvent("rippleEnd", {detail: $ripple}),
39
+ refreshElementStyle;
40
+
41
+ $ripplecache = $ripple;
42
+
43
+ // Set ripple class
44
+ $ripple.className = "ripple";
45
+
46
+ // Move ripple to the mouse position
47
+ $ripple.setAttribute("style", "left:" + mousePos.x + "px; top:" + mousePos.y + "px;");
48
+
49
+ // Insert new ripple into ripple wrapper
50
+ $rippleWrapper.appendChild($ripple);
51
+
52
+ // Make sure the ripple has the class applied (ugly hack but it works)
53
+ refreshElementStyle = window.getComputedStyle($ripple).opacity;
54
+
55
+ // Let other funtions know that this element is animating
56
+ $ripple.dataset.animating = 1;
57
+
58
+ // Set scale value to ripple and animate it
59
+ $ripple.className = "ripple ripple-on";
60
+ $ripple.setAttribute("style", $ripple.getAttribute("style") + ["-ms-" + scale,"-moz-" + scale,"-webkit-" + scale,scale].join(";"));
61
+
62
+ // This function is called when the animation is finished
63
+ setTimeout(function() {
64
+
65
+ // Let know to other functions that this element has finished the animation
66
+ $ripple.dataset.animating = 0;
67
+ document.dispatchEvent(rippleEnd);
68
+
69
+ }, rippleStartTime);
70
+
71
+ };
72
+
73
+ var rippleOut = function($ripple) {
74
+ console.log($ripple);
75
+ // Clear previous animation
76
+ $ripple.className = "ripple ripple-on ripple-out";
77
+
78
+ // Let ripple fade out (with CSS)
79
+ setTimeout(function() {
80
+ $ripple.remove();
81
+ }, rippleOutTime);
82
+ };
83
+
84
+ // Helper, need to know if mouse is up or down
85
+ var mouseDown = false;
86
+ document.body.onmousedown = function() {
87
+ mouseDown = true;
88
+ };
89
+ document.body.onmouseup = function() {
90
+ mouseDown = false;
91
+ };
92
+
93
+ // Append ripple wrapper if not exists already
94
+ var rippleInit = function(e, target) {
95
+
96
+ if (target.getElementsByClassName("ripple-wrapper").length === 0) {
97
+ target.className += " withripple";
98
+ var $rippleWrapper = document.createElement("div");
99
+ $rippleWrapper.className = "ripple-wrapper";
100
+ target.appendChild($rippleWrapper);
101
+ }
102
+
103
+ };
104
+
105
+
106
+ var $ripplecache;
107
+
108
+ // Events handler
109
+ // init RippleJS and start ripple effect on mousedown
110
+ bind("mouseover", withRipple, rippleInit);
111
+
112
+ console.log(withRipple);
113
+ // start ripple effect on mousedown
114
+ bind("mousedown", ".ripple-wrapper", rippleStart);
115
+ // if animation ends and user is not holding mouse then destroy the ripple
116
+ bind("rippleEnd", ".ripple-wrapper .ripple", function(e, $ripple) {
117
+ if (!mouseDown) {
118
+ rippleOut($ripple);
119
+ }
120
+ });
121
+ // Destroy ripple when mouse is not holded anymore if the ripple still exists
122
+ bind("mouseup", ".ripple-wrapper", function() {
123
+ var $ripple = $ripplecache;
124
+ if ($ripple.dataset.animating != 1) {
125
+ rippleOut($ripple);
126
+ }
127
+ });
128
+
129
+ }
130
+ };
@@ -0,0 +1,3 @@
1
+
2
+ /* SnackbarJS - MIT LICENSE (https://github.com/FezVrasta/snackbarjs/blob/master/LICENSE.md) */
3
+ (function(c){function d(a){return"undefined"!==typeof a&&null!==a?!0:!1}c(document).ready(function(){c("body").append("<div id=snackbar-container/>")});c(document).on("click","[data-toggle=snackbar]",function(){c(this).snackbar("toggle")}).on("click","#snackbar-container .snackbar",function(){c(this).snackbar("hide")});c.snackbar=function(a){if(d(a)&&a===Object(a)){var b;b=d(a.id)?c("#"+a.id):c("<div/>").attr("id","snackbar"+Date.now()).attr("class","snackbar");var g=b.hasClass("snackbar-opened");d(a.style)?b.attr("class","snackbar "+a.style):b.attr("class","snackbar");a.timeout=d(a.timeout)?a.timeout:3E3;d(a.content)&&(b.find(".snackbar-content").length?b.find(".snackbar-content").text(a.content):b.prepend("<span class=snackbar-content>"+a.content+"</span>"));d(a.id)?b.insertAfter("#snackbar-container .snackbar:last-child"):b.appendTo("#snackbar-container");d(a.action)&&"toggle"==a.action&&(a.action=g?"hide":"show");var e=Date.now();b.data("animationId1",e);setTimeout(function(){b.data("animationId1")===e&&(d(a.action)&&"show"!=a.action?d(a.action)&&"hide"==a.action&&b.removeClass("snackbar-opened"):b.addClass("snackbar-opened"))},50);var f=Date.now();b.data("animationId2",f);0!==a.timeout&&setTimeout(function(){b.data("animationId2")===f&&b.removeClass("snackbar-opened")},a.timeout);return b}return!1};c.fn.snackbar=function(a){var b={};if(this.hasClass("snackbar")){b.id=this.attr("id");if("show"===a||"hide"===a||"toggle"==a)b.action=a;return c.snackbar(b)}d(a)&&"show"!==a&&"hide"!==a&&"toggle"!=a||(b={content:c(this).attr("data-content"),style:c(this).attr("data-style"),timeout:c(this).attr("data-timeout")});d(a)&&(b.id=this.attr("data-snackbar-id"),"show"===a||"hide"===a||"toggle"==a)&&(b.action=a);a=c.snackbar(b);this.attr("data-snackbar-id",a.attr("id"));return a}})(jQuery);
@@ -0,0 +1,1499 @@
1
+ @font-face {
2
+ font-family: 'Material-Design';
3
+ src:url('<%= font_path("Material-Design.eot") + "?2u7a7w" %>');
4
+ src:url('<%= font_path("Material-Design.eot") + "?#iefix2u7a7w" %>') format('embedded-opentype'),
5
+ url('<%= font_path("Material-Design.woff") + "?2u7a7w" %>') format('woff'),
6
+ url('<%= font_path("Material-Design.ttf") + "?2u7a7w" %>') format('truetype'),
7
+ url('<%= font_path("Material-Design.svg") + "?2u7a7w#Material-Design" %>') format('svg');
8
+ font-weight: normal;
9
+ font-style: normal;
10
+ }
11
+
12
+ [class^="icon-material-"], [class*=" icon-material-"] {
13
+ font-family: 'Material-Design';
14
+ speak: none;
15
+ font-style: normal;
16
+ font-weight: normal;
17
+ font-variant: normal;
18
+ text-transform: none;
19
+ line-height: 1;
20
+
21
+ /* Better Font Rendering =========== */
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .icon-material-access-alarms:before {
27
+ content: "\e600";
28
+ }
29
+ .icon-material-accessibility:before {
30
+ content: "\e601";
31
+ }
32
+ .icon-material-access-time:before {
33
+ content: "\e602";
34
+ }
35
+ .icon-material-account-box:before {
36
+ content: "\e603";
37
+ }
38
+ .icon-material-account-circle:before {
39
+ content: "\e604";
40
+ }
41
+ .icon-material-adb:before {
42
+ content: "\e605";
43
+ }
44
+ .icon-material-add:before {
45
+ content: "\e606";
46
+ }
47
+ .icon-material-add-alarm:before {
48
+ content: "\e607";
49
+ }
50
+ .icon-material-add-box:before {
51
+ content: "\e608";
52
+ }
53
+ .icon-material-add-circle:before {
54
+ content: "\e609";
55
+ }
56
+ .icon-material-add-circle-outline:before {
57
+ content: "\e60a";
58
+ }
59
+ .icon-material-airplanemode-off:before {
60
+ content: "\e60b";
61
+ }
62
+ .icon-material-airplanemode-on:before {
63
+ content: "\e60c";
64
+ }
65
+ .icon-material-android:before {
66
+ content: "\e60d";
67
+ }
68
+ .icon-material-apps:before {
69
+ content: "\e60e";
70
+ }
71
+ .icon-material-archive:before {
72
+ content: "\e60f";
73
+ }
74
+ .icon-material-arrow-back:before {
75
+ content: "\e610";
76
+ }
77
+ .icon-material-arrow-drop-down:before {
78
+ content: "\e611";
79
+ }
80
+ .icon-material-arrow-drop-down-circle:before {
81
+ content: "\e612";
82
+ }
83
+ .icon-material-arrow-drop-up:before {
84
+ content: "\e613";
85
+ }
86
+ .icon-material-arrow-forward:before {
87
+ content: "\e614";
88
+ }
89
+ .icon-material-attachment:before {
90
+ content: "\e615";
91
+ }
92
+ .icon-material-auto-fix:before {
93
+ content: "\e616";
94
+ }
95
+ .icon-material-backspace:before {
96
+ content: "\e617";
97
+ }
98
+ .icon-material-backup:before {
99
+ content: "\e618";
100
+ }
101
+ .icon-material-beenhere:before {
102
+ content: "\e619";
103
+ }
104
+ .icon-material-block:before {
105
+ content: "\e61a";
106
+ }
107
+ .icon-material-bluetooth2:before {
108
+ content: "\e61b";
109
+ }
110
+ .icon-material-bluetooth:before {
111
+ content: "\e61c";
112
+ }
113
+ .icon-material-bluetooth-audio:before {
114
+ content: "\e61d";
115
+ }
116
+ .icon-material-bluetooth-connected2:before {
117
+ content: "\e61e";
118
+ }
119
+ .icon-material-bluetooth-connected:before {
120
+ content: "\e61f";
121
+ }
122
+ .icon-material-bluetooth-disabled:before {
123
+ content: "\e620";
124
+ }
125
+ .icon-material-bluetooth-searching:before {
126
+ content: "\e621";
127
+ }
128
+ .icon-material-book:before {
129
+ content: "\e622";
130
+ }
131
+ .icon-material-bookmark:before {
132
+ content: "\e623";
133
+ }
134
+ .icon-material-bookmark-outline:before {
135
+ content: "\e624";
136
+ }
137
+ .icon-material-brightness-auto:before {
138
+ content: "\e625";
139
+ }
140
+ .icon-material-brightness-high:before {
141
+ content: "\e626";
142
+ }
143
+ .icon-material-brightness-low:before {
144
+ content: "\e627";
145
+ }
146
+ .icon-material-brightness-medium:before {
147
+ content: "\e628";
148
+ }
149
+ .icon-material-bug-report:before {
150
+ content: "\e629";
151
+ }
152
+ .icon-material-cake:before {
153
+ content: "\e62a";
154
+ }
155
+ .icon-material-call:before {
156
+ content: "\e62b";
157
+ }
158
+ .icon-material-call-end:before {
159
+ content: "\e62c";
160
+ font-size: 60%;
161
+ }
162
+ .icon-material-call-made:before {
163
+ content: "\e62d";
164
+ }
165
+ .icon-material-call-merge:before {
166
+ content: "\e62e";
167
+ }
168
+ .icon-material-call-missed:before {
169
+ content: "\e62f";
170
+ }
171
+ .icon-material-call-received:before {
172
+ content: "\e630";
173
+ }
174
+ .icon-material-call-split:before {
175
+ content: "\e631";
176
+ }
177
+ .icon-material-camera:before {
178
+ content: "\e632";
179
+ }
180
+ .icon-material-camera-alt:before {
181
+ content: "\e633";
182
+ }
183
+ .icon-material-camera-roll:before {
184
+ content: "\e634";
185
+ }
186
+ .icon-material-cancel:before {
187
+ content: "\e635";
188
+ }
189
+ .icon-material-cast:before {
190
+ content: "\e636";
191
+ }
192
+ .icon-material-cast-connected:before {
193
+ content: "\e637";
194
+ }
195
+ .icon-material-chat:before {
196
+ content: "\e638";
197
+ }
198
+ .icon-material-check:before {
199
+ content: "\e639";
200
+ }
201
+ .icon-material-check-box:before {
202
+ content: "\e63a";
203
+ }
204
+ .icon-material-check-box-blank:before {
205
+ content: "\e63b";
206
+ }
207
+ .icon-material-check-box-outline:before {
208
+ content: "\e63c";
209
+ }
210
+ .icon-material-check-box-outline-blank:before {
211
+ content: "\e63d";
212
+ }
213
+ .icon-material-check-circle:before {
214
+ content: "\e63e";
215
+ }
216
+ .icon-material-check-circle-blank:before {
217
+ content: "\e63f";
218
+ }
219
+ .icon-material-check-circle-outline:before {
220
+ content: "\e640";
221
+ }
222
+ .icon-material-check-circle-outline-blank:before {
223
+ content: "\e641";
224
+ }
225
+ .icon-material-chevron-left:before {
226
+ content: "\e642";
227
+ }
228
+ .icon-material-chevron-right:before {
229
+ content: "\e643";
230
+ }
231
+ .icon-material-chromecast:before {
232
+ content: "\e644";
233
+ }
234
+ .icon-material-circles:before {
235
+ content: "\e645";
236
+ }
237
+ .icon-material-circles-add:before {
238
+ content: "\e646";
239
+ }
240
+ .icon-material-circles-extended:before {
241
+ content: "\e647";
242
+ }
243
+ .icon-material-clear:before {
244
+ content: "\e648";
245
+ }
246
+ .icon-material-close:before {
247
+ content: "\e649";
248
+ }
249
+ .icon-material-closed-caption:before {
250
+ content: "\e64a";
251
+ }
252
+ .icon-material-cloud:before {
253
+ content: "\e64b";
254
+ }
255
+ .icon-material-cloud-circle:before {
256
+ content: "\e64c";
257
+ }
258
+ .icon-material-cloud-done:before {
259
+ content: "\e64d";
260
+ }
261
+ .icon-material-cloud-download:before {
262
+ content: "\e64e";
263
+ }
264
+ .icon-material-cloud-off:before {
265
+ content: "\e64f";
266
+ }
267
+ .icon-material-cloud-queue:before {
268
+ content: "\e650";
269
+ }
270
+ .icon-material-cloud-upload:before {
271
+ content: "\e651";
272
+ }
273
+ .icon-material-comment:before {
274
+ content: "\e652";
275
+ }
276
+ .icon-material-communities:before {
277
+ content: "\e653";
278
+ }
279
+ .icon-material-content-copy:before {
280
+ content: "\e654";
281
+ }
282
+ .icon-material-content-cut:before {
283
+ content: "\e655";
284
+ }
285
+ .icon-material-content-paste:before {
286
+ content: "\e656";
287
+ }
288
+ .icon-material-create:before {
289
+ content: "\e657";
290
+ }
291
+ .icon-material-credit-card:before {
292
+ content: "\e658";
293
+ }
294
+ .icon-material-crop:before {
295
+ content: "\e659";
296
+ }
297
+ .icon-material-crop-free:before {
298
+ content: "\e65a";
299
+ }
300
+ .icon-material-crop-landscape:before {
301
+ content: "\e65b";
302
+ }
303
+ .icon-material-crop-portrait:before {
304
+ content: "\e65c";
305
+ }
306
+ .icon-material-crop-square:before {
307
+ content: "\e65d";
308
+ }
309
+ .icon-material-data-usage:before {
310
+ content: "\e65e";
311
+ }
312
+ .icon-material-delete:before {
313
+ content: "\e65f";
314
+ }
315
+ .icon-material-developer-mode:before {
316
+ content: "\e660";
317
+ }
318
+ .icon-material-dialpad:before {
319
+ content: "\e661";
320
+ }
321
+ .icon-material-directions:before {
322
+ content: "\e662";
323
+ }
324
+ .icon-material-directions-bike:before {
325
+ content: "\e663";
326
+ }
327
+ .icon-material-directions-bus:before {
328
+ content: "\e664";
329
+ }
330
+ .icon-material-directions-car:before {
331
+ content: "\e665";
332
+ }
333
+ .icon-material-directions-subway:before {
334
+ content: "\e666";
335
+ }
336
+ .icon-material-directions-train:before {
337
+ content: "\e667";
338
+ }
339
+ .icon-material-directions-transit:before {
340
+ content: "\e668";
341
+ }
342
+ .icon-material-directionswalk:before {
343
+ content: "\e669";
344
+ }
345
+ .icon-material-disc-full:before {
346
+ content: "\e66a";
347
+ }
348
+ .icon-material-dock:before {
349
+ content: "\e66b";
350
+ }
351
+ .icon-material-domain:before {
352
+ content: "\e66c";
353
+ }
354
+ .icon-material-done:before {
355
+ content: "\e66d";
356
+ }
357
+ .icon-material-done-all:before {
358
+ content: "\e66e";
359
+ }
360
+ .icon-material-do-not-disturb:before {
361
+ content: "\e66f";
362
+ }
363
+ .icon-material-drafts:before {
364
+ content: "\e670";
365
+ }
366
+ .icon-material-drawer:before {
367
+ content: "\e671";
368
+ }
369
+ .icon-material-drive:before {
370
+ content: "\e672";
371
+ }
372
+ .icon-material-drive-document:before {
373
+ content: "\e673";
374
+ }
375
+ .icon-material-drive-drawing:before {
376
+ content: "\e674";
377
+ }
378
+ .icon-material-drive-eta:before {
379
+ content: "\e675";
380
+ }
381
+ .icon-material-drive-file:before {
382
+ content: "\e676";
383
+ }
384
+ .icon-material-drive-form:before {
385
+ content: "\e677";
386
+ }
387
+ .icon-material-drive-fusiontable:before {
388
+ content: "\e678";
389
+ }
390
+ .icon-material-drive-image:before {
391
+ content: "\e679";
392
+ }
393
+ .icon-material-drive-ms-excel:before {
394
+ content: "\e67a";
395
+ }
396
+ .icon-material-drive-ms-powerpoint:before {
397
+ content: "\e67b";
398
+ }
399
+ .icon-material-drive-ms-word:before {
400
+ content: "\e67c";
401
+ }
402
+ .icon-material-drive-pdf:before {
403
+ content: "\e67d";
404
+ }
405
+ .icon-material-drive-presentation:before {
406
+ content: "\e67e";
407
+ }
408
+ .icon-material-drive-script:before {
409
+ content: "\e67f";
410
+ }
411
+ .icon-material-drive-site:before {
412
+ content: "\e680";
413
+ }
414
+ .icon-material-drive-spreadsheet:before {
415
+ content: "\e681";
416
+ }
417
+ .icon-material-drive-video:before {
418
+ content: "\e682";
419
+ }
420
+ .icon-material-earth:before {
421
+ content: "\e683";
422
+ }
423
+ .icon-material-email2:before {
424
+ content: "\e684";
425
+ }
426
+ .icon-material-email:before {
427
+ content: "\e685";
428
+ }
429
+ .icon-material-error:before {
430
+ content: "\e686";
431
+ }
432
+ .icon-material-event2:before {
433
+ content: "\e687";
434
+ }
435
+ .icon-material-event:before {
436
+ content: "\e688";
437
+ }
438
+ .icon-material-exit-to-app:before {
439
+ content: "\e689";
440
+ }
441
+ .icon-material-expand-less:before {
442
+ content: "\e68a";
443
+ }
444
+ .icon-material-expand-more:before {
445
+ content: "\e68b";
446
+ }
447
+ .icon-material-explore:before {
448
+ content: "\e68c";
449
+ }
450
+ .icon-material-extension:before {
451
+ content: "\e68d";
452
+ }
453
+ .icon-material-fast-forward:before {
454
+ content: "\e68e";
455
+ }
456
+ .icon-material-fast-rewind:before {
457
+ content: "\e68f";
458
+ }
459
+ .icon-material-favorite:before {
460
+ content: "\e690";
461
+ }
462
+ .icon-material-favorite-outline:before {
463
+ content: "\e691";
464
+ }
465
+ .icon-material-file-download:before {
466
+ content: "\e692";
467
+ }
468
+ .icon-material-file-upload:before {
469
+ content: "\e693";
470
+ }
471
+ .icon-material-filter:before {
472
+ content: "\e694";
473
+ }
474
+ .icon-material-flag:before {
475
+ content: "\e695";
476
+ }
477
+ .icon-material-flash-auto:before {
478
+ content: "\e696";
479
+ }
480
+ .icon-material-flash-off:before {
481
+ content: "\e697";
482
+ }
483
+ .icon-material-flash-on:before {
484
+ content: "\e698";
485
+ }
486
+ .icon-material-flights:before {
487
+ content: "\e699";
488
+ }
489
+ .icon-material-flip-to-back:before {
490
+ content: "\e69a";
491
+ }
492
+ .icon-material-flip-to-front:before {
493
+ content: "\e69b";
494
+ }
495
+ .icon-material-folder:before {
496
+ content: "\e69c";
497
+ }
498
+ .icon-material-folder-mydrive:before {
499
+ content: "\e69d";
500
+ }
501
+ .icon-material-folder-shared:before {
502
+ content: "\e69e";
503
+ }
504
+ .icon-material-forum:before {
505
+ content: "\e69f";
506
+ }
507
+ .icon-material-forward:before {
508
+ content: "\e6a0";
509
+ }
510
+ .icon-material-fullscreen:before {
511
+ content: "\e6a1";
512
+ }
513
+ .icon-material-fullscreen-exit:before {
514
+ content: "\e6a2";
515
+ }
516
+ .icon-material-gamepad:before {
517
+ content: "\e6a3";
518
+ }
519
+ .icon-material-games:before {
520
+ content: "\e6a4";
521
+ }
522
+ .icon-material-gesture:before {
523
+ content: "\e6a5";
524
+ }
525
+ .icon-material-glass:before {
526
+ content: "\e6a6";
527
+ }
528
+ .icon-material-gmail2:before {
529
+ content: "\e6a7";
530
+ }
531
+ .icon-material-gmail:before {
532
+ content: "\e6a8";
533
+ }
534
+ .icon-material-google:before {
535
+ content: "\e6a9";
536
+ }
537
+ .icon-material-google-plus:before {
538
+ content: "\e6aa";
539
+ }
540
+ .icon-material-gps-fixed:before {
541
+ content: "\e6ab";
542
+ }
543
+ .icon-material-gps-not-fixed:before {
544
+ content: "\e6ac";
545
+ }
546
+ .icon-material-gps-off:before {
547
+ content: "\e6ad";
548
+ }
549
+ .icon-material-group:before {
550
+ content: "\e6ae";
551
+ }
552
+ .icon-material-group-add:before {
553
+ content: "\e6af";
554
+ }
555
+ .icon-material-hangout2:before {
556
+ content: "\e6b0";
557
+ }
558
+ .icon-material-hangout:before {
559
+ content: "\e6b1";
560
+ }
561
+ .icon-material-hangout-video:before {
562
+ content: "\e6b2";
563
+ }
564
+ .icon-material-hangout-video-off:before {
565
+ content: "\e6b3";
566
+ }
567
+ .icon-material-headset:before {
568
+ content: "\e6b4";
569
+ }
570
+ .icon-material-headset-mic:before {
571
+ content: "\e6b5";
572
+ }
573
+ .icon-material-help:before {
574
+ content: "\e6b6";
575
+ }
576
+ .icon-material-high-quality:before {
577
+ content: "\e6b7";
578
+ }
579
+ .icon-material-history:before {
580
+ content: "\e6b8";
581
+ }
582
+ .icon-material-home:before {
583
+ content: "\e6b9";
584
+ }
585
+ .icon-material-hotel:before {
586
+ content: "\e6ba";
587
+ }
588
+ .icon-material-https:before {
589
+ content: "\e6bb";
590
+ }
591
+ .icon-material-image:before {
592
+ content: "\e6bc";
593
+ }
594
+ .icon-material-import-export:before {
595
+ content: "\e6bd";
596
+ }
597
+ .icon-material-inbox:before {
598
+ content: "\e6be";
599
+ }
600
+ .icon-material-info:before {
601
+ content: "\e6bf";
602
+ }
603
+ .icon-material-info-outline:before {
604
+ content: "\e6c0";
605
+ }
606
+ .icon-material-invert-colors:before {
607
+ content: "\e6c1";
608
+ }
609
+ .icon-material-keep2:before {
610
+ content: "\e6c2";
611
+ }
612
+ .icon-material-keep:before {
613
+ content: "\e6c3";
614
+ }
615
+ .icon-material-keyboard:before {
616
+ content: "\e6c4";
617
+ }
618
+ .icon-material-keyboard-alt:before {
619
+ content: "\e6c5";
620
+ }
621
+ .icon-material-keyboard-arrow-down:before {
622
+ content: "\e6c6";
623
+ }
624
+ .icon-material-keyboard-arrow-left:before {
625
+ content: "\e6c7";
626
+ }
627
+ .icon-material-keyboard-arrow-right:before {
628
+ content: "\e6c8";
629
+ }
630
+ .icon-material-keyboard-arrow-up:before {
631
+ content: "\e6c9";
632
+ }
633
+ .icon-material-keyboard-backspace:before {
634
+ content: "\e6ca";
635
+ }
636
+ .icon-material-keyboard-capslock:before {
637
+ content: "\e6cb";
638
+ }
639
+ .icon-material-keyboard-control:before {
640
+ content: "\e6cc";
641
+ font-size: 36%;
642
+ }
643
+ .icon-material-keyboard-hide:before {
644
+ content: "\e6cd";
645
+ }
646
+ .icon-material-keyboard-return:before {
647
+ content: "\e6ce";
648
+ }
649
+ .icon-material-keyboard-tab:before {
650
+ content: "\e6cf";
651
+ }
652
+ .icon-material-keyboard-voice:before {
653
+ content: "\e6d0";
654
+ }
655
+ .icon-material-label:before {
656
+ content: "\e6d1";
657
+ }
658
+ .icon-material-label-outline:before {
659
+ content: "\e6d2";
660
+ }
661
+ .icon-material-landscape:before {
662
+ content: "\e6d3";
663
+ }
664
+ .icon-material-language:before {
665
+ content: "\e6d4";
666
+ }
667
+ .icon-material-laptop:before {
668
+ content: "\e6d5";
669
+ }
670
+ .icon-material-launch:before {
671
+ content: "\e6d6";
672
+ }
673
+ .icon-material-link:before {
674
+ content: "\e6d7";
675
+ }
676
+ .icon-material-list:before {
677
+ content: "\e6d8";
678
+ }
679
+ .icon-material-live-help:before {
680
+ content: "\e6d9";
681
+ }
682
+ .icon-material-location:before {
683
+ content: "\e6da";
684
+ }
685
+ .icon-material-location-city:before {
686
+ content: "\e6db";
687
+ }
688
+ .icon-material-location-disabled:before {
689
+ content: "\e6dc";
690
+ }
691
+ .icon-material-location-searching:before {
692
+ content: "\e6dd";
693
+ }
694
+ .icon-material-lock:before {
695
+ content: "\e6de";
696
+ }
697
+ .icon-material-lock-open:before {
698
+ content: "\e6df";
699
+ }
700
+ .icon-material-lock-outline:before {
701
+ content: "\e6e0";
702
+ }
703
+ .icon-material-loop:before {
704
+ content: "\e6e1";
705
+ }
706
+ .icon-material-mail:before {
707
+ content: "\e6e2";
708
+ }
709
+ .icon-material-map:before {
710
+ content: "\e6e3";
711
+ }
712
+ .icon-material-markunread:before {
713
+ content: "\e6e4";
714
+ }
715
+ .icon-material-memory:before {
716
+ content: "\e6e5";
717
+ }
718
+ .icon-material-menu:before {
719
+ content: "\e6e6";
720
+ }
721
+ .icon-material-message:before {
722
+ content: "\e6e7";
723
+ }
724
+ .icon-material-messenger:before {
725
+ content: "\e6e8";
726
+ }
727
+ .icon-material-mic:before {
728
+ content: "\e6e9";
729
+ }
730
+ .icon-material-mic-none:before {
731
+ content: "\e6ea";
732
+ }
733
+ .icon-material-mic-off:before {
734
+ content: "\e6eb";
735
+ }
736
+ .icon-material-mms:before {
737
+ content: "\e6ec";
738
+ }
739
+ .icon-material-mood:before {
740
+ content: "\e6ed";
741
+ }
742
+ .icon-material-more:before {
743
+ content: "\e6ee";
744
+ }
745
+ .icon-material-more-horiz:before {
746
+ content: "\e6ef";
747
+ font-size: 25%;
748
+ }
749
+ .icon-material-more-vert:before {
750
+ content: "\e6f0";
751
+ }
752
+ .icon-material-mouse:before {
753
+ content: "\e6f1";
754
+ }
755
+ .icon-material-movie:before {
756
+ content: "\e6f2";
757
+ }
758
+ .icon-material-nest-protect:before {
759
+ content: "\e6f3";
760
+ }
761
+ .icon-material-nest-thermostat:before {
762
+ content: "\e6f4";
763
+ }
764
+ .icon-material-network-cell:before {
765
+ content: "\e6f5";
766
+ }
767
+ .icon-material-network-wifi:before {
768
+ content: "\e6f6";
769
+ }
770
+ .icon-material-news:before {
771
+ content: "\e6f7";
772
+ }
773
+ .icon-material-nfc:before {
774
+ content: "\e6f8";
775
+ }
776
+ .icon-material-notifications:before {
777
+ content: "\e6f9";
778
+ }
779
+ .icon-material-notifications-none:before {
780
+ content: "\e6fa";
781
+ }
782
+ .icon-material-notifications-off:before {
783
+ content: "\e6fb";
784
+ }
785
+ .icon-material-notifications-on:before {
786
+ content: "\e6fc";
787
+ }
788
+ .icon-material-notifications-paused:before {
789
+ content: "\e6fd";
790
+ }
791
+ .icon-material-pages:before {
792
+ content: "\e6fe";
793
+ }
794
+ .icon-material-palette:before {
795
+ content: "\e6ff";
796
+ }
797
+ .icon-material-panorama:before {
798
+ content: "\e700";
799
+ }
800
+ .icon-material-party-mode:before {
801
+ content: "\e701";
802
+ }
803
+ .icon-material-pause:before {
804
+ content: "\e702";
805
+ }
806
+ .icon-material-pause-circle-fill:before {
807
+ content: "\e703";
808
+ }
809
+ .icon-material-pause-circle-outline:before {
810
+ content: "\e704";
811
+ }
812
+ .icon-material-people:before {
813
+ content: "\e705";
814
+ }
815
+ .icon-material-person:before {
816
+ content: "\e706";
817
+ }
818
+ .icon-material-person-add:before {
819
+ content: "\e707";
820
+ }
821
+ .icon-material-person-location:before {
822
+ content: "\e708";
823
+ }
824
+ .icon-material-person-outline:before {
825
+ content: "\e709";
826
+ }
827
+ .icon-material-phone2:before {
828
+ content: "\e70a";
829
+ }
830
+ .icon-material-phone:before {
831
+ content: "\e70b";
832
+ }
833
+ .icon-material-phone-bluetooth-speaker:before {
834
+ content: "\e70c";
835
+ }
836
+ .icon-material-phone-forwarded:before {
837
+ content: "\e70d";
838
+ }
839
+ .icon-material-phone-in-talk:before {
840
+ content: "\e70e";
841
+ }
842
+ .icon-material-phone-locked:before {
843
+ content: "\e70f";
844
+ }
845
+ .icon-material-phone-missed:before {
846
+ content: "\e710";
847
+ }
848
+ .icon-material-phone-paused:before {
849
+ content: "\e711";
850
+ }
851
+ .icon-material-photo:before {
852
+ content: "\e712";
853
+ }
854
+ .icon-material-photo-album:before {
855
+ content: "\e713";
856
+ }
857
+ .icon-material-photo-library:before {
858
+ content: "\e714";
859
+ }
860
+ .icon-material-place:before {
861
+ content: "\e715";
862
+ }
863
+ .icon-material-play-arrow:before {
864
+ content: "\e716";
865
+ }
866
+ .icon-material-play-circle-fill:before {
867
+ content: "\e717";
868
+ }
869
+ .icon-material-play-circle-outline:before {
870
+ content: "\e718";
871
+ }
872
+ .icon-material-play-download:before {
873
+ content: "\e719";
874
+ }
875
+ .icon-material-play-install:before {
876
+ content: "\e71a";
877
+ }
878
+ .icon-material-plus-one:before {
879
+ content: "\e71b";
880
+ }
881
+ .icon-material-poll:before {
882
+ content: "\e71c";
883
+ }
884
+ .icon-material-polymer:before {
885
+ content: "\e71d";
886
+ }
887
+ .icon-material-portrait:before {
888
+ content: "\e71e";
889
+ }
890
+ .icon-material-post-blogger:before {
891
+ content: "\e71f";
892
+ }
893
+ .icon-material-post-facebook:before {
894
+ content: "\e720";
895
+ }
896
+ .icon-material-post-gplus:before {
897
+ content: "\e721";
898
+ }
899
+ .icon-material-post-instagram:before {
900
+ content: "\e722";
901
+ }
902
+ .icon-material-post-linkedin:before {
903
+ content: "\e723";
904
+ }
905
+ .icon-material-post-pinterest:before {
906
+ content: "\e724";
907
+ }
908
+ .icon-material-post-tumblr:before {
909
+ content: "\e725";
910
+ }
911
+ .icon-material-post-twitter:before {
912
+ content: "\e726";
913
+ }
914
+ .icon-material-print:before {
915
+ content: "\e727";
916
+ }
917
+ .icon-material-public:before {
918
+ content: "\e728";
919
+ }
920
+ .icon-material-queue:before {
921
+ content: "\e729";
922
+ }
923
+ .icon-material-radio-button-off:before {
924
+ content: "\e72a";
925
+ }
926
+ .icon-material-radio-button-on:before {
927
+ content: "\e72b";
928
+ }
929
+ .icon-material-receipt:before {
930
+ content: "\e72c";
931
+ }
932
+ .icon-material-refresh:before {
933
+ content: "\e72d";
934
+ }
935
+ .icon-material-reminder:before {
936
+ content: "\e72e";
937
+ }
938
+ .icon-material-remove:before {
939
+ content: "\e72f";
940
+ font-size: 16%;
941
+ }
942
+ .icon-material-remove-circle:before {
943
+ content: "\e730";
944
+ }
945
+ .icon-material-remove-circle-outline:before {
946
+ content: "\e731";
947
+ }
948
+ .icon-material-replay:before {
949
+ content: "\e732";
950
+ }
951
+ .icon-material-reply:before {
952
+ content: "\e733";
953
+ }
954
+ .icon-material-reply-all:before {
955
+ content: "\e734";
956
+ }
957
+ .icon-material-report:before {
958
+ content: "\e735";
959
+ }
960
+ .icon-material-ring-volume:before {
961
+ content: "\e736";
962
+ }
963
+ .icon-material-rotate-left:before {
964
+ content: "\e737";
965
+ }
966
+ .icon-material-rotate-right:before {
967
+ content: "\e738";
968
+ }
969
+ .icon-material-satellite:before {
970
+ content: "\e739";
971
+ }
972
+ .icon-material-save:before {
973
+ content: "\e73a";
974
+ }
975
+ .icon-material-schedule:before {
976
+ content: "\e73b";
977
+ }
978
+ .icon-material-school:before {
979
+ content: "\e73c";
980
+ }
981
+ .icon-material-screen-lock-landscape:before {
982
+ content: "\e73d";
983
+ }
984
+ .icon-material-screen-lock-portrait:before {
985
+ content: "\e73e";
986
+ }
987
+ .icon-material-screen-lock-rotation:before {
988
+ content: "\e73f";
989
+ }
990
+ .icon-material-screen-rotation:before {
991
+ content: "\e740";
992
+ }
993
+ .icon-material-sd-card:before {
994
+ content: "\e741";
995
+ }
996
+ .icon-material-sd-storage:before {
997
+ content: "\e742";
998
+ }
999
+ .icon-material-search:before {
1000
+ content: "\e743";
1001
+ }
1002
+ .icon-material-select-all:before {
1003
+ content: "\e744";
1004
+ }
1005
+ .icon-material-send:before {
1006
+ content: "\e745";
1007
+ }
1008
+ .icon-material-settings:before {
1009
+ content: "\e746";
1010
+ }
1011
+ .icon-material-settings-applications:before {
1012
+ content: "\e747";
1013
+ }
1014
+ .icon-material-settings-bluetooth:before {
1015
+ content: "\e748";
1016
+ }
1017
+ .icon-material-settings-cell:before {
1018
+ content: "\e749";
1019
+ }
1020
+ .icon-material-settings-phone:before {
1021
+ content: "\e74a";
1022
+ }
1023
+ .icon-material-settings-power:before {
1024
+ content: "\e74b";
1025
+ }
1026
+ .icon-material-settings-voice:before {
1027
+ content: "\e74c";
1028
+ }
1029
+ .icon-material-share:before {
1030
+ content: "\e74d";
1031
+ }
1032
+ .icon-material-share-alt:before {
1033
+ content: "\e74e";
1034
+ }
1035
+ .icon-material-shopping-basket:before {
1036
+ content: "\e74f";
1037
+ }
1038
+ .icon-material-shopping-cart:before {
1039
+ content: "\e750";
1040
+ }
1041
+ .icon-material-shuffle:before {
1042
+ content: "\e751";
1043
+ }
1044
+ .icon-material-signal-cellular-1-bar:before {
1045
+ content: "\e752";
1046
+ }
1047
+ .icon-material-signal-cellular-2-bar:before {
1048
+ content: "\e753";
1049
+ }
1050
+ .icon-material-signal-cellular-3-bar:before {
1051
+ content: "\e754";
1052
+ }
1053
+ .icon-material-signal-cellular-4-bar:before {
1054
+ content: "\e755";
1055
+ }
1056
+ .icon-material-signal-wifi-1-bar:before {
1057
+ content: "\e756";
1058
+ }
1059
+ .icon-material-signal-wifi-2-bar:before {
1060
+ content: "\e757";
1061
+ }
1062
+ .icon-material-signal-wifi-3-bar:before {
1063
+ content: "\e758";
1064
+ }
1065
+ .icon-material-signal-wifi-4-bar:before {
1066
+ content: "\e759";
1067
+ }
1068
+ .icon-material-sim-card-alert:before {
1069
+ content: "\e75a";
1070
+ }
1071
+ .icon-material-skip-next:before {
1072
+ content: "\e75b";
1073
+ }
1074
+ .icon-material-skip-previous:before {
1075
+ content: "\e75c";
1076
+ }
1077
+ .icon-material-slideshow:before {
1078
+ content: "\e75d";
1079
+ }
1080
+ .icon-material-sms:before {
1081
+ content: "\e75e";
1082
+ }
1083
+ .icon-material-sms-failed:before {
1084
+ content: "\e75f";
1085
+ }
1086
+ .icon-material-sort:before {
1087
+ content: "\e760";
1088
+ }
1089
+ .icon-material-speaker:before {
1090
+ content: "\e761";
1091
+ }
1092
+ .icon-material-star:before {
1093
+ content: "\e762";
1094
+ }
1095
+ .icon-material-star-half:before {
1096
+ content: "\e763";
1097
+ }
1098
+ .icon-material-star-outline:before {
1099
+ content: "\e764";
1100
+ }
1101
+ .icon-material-star-rate:before {
1102
+ content: "\e765";
1103
+ }
1104
+ .icon-material-stop:before {
1105
+ content: "\e766";
1106
+ }
1107
+ .icon-material-storage:before {
1108
+ content: "\e767";
1109
+ }
1110
+ .icon-material-store:before {
1111
+ content: "\e768";
1112
+ }
1113
+ .icon-material-swap-driving-apps:before {
1114
+ content: "\e769";
1115
+ }
1116
+ .icon-material-swap-horiz:before {
1117
+ content: "\e76a";
1118
+ }
1119
+ .icon-material-swap-vert:before {
1120
+ content: "\e76b";
1121
+ }
1122
+ .icon-material-swap-vert-circle:before {
1123
+ content: "\e76c";
1124
+ }
1125
+ .icon-material-switch-camera:before {
1126
+ content: "\e76d";
1127
+ }
1128
+ .icon-material-switch-video:before {
1129
+ content: "\e76e";
1130
+ }
1131
+ .icon-material-sync:before {
1132
+ content: "\e76f";
1133
+ }
1134
+ .icon-material-sync-disabled:before {
1135
+ content: "\e770";
1136
+ }
1137
+ .icon-material-sync-green:before {
1138
+ content: "\e771";
1139
+ }
1140
+ .icon-material-sync-problem:before {
1141
+ content: "\e772";
1142
+ }
1143
+ .icon-material-sync-problem-red:before {
1144
+ content: "\e773";
1145
+ }
1146
+ .icon-material-system-update:before {
1147
+ content: "\e774";
1148
+ }
1149
+ .icon-material-tab:before {
1150
+ content: "\e775";
1151
+ }
1152
+ .icon-material-tablet:before {
1153
+ content: "\e776";
1154
+ }
1155
+ .icon-material-tab-unselected:before {
1156
+ content: "\e777";
1157
+ }
1158
+ .icon-material-tag-faces:before {
1159
+ content: "\e778";
1160
+ }
1161
+ .icon-material-tap-and-play:before {
1162
+ content: "\e779";
1163
+ }
1164
+ .icon-material-terrain:before {
1165
+ content: "\e77a";
1166
+ }
1167
+ .icon-material-text-format:before {
1168
+ content: "\e77b";
1169
+ }
1170
+ .icon-material-textsms:before {
1171
+ content: "\e77c";
1172
+ }
1173
+ .icon-material-theaters:before {
1174
+ content: "\e77d";
1175
+ }
1176
+ .icon-material-thumb-down:before {
1177
+ content: "\e77e";
1178
+ }
1179
+ .icon-material-thumb-up:before {
1180
+ content: "\e77f";
1181
+ }
1182
+ .icon-material-timelapse:before {
1183
+ content: "\e780";
1184
+ }
1185
+ .icon-material-timer:before {
1186
+ content: "\e781";
1187
+ }
1188
+ .icon-material-time-to-leave:before {
1189
+ content: "\e782";
1190
+ }
1191
+ .icon-material-today:before {
1192
+ content: "\e783";
1193
+ }
1194
+ .icon-material-traffic4:before {
1195
+ content: "\e784";
1196
+ }
1197
+ .icon-material-translate:before {
1198
+ content: "\e785";
1199
+ }
1200
+ .icon-material-tv:before {
1201
+ content: "\e786";
1202
+ }
1203
+ .icon-material-undo:before {
1204
+ content: "\e787";
1205
+ }
1206
+ .icon-material-unfold-less:before {
1207
+ content: "\e788";
1208
+ }
1209
+ .icon-material-unfold-more:before {
1210
+ content: "\e789";
1211
+ }
1212
+ .icon-material-unknown-1:before {
1213
+ content: "\e78a";
1214
+ }
1215
+ .icon-material-unknown-2:before {
1216
+ content: "\e78b";
1217
+ }
1218
+ .icon-material-unknown-3:before {
1219
+ content: "\e78c";
1220
+ }
1221
+ .icon-material-unknown-4:before {
1222
+ content: "\e78d";
1223
+ }
1224
+ .icon-material-unknown-5:before {
1225
+ content: "\e78e";
1226
+ }
1227
+ .icon-material-unknown-6:before {
1228
+ content: "\e78f";
1229
+ }
1230
+ .icon-material-unknown-7:before {
1231
+ content: "\e790";
1232
+ }
1233
+ .icon-material-usb2:before {
1234
+ content: "\e791";
1235
+ }
1236
+ .icon-material-usb:before {
1237
+ content: "\e792";
1238
+ }
1239
+ .icon-material-vibration:before {
1240
+ content: "\e793";
1241
+ }
1242
+ .icon-material-videocam:before {
1243
+ content: "\e794";
1244
+ }
1245
+ .icon-material-videocam-off:before {
1246
+ content: "\e795";
1247
+ }
1248
+ .icon-material-video-youtube:before {
1249
+ content: "\e796";
1250
+ }
1251
+ .icon-material-view-array:before {
1252
+ content: "\e797";
1253
+ }
1254
+ .icon-material-view-column:before {
1255
+ content: "\e798";
1256
+ }
1257
+ .icon-material-view-headline:before {
1258
+ content: "\e799";
1259
+ }
1260
+ .icon-material-view-list:before {
1261
+ content: "\e79a";
1262
+ }
1263
+ .icon-material-view-module:before {
1264
+ content: "\e79b";
1265
+ }
1266
+ .icon-material-view-quilt:before {
1267
+ content: "\e79c";
1268
+ }
1269
+ .icon-material-view-stream:before {
1270
+ content: "\e79d";
1271
+ }
1272
+ .icon-material-visibility:before {
1273
+ content: "\e79e";
1274
+ }
1275
+ .icon-material-visibility-off:before {
1276
+ content: "\e79f";
1277
+ }
1278
+ .icon-material-voice:before {
1279
+ content: "\e7a0";
1280
+ }
1281
+ .icon-material-voicemail:before {
1282
+ content: "\e7a1";
1283
+ }
1284
+ .icon-material-volume-down:before {
1285
+ content: "\e7a2";
1286
+ }
1287
+ .icon-material-volume-mute:before {
1288
+ content: "\e7a3";
1289
+ }
1290
+ .icon-material-volume-off:before {
1291
+ content: "\e7a4";
1292
+ }
1293
+ .icon-material-volume-up:before {
1294
+ content: "\e7a5";
1295
+ }
1296
+ .icon-material-vpn:before {
1297
+ content: "\e7a6";
1298
+ }
1299
+ .icon-material-warning:before {
1300
+ content: "\e7a7";
1301
+ }
1302
+ .icon-material-watch2:before {
1303
+ content: "\e7a8";
1304
+ }
1305
+ .icon-material-wb-auto:before {
1306
+ content: "\e7a9";
1307
+ }
1308
+ .icon-material-wb-cloudy:before {
1309
+ content: "\e7aa";
1310
+ }
1311
+ .icon-material-wb-incandescent:before {
1312
+ content: "\e7ab";
1313
+ }
1314
+ .icon-material-wb-irradescent:before {
1315
+ content: "\e7ac";
1316
+ }
1317
+ .icon-material-wb-sunny2:before {
1318
+ content: "\e7ad";
1319
+ }
1320
+ .icon-material-web2:before {
1321
+ content: "\e7ae";
1322
+ }
1323
+ .icon-material-whatshot:before {
1324
+ content: "\e7af";
1325
+ }
1326
+ .icon-material-wifi-tethering2:before {
1327
+ content: "\e7b0";
1328
+ }
1329
+ .icon-material-wifi-tethering3:before {
1330
+ content: "\e7b1";
1331
+ }
1332
+ .icon-material-work2:before {
1333
+ content: "\e7b2";
1334
+ }
1335
+ .icon-material-call2:before {
1336
+ content: "\e7b3";
1337
+ }
1338
+ .icon-material-call-end2:before {
1339
+ content: "\e7b4";
1340
+ }
1341
+ .icon-material-call-made2:before {
1342
+ content: "\e7b5";
1343
+ }
1344
+ .icon-material-call-merge2:before {
1345
+ content: "\e7b6";
1346
+ }
1347
+ .icon-material-call-missed2:before {
1348
+ content: "\e7b7";
1349
+ }
1350
+ .icon-material-call-received2:before {
1351
+ content: "\e7b8";
1352
+ }
1353
+ .icon-material-call-split2:before {
1354
+ content: "\e7b9";
1355
+ }
1356
+ .icon-material-chat2:before {
1357
+ content: "\e7ba";
1358
+ }
1359
+ .icon-material-comment2:before {
1360
+ content: "\e7bb";
1361
+ }
1362
+ .icon-material-dialpad2:before {
1363
+ content: "\e7bc";
1364
+ }
1365
+ .icon-material-email3:before {
1366
+ content: "\e7bd";
1367
+ }
1368
+ .icon-material-forum2:before {
1369
+ content: "\e7be";
1370
+ }
1371
+ .icon-material-gmail3:before {
1372
+ content: "\e7bf";
1373
+ }
1374
+ .icon-material-hangout3:before {
1375
+ content: "\e7c0";
1376
+ }
1377
+ .icon-material-hangout-video2:before {
1378
+ content: "\e7c1";
1379
+ }
1380
+ .icon-material-hangout-video-off2:before {
1381
+ content: "\e7c2";
1382
+ }
1383
+ .icon-material-import-export2:before {
1384
+ content: "\e7c3";
1385
+ }
1386
+ .icon-material-live-help2:before {
1387
+ content: "\e7c4";
1388
+ }
1389
+ .icon-material-message2:before {
1390
+ content: "\e7c5";
1391
+ }
1392
+ .icon-material-messenger2:before {
1393
+ content: "\e7c6";
1394
+ }
1395
+ .icon-material-phone3:before {
1396
+ content: "\e7c7";
1397
+ }
1398
+ .icon-material-ring-volume2:before {
1399
+ content: "\e7c8";
1400
+ }
1401
+ .icon-material-textsms2:before {
1402
+ content: "\e7c9";
1403
+ }
1404
+ .icon-material-voicemail2:before {
1405
+ content: "\e7ca";
1406
+ }
1407
+ .icon-material-closed-caption2:before {
1408
+ content: "\e7cb";
1409
+ }
1410
+ .icon-material-fast-forward2:before {
1411
+ content: "\e7cc";
1412
+ }
1413
+ .icon-material-fast-rewind2:before {
1414
+ content: "\e7cd";
1415
+ }
1416
+ .icon-material-games2:before {
1417
+ content: "\e7ce";
1418
+ }
1419
+ .icon-material-high-quality2:before {
1420
+ content: "\e7cf";
1421
+ }
1422
+ .icon-material-loop2:before {
1423
+ content: "\e7d0";
1424
+ }
1425
+ .icon-material-mic2:before {
1426
+ content: "\e7d1";
1427
+ }
1428
+ .icon-material-mic-none2:before {
1429
+ content: "\e7d2";
1430
+ }
1431
+ .icon-material-mic-off2:before {
1432
+ content: "\e7d3";
1433
+ }
1434
+ .icon-material-movie2:before {
1435
+ content: "\e7d4";
1436
+ }
1437
+ .icon-material-news2:before {
1438
+ content: "\e7d5";
1439
+ }
1440
+ .icon-material-pause2:before {
1441
+ content: "\e7d6";
1442
+ }
1443
+ .icon-material-pause-circle-fill2:before {
1444
+ content: "\e7d7";
1445
+ }
1446
+ .icon-material-pause-circle-outline2:before {
1447
+ content: "\e7d8";
1448
+ }
1449
+ .icon-material-play-arrow2:before {
1450
+ content: "\e7d9";
1451
+ }
1452
+ .icon-material-play-circle-fill2:before {
1453
+ content: "\e7da";
1454
+ }
1455
+ .icon-material-play-circle-outline2:before {
1456
+ content: "\e7db";
1457
+ }
1458
+ .icon-material-queue2:before {
1459
+ content: "\e7dc";
1460
+ }
1461
+ .icon-material-replay2:before {
1462
+ content: "\e7dd";
1463
+ }
1464
+ .icon-material-shuffle2:before {
1465
+ content: "\e7de";
1466
+ }
1467
+ .icon-material-skip-next2:before {
1468
+ content: "\e7df";
1469
+ }
1470
+ .icon-material-skip-previous2:before {
1471
+ content: "\e7e0";
1472
+ }
1473
+ .icon-material-stop2:before {
1474
+ content: "\e7e1";
1475
+ }
1476
+ .icon-material-videocam2:before {
1477
+ content: "\e7e2";
1478
+ }
1479
+ .icon-material-videocam-off2:before {
1480
+ content: "\e7e3";
1481
+ }
1482
+ .icon-material-video-youtube2:before {
1483
+ content: "\e7e4";
1484
+ }
1485
+ .icon-material-volume-down2:before {
1486
+ content: "\e7e5";
1487
+ }
1488
+ .icon-material-volume-mute2:before {
1489
+ content: "\e7e6";
1490
+ }
1491
+ .icon-material-volume-off2:before {
1492
+ content: "\e7e7";
1493
+ }
1494
+ .icon-material-volume-up2:before {
1495
+ content: "\e7e8";
1496
+ }
1497
+ .icon-material-web22:before {
1498
+ content: "\e7e9";
1499
+ }