/*! normalize.css v2.0.1 | MIT License | git.io/normalize */ /* ========================================================================== HTML5 display definitions ========================================================================== */ /* * Corrects `block` display not defined in IE 8/9. */ .eg article, .eg aside, .eg details, .eg figcaption, .eg figure, .eg footer, .eg header, .eg hgroup, .eg nav, .eg section, .eg summary { display: block; } /* * Corrects `inline-block` display not defined in IE 8/9. */ .eg audio, .eg canvas, .eg video { display: inline-block; } /* * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */ .eg audio:not([controls]) { display: none; height: 0; } /* * Addresses styling for `hidden` attribute not present in IE 8/9. */ .eg [hidden] { display: none; } /* ========================================================================== Base ========================================================================== */ /* * 1. Sets default font family to sans-serif. * 2. Prevents iOS text size adjust after orientation change, without disabling * user zoom. */ .eg { font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif; -webkit-text-size-adjust: 100%; /* 2 */ -ms-text-size-adjust: 100%; /* 2 */ } /* * Removes default margin. */ .eg { margin: 0; } /* ========================================================================== Links ========================================================================== */ /* * Addresses `outline` inconsistency between Chrome and other browsers. */ .eg a:focus { outline: thin dotted; } /* * Improves readability when focused and also mouse hovered in all browsers. */ .eg a:active, .eg a:hover { outline: 0; } /* ========================================================================== Typography ========================================================================== */ /* * Addresses `h1` font sizes within `section` and `article` in Firefox 4+, * Safari 5, and Chrome. */ .eg h1 { font-size: 2em; } /* * Addresses styling not present in IE 8/9, Safari 5, and Chrome. */ .eg abbr[title] { border-bottom: 1px dotted; } /* * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */ .eg b, .eg strong { font-weight: bold; } /* * Addresses styling not present in Safari 5 and Chrome. */ .eg dfn { font-style: italic; } /* * Addresses styling not present in IE 8/9. */ .eg mark { background: #ff0; color: #000; } /* * Corrects font family set oddly in Safari 5 and Chrome. */ .eg code, .eg kbd, .eg pre, .eg samp { font-family: monospace, serif; font-size: 1em; } /* * Improves readability of pre-formatted text in all browsers. */ .eg pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; } /* * Sets consistent quote types. */ .eg q { quotes: "\201C" "\201D" "\2018" "\2019"; } /* * Addresses inconsistent and variable font size in all browsers. */ .eg small { font-size: 80%; } /* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */ .eg sub, .eg sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .eg sup { top: -0.5em; } .eg sub { bottom: -0.25em; } /* ========================================================================== Embedded content ========================================================================== */ /* * Removes border when inside `a` element in IE 8/9. */ .eg img { border: 0; } /* * Corrects overflow displayed oddly in IE 9. */ .eg svg:not(:root) { overflow: hidden; } /* ========================================================================== Figures ========================================================================== */ /* * Addresses margin not present in IE 8/9 and Safari 5. */ .eg figure { margin: 0; } /* ========================================================================== Forms ========================================================================== */ /* * Define consistent border, margin, and padding. */ .eg fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /* * 1. Corrects color not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */ .eg legend { border: 0; /* 1 */ padding: 0; /* 2 */ } /* * 1. Corrects font family not being inherited in all browsers. * 2. Corrects font size not being inherited in all browsers. * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome */ .eg button, .eg input, .eg select, .eg textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ } /* * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */ .eg button, .eg input { line-height: normal; } /* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Corrects inability to style clickable `input` types in iOS. * 3. Improves usability and consistency of cursor style between image-type * `input` and others. */ .eg button, .eg html input[type="button"], /* 1 */ .eg input[type="reset"], .eg input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ } /* * Re-set default cursor for disabled elements. */ .eg button[disabled], .eg input[disabled] { cursor: default; } /* * 1. Addresses box sizing set to `content-box` in IE 8/9. * 2. Removes excess padding in IE 8/9. */ .eg input[type="checkbox"], .eg input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */ .eg input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; } /* * Removes inner padding and search cancel button in Safari 5 and Chrome * on OS X. */ .eg input[type="search"]::-webkit-search-cancel-button, .eg input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /* * Removes inner padding and border in Firefox 4+. */ .eg button::-moz-focus-inner, .eg input::-moz-focus-inner { border: 0; padding: 0; } /* * 1. Removes default vertical scrollbar in IE 8/9. * 2. Improves readability and alignment in all browsers. */ .eg textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ } /* ========================================================================== Tables ========================================================================== */ /* * Remove most spacing between table cells. */ .eg table { border-collapse: collapse; border-spacing: 0; } .eg a { color: #0088cc; text-decoration: none; } .eg a:hover { color: #005580; text-decoration: underline; } .eg a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .eg p { margin: 0 0 10px; } .eg h1, .eg h2, .eg h3 { line-height: 40px; } .eg h1 { font-size: 38px; } .eg h2 { font-size: 31px; } .eg h3 { font-size: 24px; } .eg a:hover, .eg a:active { outline: 0; } .eg sub, .eg sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } .eg sup { top: -0.5em; } .eg sub { bottom: -0.25em; } .eg img { width: auto; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } .eg #map_canvas img, .eg .google-maps img { max-width: none; } .eg button, .eg input, .eg select, .eg textarea { margin: 0; font-size: 100%; vertical-align: middle; } .eg label { display: block; margin-bottom: 5px; } .eg button, .eg input { *overflow: visible; line-height: normal; } .eg button::-moz-focus-inner, .eg input::-moz-focus-inner { padding: 0; border: 0; } .eg button, .eg html input[type="button"], .eg input[type="reset"], .eg input[type="submit"] { cursor: pointer; -webkit-appearance: button; } .eg label, .eg select, .eg button, .eg input[type="button"], .eg input[type="reset"], .eg input[type="submit"], .eg input[type="radio"], .eg input[type="checkbox"] { cursor: pointer; } .eg input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } .eg input[type="search"]::-webkit-search-decoration, .eg input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; } .eg textarea { overflow: auto; vertical-align: top; } .eg ul, .eg ol { padding: 0; margin: 0 0 10px 25px; } .eg ul ul, .eg ul ol, .eg ol ol, .eg ol ul { margin-bottom: 0; } .eg li { line-height: 20px; } .eg legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: 40px; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; } .eg form { margin: 0 0 20px; } .eg table { max-width: 100%; background-color: transparent; border-collapse: collapse; border-spacing: 0; } .eg input, .eg textarea, .eg .uneditable-input { margin-left: 0; } .eg input[disabled], .eg select[disabled], .eg textarea[disabled], .eg input[readonly], .eg select[readonly], .eg textarea[readonly] { cursor: not-allowed; background-color: #eeeeee; } .eg input[type="radio"][disabled], .eg input[type="checkbox"][disabled], .eg input[type="radio"][readonly], .eg input[type="checkbox"][readonly] { background-color: transparent; } .eg input:-moz-placeholder, .eg textarea:-moz-placeholder { color: #999999; } .eg input:-ms-input-placeholder, .eg textarea:-ms-input-placeholder { color: #999999; } .eg input::-webkit-input-placeholder, .eg textarea::-webkit-input-placeholder { color: #999999; } .eg input:focus:invalid, .eg textarea:focus:invalid, .eg select:focus:invalid { color: #b94a48; border-color: #ee5f5b; } .eg input:focus:invalid:focus, .eg textarea:focus:invalid:focus, .eg select:focus:invalid:focus { border-color: #e9322d; -webkit-box-shadow: 0 0 6px #f8b9b7; -moz-box-shadow: 0 0 6px #f8b9b7; box-shadow: 0 0 6px #f8b9b7; } .eg .eg-row { margin-left: -20px; *zoom: 1; } .eg input.eg-span3, .eg textarea.eg-span3, .eg .uneditable-input.eg-span3 { width: 206px; } .eg .eg-span3 { width: 220px; } .eg .eg-span6 { width: 460px; } .eg .eg-span12 { width: 940px; } .eg .eg-row:before, .eg .eg-row:after { display: table; line-height: 0; content: ""; } .eg .eg-row:after { clear: both; } .eg .eg-container-fluid:before, .eg .eg-container-fluid:after { display: table; line-height: 0; content: ""; } .eg .eg-container { margin-right: auto; margin-left: auto; *zoom: 1; } .eg .eg-container:before, .eg .eg-container:after { display: table; line-height: 0; content: ""; } .eg .eg-container:after { clear: both; } .eg .eg-container-fluid:after { clear: both; } .eg .eg-row-fluid { width: 100%; *zoom: 1; } .eg .eg-row-fluid:before, .eg .eg-row-fluid:after { display: table; line-height: 0; content: ""; } .eg .eg-row-fluid:after { clear: both; } .eg .eg-row-fluid [class*="span"] { display: block; float: left; width: 100%; min-height: 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .eg .eg-row-fluid [class*="span"]:first-child { margin-left: 0; } .eg .eg-row-fluid .eg-span2 , .eg .eg-row-fluid .span2 { width: 14.893617021276595%; *width: 14.840425531914894%; } .eg .eg-row-fluid .eg-span7 { width: 57.44680851063829%; *width: 57.39361702127659%; } .eg .eg-row-fluid .offset7 { margin-left: 580px; } .eg .eg-row-fluid .offset3 { margin-left: 27.659574468085104%; *margin-left: 27.5531914893617%; } .eg .eg-row-fluid .offset3:first-child { margin-left: 25.53191489361702%; *margin-left: 25.425531914893618%; } .eg .eg-row-fluid .offset2 { margin-left: 19.148936170212764%; *margin-left: 19.04255319148936%; } .eg .eg-row-fluid .offset2:first-child { margin-left: 17.02127659574468%; *margin-left: 16.914893617021278%; } .eg .eg-row-fluid .offset1 { margin-left: 10.638297872340425%; *margin-left: 10.53191489361702%; } .eg .eg-row-fluid .offset1:first-child { margin-left: 8.51063829787234%; *margin-left: 8.404255319148938%; } .eg .eg-pull-right { float: right; } .eg .eg-pull-left { float: left; } .eg textarea:focus, .eg input[type="text"]:focus, .eg input[type="password"]:focus, .eg input[type="datetime"]:focus, .eg input[type="datetime-local"]:focus, .eg input[type="date"]:focus, .eg input[type="month"]:focus, .eg input[type="time"]:focus, .eg input[type="week"]:focus, .eg input[type="number"]:focus, .eg input[type="email"]:focus, .eg input[type="url"]:focus, .eg input[type="search"]:focus, .eg input[type="tel"]:focus, .eg input[type="color"]:focus, .eg .eg-uneditable-input:focus { border-color: rgba(82, 168, 236, 0.8); outline: 0; outline: thin dotted \9; /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); } .eg input[type="radio"], .eg input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; *margin-top: 0; line-height: normal; } .eg input[type="file"], .eg input[type="image"], .eg input[type="submit"], .eg input[type="reset"], .eg input[type="button"], .eg input[type="radio"], .eg input[type="checkbox"] { width: auto; } .eg input[class*="span"], .eg select[class*="span"], .eg textarea[class*="span"], .eg .uneditable-input[class*="span"], .eg .eg-row-fluid input[class*="span"], .eg .eg-row-fluid select[class*="span"], .eg .eg-row-fluid textarea[class*="span"], .eg .eg-row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .eg select[multiple], .eg select[size] { height: auto; } .eg select:focus, .eg input[type="file"]:focus, .eg input[type="radio"]:focus, .eg input[type="checkbox"]:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .eg select, .eg textarea, .eg input[type="text"], .eg input[type="password"], .eg input[type="datetime"], .eg input[type="datetime-local"], .eg input[type="date"], .eg input[type="month"], .eg input[type="time"], .eg input[type="week"], .eg input[type="number"], .eg input[type="email"], .eg input[type="url"], .eg input[type="search"], .eg input[type="tel"], .eg input[type="color"], .eg .eg-uneditable-input { display: inline-block; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 22px; color: #555555; vertical-align: middle; } .eg textarea, .eg input[type="text"], .eg input[type="password"], .eg input[type="datetime"], .eg input[type="datetime-local"], .eg input[type="date"], .eg input[type="month"], .eg input[type="time"], .eg input[type="week"], .eg input[type="number"], .eg input[type="email"], .eg input[type="url"], .eg input[type="search"], .eg input[type="tel"], .eg input[type="color"], .eg .eg-uneditable-input { background-color: #ffffff; border: 1px solid #cccccc; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; -moz-transition: border linear 0.2s, box-shadow linear 0.2s; -o-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } .eg label, .eg input, .eg button, .eg select, .eg textarea { font-size: 14px; font-weight: normal; line-height: 20px; } .eg input, .eg button, .eg select, .eg textarea { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } .eg input, .eg textarea, .eg .eg-uneditable-input { width: 206px; } .eg textarea { height: auto; } .eg select, .eg input[type="file"] { height: 30px; /* In IE7, the height of the select element cannot be changed by height, only font-size */ *margin-top: 4px; /* For IE7, add top margin to align select with labels */ line-height: 30px; } .eg select { width: 220px; background-color: #ffffff; border: 1px solid #cccccc; } .eg .form-horizontal input, .eg .form-horizontal textarea, .eg .form-horizontal select, .eg .form-horizontal .help-inline, .eg .form-horizontal .uneditable-input, .eg .form-horizontal .eg-input-prepend, .eg .form-horizontal .eg-input-append { display: inline-block; *display: inline; margin-bottom: 0; vertical-align: middle; *zoom: 1; } .eg .img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .eg .control-group { margin-bottom: 10px; } .eg .control-group.error .control-label, .eg .control-group.error .help-block, .eg .control-group.error .help-inline { color: #b94a48; } .eg .control-group.error .checkbox, .eg .control-group.error .radio, .eg .control-group.error input, .eg .control-group.error select, .eg .control-group.error textarea { color: #b94a48; } .eg .control-group.error input, .eg .control-group.error select, .eg .control-group.error textarea { border-color: #b94a48; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .eg .control-group.error input:focus, .eg .control-group.error select:focus, .eg .control-group.error textarea:focus { border-color: #953b39; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; } .eg .control-group.error .input-prepend .add-on, .eg .control-group.error .input-append .add-on { color: #b94a48; background-color: #f2dede; border-color: #b94a48; } .eg .control-group.success .control-label, .eg .control-group.success .help-block, .eg .control-group.success .help-inline { color: #468847; } .eg .control-group.success .checkbox, .eg .control-group.success .radio, .eg .control-group.success input, .eg .control-group.success select, .eg .control-group.success textarea { color: #468847; } .eg .control-group.success input, .eg .control-group.success select, .eg .control-group.success textarea { border-color: #468847; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } .eg .control-group.success input:focus, .eg .control-group.success select:focus, .eg .control-group.success textarea:focus { border-color: #356635; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b; } .eg .control-group.success .input-prepend .add-on, .eg .control-group.success .input-append .add-on { color: #468847; background-color: #dff0d8; border-color: #468847; } .eg .form-horizontal .control-label { float: left; width: 160px; padding-top: 5px; text-align: right; } .eg .form-horizontal .controls { *display: inline-block; *padding-left: 20px; margin-left: 180px; *margin-left: 0; } .eg .form-horizontal .controls:first-child { *padding-left: 180px; } .eg .form-horizontal .control-group { margin-bottom: 20px; *zoom: 1; } .eg .form-horizontal .control-group:before, .eg .form-horizontal .control-group:after { display: table; line-height: 0; content: ""; } .eg .form-horizontal .control-group:after { clear: both; } .eg .form-horizontal .hide { display: none; } .eg .eg-input-append, .eg .eg-input-prepend { margin-bottom: 5px; font-size: 0; white-space: nowrap; } .eg .eg-input-append input, .eg .eg-input-prepend input, .eg .eg-input-append select, .eg .eg-input-prepend select, .eg .eg-input-append .uneditable-input, .eg .eg-input-prepend .uneditable-input, .eg .eg-input-append .dropdown-menu, .eg .eg-input-prepend .dropdown-menu { font-size: 14px; } .eg .eg-input-append input, .eg .eg-input-prepend input, .eg .eg-input-append select, .eg .eg-input-prepend select, .eg .eg-input-append .uneditable-input, .eg .eg-input-prepend .uneditable-input { position: relative; margin-bottom: 0; *margin-left: 0; vertical-align: top; } .eg .eg-input-append input:focus, .eg .eg-input-prepend input:focus, .eg .eg-input-append select:focus, .eg .eg-input-prepend select:focus, .eg .eg-input-append .uneditable-input:focus, .eg .eg-input-prepend .uneditable-input:focus { z-index: 2; } .eg .eg-input-append .add-on, .eg .eg-input-prepend .add-on { display: inline-block; width: auto; min-width: 16px; padding: 4px 5px; font-size: 14px; font-weight: normal; line-height: 20px; text-align: center; text-shadow: 0 1px 0 #ffffff; background-color: #eeeeee; border: 1px solid #ccc; } .eg .eg-input-append .add-on, .eg .eg-input-prepend .add-on, .eg .eg-input-append .btn, .eg .eg-input-prepend .btn, .eg .eg-input-append .btn-group > .dropdown-toggle, .eg .eg-input-prepend .btn-group > .dropdown-toggle { vertical-align: top; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .eg .eg-input-append .active, .eg .eg-input-prepend .active { background-color: #a9dba9; border-color: #46a546; } .eg .eg-input-prepend .add-on, .eg .eg-input-prepend .btn { margin-right: -1px; } .eg .eg-input-prepend .add-on:first-child, .eg .eg-input-prepend .btn:first-child { -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .eg .eg-input-append input + .btn-group .btn:last-child, .eg .eg-input-append select + .btn-group .btn:last-child, .eg .eg-input-append .uneditable-input + .btn-group .btn:last-child { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .eg .eg-input-append .add-on, .eg .eg-input-append .btn, .eg .eg-input-append .btn-group { margin-left: -1px; } .eg .eg-input-append .add-on:last-child, .eg .eg-input-append .btn:last-child, .eg .eg-input-append .btn-group:last-child > .dropdown-toggle { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .eg .eg-input-prepend.eg-input-append input, .eg .eg-input-prepend.eg-input-append select, .eg .eg-input-prepend.eg-input-append .uneditable-input { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .eg .eg-input-prepend.eg-input-append input + .btn-group .btn, .eg .eg-input-prepend.eg-input-append select + .btn-group .btn, .eg .eg-input-prepend.eg-input-append .uneditable-input + .btn-group .btn { -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .eg .eg-input-prepend.eg-input-append .add-on:first-child, .eg .eg-input-prepend.eg-input-append .btn:first-child { margin-right: -1px; -webkit-border-radius: 4px 0 0 4px; -moz-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; } .eg .eg-input-prepend.eg-input-append .add-on:last-child, .eg .eg-input-prepend.eg-input-append .btn:last-child { margin-left: -1px; -webkit-border-radius: 0 4px 4px 0; -moz-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; } .eg .eg-input-prepend.eg-input-append .btn-group:first-child { margin-left: 0; } .eg .eg-input-append input[class*="span"], .eg .eg-input-append .uneditable-input[class*="span"], .eg .eg-input-prepend input[class*="span"], .eg .eg-input-prepend .uneditable-input[class*="span"], .eg .eg-row-fluid input[class*="span"], .eg .eg-row-fluid select[class*="span"], .eg .eg-row-fluid textarea[class*="span"], .eg .eg-row-fluid .uneditable-input[class*="span"], .eg .eg-row-fluid .eg-input-prepend [class*="span"], .eg .eg-row-fluid .eg-input-append [class*="span"] { display: inline-block; } .eg .icon-white, .eg .nav-pills > .active > a > [class^="icon-"], .eg .nav-pills > .active > a > [class*=" icon-"], .eg .nav-list > .active > a > [class^="icon-"], .eg .nav-list > .active > a > [class*=" icon-"], .eg .navbar-inverse .nav > .active > a > [class^="icon-"], .eg .navbar-inverse .nav > .active > a > [class*=" icon-"], .eg .dropdown-menu > li > a:hover > [class^="icon-"], .eg .dropdown-menu > li > a:hover > [class*=" icon-"], .eg .dropdown-menu > .active > a > [class^="icon-"], .eg .dropdown-menu > .active > a > [class*=" icon-"], .eg .dropdown-submenu:hover > a > [class^="icon-"], .eg .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: url("/images/glyphicons-halflings-white.png"); } .eg .nav { margin-bottom: 20px; margin-left: 0; list-style: none; } .eg .nav > li > a { display: block; } .eg .nav > li > a:hover { text-decoration: none; background-color: #eeeeee; } .eg .nav > li > a > img { max-width: none; } .eg .nav > .pull-right { float: right; } .eg .nav-tabs, .eg .nav-pills { *zoom: 1; } .eg .nav-tabs:before, .eg .nav-pills:before, .eg .nav-tabs:after, .eg .nav-pills:after { display: table; line-height: 0; content: ""; } .eg .nav-tabs:after, .eg .nav-pills:after { clear: both; } .eg .nav-tabs > li, .eg .nav-pills > li { float: left; } .eg .nav-tabs > li > a, .eg .nav-pills > li > a { padding-right: 12px; padding-left: 12px; margin-right: 2px; line-height: 14px; } .eg .nav-tabs { border-bottom: 1px solid #ddd; } .eg .nav-tabs > li { margin-bottom: -1px; } .eg .nav-tabs > li > a { padding-top: 8px; padding-bottom: 8px; line-height: 20px; border: 1px solid transparent; } .eg .nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #dddddd; } .eg .nav-tabs > .active > a, .eg .nav-tabs > .active > a:hover { color: #555555; cursor: default; background-color: #ffffff; border: 1px solid #ddd; border-bottom-color: transparent; } .eg .nav-list { padding-right: 15px; padding-left: 15px; margin-bottom: 0; } .eg .nav-list > li > a, .eg .nav-list .nav-header { margin-right: -15px; margin-left: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .eg .nav-list > li > a { padding: 3px 15px; } .eg .nav-list > .active > a, .eg .nav-list > .active > a:hover { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #0088cc; } .eg .eg-modal { position: fixed; top: 10%; left: 50%; z-index: 1050; width: 560px; margin-left: -280px; background-color: #ffffff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.3); *border: 1px solid #999; outline: none; -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); -webkit-background-clip: padding-box; -moz-background-clip: padding-box; background-clip: padding-box; } .eg .eg-modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; } .eg .eg-modal-header .close { margin-top: 2px; } .eg .eg-modal-body { position: relative; max-height: 400px; padding: 13px; overflow-y: auto; } .eg .eg-modal-footer { padding: 14px 15px 15px; margin-bottom: 0; text-align: right; background-color: #f5f5f5; border-top: 1px solid #ddd; *zoom: 1; -webkit-box-shadow: inset 0 1px 0 #ffffff; -moz-box-shadow: inset 0 1px 0 #ffffff; box-shadow: inset 0 1px 0 #ffffff; } .eg .eg-modal-footer:before, .eg .eg-modal-footer:after { display: table; line-height: 0; content: ""; } .eg .eg-modal-footer:after { clear: both; } .eg .dropdown-menu { text-align: left; position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; background-color: #ffffff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); *border-right-width: 2px; *border-bottom-width: 2px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); -webkit-background-clip: padding-box; -moz-background-clip: padding; background-clip: padding-box; } .eg .dropdown-menu.pull-right { right: 0; left: auto; } .eg .dropdown-menu .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #ffffff; } .eg .dropdown-menu li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 20px; color: #333333; white-space: nowrap; } .eg .dropdown-menu li > a:hover, .eg .dropdown-menu li > a:focus, .eg .dropdown-submenu:hover > a { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .eg .dropdown-menu .active > a, .eg .dropdown-menu .active > a:hover { color: #ffffff; text-decoration: none; background-color: #0081c2; background-image: -moz-linear-gradient(top, #0088cc, #0077b3); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3)); background-image: -webkit-linear-gradient(top, #0088cc, #0077b3); background-image: -o-linear-gradient(top, #0088cc, #0077b3); background-image: linear-gradient(to bottom, #0088cc, #0077b3); background-repeat: repeat-x; outline: 0; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0); } .eg .dropdown-menu .disabled > a, .eg .dropdown-menu .disabled > a:hover { color: #999999; } .eg .dropdown-menu .disabled > a:hover { text-decoration: none; cursor: default; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .open { *z-index: 1000; } .eg .open > .dropdown-menu { display: block; } .eg .btn { display: inline-block; *display: inline; padding: 4px 12px; margin-bottom: 0; *margin-left: .3em; font-size: 14px; line-height: 20px; color: #333333; text-align: center; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; cursor: pointer; background-color: #f5f5f5; *background-color: #e6e6e6; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(to bottom, #ffffff, #e6e6e6); background-repeat: repeat-x; border: 1px solid #bbbbbb; *border: 0; border-color: #e6e6e6 #e6e6e6 #bfbfbf; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border-bottom-color: #a2a2a2; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); *zoom: 1; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .eg .btn:hover, .eg .btn:active, .eg .btn.active, .eg .btn.disabled, .eg .btn[disabled] { color: #333333; background-color: #e6e6e6; *background-color: #d9d9d9; } .eg .btn:active, .eg .btn.active { background-color: #cccccc \9; } .eg .btn:first-child { *margin-left: 0; } .eg .btn:hover { color: #333333; text-decoration: none; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; } .eg .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .eg .btn.active, .eg .btn:active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); } .eg .btn.disabled, .eg .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .eg .btn-primary.active, .eg .btn-warning.active, .eg .btn-danger.active, .eg .btn-success.active, .eg .btn-info.active, .eg .btn-inverse.active { color: rgba(255, 255, 255, 0.75); } .eg .btn { border-color: #c5c5c5; border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25); } .eg .btn-primary { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #006dcc; *background-color: #0044cc; background-image: -moz-linear-gradient(top, #0088cc, #0044cc); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc)); background-image: -webkit-linear-gradient(top, #0088cc, #0044cc); background-image: -o-linear-gradient(top, #0088cc, #0044cc); background-image: linear-gradient(to bottom, #0088cc, #0044cc); background-repeat: repeat-x; border-color: #0044cc #0044cc #002a80; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-primary:hover, .eg .btn-primary:active, .eg .btn-primary.active, .eg .btn-primary.disabled, .eg .btn-primary[disabled] { color: #ffffff; background-color: #0044cc; *background-color: #003bb3; } .eg .btn-primary:active, .eg .btn-primary.active { background-color: #003399 \9; } .eg .btn-warning { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #faa732; *background-color: #f89406; background-image: -moz-linear-gradient(top, #fbb450, #f89406); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406)); background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); background-repeat: repeat-x; border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-warning:hover, .eg .btn-warning:active, .eg .btn-warning.active, .eg .btn-warning.disabled, .eg .btn-warning[disabled] { color: #ffffff; background-color: #f89406; *background-color: #df8505; } .eg .btn-warning:active, .eg .btn-warning.active { background-color: #c67605 \9; } .eg .btn-danger { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #da4f49; *background-color: #bd362f; background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f)); background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f); background-image: -o-linear-gradient(top, #ee5f5b, #bd362f); background-image: linear-gradient(to bottom, #ee5f5b, #bd362f); background-repeat: repeat-x; border-color: #bd362f #bd362f #802420; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-danger:hover, .eg .btn-danger:active, .eg .btn-danger.active, .eg .btn-danger.disabled, .eg .btn-danger[disabled] { color: #ffffff; background-color: #bd362f; *background-color: #a9302a; } .eg .btn-danger:active, .eg .btn-danger.active { background-color: #942a25 \9; } .eg .btn-success { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #5bb75b; *background-color: #51a351; background-image: -moz-linear-gradient(top, #62c462, #51a351); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351)); background-image: -webkit-linear-gradient(top, #62c462, #51a351); background-image: -o-linear-gradient(top, #62c462, #51a351); background-image: linear-gradient(to bottom, #62c462, #51a351); background-repeat: repeat-x; border-color: #51a351 #51a351 #387038; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-success:hover, .eg .btn-success:active, .eg .btn-success.active, .eg .btn-success.disabled, .eg .btn-success[disabled] { color: #ffffff; background-color: #51a351; *background-color: #499249; } .eg .btn-success:active, .eg .btn-success.active { background-color: #408140 \9; } .eg .btn-info { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #49afcd; *background-color: #2f96b4; background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4)); background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4); background-image: -o-linear-gradient(top, #5bc0de, #2f96b4); background-image: linear-gradient(to bottom, #5bc0de, #2f96b4); background-repeat: repeat-x; border-color: #2f96b4 #2f96b4 #1f6377; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-info:hover, .eg .btn-info:active, .eg .btn-info.active, .eg .btn-info.disabled, .eg .btn-info[disabled] { color: #ffffff; background-color: #2f96b4; *background-color: #2a85a0; } .eg .btn-info:active, .eg .btn-info.active { background-color: #24748c \9; } .eg .btn-inverse { color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #363636; *background-color: #222222; background-image: -moz-linear-gradient(top, #444444, #222222); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222)); background-image: -webkit-linear-gradient(top, #444444, #222222); background-image: -o-linear-gradient(top, #444444, #222222); background-image: linear-gradient(to bottom, #444444, #222222); background-repeat: repeat-x; border-color: #222222 #222222 #000000; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .eg .btn-inverse:hover, .eg .btn-inverse:active, .eg .btn-inverse.active, .eg .btn-inverse.disabled, .eg .btn-inverse[disabled] { color: #ffffff; background-color: #222222; *background-color: #151515; } .eg .btn-inverse:active, .eg .btn-inverse.active { background-color: #080808 \9; } .eg button.btn, .eg input[type="submit"].btn { *padding-top: 3px; *padding-bottom: 3px; } .eg button.btn::-moz-focus-inner, .eg input[type="submit"].btn::-moz-focus-inner { padding: 0; border: 0; } .eg .btn .caret { margin-top: 8px; margin-left: 0; } .eg .btn-primary .caret, .eg .btn-warning .caret, .eg .btn-danger .caret, .eg .btn-info .caret, .eg .btn-success .caret, .eg .btn-inverse .caret { border-top-color: #ffffff; border-bottom-color: #ffffff; } .eg .caret { display: inline-block; width: 0; height: 0; vertical-align: top; border-top: 4px solid #000000; border-right: 4px solid transparent; border-left: 4px solid transparent; content: ""; } .eg .dropdown .caret { margin-top: 8px; margin-left: 2px; } .eg .pagination { margin: 20px 0; } .eg .pagination ul { display: inline-block; *display: inline; margin-bottom: 0; margin-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; *zoom: 1; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); } .eg .pagination ul > li { display: inline; } .eg .pagination ul > li > a, .eg .pagination ul > li > span { float: left; padding: 4px 12px; line-height: 20px; text-decoration: none; background-color: #ffffff; border: 1px solid #dddddd; border-left-width: 0; } .eg .pagination ul > li > a:hover, .eg .pagination ul > .active > a, .eg .pagination ul > .active > span { background-color: #f5f5f5; } .eg .pagination ul > .active > a, .eg .pagination ul > .active > span { color: #999999; cursor: default; } .eg .pagination ul > .disabled > span, .eg .pagination ul > .disabled > a, .eg .pagination ul > .disabled > a:hover { color: #999999; cursor: default; background-color: transparent; } .eg .pagination ul > li:first-child > a, .eg .pagination ul > li:first-child > span { border-left-width: 1px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; } .eg .pagination ul > li:last-child > a, .eg .pagination ul > li:last-child > span { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; } .eg .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); } .eg .well-small { padding: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .eg .alert { padding: 8px 35px 8px 14px; margin-bottom: 20px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); background-color: #fcf8e3; border: 1px solid #fbeed5; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .eg .alert, .eg .alert h4 { color: #c09853; } .eg .alert h4 { margin: 0; } .eg .alert .close { position: relative; top: -2px; right: -21px; line-height: 20px; } .eg .alert-success { color: #468847; background-color: #dff0d8; border-color: #d6e9c6; } .eg .alert-success h4 { color: #468847; } .eg .alert-danger, .eg .alert-error { color: #b94a48; background-color: #f2dede; border-color: #eed3d7; } .eg .alert-danger h4, .eg .alert-error h4 { color: #b94a48; } .eg .alert-info { color: #3a87ad; background-color: #d9edf7; border-color: #bce8f1; } .eg .alert-info h4 { color: #3a87ad; } .eg .alert-block { padding-top: 14px; padding-bottom: 14px; } .eg .alert-block > p, .eg .alert-block > ul { margin-bottom: 0; } .eg .alert-block p + p { margin-top: 5px; } .eg .btn-toolbar { margin-top: 10px; margin-bottom: 10px; font-size: 0; } .eg .navbar { margin-bottom: 20px; overflow: visible; } .eg .navbar .btn, .eg .navbar .btn-group { margin-top: 5px; } .eg .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1; } .eg .btn-group:first-child { *margin-left: 0; } .eg .btn-group + .btn-group { margin-left: 5px; } .eg .btn-toolbar > .btn + .btn, .eg .btn-toolbar > .btn-group + .btn, .eg .btn-toolbar > .btn + .btn-group { margin-left: 5px; } .eg .btn-group > .btn { position: relative; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .eg .btn-group > .btn + .btn { margin-left: -1px; } .eg .btn-group > .btn, .eg .btn-group > .dropdown-menu, .eg .btn-group > .popover { font-size: 14px; } .eg .btn-group > .btn-mini { font-size: 10px; } .eg .btn-group > .btn-small { font-size: 11px; } .eg .btn-group > .btn-large { font-size: 17px; } .eg .btn-group > .btn:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -moz-border-radius-topleft: 4px; } .eg .btn-group > .btn:last-child, .eg .btn-group > .dropdown-toggle { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-topright: 4px; -moz-border-radius-bottomright: 4px; } .eg .btn-group > .btn.large:first-child { margin-left: 0; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-topleft: 6px; } .eg .btn-group > .btn.large:last-child, .eg .btn-group > .large.dropdown-toggle { -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -moz-border-radius-topright: 6px; -moz-border-radius-bottomright: 6px; } .eg .btn-group > .btn:hover, .eg .btn-group > .btn:focus, .eg .btn-group > .btn:active, .eg .btn-group > .btn.active { z-index: 2; } .eg .btn-group .dropdown-toggle:active, .eg .btn-group.open .dropdown-toggle { outline: 0; } .eg .btn-group > .btn + .dropdown-toggle { *padding-top: 5px; padding-right: 8px; *padding-bottom: 5px; padding-left: 8px; -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); } .eg .dropup, .eg .dropdown { position: relative; } .eg .dropup .caret, .eg .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid #000000; content: ""; } .eg .dropup .dropdown-menu, .eg .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; } .eg .dropup .dropdown-submenu > .dropdown-menu { top: auto; bottom: 0; margin-top: 0; margin-bottom: -2px; -webkit-border-radius: 5px 5px 5px 0; -moz-border-radius: 5px 5px 5px 0; border-radius: 5px 5px 5px 0; } .eg .navbar .btn-group .btn, .eg .navbar .input-prepend .btn, .eg .navbar .input-append .btn { margin-top: 0; } .eg .navbar-static-top { position: static; margin-bottom: 0; } .eg .navbar-static-top .navbar-inner { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .eg .navbar-fixed-top .navbar-inner, .eg .navbar-static-top .navbar-inner { -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); } .eg .navbar-inner { min-height: 40px; padding-right: 20px; padding-left: 20px; background-color: #fafafa; background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2)); background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2); background-image: -o-linear-gradient(top, #ffffff, #f2f2f2); background-image: linear-gradient(to bottom, #ffffff, #f2f2f2); background-repeat: repeat-x; border: 1px solid #d4d4d4; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0); -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065); } .eg .label, .eg .badge { display: inline-block; padding: 2px 4px; font-size: 11px; font-weight: bold; line-height: 14px; color: #ffffff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); white-space: nowrap; vertical-align: baseline; background-color: #999999; } .eg .label { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .eg .badge { padding-right: 9px; padding-left: 9px; -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px; } .eg .label:empty, .eg .badge:empty { display: none; } .eg a.label:hover, .eg a.badge:hover { color: #ffffff; text-decoration: none; cursor: pointer; } .eg .label-important, .eg .badge-important { background-color: #b94a48; } .eg .label-important[href], .eg .badge-important[href] { background-color: #953b39; } .eg .label-warning, .eg .badge-warning { background-color: #f89406; } .eg .label-warning[href], .eg .badge-warning[href] { background-color: #c67605; } .eg .label-success, .eg .badge-success { background-color: #468847; } .eg .label-success[href], .eg .badge-success[href] { background-color: #356635; } .eg .label-info, .eg .badge-info { background-color: #3a87ad; } .eg .label-info[href], .eg .badge-info[href] { background-color: #2d6987; } .eg .label-inverse, .eg .badge-inverse { background-color: #333333; } .eg .label-inverse[href], .eg .badge-inverse[href] { background-color: #1a1a1a; } .eg .btn .label, .eg .btn .badge { position: relative; top: -1px; } .eg .btn-mini .label, .eg .btn-mini .badge { top: 0; } .eg .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9)); background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9); background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9); background-repeat: repeat-x; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0); -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); } .eg .progress .bar { float: left; width: 0; height: 100%; font-size: 12px; color: #ffffff; text-align: center; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0e90d2; background-image: -moz-linear-gradient(top, #149bdf, #0480be); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be)); background-image: -webkit-linear-gradient(top, #149bdf, #0480be); background-image: -o-linear-gradient(top, #149bdf, #0480be); background-image: linear-gradient(to bottom, #149bdf, #0480be); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0); -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: width 0.6s ease; -moz-transition: width 0.6s ease; -o-transition: width 0.6s ease; transition: width 0.6s ease; } .eg .progress .bar + .bar { -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15); } .eg .progress-striped .bar { background-color: #149bdf; background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; -moz-background-size: 40px 40px; -o-background-size: 40px 40px; background-size: 40px 40px; } .eg .progress.active .bar { -webkit-animation: progress-bar-stripes 2s linear infinite; -moz-animation: progress-bar-stripes 2s linear infinite; -ms-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } html{ -webkit-print-color-adjust:exact !important; min-height:100%; height:100%; overflow-y:scroll; overflow-x:auto; } body { min-height:100%; height:100%; } html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; } body { margin: 0; font-size: 14px; line-height: 20px; color: #333333; background-color: #ffffff; } .public { background-color:rgb(246,246,246); } .public #fullheight{ min-height:100%; position:relative; } .public .left{ float:left; } .public .right{ float:right; } .public .logo { width:150px; height:150px; } .public .logo a img { width:150px; height:150px; } .public .menuholder { padding-top: 15px; width:600px; } .public .menuholder ul { margin-top:20px; margin-left:0; } .public .menuholder li { display:inline-block; padding-top:10px; margin-right:10px; letter-spacing:2px; list-style-type:none; width:105px; } .border_orange { border-top:1px solid rgb(243,141,40); } .border_blue { border-top: 1px solid rgb(59,147, 218) ; } .border_green { border-top:1px solid green; } .border_black { border-top:1px solid black; } .public .menuholder li a { color:black; } .public .menuholder li.active { font-weight:bold; border-top-width:3px; } .public .partnerlogo img { height:70px; max-width:90%; } .public .partner { width:350px; height:200px; text-align: center; letter-spacing:1px; } .public .partnertext { margin-top: 10px; } .public .partnerlogo { text-align:center; } .loginformholder .btn, .formfooter .btn { margin:2px; } .forgot-password { font-size:10px; width: 220px; cursor:pointer; text-align:center; float:right; margin-bottom:-15px; color:grey; } .forgot-password:hover{ color:black; text-decoration:none; } .loginformholder { position:fixed; top:0; bottom:0; left:0; right:0; /* background-color:rgba(100,100,100,1); */ background-color:black; opacity:0; z-index:9999999; } .loginformspacer{ height:25%; } .loginformholder form { width:400px; position:relative; left:50%; border:3px solid lightslategray; padding:20px 20px 1px 0; background:white; margin-left: -200px; } .eg.public { width:100%; } .eg.public #rowtop { line-height:40px; text-transform: uppercase; font-size:12px; } .eg.public #rowtop [class*="span"]:first-child{ margin-left: 0; } .eg.public #rowtop .active a { background-color:rgba(255,255,255,1); color:black; } .eg.public .menuholder a:hover { text-decoration: none; } .public .bottom { margin-top:30px; } .public .bottom .column { border-top:1px solid black; width:49%; padding-top:10px; letter-spacing:2px; margin-top:30px; } .public #rowfooter a:hover { box-shadow: 0 -36px 36px rgba(0,0,0,0.5) ; } .public .Container { display: flex; flex-direction: column; } .public .blokPadding { padding: 30px 25% 100px 25%; } .public .blokC2 { display: grid; grid-template-columns: 43% 43%; grid-column-gap: 14%; } .public .blokTop { display: grid; grid-template-columns: 16% 54%; grid-column-gap: 30%; } .public .blokC3 { display: grid; grid-template-columns: 28% 28% 28%; grid-column-gap: 8%; } .public .blokC5 { display: grid; grid-template-columns: 16% 16% 16% 16% 16%; grid-column-gap: 5%; } .public .white { background-color:white; } .public #header { height: 50px; line-height: 130px; background-color:rgba(65, 70, 76,1); margin-bottom: 20px; } .public #rowfooter { padding-top: 10px; position: absolute; line-height: 30px; bottom: 0; left: 0; font-size: smaller; right: 0; text-align: center; background-color:rgba(65, 70, 76,1); color: white; height: 70px; } .public .eye { margin-top:0px; margin-left:2%; text-align:justify; margin-bottom:50px; } .public .domeinen { margin-top:40px; margin-bottom:60px; } .public input[type=text], .public textarea { width: 80%; } @media only screen and (max-width: 1280px) { .public .blokPadding { padding: 30px 2% 100px 2%; } .public .blokTop { grid-column-gap: 9%; } } @media only screen and (max-width: 800px) { .public .blokPadding { grid-template-columns: none; } }@font-face { font-family: 'Glyphicons'; src: url('./fonts/glyphicons-regular.eot'); src: url('./fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'), url('./fonts/glyphicons-regular.woff') format('woff'), url('./fonts/glyphicons-regular.ttf') format('truetype'), url('./fonts/glyphicons-regular.svg#glyphicons_halflingsregular') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { font-family: Glyphicons; font-weight: normal; font-style: normal; text-decoration: inherit; color: #1d1d1b; -webkit-font-smoothing: antialiased; /* sprites.less reset */ display: inline; width: auto; height: auto; line-height: normal; vertical-align: baseline; /* //top werkt beter in chrome*/ background-image: none; background-position: 0 0; background-repeat: repeat; margin-top: 0; } .eg [class^="icon-"], .eg [class^="icon-"]:before, .eg [class*=" icon-"], .eg [class*=" icon-"]:before { font-family: Glyphicons; } /* more sprites.less reset */ .eg .icon-white, .eg .nav-pills > .active > a > [class^="icon-"], .eg .nav-pills > .active > a > [class*=" icon-"], .eg .nav-list > .active > a > [class^="icon-"], .eg .nav-list > .active > a > [class*=" icon-"], .eg .navbar-inverse .nav > .active > a > [class^="icon-"], .eg .navbar-inverse .nav > .active > a > [class*=" icon-"], .eg .dropdown-menu > li > a:hover > [class^="icon-"], .eg .dropdown-menu > li > a:hover > [class*=" icon-"], .eg .dropdown-menu > .active > a > [class^="icon-"], .eg .dropdown-menu > .active > a > [class*=" icon-"], .eg .dropdown-submenu:hover > a > [class^="icon-"], .eg .dropdown-submenu:hover > a > [class*=" icon-"] { background-image: none; } .eg .icon-white, .eg .nav-pills > .active > a > [class^="icon-"], .eg .nav-pills > .active > a > [class*=" icon-"], .eg .nav-list > .active > a > [class^="icon-"], .eg .nav-list > .active > a > [class*=" icon-"], .eg .navbar-inverse .nav > .active > a > [class^="icon-"], .eg .navbar-inverse .nav > .active > a > [class*=" icon-"], .eg .dropdown-menu > li > a:hover > [class^="icon-"], .eg .dropdown-menu > li > a:hover > [class*=" icon-"], .eg .dropdown-menu > .active > a > [class^="icon-"], .eg .dropdown-menu > .active > a > [class*=" icon-"], .eg .dropdown-submenu:hover > a > [class^="icon-"], .eg .dropdown-submenu:hover > a > [class*=" icon-"] { background-image:none; color:white; } .eg .icon-white, .eg .nav-pills > .active > a > [class^="icon-"], .eg .nav-pills > .active > a > [class*=" icon-"], .eg .nav-list > .active > a > [class^="icon-"], .eg .nav-list > .active > a > [class*=" icon-"], .eg .navbar-inverse .nav > .active > a > [class^="icon-"], .eg .navbar-inverse .nav > .active > a > [class*=" icon-"], .eg .dropdown-menu > li > a:hover > [class^="icon-"], .eg .dropdown-menu > li > a:hover > [class*=" icon-"], .eg .dropdown-menu > .active > a > [class^="icon-"], .eg .dropdown-menu > .active > a > [class*=" icon-"], .eg .dropdown-submenu:hover > a > [class^="icon-"], .eg .dropdown-submenu:hover > a > [class*=" icon-"] { background-image:none; } [class^="icon-"]:before, [class*=" icon-"]:before { text-decoration: inherit; display: inline-block; speak: none; } /* makes sure icons active on rollover in links */ a [class^="icon-"], a [class*=" icon-"] { display: inline-block; } /* makes the font 33% larger relative to the icon container */ .eg .icon-large:before { vertical-align: -10%; font-size: 1.3333333333333333em; } .btn [class^="icon-"], .nav [class^="icon-"], .btn [class*=" icon-"], .nav [class*=" icon-"] { display: inline; /* keeps button heights with and without icons the same */ } .btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large { line-height: .9em; } .btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin { display: inline-block; } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"] { /* keeps button heights with and without icons the same */ } .nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large { line-height: .9em; } li [class^="icon-"], .nav li [class^="icon-"], li [class*=" icon-"], .nav li [class*=" icon-"] { display: inline-block; min-height: 1.25em; width: 1.25em; text-align: center; } li [class^="icon-"].icon-large, .nav li [class^="icon-"].icon-large, li [class*=" icon-"].icon-large, .nav li [class*=" icon-"].icon-large { /* increased font size for icon-large */ min-height: 1.5625em; width: 1.5625em; } ul.icons { list-style-type: none; text-indent: -0.75em; } ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] { min-height: .75em; width: .75em; } .icon-muted { color: #eeeeee; } .icon-border { border: solid 1px #eeeeee; padding: .2em .25em .15em; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .icon-2x { font-size: 2em; } .icon-2x.icon-border { border-width: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .icon-3x { font-size: 3em; } .icon-3x.icon-border { border-width: 3px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .icon-4x { font-size: 4em; } .icon-4x.icon-border { border-width: 4px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .pull-right { float: right; } .pull-left { float: left; } [class^="icon-"].pull-left, [class*=" icon-"].pull-left { margin-right: .3em; } [class^="icon-"].pull-right, [class*=" icon-"].pull-right { margin-left: .3em; } .btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x { margin-top: .18em; } .btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large { line-height: .8em; } .btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x { margin-top: .25em; } .btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] { margin-top: 0; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-top: .05em; } .btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x { margin-right: .2em; } .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x { margin-left: .2em; } .icon-spin { display: inline-block; -moz-animation: spin 2s infinite linear; -o-animation: spin 2s infinite linear; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; } @-moz-keyframes spin { 0% { -moz-transform: rotate(0deg); } 100% { -moz-transform: rotate(359deg); } } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(359deg); } } @-o-keyframes spin { 0% { -o-transform: rotate(0deg); } 100% { -o-transform: rotate(359deg); } } @-ms-keyframes spin { 0% { -ms-transform: rotate(0deg); } 100% { -ms-transform: rotate(359deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(359deg); } } @-moz-document url-prefix() { .icon-spin { height: .9em; } .btn .icon-spin { height: auto; } .icon-spin.icon-large { height: 1.25em; } .btn .icon-spin.icon-large { height: .75em; } } /* Glyphicons */ .eg .icon-white:before { color: white; } .eg .icon-glass:before { content: "\e001"; } .eg .icon-leaf:before { content: "\e002"; } .eg .icon-dog:before { content: "\e003"; } .eg .icon-user:before { content: "\e004"; } .eg .icon-girl:before { content: "\e005"; } .eg .icon-car:before { content: "\e006"; } .eg .icon-user_add:before { content: "\e007"; } .eg .icon-user_remove:before { content: "\e008"; } .eg .icon-film:before { content: "\e009"; } .eg .icon-magic:before { content: "\e010"; } .eg .icon-envelope:before { content: "\2709"; } .eg .icon-camera:before { content: "\e012"; } .eg .icon-heart:before { content: "\e013"; } .eg .icon-beach_umbrella:before { content: "\e014"; } .eg .icon-train:before { content: "\e015"; } .eg .icon-print:before { content: "\e016"; } .eg .icon-bin:before { content: "\e017"; } .eg .icon-music:before { content: "\e018"; } .eg .icon-note:before { content: "\e019"; } .eg .icon-heart_empty:before { content: "\e020"; } .eg .icon-home:before { content: "\e021"; } .eg .icon-snowflake:before { content: "\2744"; } .eg .icon-fire:before { content: "\e023"; } .eg .icon-magnet:before { content: "\e024"; } .eg .icon-parents:before { content: "\e025"; } .eg .icon-binoculars:before { content: "\e026"; } .eg .icon-road:before { content: "\e027"; } .eg .icon-search:before { content: "\e028"; } .eg .icon-cars:before { content: "\e029"; } .eg .icon-notes_2:before { content: "\e030"; } .eg .icon-pencil:before { content: "\270F"; } .eg .icon-bus:before { content: "\e032"; } .eg .icon-wifi_alt:before { content: "\e033"; } .eg .icon-luggage:before { content: "\e034"; } .eg .icon-old_man:before { content: "\e035"; } .eg .icon-woman:before { content: "\e036"; } .eg .icon-file:before { content: "\e037"; } .eg .icon-coins:before { content: "\e038"; } .eg .icon-airplane:before { content: "\2708"; } .eg .icon-notes:before { content: "\e040"; } .eg .icon-stats:before { content: "\e041"; } .eg .icon-charts:before { content: "\e042"; } .eg .icon-pie_chart:before { content: "\e043"; } .eg .icon-group:before { content: "\e044"; } .eg .icon-keys:before { content: "\e045"; } .eg .icon-calendar:before { content: "\e046"; } .eg .icon-router:before { content: "\e047"; } .eg .icon-camera_small:before { content: "\e048"; } .eg .icon-dislikes:before { content: "\e049"; } .eg .icon-star:before { content: "\e050"; } .eg .icon-link:before { content: "\e051"; } .eg .icon-eye_open:before { content: "\e052"; } .eg .icon-eye_close:before { content: "\e053"; } .eg .icon-alarm:before { content: "\e054"; } .eg .icon-clock:before { content: "\e055"; } .eg .icon-stopwatch:before { content: "\e056"; } .eg .icon-projector:before { content: "\e057"; } .eg .icon-history:before { content: "\e058"; } .eg .icon-truck:before { content: "\e059"; } .eg .icon-cargo:before { content: "\e060"; } .eg .icon-compass:before { content: "\e061"; } .eg .icon-keynote:before { content: "\e062"; } .eg .icon-paperclip:before { content: "\e063"; } .eg .icon-power:before { content: "\e064"; } .eg .icon-lightbulb:before { content: "\e065"; } .eg .icon-tag:before { content: "\e066"; } .eg .icon-tags:before { content: "\e067"; } .eg .icon-cleaning:before { content: "\e068"; } .eg .icon-ruller:before { content: "\e069"; } .eg .icon-gift:before { content: "\e070"; } .eg .icon-umbrella:before { content: "\2602"; } .eg .icon-book:before { content: "\e072"; } .eg .icon-bookmark:before { content: "\e073"; } .eg .icon-wifi:before { content: "\e074"; } .eg .icon-cup:before { content: "\e075"; } .eg .icon-stroller:before { content: "\e076"; } .eg .icon-headphones:before { content: "\e077"; } .eg .icon-headset:before { content: "\e078"; } .eg .icon-warning_sign:before { content: "\e079"; } .eg .icon-signal:before { content: "\e080"; } .eg .icon-retweet:before { content: "\e081"; } .eg .icon-refresh:before { content: "\e082"; } .eg .icon-roundabout:before { content: "\e083"; } .eg .icon-random:before { content: "\e084"; } .eg .icon-heat:before { content: "\e085"; } .eg .icon-repeat:before { content: "\e086"; } .eg .icon-display:before { content: "\e087"; } .eg .icon-log_book:before { content: "\e088"; } .eg .icon-adress_book:before { content: "\e089"; } .eg .icon-building:before { content: "\e090"; } .eg .icon-eyedropper:before { content: "\e091"; } .eg .icon-adjust:before { content: "\e092"; } .eg .icon-tint:before { content: "\e093"; } .eg .icon-crop:before { content: "\e094"; } .eg .icon-vector_path_square:before { content: "\e095"; } .eg .icon-vector_path_circle:before { content: "\e096"; } .eg .icon-vector_path_polygon:before { content: "\e097"; } .eg .icon-vector_path_line:before { content: "\e098"; } .eg .icon-vector_path_curve:before { content: "\e099"; } .eg .icon-vector_path_all:before { content: "\e100"; } .eg .icon-font:before { content: "\e101"; } .eg .icon-italic:before { content: "\e102"; } .eg .icon-bold:before { content: "\e103"; } .eg .icon-text_underline:before { content: "\e104"; } .eg .icon-text_strike:before { content: "\e105"; } .eg .icon-text_height:before { content: "\e106"; } .eg .icon-text_width:before { content: "\e107"; } .eg .icon-text_resize:before { content: "\e108"; } .eg .icon-left_indent:before { content: "\e109"; } .eg .icon-right_indent:before { content: "\e110"; } .eg .icon-align_left:before { content: "\e111"; } .eg .icon-align_center:before { content: "\e112"; } .eg .icon-align_right:before { content: "\e113"; } .eg .icon-justify:before { content: "\e114"; } .eg .icon-list:before { content: "\e115"; } .eg .icon-text_smaller:before { content: "\e116"; } .eg .icon-text_bigger:before { content: "\e117"; } .eg .icon-embed:before { content: "\e118"; } .eg .icon-embed_close:before { content: "\e119"; } .eg .icon-table:before { content: "\e120"; } .eg .icon-message_full:before { content: "\e121"; } .eg .icon-message_empty:before { content: "\e122"; } .eg .icon-message_in:before { content: "\e123"; } .eg .icon-message_out:before { content: "\e124"; } .eg .icon-message_plus:before { content: "\e125"; } .eg .icon-message_minus:before { content: "\e126"; } .eg .icon-message_ban:before { content: "\e127"; } .eg .icon-message_flag:before { content: "\e128"; } .eg .icon-message_lock:before { content: "\e129"; } .eg .icon-message_new:before { content: "\e130"; } .eg .icon-inbox:before { content: "\e131"; } .eg .icon-inbox_plus:before { content: "\e132"; } .eg .icon-inbox_minus:before { content: "\e133"; } .eg .icon-inbox_lock:before { content: "\e134"; } .eg .icon-inbox_in:before { content: "\e135"; } .eg .icon-inbox_out:before { content: "\e136"; } .eg .icon-cogwheel:before { content: "\e137"; } .eg .icon-cogwheels:before { content: "\e138"; } .eg .icon-picture:before { content: "\e139"; } .eg .icon-adjust_alt:before { content: "\e140"; } .eg .icon-database_lock:before { content: "\e141"; } .eg .icon-database_plus:before { content: "\e142"; } .eg .icon-database_minus:before { content: "\e143"; } .eg .icon-database_ban:before { content: "\e144"; } .eg .icon-folder_open:before { content: "\e145"; } .eg .icon-folder_plus:before { content: "\e146"; } .eg .icon-folder_minus:before { content: "\e147"; } .eg .icon-folder_lock:before { content: "\e148"; } .eg .icon-folder_flag:before { content: "\e149"; } .eg .icon-folder_new:before { content: "\e150"; } .eg .icon-edit:before { content: "\e151"; } .eg .icon-new_window:before { content: "\e152"; } .eg .icon-check:before { content: "\e153"; } .eg .icon-unchecked:before { content: "\e154"; } .eg .icon-more_windows:before { content: "\e155"; } .eg .icon-show_big_thumbnails:before { content: "\e156"; } .eg .icon-show_thumbnails:before { content: "\e157"; } .eg .icon-show_thumbnails_with_lines:before { content: "\e158"; } .eg .icon-show_lines:before { content: "\e159"; } .eg .icon-playlist:before { content: "\e160"; } .eg .icon-imac:before { content: "\e161"; } .eg .icon-macbook:before { content: "\e162"; } .eg .icon-ipad:before { content: "\e163"; } .eg .icon-iphone:before { content: "\e164"; } .eg .icon-iphone_transfer:before { content: "\e165"; } .eg .icon-iphone_exchange:before { content: "\e166"; } .eg .icon-ipod:before { content: "\e167"; } .eg .icon-ipod_shuffle:before { content: "\e168"; } .eg .icon-ear_plugs:before { content: "\e169"; } .eg .icon-phone:before { content: "\e170"; } .eg .icon-step_backward:before { content: "\e171"; } .eg .icon-fast_backward:before { content: "\e172"; } .eg .icon-rewind:before { content: "\e173"; } .eg .icon-play:before { content: "\e174"; } .eg .icon-sort-desc:before { content: "\e174"; -webkit-transform: rotate(90deg); transform: rotate(90deg); } .eg .icon-sort-asc:before { content: "\e174"; -webkit-transform: rotate(-90deg); transform: rotate(-90deg); } .eg .icon-pause:before { content: "\e175"; } .eg .icon-stop:before { content: "\e176"; } .eg .icon-forward:before { content: "\e177"; } .eg .icon-fast_forward:before { content: "\e178"; } .eg .icon-step_forward:before { content: "\e179"; } .eg .icon-eject:before { content: "\e180"; } .eg .icon-facetime_video:before { content: "\e181"; } .eg .icon-download_alt:before { content: "\e182"; } .eg .icon-mute:before { content: "\e183"; } .eg .icon-volume_down:before { content: "\e184"; } .eg .icon-volume_up:before { content: "\e185"; } .eg .icon-screenshot:before { content: "\e186"; } .eg .icon-move:before { content: "\e187"; } .eg .icon-more:before { content: "\e188"; } .eg .icon-brightness_reduce:before { content: "\e189"; } .eg .icon-brightness_increase:before { content: "\e190"; } .eg .icon-circle_plus:before { content: "\e191"; } .eg .icon-circle_minus:before { content: "\e192"; } .eg .icon-circle_remove:before { content: "\e193"; } .eg .icon-circle_ok:before { content: "\e194"; } .eg .icon-circle_question_mark:before { content: "\e195"; } .eg .icon-circle_info:before { content: "\e196"; } .eg .icon-circle_exclamation_mark:before { content: "\e197"; } .eg .icon-remove:before { content: "\e198"; } .eg .icon-ok:before { content: "\e199"; } .eg .icon-ban:before { content: "\e200"; } .eg .icon-download:before { content: "\e201"; } .eg .icon-upload:before { content: "\e202"; } .eg .icon-shopping_cart:before { content: "\e203"; } .eg .icon-lock:before { content: "\e204"; } .eg .icon-unlock:before { content: "\e205"; } .eg .icon-electricity:before { content: "\e206"; } .eg .icon-ok_2:before { content: "\e207"; } .eg .icon-remove_2:before { content: "\e208"; } .eg .icon-cart_out:before { content: "\e209"; } .eg .icon-cart_in:before { content: "\e210"; } .eg .icon-left_arrow:before { content: "\e211"; } .eg .icon-right_arrow:before { content: "\e212"; } .eg .icon-down_arrow:before { content: "\e213"; } .eg .icon-up_arrow:before { content: "\e214"; } .eg .icon-resize_small:before { content: "\e215"; } .eg .icon-resize_full:before { content: "\e216"; } .eg .icon-circle_arrow_left:before { content: "\e217"; } .eg .icon-circle_arrow_right:before { content: "\e218"; } .eg .icon-circle_arrow_top:before { content: "\e219"; } .eg .icon-circle_arrow_down:before { content: "\e220"; } .eg .icon-play_button:before { content: "\e221"; } .eg .icon-unshare:before { content: "\e222"; } .eg .icon-share:before { content: "\e223"; } .eg .icon-chevron-right:before { content: "\e224"; } .eg .icon-chevron-left:before { content: "\e225"; } .eg .icon-bluetooth:before { content: "\e226"; } .eg .icon-euro:before { content: "\20AC"; } .eg .icon-usd:before { content: "\e228"; } .eg .icon-gbp:before { content: "\e229"; } icon-retweet_2:before { content: "\e230"; } .eg .icon-moon:before { content: "\e231"; } .eg .icon-sun:before { content: "\2609"; } .eg .icon-cloud:before { content: "\2601"; } .eg .icon-direction:before { content: "\e234"; } .eg .icon-brush:before { content: "\e235"; } .eg .icon-pen:before { content: "\e236"; } .eg .icon-zoom_in:before { content: "\e237"; } .eg .icon-zoom_out:before { content: "\e238"; } .eg .icon-pin:before { content: "\e239"; } .eg .icon-albums:before { content: "\e240"; } .eg .icon-rotation_lock:before { content: "\e241"; } .eg .icon-flash:before { content: "\e242"; } .eg .icon-google_maps:before { content: "\e243"; } .eg .icon-anchor:before { content: "\2693"; } .eg .icon-conversation:before { content: "\e245"; } .eg .icon-chat:before { content: "\e246"; } .eg .icon-male:before { content: "\e247"; } .eg .icon-female:before { content: "\e248"; } .eg .icon-asterisk:before { content: "\002A"; } .eg .icon-divide:before { content: "\00F7"; } .eg .icon-snorkel_diving:before { content: "\e251"; } .eg .icon-scuba_diving:before { content: "\e252"; } .eg .icon-oxygen_bottle:before { content: "\e253"; } .eg .icon-fins:before { content: "\e254"; } .eg .icon-fishes:before { content: "\e255"; } .eg .icon-boat:before { content: "\e256"; } .eg .icon-delete:before { content: "\e257"; } .eg .icon-sheriffs_star:before { content: "\e258"; } .eg .icon-qrcode:before { content: "\e259"; } .eg .icon-barcode:before { content: "\e260"; } .eg .icon-pool:before { content: "\e261"; } .eg .icon-buoy:before { content: "\e262"; } .eg .icon-spade:before { content: "\e263"; } .eg .icon-bank:before { content: "\e264"; } .eg .icon-vcard:before { content: "\e265"; } .eg .icon-electrical_plug:before { content: "\e266"; } .eg .icon-flag:before { content: "\e267"; } .eg .icon-credit_card:before { content: "\e268"; } .eg .icon-keyboard-wireless:before { content: "\e269"; } .eg .icon-keyboard-wired:before { content: "\e270"; } .eg .icon-shield:before { content: "\e271"; } .eg .icon-ring:before { content: "\02DA"; } .eg .icon-cake:before { content: "\e273"; } .eg .icon-drink:before { content: "\e274"; } .eg .icon-beer:before { content: "\e275"; } .eg .icon-fast_food:before { content: "\e276"; } .eg .icon-cutlery:before { content: "\e277"; } .eg .icon-pizza:before { content: "\e278"; } .eg .icon-birthday_cake:before { content: "\e279"; } .eg .icon-tablet:before { content: "\e280"; } .eg .icon-settings:before { content: "\e281"; } .eg .icon-bullets:before { content: "\e282"; } .eg .icon-cardio:before { content: "\e283"; } .eg .icon-t-shirt:before { content: "\e284"; } .eg .icon-pants:before { content: "\e285"; } .eg .icon-sweater:before { content: "\e286"; } .eg .icon-fabric:before { content: "\e287"; } .eg .icon-leather:before { content: "\e288"; } .eg .icon-scissors:before { content: "\e289"; } .eg .icon-bomb:before { content: "\e290"; } .eg .icon-skull:before { content: "\e291"; } .eg .icon-celebration:before { content: "\e292"; } .eg .icon-tea_kettle:before { content: "\e293"; } .eg .icon-french_press:before { content: "\e294"; } .eg .icon-coffe_cup:before { content: "\e295"; } .eg .icon-pot:before { content: "\e296"; } .eg .icon-grater:before { content: "\e297"; } .eg .icon-kettle:before { content: "\e298"; } .eg .icon-hospital:before { content: "\e299"; } .eg .icon-hospital_h:before { content: "\e300"; } .eg .icon-microphone:before { content: "\e301"; } .eg .icon-webcam:before { content: "\e302"; } .eg .icon-temple_christianity_church:before { content: "\e303"; } .eg .icon-temple_islam:before { content: "\e304"; } .eg .icon-temple_hindu:before { content: "\e305"; } .eg .icon-temple_buddhist:before { content: "\e306"; } .eg .icon-bicycle:before { content: "\e307"; } .eg .icon-life_preserver:before { content: "\e308"; } .eg .icon-share_alt:before { content: "\e309"; } .eg .icon-comments:before { content: "\e310"; } .eg .icon-flower:before { content: "\2698"; } .eg .icon-baseball:before { content: "\e312"; } .eg .icon-rugby:before { content: "\e313"; } .eg .icon-ax:before { content: "\e314"; } .eg .icon-table_tennis:before { content: "\e315"; } .eg .icon-bowling:before { content: "\e316"; } .eg .icon-tree_conifer:before { content: "\e317"; } .eg .icon-tree_deciduous:before { content: "\e318"; } .eg .icon-more_items:before { content: "\e319"; } .eg .icon-sort:before { content: "\e320"; } .eg .icon-filter:before { content: "\e321"; } .eg .icon-gamepad:before { content: "\e322"; } .eg .icon-playing_dices:before { content: "\e323"; } .eg .icon-calculator:before { content: "\e324"; } .eg .icon-tie:before { content: "\e325"; } .eg .icon-wallet:before { content: "\e326"; } .eg .icon-piano:before { content: "\e327"; } .eg .icon-sampler:before { content: "\e328"; } .eg .icon-podium:before { content: "\e329"; } .eg .icon-soccer_ball:before { content: "\e330"; } .eg .icon-blog:before { content: "\e331"; } .eg .icon-dashboard:before { content: "\e332"; } .eg .icon-certificate:before { content: "\e333"; } .eg .icon-bell:before { content: "\e334"; } .eg .icon-candle:before { content: "\e335"; } .eg .icon-pushpin:before { content: "\e336"; } .eg .icon-iphone_shake:before { content: "\e337"; } .eg .icon-pin_flag:before { content: "\e338"; } .eg .icon-turtle:before { content: "\e339"; } .eg .icon-rabbit:before { content: "\e340"; } .eg .icon-globe:before { content: "\e341"; } .eg .icon-briefcase:before { content: "\e342"; } .eg .icon-hdd:before { content: "\e343"; } .eg .icon-thumbs_up:before { content: "\e344"; } .eg .icon-thumbs_down:before { content: "\e345"; } .eg .icon-hand_right:before { content: "\e346"; } .eg .icon-hand_left:before { content: "\e347"; } .eg .icon-hand_up:before { content: "\e348"; } .eg .icon-hand_down:before { content: "\e349"; } .eg .icon-fullscreen:before { content: "\e350"; } .eg .icon-shopping_bag:before { content: "\e351"; } .eg .icon-book_open:before { content: "\e352"; } .eg .icon-nameplate:before { content: "\e353"; } .eg .icon-nameplate_alt:before { content: "\e354"; } .eg .icon-vases:before { content: "\e355"; } .eg .icon-bullhorn:before { content: "\e356"; } .eg .icon-dumbbell:before { content: "\e357"; } .eg .icon-suitcase:before { content: "\e358"; } .eg .icon-file_import:before { content: "\e359"; } .eg .icon-file_export:before { content: "\e360"; } .eg .icon-bug:before { content: "\e361"; } .eg .icon-crown:before { content: "\e362"; } .eg .icon-smoking:before { content: "\e363"; } .eg .icon-cloud-upload:before { content: "\e364"; } .eg .icon-cloud-download:before { content: "\e365"; } .eg .icon-restart:before { content: "\e366"; } .eg .icon-security_camera:before { content: "\e367"; } .eg .icon-expand:before { content: "\e368"; } .eg .icon-collapse:before { content: "\e369"; } .eg .icon-collapse_top:before { content: "\e370"; } .eg .icon-globe_af:before { content: "\e371"; } .eg .icon-global:before { content: "\e372"; } .eg .icon-spray:before { content: "\e373"; } .eg .icon-nails:before { content: "\e374"; } .eg .icon-claw_hammer:before { content: "\e375"; } .eg .icon-classic_hammer:before { content: "\e376"; } .eg .icon-hand_saw:before { content: "\e377"; } .eg .icon-riflescope:before { content: "\e378"; } .eg .icon-electrical_socket_eu:before { content: "\e379"; } .eg .icon-electrical_socket_us:before { content: "\e380"; } .eg .icon-pinterest:before { content: "\e381"; } .eg .icon-dropbox:before { content: "\e382"; } .eg .icon-google_plus:before { content: "\e383"; } .eg .icon-jolicloud:before { content: "\e384"; } .eg .icon-yahoo:before { content: "\e385"; } .eg .icon-blogger:before { content: "\e386"; } .eg .icon-picasa:before { content: "\e387"; } .eg .icon-amazon:before { content: "\e388"; } .eg .icon-tumblr:before { content: "\e389"; } .eg .icon-wordpress:before { content: "\e390"; } .eg .icon-instapaper:before { content: "\e391"; } .eg .icon-evernote:before { content: "\e392"; } .eg .icon-xing:before { content: "\e393"; } .eg .icon-zootool:before { content: "\e394"; } .eg .icon-dribbble:before { content: "\e395"; } .eg .icon-deviantart:before { content: "\e396"; } .eg .icon-read_it_later:before { content: "\e397"; } .eg .icon-linked_in:before { content: "\e398"; } .eg .icon-forrst:before { content: "\e399"; } .eg .icon-pinboard:before { content: "\e400"; } .eg .icon-behance:before { content: "\e401"; } .eg .icon-github:before { content: "\e402"; } .eg .icon-youtube:before { content: "\e403"; } .eg .icon-skitch:before { content: "\e404"; } .eg .icon-foursquare:before { content: "\e405"; } .eg .icon-quora:before { content: "\e406"; } .eg .icon-badoo:before { content: "\e407"; } .eg .icon-spotify:before { content: "\e408"; } .eg .icon-stumbleupon:before { content: "\e409"; } .eg .icon-readability:before { content: "\e410"; } .eg .icon-facebook:before { content: "\e411"; } .eg .icon-twitter:before { content: "\e412"; } .eg .icon-instagram:before { content: "\e413"; } .eg .icon-posterous_spaces:before { content: "\e414"; } .eg .icon-vimeo:before { content: "\e415"; } .eg .icon-flickr:before { content: "\e416"; } .eg .icon-last_fm:before { content: "\e417"; } .eg .icon-rss:before { content: "\e418"; } .eg .icon-skype:before { content: "\e419"; } .eg .icon-e-mail:before { content: "\e420"; }